diff --git a/Development/Changelog.md b/Development/Changelog.md deleted file mode 100644 index aaa7718..0000000 --- a/Development/Changelog.md +++ /dev/null @@ -1,574 +0,0 @@ -# *MaXrd*: Mathematica X-ray diffraction package – change log - -## Version 4.0.0 - -- Converted paclet context with publisher ID to conform to Paclet Repository structure. -- TODO: Changed structure of optional second argument of `SymmetryEquivalentPositions` and `ExpandCrystal`. -- Fixed a string concatenation bug in `UnitCellTransformation`. -- Changed some local variable names to avoid confusion. -- Renamed various error message names and local variables to longer, more understandable names. -- TODO: Now using a `MaXrd.wl` file in stead of `Definitions.nb` master notebook. -- Renamed option `"ExtractSubdata"` to `"ExtractSubData"` of `ImportCrystalData`. - -## Version 3.1.0 - -- Added option `"ShowUnitVectorLabels"` to `CrystalPlot`. -- Fixed a bug with the `"HighlightReflections"` option of `ReciprocalImageCheck` where it would not filter away symmetry equivalent reflections that were in a plane different form the viewing plane. -- Minor documentation corrections and edits. - -## Version 3.0.0 - -### New content - -- Created a `MergeDomains` function for conveniently stacking multiple domains. -- Created the function `ResizeStructure` which can normalise the unit cell to the new dimensions after an embedding is completed, split the unit cell into sections, or translate the unit cell relative to its content. -- Factorised new snippet `InputCheck["RecognizeFractions", _]` (updated `SymmetryEquivalentPositions`). - -### Improvements to space group database - -- Reflection conditions added to `$SpaceGroups`. -- `SystematicAbsentQ` updated to make use of `"ReflectionConditions"` now stored in `$SpaceGroups`. -- `"PermutableIndices"` added to the `"Property"` association of relevant space groups, which will have values `"Cyclically"` (numbers 195–206) or `True` (numbers 207–230). - -### Improvements to `DistortStructure` and `EmbedStructure` - -- Changed `DistortStructure` to require a three-dimensional functional input instead. -- New option `"ReturnConverter"` added to `DistortStructure`. -- Added new option `"DistortHost"` to `EmbedStructure`. -- Refactored the permutation options in `EmbedStructure` and enabled random sampling of discrete values. -- Expanded the permutation options of `EmbedStructure` to accept conditions based on entity name. - -### Improvements to `ReciprocalImageCheck` - -- New options `"HighlightReflections"` and `"HighlightSymmetry"` added to `ReciprocalImageCheck` which are used to generate overlay of coloured disks indicating where the given reflections would be. -- `"RoundPixels"` option of `ReciprocalImageCheck` deprecated (always `True`). -- Option `"ShowLattice"` of `ReciprocalImageCheck` renamed to `"LatticeSize"` with default value `None`. -- Option `"GridThickness"` added. - -### Improvements to `ReciprocalSpaceSimulation` - -- `ReciprocalSpaceSimulation` now includes the option `"StructureFactorThreshold"` to filter away weak reflections. -- `ReciprocalSpaceSimulation`: added scaling of node radii by structure factor; option: `"IntensityScaling"`. - -### Structural changes - -- Deprecated `$MaXrdFunctions` since the same list can be obtained with `` ?MaXrd`* `` or `` Names["MaXrd`*"] ``. -- *Mathematica code* sections in documentation pages have been removed; all definitions are accessible in the main definition notebook (`MaXrd > Kernel > Definitions.nb`). -- Loading `MaXrd` will initialize the symbols `a`, `b`, `c`, `h`, `k`, `l`, `\[Alpha]`, `\[Beta]`, and `\[Gamma]` on the `` Global` `` context in the Wolfram Language session. -- Removed the `Messages.m` file; usage messages now stored in `Definitions.nb`. -- Deprecated `$MaXrdChangelog` (viewing the `Changelog.md` file is simple enough). - -### Miscellaneous - -- Snippet `InputCheck["CrystalQ", _]` now has a third Boolean option to control abortion. -- Updated documentation pages for `SystematicAbsentQ`, `StructureFactorTable` and `DistortStructure`. -- Option `"Threshold"` of `SystematicAbsentQ` deprecated. -- Refactored code in `InputCheck` snippet `"GetCentringVectors"` and added «reverse» setting `"r"`. -- Added another possible setting for the `"ExpandIntoNegative"` option in `ExpandCrystal`: `"PlanarOnly"`, which will only use the negative directions of *a* and *b*. -- Minor documentation improvements (`SynthesiseStructure`). -- Fixed a bug in `SynthesiseStructure` by improving `InputCheck` snippet `"RotationTransformation"` (anchors are now scalable with unit cell dimensions). -- Attempts at plotting a single atom/element with `CrystalPlot` which are not present in `$CrystalData` now gives an error and aborts the process. -- `StructureFactor` now aborts if input crystal label is not recognized. -- Fixed a bug where `SystematicAbsentQ` would fail if special positions were not given for a non-conventional space group setting. - -## Version 2.5.0 - -### New content - -- Reintroduced `ReciprocalImageCheck` and `FindPixelClusters`; now more efficiently integrated with MaXrd and more general purposed. -- Created a `GetAtomCoordinates` function which works with crystal labels and crystal plots. -- Changed the name of `EquivalentIsotropicADP` to `TransformAtomicDisplacementParameters` and added a method for transforming atomic displacement parameters given a transformation matrix *P*. -- Added `"AugmentedMatrix"` option to `GetSymmetryOperations`; `StructureFactor`, `SystematicAbsentQ` and `ToStandardSetting` updated to comply with changes. -- Added Boolean option `"IgnoreTranslations"` to `GetSymmetryOperations` in order to simplify use with `SymmetryEquivalentReflections`. -- Added the Boolean option `"Radians"` to `GetLatticeParameters`. -- Added the Boolean option `"Bonds"` to `CrystalPlot` along with configuration option `"BondRadius"`. -- Added the option `"AtomRadius"` to `CrystalPlot` that can be used to set a fixed radius for all atoms. This takes precedence over `"AtomRadiusType"`, but is ignored when it is set to a non-positive number. -- Created `InputCheck["GetAtomData", _]` for querying atom data of crystals. -- Added possibility to plot ellipsoids in `CrystalPlot` using stored ADPs. - -### Improvements and fixes - -- Misspelling of *SchoenfliesSymbol* in `$SpaceGroup[[71]]` (thanks to **ungerade**). -- Fixed a formatting bug on the `SynthesiseStructure` documentation page. -- When using the signature of `SynthesiseStructure` expecting *domain* input, the *map* now recognises more general replacement commands (*e.g.* `_Integer -> "SomeEntity"`). -- Merged `GetLatticeParameters` with `GetCrystalMetric`, and refactored the latter. -- Refactored `InputCheck["GetCentringVectors", _]` to also accept crystal entries and space group representations. -- Refactored `SymmetryEquivalentPositions` and `SymmetryEquivalentReflections` to use augmented matrix representations of symmetry operations. -- Altered `InputCheck["GetCrystalSpaceGroup", _]` to accept space group entries and return them. -- Updated `InputCheck["CrystalQ", _]` to also check for temporary crystal data. It now returns the crystal data as well. - -### Miscellaneous - -- Minimised large documentation files by clearing large output cells. -- Removed `SynthesiseStructure::DomainPatternMismatch` error check; input blocks/supercells now replace a single domain cell, regardless of block size. -- Wavelength values assume angstrom by default in the functions `AttenuationCoefficient`, `BraggAngle`, `DarwinWidth`, `ExtinctionLength`, `GetAtomicScatteringFactors`, `GetScatteringCrossSections`, `ImportCrystalData`, `ReciprocalSpaceSimulation`, `ReflectionList`, `StructureFactor` and `StructureFactorTable`; this is now made clear in the documentation pages (thanks to **Sterling Baird (sgbaird)**). -- Changed the way essential data are initialised. - -## Version 2.4.0 - -### Improvements to `SynthesiseStructure` - -- Creating single element (or void) unit cells now possible with `SynthesiseStructure[, _, _]`. -- Added `"Shuffled"` as a possible setting to the `"SelectionMethod"` option in `SynthesiseStructure`. -- Added Boolean option `"Padding"` to `SynthesiseStructure` which utilises the `InputCheck["PadDomain", _, _]` snippet. -- Refactored `SynthesiseStructure`; when inputting a list of entities, an appropriate domain representation will be created and relayed to the function expecting a domain signature. -- `"UsePlacementBuffer"` option of `SynthesiseStructure` deprecated; `"Padding"` will now be used instead. -- If a domain is not covered in the mapping from integers to entities in `SynthesiseStructure`, empty cells will now be used instead of throwing an error. - -### Improvements to `EmbedStructure` - -- Enabled the possibility to embed in void (message `EmbedStructure::VoidHost` removed). - -### Improvements to space group database - -- Removed entries such as `HermannMauguinFullAlt` in space groups with multiple origins. -- For rhombohedral space groups, the note specifying obverse setting was moved to the alternative settings section. -- Regenerated `$GroupSymbolRedirect`. -- Minor error corrections. - -### New `InputCheck` snippets - -- Added snippet `InputCheck["GenerateTargetPositions", _]` (currently used in `ConstructDomains`, `DomainPlot`, `EmbedStructure`, `ExpandCrystal` and `SynthesiseStructure`). -- Added snippet `InputCheck["PadDomain", _, _]`. -- Added snippets `InputCheck["ShallowDisplayCrystal", _]` (employed in: `ImportCrystalData`, `UnitCellTransformation`). -- Added snippets `InputCheck["FilterSpecialLabels", _]` and `InputCheck["HandleSpecialLabels", _]` for processing chemical element symbols and `"Void"`. -- Added snippet `InputCheck["CrystalEntityQ", _]`. - -### Miscellaneous - -- Added the option `ImageDimensions` to `SimulateDiffractionPattern` for specifying the width and height of the produced image (`ExportCrystalData` and `InputCheck["GetReciprocalImageOrientation", __]` also updated to comply with this change). -- Appended a missing `_alt` to the CIF definition `_space_group_name_H-M` in the list of space group search keys in `ImportCrystalData`. -- Fixed errors in the `$GroupSymbolRedirect` data file (thanks to Tobias Hadamek for finding this). -- `ImportCrystalData` now takes away tildes (`~`) if they are present in the chemical formulas. -- Fixed a bug where `GetScatteringCrossSections` would not work on Windows due to different line break implementations (thanks to Tobias Hadamek for discovering this). -- An error is now given when attempting to use a chemical symbol or `"Void"` for the name a crystal to be imported from a `cif` file through `ImportCrystalData`. -- `CrystalPlot` will now plot empty structures without errors. -- Demo file `DemoBlocksAB.m` removed (these structures will now be generated on demand). -- Updated code part B.2 in `InputCheck["InterpretSpaceGroup", __]` to find origin choice automatically. - -## Version 2.3.0 - -### New content - -- Option `"ShowProgress"` added to `ConstructDomain`. -- Option `"AtomRadiusType"` added to `CrystalPlot`. -- Added the possibility to filter `"Host"` or `"Guest"` atoms only with the `"OpacityMap"` option of `CrystalPlot`. -- Added another example to the `"SectorRegions"` in `ConstructDomains`. -- Added a modulation example to the `DistortStructure` documentation. -- Added the possibility for `ConstructDomains` to store and return the a complete collection of the states in every cycle, and `DomainPlot` to present such a series. - -### Improvements and fixes - -- Fixed broken hyperlinks in the *See Also* section in the documentation of `ExpandCrystal` and `CrystalPlot`. -- Fixed a bug where `ConstructDomains` would finish each iteration after only three cell visits. -- Set a default Windows path for *DIFFUSE* in `SimulateDiffractionPackage`. -- Altered `SimulateDiffractionPattern` to use `discus` through `discus_suite`. -- Fixed a bug in `SimulateDiffractionPattern["DISCUS", _, _]` where the structure size would not be correctly assessed. -- Fixed a bug where `"UnitCellAtomsCount"` would not be correctly updated when using `SynthesiseStructure`. -- Default plot options for `CrystalPlot` in cases of trigonal or hexagonal systems have changed *ViewPoint* to `{0, 0, Infinity}` and *ViewAngle* to `90°` for more intuitive visual representations. -- The use of `EmbedStructure` with guest and host parameters will now store a `"Component"` key in the atom data. -- Default/suggested paths for Linux added to the `"ProgramPaths"` option of `SimulateDiffractionPattern`. -- Fixed a bug in `SimulateDiffractionPattern["DISCUS", _, _]` where the procedure would not halt despite missing the *DISCUS* program. -- Fixed a bug with too long assembly list in `SynthesiseStructure`. -- `ConstructDomains` now exits early if a single domain reaches complete domination. -- Fixed an issue where `InputCheck["ProcessWavelength", _, _]` would not work as expected in combination with `BraggAngle`. -- `CrystalPlot` now exits more gracefully if the atom data list is empty. -- *AtomicMass* was renamed to *StandardAtomicWeight* in `$PeriodicTable` and affected functions updated to comply with this change. -- Minor documentation updates. - -## Version 2.2.0 - -- Added the Boolean option `"IgnoreSymmetry"` to `ExpandCrystal`. -- Fixed a bug in `SynthesiseStructure` that would occur if the input units did not have a *Notes* key. -- Improved assembly performance of `SynthesiseStructure`. -- Fixed bug encountered when using `SynthesiseStructure` with blocks not having size 1x1x1. -- Swapped sections 1C and 1D in the internal code for `UnitCellTransformation` to avoid an error for crystals missing notes. -- Added the Boolean option `"ReturnData"` to `SimulateDiffractionPattern`. -- Fixed a bug in `"RelatedFunctionsGraph"`. -- Added twin example to the documentation pages of `ReciprocalSpaceSimulation`. -- Added coordinate transformation example to the documentation pages of `GetCrystalMetric`. -- `docbuild.xml` file updated to work with both macOS and Windows. -- Updated references (`./Misc/References.bib`) -- `README.md` file updated with a *Functionality* section. -- Minor documentation updates. - -## Version 2.1.1 - -- Added more examples to the `SimulateDiffractionPattern` documentation page. -- When specifying a probability distribution of entities with `EmbedStructure`, the procedure now more closely fulfils that distribution instead of using `RandomChoice`. -- Updated `ImportCrystalData` to use the data file in the `UserData` directory by default (changed the `"DataFile"` option). -- Added `"DataFile"` option to `EmbedStructure` and `ExpandCrystal`. -- Factorised data file operations for `ImportCrystalData`, `EmbedStructure` and `ExpandCrystal` into a `InputCheck` snippet with label `"Update$CrystalDataFile"`. -- Minor updates in the documentation (`SimulateDiffractionPattern`, `EmbedStructure`) and in the package unit test. - -## Version 2.1.0 - -### New content - -- Added the option `"IncludeStructureSizeInfo"` to `ExportCrystalData`. -- Added the option `"ScalingFactor"` to `SimulateDiffractionPattern`. - -### Improvements and fixes - -- Fixed a bug in `SimulateDiffractionPattern` where the use of *DISCUS* would not work correctly. -- Created a `UserData` directory in the package root and moved `CrystalData.m` here. `$CrystalData` and `ResetCrystalData` updated to conform with this change. -- `ImportCrystalData` now returns instead of aborting if user cancels import. -- Improved the package unit test. -- `$MaXrdPath` updated with support for *Windows*. -- Minor documentation updates. - -## Version 2.0.0 - -### Changes - -- `InputCheck["DomainRotation"]` has been replaced with `InputCheck["RotationTransformation"]`, which is more versatile (now used in `DomainPlot`, `EmbedStructure` and `SynthesiseStructure`) and uses different rotation options (`"RotationAnchorReference"`, `"RotationAnchorShift"`, `"RotationAxes"`). -- Angular input parameters in `BraggAngle`, `DomainPlot`, `EmbedStructure`, `ReflectionList` and `SynthesiseStructure` are now expected to be in radians. This seems to be more universally adopted and makes it clearer when input is in degrees. -- `"DISCUSPlot"` changed name to `SimulateDiffractionPattern"`, as both `"DISCUS"` and `"DIFFUSE"` can now be used to generate simulations. -- Edited `init.m` to print message in case of insufficient *Mathematica* version. -- `InputCheck` declarations reorganised so snippet labels are always the first parameter (affected: `"CrystalQ"`, `"GetCentringVectors"`, `"GetCrystalFormulaUnits"`, `"GetCrystalSpaceGroup"`, `"GetCrystalWavelength"`, `"GetEnergyWavelength"`, `"GetPointSpaceGroupCrystal"`, `"InterpretElement"`, `"InterpretSpaceGroup"`, `"PointGroupQ"`, `"PointSpaceGroupQ"`, `"Polarisation"`). - -### New content - -- Added functionality to `ConstructDomains` that simplifies creation of sector domains/regions. -- `SynthesiseStructure` now has a designated routine for domains. -- `"OpacityMap"` option added to `CrystalPlot`. -- Created the tutorial *Using the rotation options* aimed at the usage of `DomainPlot`, `EmbedStructure` and `SynthesiseStructure`. -- `ExportCrystalData` now supports a new format: `"DIFFUSE"`. -- Implemented `"DIFFUSE"` as an alternative method of producing simulated diffraction patterns (through Darren Goossens' *ZMC* program). -- New snippet `"GetReciprocalImageOrientation"` added to `InputCheck`. -- Created the function `ResetCrystalData`. - -### Miscellaneous - -- `DistortStructure` now checks the dimensions of input. -- Fixed a bug where `GetCrystalMetric` had problems with lattice parameters expressed as quantities. -- Interstitial defect example added to `DistortStructure`. -- Minor documentation updates. -- Corrected misspelling of *AsymmetricUnitCellCount* in `ExpandCrystal`. -- Option `"Flag"` in `ExportCrystalData` changed to `"Detailed"` (now a Boolean type). -- `EmbedStructure` now calculates the (mean) number of atoms per unit cell for the new structure. -- Fixed a bug in `GetSymmetryData` where the label `"Setting"` would not work as expected. -- Renamed error message `GetElements::formula` to `GetElements::InvalidFormula` and `::invalid` to `::InvalidElement`. -- Error messages of `InputCheck` updated. -- A unit test for the package has been written. -- Reorganised internal layout of the package. -- Documentation pages updated. - -## Version 1.8.0 - -### New content - -- Created the function `ConstructDomains`. -- Created the function `DomainPlot`. -- `InputCheck` updated with a `"DomainRotation"` and a `"GetCrystalFamilyMetric"` label. - -### Improvements to `EmbedStructure` - -- If conditional placement is used with `EmbedStructure` and a given coordinate tuple falls through without any match, nothing is inserted here (used to insert last entry in `guestUnits`). -- Fixed a bug with `EmbedStructure` where using `"Rotations"` did not assume numbers in degrees. -- Message is no longer given if conditions or random selections are such that nothing is embedded (`EmbedStructure::OnlyVoid`). -- A host structure is now considered to be placed in positive coordinates as long as no coordinates are below `-1.0` in any direction. -- `EmbedStructure` now updates the `"StructureSize"` of the resulting structure. - -### Miscellaneous - -- `SynthesiseStructure` now also supports the `"RotationMap"` and `"RotationPoint"` options akin to `DomainPlot`. Documentation page updated. -- Second argument of `ExpandCrystal` changed to `structureSize_List: {1, 1, 1}`. -- `ExportCrystalData`: Change third argument `format_String` to `format_String: "DISCUS"` (default value). - -## Version 1.7.0 - -### New content - -- Created the function `SynthesiseStructure`. -- Added the snippet `"Update$CrystalDataAutoCompletion"` to `InputCheck` and factorised functions that update `$CrystalData` to use this (`DistortStructure`, `EmbedStructure`, `ExpandCrystal` and `ImportCrystalData`). - -### Improvements to `EmbedStructure` - -- Option `"ShowProgress"` added to `EmbedStructure`. -- `EmbedStructure` is now capable of dealing with overlapping atoms (new options: `"OverlapPrecedence"` and `"OverlapRadius"`). -- `EmbedStructure` parameter identifiers *source* and *target* were renamed to *guest* and *host*, respectively, to avoid confusion. -- `EmbedStructure` now mutates the *hostCrystal* by default (and uses a new option `"NewLabel"` to create new crystal objects) to be more aligned with the usage of similar functions. - -### Miscellaneous - -- `$MaXrdChangelog` updated to handle headings/subsections in this changelog. -- `$MaXrdPath` updated to prioritise the standard location of packages in *Mathematica* (`.../Mathematica/Applications/`), as it can find the developing directory as well. -- Minor documentation updates. - -## Version 1.6.0 - -- `DISCUSPlot` now prints error messages from *DISCUS* if there are any (new option: `DISCUSPrint`). -- Improved structure size recognition for `DISCUSPlot`. -- `EmbedStructure` now recognises symbols of the chemical elements; single atoms of the given type will be used. -- Entries (keys) in `$CrystalData` are now sorted alphabetically after using `EmbedStructure` and `ExpandCrystal`. -- Fixed a bug where `ImportCrystalData` would not save manually created crystal entries. -- `ExportCrystalData` updated to use ADP value of zero if no such data is available. -- Created the function `DistortStructure`. -- Minor documentation updates. - -## Version 1.5.2 - -- Removed duplicate entries in the *Mathematica code* sections in the documentation pages. -- Added information on `UnitCellTransformation` option `"CustomP"` in the documentation. -- `DISCUSPLot` now recognises `"Void"` to be used as a vacancy/absence of embedding. -- `MillerNotationToString` now supports string input and supports negative indices written both as negative characters (`Times[-1, "a"]`) and strings where the character is preceded by a dash (`"-a"`). -- Minor documentation updates. - -## Version 1.5.1 - -- `DISCUSPlot` now works on *Windows* and checks whether *DISCUS* is installed. -- Minor documentation updates. - -## Version 1.5.0 - -- Created the function `DISCUSPlot` which executes diffraction simulation in *DISCUS* automatically and plots the result. -- Fixed `GetCrystalMetric` so that the `"Space"` and `"ToCartesian"` options work when input is a list of lattice parameters. -- Updated `InterplanarSpacing` to use the `"Space"` option of `GetCrystalMetric`. -- Fixed a bug in `MillerNotationToList`. Numerical entries are now outputted as integers instead of strings. -- Fixed a bug where settings of `"Rotations"` in `EmbedStructure` would not work as expected. -- Very small numbers are no longer written in scientific notation in `ExportCrystalData`. -- Any ion charges are not carried through in the output of `ExportCrystalData`. -- Updated `RelatedFunctionsGraph` to comply with new option names in *Mathematica* version 12. -- Minor documentation updates. - -## Version 1.4.0 - -- Renamed the options `"RandomDistortions"` and `"RandomRotations"` to `"Distortions"` and `"Rotations"`, respectively, in `EmbedStructure` and made them more general by enabling the choice between set values or ranges. -- Added the option `"DistortionType"` which enables the function to interpret the given distortions either as ångströms in a `"Cartesian"` system or as fractions of the host unit cell in a `"Crystallographic"` setting. -- Added the option `"RotationOrder"` which lets the user specify the order of axes to rotate. - -## Version 1.3.0 - -- Updated the example under *Scope* in the `UnitCellTransformation` documentation page to make use of `CrystalPlot`. -- Added `EmbedStructure` to the list in `AutoComplete.nb`. -- Added the option `"Space"` to `GetCrystalMetric` so lattice parameters can be used from either direct or reciprocal space. -- Fixed a bug in `ExportCrystalData[_, _, "DISCUS"]` where the structure size would not be included in the output file. -- Added the possibility to use `EmbedStructure` with list of conditions that dictate where to place embeddings. -- Updated `ExportCrystalData` with the option `"Flag"` which can be set to `"Simple"` (default) or `"Detailed"`. -- Added the Boolean option `"ExpandIntoNegative"` for `ExpandCrystal` which centres the origin at the middle of the new structure. Updated `EmbedStructure` to detect this change. -- Added the option `"TrimBoundary"` to `EmbedStructure` enabling a "trimming" of the structure after embedding. -- Created the option `"RandomDistortions"` for `EmbedCrystal` which can perform a random shift/distortion of units upon embedding. -- Removed `DeleteCrystalData`. Using `KeyDropFrom[$CrystalData, ]` gives the same result. -- Created the option `"RandomRotations"` for `EmbedCrystal` analogous to `"RandomDistortions"`. -- Minor documentation updates. -- Changed all `Module`s with `Block` in the definitions for better performance. - -## Version 1.2.0 - -- Replaced `Part` brackets with `\[LeftDoubleBracket]` and `\[RightDoubleBracket]` in definition code for better readability. -- Prepended `` Global` `` to the lattice parameter symbols in `TransformationMatrices.m` to avoid *Mathematica* treating these as `` Global`Private` ``. -- Added an example (with ferrocene) to the `$TransformationMatrices` documentation page. -- Added the option `"Space"` to `GetLatticeParameters` so lattice parameters can be obtained for both direct and reciprocal space. -- Fixed the `SyntaxInformation` for `SymmetryEquivalentPositions`. -- Minor documentation updates. -- Added the option `"ToCartesian"` to `GetCrystalMetric` that utilises the appropriate transformation matrix automatically. -- Functions that have options now simply have `OptionsPattern[]` instead of `OptionsPattern@` in the definitions. -- Changed the space group of *CalciumFluoride* in `$CrystalData` from `Fd-3m` (# 227) to `Fm-3m` (# 225). -- Created the function `EquivalentIsotropicADP`. -- Created the function `CrystalPlot`. -- Created the function `ExportCrystalData`. -- Created the function `ExpandCrystal`. -- Created the function `EmbedStructure`. -- Updated `InputCheck[_, "GetPointSpaceGroupCrystal"]` to handle crystal instances in a temporary `$CrystalData` construct. -- Updated `PacletInfo.m`. -- Removed `Installation.nb` and updated installation instructions in `README.md`. - -## Version 1.1.0 - -- `SyntaxInformation` added for relevant functions. -- Minor changes to the guide page (main documentation page) and title of this change log. -- Updated documentation page for `SymmetryEquivalentReflections` (function can be called with one argument). -- Corrected option table for `StructureFactor`. - -## Version 1.0.2 - -- Fixed a bug where `ReflectionList` and `ReciprocalSpaceSimulation` would not work with crystals that stored wavelength as a `Quantity`. -- Minor updates and changes in the documentation (thanks to Bianca Eifert for pointing out some of them). -- Added some missing auto-complete suggestions for `$CrystalData` (for the second argument). -- Added the option `AngleThreshold` to `BraggAngle` and `ReflectionList` for more efficient filtering by Bragg angle. - -## Version 1.0.1 - -- `Changelog.txt` changed extension to `Changelog.md`. -- Updated `$MaXrdChangelog`. -- The `MaXrd/Kernel/init.m` file was edited to allow for a more general package placement and correct auto-complete version requirement (thanks to Szabolcs Horvát). -- Minor revisions in the `README.md` file. -- Corrected version requirement from `10.0+` to `10.3+`. -- Changed the definition of `$MaXrdPath` to comply with a more general package placement. -- Fixed some hyperlink bugs in the main tutorial page. -- Corrected spelling errors in the documentation. -- Corrected a bug where `MillerNotationToString` did not work as expected with negative indices. - -## Version 1.0.0 - -- Package renamed from **Xray** to **MaXrd**! -- Renamed `$XrayFunctions` to `$MaXrdFunctions`, `$XrayChangelog` to `$MaXrdChangelog`, `$XrayPath` to `$MaXrdPath`, `$XrayRedirect` to `$GroupSymbolRedirect` and `$XrayVersion` to `$MaXrdVersion`. -- `GetAtomicScatteringFactor` and `GetScatteringCrossSection` renamed to `GetAtomicScatteringFactors` and `GetScatteringCrossSections`, respectively. - -## Version 0.9 - -- Refactored some code in `ImportCrystalData`; updated documentation. -- `GetAtomicScatteringFactor` restructured so to better handle crystal label with reflections input and element(s) with *sinlam* input. -- `InputCheck` procedures with *ProcessWavelength*, *GetCrystalWavelength* and *GetEnergyWavelength* were updated to let *-1* pass through without aborting evaluation. -- `ImportCrystalData` returns a message (but does not abort) if *neutron* radiation type is detected in .cif file. -- `InputCheck` with label *InterpretElement* now replaces *D* (deuterium) with *H*. -- Added the Hall symbol *-B 2ydav* to the space group *B 21/d*. -- Adding crystal data manually in dialogue windows is now possible with `ImportCrystalData`. -- Completed tutorials. -- Added the option *IgnoreHydrogen* to `CrystalFormulaUnits`. -- `$XrayChangelog` file is now formatted in Markdown language. -- `ImportCrystalData` now also counts the number of *atom_site_fract*_ to verify subdata length. -- Detailed information on how *f0* and *f1f2* data files were restructured for this package is now available in the tutorial page *Applying crystal data*. -- `GetAtomicScatteringFactor` now checks for source specific *sin(theta)/lambda* limits. - -## Version 0.8 - -- Merged the separate package-sections into one notebook, and made a *Core* directory for the core elements of the package. The folder *ExampleFiles* could in theory be deleted without affecting the package. -- `$XrayPath` created, which is a path to the main directory of the package. All other paths should be set relative to this. -- Removed `$XrayExamples`. Easy enough to use `$XrayPath`. -- Miscellaneous updates of the documentation. -- Updated `$PointGroups`: The association is now using non-formatted keys, some keys have been adjusted and more symbol variations have been added. Schoenflies symbols and class names information has also been added. -- Miscellanous updates to `$SpaceGroups`. -- The `XrayChangelog` function was updated. The log is now presented in a new window/notebook. -- Created `ExportCrystalData`. -- Renamed `AddCompoundToDataset` and `RemoveCompoundFromDataset` to `ImportCrystalData` and `DeleteCrystalData`, respectively. -- Updated the default data in `$CrystalData`. -- Addded the option "Threshold" to `StructureFactor`. -- Added the option "IgnoreSystematicAbsence" to `StructureFactor`. -- Updated `ReflectionList` to use Tuples. Table will be used if "HoldIndex" option is applied. -- `ScatteringFactor` and `StructureFactor` are now effectively Listable in regards to reflections. -- Added subgroup data to `$PointGroups`. -- Fixed a bug in `SymmetryEquivalentPositions` where the non-centring sub-routine was not working properly. -- Renamed `ScatteringFactor` to `AtomicScatteringFactor`. -- Deleted `$ScatteringFactors`; its functionality has been incorporated with `AtomicScatteringFactor`. -- Fixed a bug in `SymmetryEquivalentPositions` where too many equivalent positions were generated when not taking centring into account. -- Fixed a bug in `StructureFactor`; the multiplicity reduction was incorrect. -- Length- and energy quantities may now be input in `StructureFactor`. -- `$PhysicalConstants` discontinued. -- Created *CromerLiberman.m* from all the anomalous correction dat-files. This is now the default source for calculating corrections to the scattering factor in `AtomScatteringFactor`. -- Information on Wyckoff position and site symmetry has been implemented in `$SpaceGroups`. -- Added *InternationalTablesC(3rd)* as a source for coefficients used for calculating the atomic scattering factor. -- Expanded *WaasmaierKirfel.m* with ions. -- Added tabulated data for calculating atomic scattering factors from the *DABAX* directory found at . -- `AtomicScatteringFactor` now extracts elements from the atom data and not the chemical formula, and elements from the periodic table may be input directly. -- Auto-complete is now updated for `ImportCrystalData` and `DeleteCrystalData` after each successful execution. -- Added more unconventional space group settings for the monoclinic, tetragonal and trigonal crystal systems. -- Added scattering cross section data from *xraylib*, which is applied in `AttenuationCoefficient`. -- Added anomalous scattering factors (correction terms) from *xraylib*. -- Added the option *RationaliseThreshold -> 0.001* in `SymmetryEquivalentPositions`. -- Updated local variables in `StructureFactor` to coincide with notation used in coreCIF. -- `ImportCrystalData` can now store both *SiteSymmetryOrder* and *SiteSymmetryMultiplicity*. -- Better handling of chemical formulas in `ImportCrystalData`. -- Added sub routines to `InputCheck` for retrieving formula untis stored in `$CrystalData` and converting energy or wavelength input to angstroms. -- Separated the "development code" from the *Definitions.nb* notebook. -- Changed name of *ExtinctionDistance* to `ExtinctionLength`. -- Separated out the geometrical factor of the normal procedure for `ExtinctionLength` and `DarwinWidth` (the experimental angles can also be put in). -- Removed `AlignUB`, `ErrorPropagation`, `ExportReflectionFile`, `ImgScript`, `ImportReflectionFile`, `IntensityTable`, `MergeLogs`, `MonitorIni`, `LeastSquaresFit`, `PeakTableInspection`, `RefinedValues`, `RoundSignificants`, `UnwarpLayerList` and `WeightedMean` from the package (not considered core functions to X-ray or diffraction topics). -- `ExtinctionLength` and `DarwinWidth` are now practically listable in terms of reflections. -- All data sources used in `AtomicScatteringFactor` have been truncated at lambda = 2.5 angstroms. -- The space groups of the crystals *Copper* and *Aluminium* were changed from *Fd-3m* to *Fm-3m*. -- Corrected a couple of Hall strings (`C 4 -2a` and `F -4 -2`). -- *OldHallString* and *OldSymbolAlt* added for space groups 39, 41, 64, 67 and 68. -- Added label *GetCentringVectors* to `InputCheck`. -- Added option *UseCentring* to `SymmetryOperations`. -- The tag *SpaceGroupQ* in `InputCheck` has been replaced with a more thorough *InterpretSpaceGroup*, which will return the interpreted space group symbol and abort with messages if not successful. -- Created `CrystalFormulaUnits`. Some functionality was transferred from `CrystalDensity`. -- `SymmetryEquivalentPositions` is now practically listable in terms of coordinates. -- Crystal names can now be input to `GetElements` in order to return a list of elements in its *ChemicalFormula* or *AtomData*. -- Created `GetScatteringCrossSection`. -- Extended `InputCheck` with the label *InterpretElement*. -- Added "IgnoreIonCharge" option to `ImportCrystalData`. -- Several functions now have the name *Get-* prepended to them: `GetAtomicScatteringFactor`, `GetCrystalMetric`, `GetLatticeParameters`, `GetLaueClass`, `GetScatteringCrossSection`, `GetSymmetryData`, `GetSymmetryOperations`. - -## Version 0.7.9 - -- Updated `$SpaceGroups`: Space group entries now have a `Name` sub-key that extends support for more alternative settings. -- Created the function `UnitCellTransformation` for transforming entries in `$CrystalData` to different cell settings. -- Fixed minor formatting bugs in `$SpaceGroups`. -- Added *HermannMauguinFullAlt* entries to rhombohedral space groups (R3, R-3, R32, R3m, R3c, R-3m, R-3c) that include *:h* or *:r*. -- Also added *SymbolAlt*, *HermannMauguinShortAlt* and *HermannMauguinFullAlt* to space group entries with multiple cell origins. -- Fixed *I 41/a* (no. 88) entry in `$SpaceGroups`. -- `$XrayRedirect` updated to comply with changes of `$SpaceGroup`. -- Fixed a bug in `AddCompoundToDataset`; no *DisplacementParameters* were written if the cif-file were missing such data. -- Added the functionality to find “best fitting” space group formatting with `ToStandardSetting`. -- Fixed a bug in `AddCompoundToDataset` when a *label* was not explicitly given by the user. -- Added support for chemical formulas with decimals in `AddCompoundToDataset`. -- Updated `GetElements` with an option to ignore the charge of ions. -- Updated documentation on `UBtransformation`. -- Added support for string input in the `ToMiller` and `FromMiller` functions. -- Changed names of *SymmetryOperationsNotationA* to *SymmetryOperationsITA* and *SymmetryOperationsNotationB* to *SymmetryOperationsSeitz* in `$PointGroups`. -- Improved `MergeSymmetryEquivalent`. -- Minor fixes and updates in documentation. -- Created documentation on `RoundSignificants` and `ErrorPropagation`. -- Fixed a bug in `RoundSignificants` where output would not have a zero as second significant figure when expected. -- Created `SymmetryData`. -- Added the option `UseCentring` to `SymmetryEquivalentPositions`. -- Updated a bug in `InputCheck` where reflections containing negatives would not pass the function tests. -- Merged `ReflectionSetInspection` and `PeakTableHelper` to `PeakTableInspection`. -- Update documentation on `ReflectionConditionCheck`. -- Fixed bugs in `AddCompoundToDataset`: Procedure for finding the ADPs is now more robust. -- Updated `SymmetryData` with the option *UnambiguousSymbol*. -- Changed the name from `ReflectionConditionCheck` to `ReciprocalImageCheck`. -- Changed the name from `SimulateReciprocalSpace` to `ReciprocalSpaceSimulation`. -- Created the functions `BraggAngle` and `InterplanarSpacing`. -- Created the functions `ExtinctionDistance` and `DarwinWidth`. -- `$XrayRedirect` now supports concatenated versions of short Hermann--Mauguin symbols. -- Added the *HoldIndex* option in `ReflectionList`. Included this option in `ReciprocalSpaceSimulation`. -- Fixed a bug in `ReflectionList` where the incorrect resolution, based on the wavelength, was found. -- Added *CrystallographyToCartesian* to `$TransformationMatrices`. -- Updated `GetElements` with a *Tally* option. -- Created `$PeriodicTable`. - -## Version 0.7.8 - -- Minor bug fixes and updated in the documentation. -- It is now possible to set values for the cutoff intensity and group width in `ReflectionSetInspection`. -- Updated `ToMiller` to return output with commas if any index is not an integer. -- New function added to the `Statistics` context: `NonlinearLeastSquares`. -- Fixed an error with `StructureFactor` causing it to not accept wavelength input. -- `AddCompoundToDataset` now adds the site symmetry order for each atom to `$CrystalData`. -- Updates on `StructureFactor` (handles occupation factor and site symmetry differently). -- Updated some functions to also use `InputCheck` for crystal names. - -## Version 0.7.7 - -- Updated documentation on `CrystalMetric` and fixed a link in the `Xray` guide. -- Updated documentation on `StructureFactor`. -- Minor fixes in the code. -- Added `P21/n` and `P21/a` to `$XrayRedirect`. -- Contact e-mail added to main guide page. -- Updated documentation on `$ScatteringFactors`. References are now included. -- `Installation.nb` will no longer ask user to save changes. -- If structure factor equals zero, corresponding phases are now displayed as `--` in `StructureFactorTable`. -- `StructureFactor` now has an option for disabling units (the phase). Documentation updated. -- `$PointGroups` and `$SpaceGroups` now have the formatted symbol prepended to each entry. -- Minor bug fixes in `AddCompoundToDataset`. Updated the way output is presented. Changed the way ADP type information is stored in `$CrystalData` -- now the various atoms can be of different types. -- `CrystalMetric` updated to support input of lattice parameters directly. -- Introduced a `Limit` and a `Progress` option to `ReflectionList`. - -## Version 0.7.6 - -- `$XrayVersion` and `$XrayChangelog` added. -- Minor fixes in documentation. -- Fixed some bugs in `AddCompoundToDataset`. -- Fixed a bug with `StructureFactorTable` that could give unit cell volumes to be imaginary. -- Updated `RefinedValues`. New tag available: `Wavelenght`. -- Updated `MergeLogs`. - -## Version 0.7.5 - -- Changelog started. -- Documentation on `SystematicAbsentQ` fixed. -- Several functions belonging to the context `Crystallography` have been ascribed the new context `Physics`. -- `$PhysicalConstants` created. -- Wrong coefficients in `$ScatteringFactors` were corrected (At, Be, C, Ho, Ni, Tm, Zn). -- The space groups of `Silicon`, `Germanium` and `Diamond` are now set to use the alternative origin in `$CrystalData`. -- Added new alternative space group entries to `$SpaceGroups` (B1, C1, F1, I1, P1, A-1, B-1, C-1, F-1, I-1). `$XrayRedirect` was also updated. -- `SymmetryOperations` in `$SpaceGroups` have been flattened to a plain list structure. -- The following new functions were created: `InputCheck`, `LaueClass`. -- `StructureFactorTable` now sorts by decreasing structure factor by default. -- `ReflectionList` now sorts reflections from least to highest digit sum (ignoring sign), and has been extended with a `Keep` option. -- Added the option `ReflectionListKeep` to `StructureFactorTable`. -- Updated the documentation on `StructureFactor` and `StructureFactorTable`. -- Minor bug fixes. diff --git a/Development/Definitions.nb b/Development/Definitions.nb deleted file mode 100644 index 03f249c..0000000 --- a/Development/Definitions.nb +++ /dev/null @@ -1,46911 +0,0 @@ -(* Content-type: application/vnd.wolfram.mathematica *) - -(*** Wolfram Notebook File ***) -(* http://www.wolfram.com/nb *) - -(* CreatedBy='Mathematica 11.3' *) - -(*CacheID: 234*) -(* Internal cache information: -NotebookFileLineBreakTest -NotebookFileLineBreakTest -NotebookDataPosition[ 158, 7] -NotebookDataLength[ 2443647, 46903] -NotebookOptionsPosition[ 2396036, 46097] -NotebookOutlinePosition[ 2396518, 46116] -CellTagsIndexPosition[ 2396475, 46113] -WindowFrame->Normal*) - -(* Beginning of Notebook Content *) -Notebook[{ - -Cell[CellGroupData[{ -Cell[TextData[{ - "Definitions in the ", - StyleBox["MaXrd", - FontSlant->"Italic"], - " package" -}], "Title", - CellChangeTimes->{{3.6325088204434223`*^9, 3.632508823522456*^9}, { - 3.655742119951337*^9, 3.655742125247018*^9}, {3.657176107171741*^9, - 3.657176113595751*^9}, {3.6571965175177727`*^9, 3.657196518139456*^9}, { - 3.667811374858439*^9, 3.667811377601095*^9}, {3.667900351656826*^9, - 3.667900356531871*^9}, 3.6816319306073236`*^9, {3.717737911452742*^9, - 3.717737917345298*^9}, 3.717739389878994*^9, {3.743835282827827*^9, - 3.743835301322831*^9}},ExpressionUUID->"8ae99ef7-4796-40a0-8315-\ -c09dd1887448"], - -Cell[CellGroupData[{ - -Cell["Initialization", "Chapter", - CellChangeTimes->{{3.71773858505546*^9, 3.717738589008402*^9}, { - 3.717743878763125*^9, 3.7177438810008383`*^9}, {3.717743962064261*^9, - 3.717743963517083*^9}, {3.836360012655663*^9, 3.836360014088081*^9}, { - 3.836360115596627*^9, - 3.83636011637066*^9}},ExpressionUUID->"fbbfaf10-b60a-4b01-9632-\ -324a69ad69b2"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"--", - RowBox[{"-", " ", "Start"}]}]}], " ", - RowBox[{ - RowBox[{"package", " ", "--"}], "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"BeginPackage", "[", "\"\\"", "]"}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Essential", " ", "definitions", " ", - "and", " ", "data", " ", "files", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$MaXrdVersion", "=", - RowBox[{ - RowBox[{"PacletObject", "[", "\"\\"", "]"}], "[", - "\"\\"", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$MaXrdPath", "=", - RowBox[{ - RowBox[{"PacletObject", "[", "\"\\"", "]"}], "[", - "\"\\"", "]"}]}], ";"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"Load", " ", "usage", " ", "messages", " ", - RowBox[{"(", - RowBox[{"also", " ", "to", " ", "get", " ", "the", " ", "function", " ", - RowBox[{"names", "/", "symbols"}], " ", "of", " ", "the", " ", - "package"}], ")"}]}], "*)"}], - RowBox[{ - RowBox[{"Import", "[", - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}], ",", "\"\\""}], - "]"}], ";"}], "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Symmetry", " ", "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$PointGroups", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}]}]}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$LaueClasses", "=", - RowBox[{"$PointGroups", "\[LeftDoubleBracket]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<-1\>\"", ",", "\[IndentingNewLine]", "\"\<2/m\>\"", ",", - "\"\\"", ",", "\[IndentingNewLine]", "\"\<4/m\>\"", ",", - "\"\<4/mmm\>\"", ",", "\[IndentingNewLine]", "\"\<-3\>\"", ",", - "\"\<-3m\>\"", ",", "\[IndentingNewLine]", "\"\<6/m\>\"", ",", - "\"\<6/mmm\>\"", ",", "\[IndentingNewLine]", "\"\\"", ",", - "\"\\""}], "\[IndentingNewLine]", "}"}], - "\[RightDoubleBracket]"}]}], ";"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Note", ":", " ", - RowBox[{ - "Surronding", " ", "global", " ", "contexts", " ", "ahead", " ", "are", - " ", "to", " ", "avoid", "\[IndentingNewLine]", "symbols", " ", "such", - " ", - RowBox[{"as", " ", "'"}], - RowBox[{"h", "'"}]}]}], ",", " ", - RowBox[{"'", - RowBox[{"k", "'"}]}], ",", " ", - RowBox[{"'", - RowBox[{"l", "'"}], " ", "to", " ", "come", " ", "in", " ", "the", " ", - "MaXrd", " ", "context"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Begin", "[", "\"\\"", "]"}], ";"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$SpaceGroups", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}]}]}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$TransformationMatrices", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}]}]}], ";"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Miscellaneous", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}]}]}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$PeriodicTable", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}], "]"}]}]}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "\"\\""}], "}"}], "]"}]}]}], - ";"}]}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7174929072201157`*^9, 3.717492909690868*^9}, { - 3.717851942424342*^9, 3.7178519617417593`*^9}, {3.7179166385566483`*^9, - 3.717916652130022*^9}, {3.717916702807887*^9, 3.717916757851202*^9}, { - 3.717916796898471*^9, 3.717916797584778*^9}, {3.7179168597055387`*^9, - 3.7179168799813023`*^9}, {3.7179169623571787`*^9, 3.717916971272681*^9}, { - 3.717928823867218*^9, 3.717928843861143*^9}, {3.717931942625165*^9, - 3.717931942894418*^9}, {3.717950307134776*^9, 3.71795032344585*^9}, { - 3.7179503956593943`*^9, 3.7179504833770247`*^9}, {3.718347755545013*^9, - 3.718347756427464*^9}, {3.718348697054927*^9, 3.71834872303612*^9}, { - 3.718378812525331*^9, 3.7183790965031652`*^9}, 3.718379155071508*^9, { - 3.718433650236459*^9, 3.718433651802683*^9}, {3.718433684841159*^9, - 3.718433703770782*^9}, {3.720762569498526*^9, 3.720762575349032*^9}, { - 3.720762780070977*^9, 3.7207627896775208`*^9}, {3.742027033473415*^9, - 3.742027106009214*^9}, {3.7420271521617126`*^9, 3.742027566761835*^9}, { - 3.742027603881781*^9, 3.742027679126568*^9}, {3.742027717081161*^9, - 3.742027916383613*^9}, {3.7441146944243393`*^9, 3.744114696423382*^9}, { - 3.747568043506074*^9, 3.7475680485584393`*^9}, {3.747568430787212*^9, - 3.7475684719611464`*^9}, {3.761244417846724*^9, 3.76124442228309*^9}, { - 3.761244470264434*^9, 3.761244493067786*^9}, {3.761244897386915*^9, - 3.761244910159872*^9}, {3.7612449406559467`*^9, 3.761244954455592*^9}, { - 3.761249627063087*^9, 3.76124970233836*^9}, {3.7619840552044153`*^9, - 3.7619840606281147`*^9}, {3.7619841071462393`*^9, 3.761984152589323*^9}, { - 3.7619843318412724`*^9, 3.761984348791288*^9}, {3.7627512725903387`*^9, - 3.762751272876742*^9}, {3.7637954061541367`*^9, 3.763795410933415*^9}, { - 3.7637954591020527`*^9, 3.763795459412326*^9}, 3.764955858844449*^9, { - 3.769495480801033*^9, 3.7694954920354958`*^9}, {3.769495534019821*^9, - 3.7694955343067503`*^9}, {3.7712380374261017`*^9, 3.771238101559119*^9}, { - 3.779699718722555*^9, 3.779699725977388*^9}, {3.7796997726685677`*^9, - 3.779699774218174*^9}, {3.779699930077063*^9, 3.779699951513096*^9}, { - 3.7838000328003473`*^9, 3.783800042334887*^9}, {3.78380010047132*^9, - 3.783800115317122*^9}, {3.783800477966506*^9, 3.783800495348497*^9}, { - 3.79628164553333*^9, 3.796281647633924*^9}, {3.807790787931221*^9, - 3.807790812215783*^9}, {3.807790847306941*^9, 3.807790892442072*^9}, { - 3.807980295911572*^9, 3.807980298190555*^9}, {3.8079814927928677`*^9, - 3.807981501031747*^9}, {3.808052317668151*^9, 3.808052347430931*^9}, { - 3.829285556099214*^9, 3.829285605143903*^9}, {3.82928565532731*^9, - 3.8292856575344753`*^9}, {3.835927593257737*^9, 3.8359275974694443`*^9}, { - 3.835927872834722*^9, 3.8359278848163977`*^9}, {3.835928590442659*^9, - 3.8359285944017277`*^9}, {3.835928629163765*^9, 3.835928641059515*^9}, { - 3.83592870542426*^9, 3.8359287440751047`*^9}, {3.835932253787781*^9, - 3.835932254211646*^9}, {3.835932553295197*^9, 3.835932554331746*^9}, { - 3.835935979626807*^9, 3.835936095757243*^9}, {3.835938720412977*^9, - 3.835938730773252*^9}, {3.835938837688961*^9, 3.835938929235038*^9}, { - 3.835938960514352*^9, 3.835938993512371*^9}, {3.835939112863451*^9, - 3.8359391211117973`*^9}, {3.835939162747415*^9, 3.8359391660219717`*^9}, { - 3.835939647356929*^9, 3.835939712164975*^9}, {3.835940003657652*^9, - 3.835940013135792*^9}, {3.8359402486111507`*^9, 3.835940248727125*^9}, { - 3.835940328919158*^9, 3.8359403393623543`*^9}, {3.835942157979958*^9, - 3.835942159706974*^9}, {3.835945767396737*^9, 3.835945816191016*^9}, { - 3.835945964325131*^9, 3.835945971279457*^9}, {3.835950260689722*^9, - 3.835950262206017*^9}, {3.836021084070031*^9, 3.8360210901210938`*^9}, { - 3.8363578518651953`*^9, 3.836357961589538*^9}, {3.836358058393189*^9, - 3.836358097917417*^9}, 3.836358136694934*^9, {3.8363583258269663`*^9, - 3.8363583428773193`*^9}, {3.836358434075439*^9, 3.836358451955347*^9}, { - 3.836358482704611*^9, 3.836358503893003*^9}, {3.836359507636478*^9, - 3.836359531429709*^9}, {3.836360239141439*^9, 3.836360239640517*^9}, { - 3.8363608265432987`*^9, 3.8363608356610327`*^9}, {3.836360881451056*^9, - 3.83636088660902*^9}, {3.836360929916565*^9, 3.836360933979382*^9}, { - 3.836361032617433*^9, 3.836361033354579*^9}, {3.836361114924528*^9, - 3.8363611321853456`*^9}, {3.8363613190539722`*^9, - 3.8363613212249413`*^9}, {3.861512778988155*^9, 3.861512797604745*^9}, { - 3.861513180811754*^9, 3.8615132006495256`*^9}, {3.861513299715727*^9, - 3.8615133144055643`*^9}, {3.861513563605277*^9, 3.861513565740717*^9}, { - 3.8615155176080627`*^9, 3.8615155225913277`*^9}, {3.861518837730833*^9, - 3.86151883819788*^9}, {3.8616028294837713`*^9, 3.861602859478763*^9}, { - 3.861604000377658*^9, 3.861604005400635*^9}, {3.8616040394755507`*^9, - 3.8616040450179996`*^9}, {3.861604212739925*^9, 3.861604227151843*^9}, { - 3.861604331549732*^9, 3.861604336598235*^9}, {3.861608898611301*^9, - 3.861608957609763*^9}, {3.861637276405388*^9, 3.861637276852357*^9}, { - 3.8616383997806387`*^9, 3.861638401530884*^9}, {3.8616403555091753`*^9, - 3.861640357714674*^9}, {3.861680105673101*^9, 3.8616801079207582`*^9}, { - 3.8911722456350107`*^9, 3.8911722466024103`*^9}, {3.891230044724457*^9, - 3.891230064163299*^9}, {3.8912303956564617`*^9, 3.89123040408645*^9}, { - 3.8912305272010183`*^9, 3.8912306081997423`*^9}, {3.8912306546994057`*^9, - 3.891230825649458*^9}, {3.8912308561899557`*^9, - 3.891231065317541*^9}},ExpressionUUID->"8a17587d-c978-4270-b720-\ -0ff1184b091d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Definitions", "Chapter", - CellChangeTimes->{{3.71773858505546*^9, 3.717738589008402*^9}, { - 3.717743878763125*^9, 3.7177438810008383`*^9}, {3.717743962064261*^9, - 3.717743963517083*^9}},ExpressionUUID->"6d7fc55f-b1c0-4e10-b031-\ -7816175be8be"], - -Cell[CellGroupData[{ - -Cell["AttenuationCoefficient", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.6823273339048023`*^9, 3.6823273376015463`*^9}, 3.6823289774394608`*^9, - 3.683970210830709*^9, 3.6841265886995287`*^9, {3.687070410274006*^9, - 3.687070414339764*^9}, {3.714279228356523*^9, - 3.7142792321304007`*^9}},ExpressionUUID->"c41cb460-4373-45c5-bb69-\ -a9a10140c89a"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[19]:=",ExpressionUUID->"c699d47a-52db-414c-84e1-23f2cab35bf3"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "invalidSource"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "invcoeff"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "peOnly"}], "=", - "\"\None],TraditionalForm], \ -\"TI\"]\).\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "asfLambda"}], "=", - "\"\None],TraditionalForm], \ -\"TI\"]\).\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "AttenuationCoefficient"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "\"\\"", "\[Rule]", "\"\\""}], - ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", "GetScatteringCrossSections", " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "AttenuationCoefficient"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7142771011593227`*^9, 3.714277116878936*^9}, - 3.7142792426781883`*^9, {3.7187206630465183`*^9, 3.718720685173999*^9}, { - 3.725268806700364*^9, 3.725268823148202*^9}, {3.7252688760752687`*^9, - 3.725268877026887*^9}, {3.725269156893145*^9, 3.725269165035409*^9}, { - 3.725269227570182*^9, 3.725269229209899*^9}, {3.725272373947567*^9, - 3.7252723989784527`*^9}, {3.725273241918964*^9, 3.725273247278687*^9}, { - 3.725444185323474*^9, 3.7254441948992*^9}, {3.725444226978861*^9, - 3.725444235801064*^9}, {3.725609418848913*^9, 3.7256094244180517`*^9}, - 3.725617503769556*^9, {3.727595094743976*^9, 3.7275951525304117`*^9}, { - 3.727596157278677*^9, 3.727596157411038*^9}, {3.7275963376552258`*^9, - 3.727596371990885*^9}, 3.727597556269699*^9, {3.72759862336992*^9, - 3.7275986692757177`*^9}, {3.7275987211595488`*^9, 3.72759872414962*^9}, { - 3.727599661240222*^9, 3.7275997536656923`*^9}, {3.727600590765911*^9, - 3.727600631635717*^9}, 3.72760107018398*^9, {3.7276011005221157`*^9, - 3.727601101075252*^9}, {3.727605678373506*^9, 3.727605689480281*^9}, { - 3.72760572636793*^9, 3.727605726971096*^9}, {3.727606714090279*^9, - 3.7276067407994757`*^9}, {3.733805766964224*^9, 3.733805852064715*^9}, { - 3.7338059500071087`*^9, 3.733805954223672*^9}, {3.733806093987896*^9, - 3.733806159446396*^9}, {3.733807125176491*^9, 3.733807130300021*^9}, { - 3.733807422507615*^9, 3.733807432858644*^9}, {3.733807474026002*^9, - 3.733807477003118*^9}, {3.735291796312076*^9, 3.735291797423252*^9}, { - 3.7352957155995493`*^9, 3.735295716462904*^9}, {3.735306109963554*^9, - 3.7353061671057653`*^9}, {3.735306212768219*^9, 3.735306214246963*^9}, { - 3.7353065010127687`*^9, 3.735306503736622*^9}, {3.7373969463413887`*^9, - 3.737396955499552*^9}, 3.737397728880765*^9, {3.738304012487692*^9, - 3.738304052969688*^9}, 3.743865880198998*^9, 3.7441722690718527`*^9, { - 3.7567036374295893`*^9, 3.756703653275354*^9}, {3.756704023428278*^9, - 3.7567040437871237`*^9}, 3.756705010054923*^9, 3.756710357649047*^9, { - 3.8616775539448223`*^9, 3.8616775572080107`*^9}, {3.8616775929409237`*^9, - 3.861677646858244*^9}, {3.8616790020290127`*^9, 3.8616790024727*^9}, - 3.861689500987217*^9},ExpressionUUID->"ca57549c-ac09-4526-958f-\ -ff373aaafc57"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[26]:=",ExpressionUUID->"ffc0a3df-ec8f-4f45-ba45-7a1411d47cb7"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"AttenuationCoefficient", "[", "\[IndentingNewLine]", - RowBox[{"crystal_String", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\[Lambda]", ",", - RowBox[{"unitsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"coeff", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"mcMethod", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"source", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - RowBox[{"pp", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "csDir", ",", "asfFile", ",", "\[IndentingNewLine]", "V", ",", - "\[Sigma]", ",", "\[CapitalSigma]", ",", "column", ",", "atomdata", ",", - "r", ",", "siteM", ",", "\[IndentingNewLine]", "fpp", ",", "re", ",", - "\[Mu]", ",", "\[Rho]"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Checking", " ", "input", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"csDir", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "source"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"asfFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\[IndentingNewLine]", "\t", "\"\\"", ",", - "\"\\"", ",", - RowBox[{"source", "<>", "\"\<.m\>\""}]}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"DirectoryQ", "[", "csDir", "]"}], "\[Nor]", - RowBox[{"FileExistsQ", "[", "asfFile", "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "invalidSource"}], ",", - "source"}], "]"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Processing", " ", "cross", " ", "section", " ", "type"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", - RowBox[{"Select", " ", "'"}]}], - RowBox[{"PhysicalProcess", "'"}], " ", "manually"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"pp", "=!=", "\"\<\>\""}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"column", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\\"", ",", "\"\\""}], "}"}], - ",", "pp"}], "]"}], ",", "2", ",", "\[IndentingNewLine]", "\t", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "\[IndentingNewLine]", "\t", - "\"\\"", ",", "\"\\""}], "}"}], ",", - "pp"}], "]"}], ",", "3", ",", "\[IndentingNewLine]", "\t", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "\[IndentingNewLine]", "\t", "}"}], ",", - "pp"}], "]"}], ",", "4", ",", "\[IndentingNewLine]", "\t", - RowBox[{"pp", "===", "\"\\""}], ",", "5", ",", - "\[IndentingNewLine]", "\t", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "invproc"}], ",", "pp"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Select"}], " ", "automatically", " ", - "based", " ", "on", " ", "coefficient", " ", "type"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"column", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"MemberQ", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\""}], - "}"}], ",", "\[IndentingNewLine]", "\t", "coeff"}], "]"}], ",", - "\[IndentingNewLine]", "\t", "5", ",", - RowBox[{"(*", " ", - RowBox[{"Total", " ", "=", " ", - RowBox[{"ph", ".", "el", ".", " ", - RowBox[{"+", " ", - RowBox[{"Ray", ".", " ", - RowBox[{"+", " ", - RowBox[{"Comp", "."}]}]}]}]}]}], " ", "*)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", "True", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "invcoeff"}], ",", - "coeff"}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Calculations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Auxiliary", " ", "variables"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"V", "=", - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{"GetCrystalMetric", "@", "crystal"}]}]}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Calculation", " ", "method"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"DirectoryQ", "@", "csDir"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Using"}], " ", "cross", " ", "sections"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\[Sigma]", "=", - RowBox[{"Normal", "@", - RowBox[{"GetScatteringCrossSections", "[", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\\"", "\[Rule]", "pp"}], ",", - RowBox[{"\"\\"", "\[Rule]", "source"}], ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Multiplying", " ", "atoms", " ", "with", " ", "corresponding", " ", - "cross", " ", "sections"}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"atomdata", "=", - RowBox[{"Values", "@", - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "crystal", ",", "\"\\"", ",", "All", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}]}], - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], "=", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\"", ",", "DigitCharacter"}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"atomdata", "=", - RowBox[{"atomdata", "/.", - RowBox[{"Join", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"\[Sigma]", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"Missing", "[", - RowBox[{"\"\\"", ",", "\"\\""}], - "]"}], "\[Rule]", "1"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"r", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"siteM", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{ - "SymmetryEquivalentPositions", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"crystal", ",", - RowBox[{ - "r", "\[LeftDoubleBracket]", "a", "\[RightDoubleBracket]"}], - ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], - ",", - RowBox[{"{", - RowBox[{"a", ",", - RowBox[{"Length", "@", "r"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}], "=", - "siteM"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"\[CapitalSigma]", "=", - RowBox[{"Total", "[", - RowBox[{"Times", "@@@", "atomdata"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"\[Mu]", "=", - RowBox[{"\[CapitalSigma]", "/", "V"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"b", ".", " ", "Using"}], " ", "f"}], "-", "double", "-", - "prime"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "wavelength"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"\[Lambda]", ">", "2.5"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"AttenuationCoefficient", "::", "asfLambda"}], ",", - RowBox[{"ToString", "@", "\[Lambda]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"column", "=", "3"}], ";", - RowBox[{"(*", " ", - RowBox[{"Force", " ", - RowBox[{"p", ".", "e", ".", " ", "cross"}], " ", "section", " ", - "only"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"re", "=", "2.81794032*^-15"}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"fpp", "=", - RowBox[{"Im", "@", - RowBox[{"StructureFactor", "[", - RowBox[{"crystal", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "\[Lambda]", ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"\"\\"", "\[Rule]", "source"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"(", - RowBox[{ - "See", " ", "formula", " ", "in", " ", "documentation", " ", "page", - " ", "details"}], ")"}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"\[Mu]", "=", - RowBox[{"2", "*", "re", "*", - RowBox[{"\[Lambda]", "/", "V"}], "*", - RowBox[{"Abs", "[", "fpp", "]"}], "*", - RowBox[{"Power", "[", - RowBox[{"10", ",", "18"}], "]"}]}]}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Normalise", " ", "by", " ", "mass", " ", - RowBox[{"density", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"coeff", "===", "\"\\""}], "&&", - RowBox[{"mcMethod", "===", "\"\\""}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\[Rho]", "=", - RowBox[{"CrystalDensity", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"Return", "@", - RowBox[{"Quantity", "[", - RowBox[{ - RowBox[{"\[Mu]", "/", "\[Rho]"}], ",", - RowBox[{ - RowBox[{"\"\\"", "^", "2"}], "/", - "\"\\""}]}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - - RowBox[{"Return", "[", - RowBox[{"\[Mu]", "/", "\[Rho]"}], "]"}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Output", " ", "linear", " ", "coefficient"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"Quantity", "[", - RowBox[{"\[Mu]", ",", - RowBox[{"\"\\"", "^", - RowBox[{"(", - RowBox[{"-", "1"}], ")"}]}]}], "]"}], ",", "\[Mu]"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327825752265*^9, {3.682327891309991*^9, 3.682327908905006*^9}, { - 3.682328462663025*^9, 3.682328464594318*^9}, {3.6823288379476137`*^9, - 3.682328840375494*^9}, {3.6823289450420847`*^9, 3.682328948786008*^9}, - 3.682329021553924*^9, {3.682329649608305*^9, 3.682329652832589*^9}, - 3.6823298080835743`*^9, {3.682350312716905*^9, 3.682350378410404*^9}, - 3.6823504635691757`*^9, {3.6823505010243587`*^9, 3.682350503583688*^9}, { - 3.68235624088593*^9, 3.68235624215532*^9}, {3.6824154065363083`*^9, - 3.682415411290797*^9}, {3.6824949312809687`*^9, 3.682494933923278*^9}, { - 3.682494968776065*^9, 3.6824950015362787`*^9}, {3.682495062367214*^9, - 3.6824950649247932`*^9}, {3.682495113046337*^9, 3.6824951159073544`*^9}, { - 3.68249526412218*^9, 3.682495265376318*^9}, {3.68249545065454*^9, - 3.682495470163967*^9}, {3.682495512292554*^9, 3.682495515202944*^9}, { - 3.682495556347404*^9, 3.682495579369482*^9}, {3.6824958395091257`*^9, - 3.682495843227323*^9}, {3.6824961499028397`*^9, 3.682496152773938*^9}, { - 3.682496263451882*^9, 3.682496267049795*^9}, {3.682496312064939*^9, - 3.6824963159122458`*^9}, {3.682496526788476*^9, 3.682496526940209*^9}, { - 3.682496864685812*^9, 3.682496866861273*^9}, {3.682496942171248*^9, - 3.68249696514644*^9}, 3.682497201839513*^9, {3.6824972729799232`*^9, - 3.682497296643372*^9}, {3.6824973270838213`*^9, 3.68249734521832*^9}, - 3.68268180724885*^9, {3.684128291025429*^9, 3.684128389624958*^9}, { - 3.68412845933915*^9, 3.684128486385932*^9}, {3.684128529353738*^9, - 3.6841285582182617`*^9}, {3.6841288206899014`*^9, 3.684128901287672*^9}, { - 3.684128968928697*^9, 3.68412900913936*^9}, {3.6841292785084352`*^9, - 3.684129357017983*^9}, {3.684129890723934*^9, 3.684129917971912*^9}, { - 3.6841300831135187`*^9, 3.684130083432626*^9}, {3.684138321122032*^9, - 3.684138354809764*^9}, {3.684138494851803*^9, 3.6841385035605307`*^9}, { - 3.684138540043199*^9, 3.6841385752075777`*^9}, {3.685245928608788*^9, - 3.685245936564748*^9}, {3.685292498644186*^9, 3.685292547209746*^9}, { - 3.685293229629302*^9, 3.685293257980389*^9}, {3.6852936989464273`*^9, - 3.685293705920918*^9}, {3.685418988387327*^9, 3.6854191059404497`*^9}, - 3.685765928283773*^9, {3.686654834485551*^9, 3.686654890223186*^9}, { - 3.68707046283397*^9, 3.687070498302699*^9}, {3.6870706403942127`*^9, - 3.687070645183961*^9}, {3.687074314093583*^9, 3.687074317994583*^9}, { - 3.687074374371909*^9, 3.687074570760933*^9}, {3.687074652127841*^9, - 3.687074670820685*^9}, {3.687074709674035*^9, 3.687074745552079*^9}, - 3.6870747762370996`*^9, {3.687075134103478*^9, 3.687075190017233*^9}, { - 3.687075227136788*^9, 3.6870752283386497`*^9}, {3.687084433842494*^9, - 3.687084434540505*^9}, {3.687252674715548*^9, 3.6872527537030087`*^9}, { - 3.6872530883472633`*^9, 3.687253099104884*^9}, {3.6872531543581467`*^9, - 3.687253322775559*^9}, {3.7142771196500397`*^9, 3.714277178441402*^9}, { - 3.7142792444078503`*^9, 3.7142792456383257`*^9}, {3.7142796797387342`*^9, - 3.714279682473756*^9}, 3.7142797831707277`*^9, {3.714279814324584*^9, - 3.714279838321075*^9}, {3.717740904453494*^9, 3.717740920456429*^9}, { - 3.718696577274802*^9, 3.718696627861423*^9}, {3.7186967142424183`*^9, - 3.7186967147340813`*^9}, {3.718696792968584*^9, 3.71869679321145*^9}, { - 3.718696906307351*^9, 3.7186969091161127`*^9}, {3.718696991305678*^9, - 3.718697052988871*^9}, {3.7187172800606413`*^9, 3.7187173470382023`*^9}, { - 3.718717379383102*^9, 3.7187174148204517`*^9}, {3.718717488228198*^9, - 3.718717491026578*^9}, {3.718720070887845*^9, 3.718720085142127*^9}, { - 3.7187201586451893`*^9, 3.718720352039188*^9}, {3.718720394463822*^9, - 3.718720396278257*^9}, {3.718720543700461*^9, 3.7187206606961927`*^9}, { - 3.7187206908647337`*^9, 3.718720767621423*^9}, {3.718720836716254*^9, - 3.7187208891380653`*^9}, {3.7187209291227837`*^9, 3.718720948201191*^9}, { - 3.718729205281302*^9, 3.718729248975091*^9}, {3.718814337621928*^9, - 3.71881435191628*^9}, {3.718814945192078*^9, 3.718815025636673*^9}, { - 3.718815447675469*^9, 3.7188154905358686`*^9}, {3.718815868726829*^9, - 3.7188159045504293`*^9}, {3.718816345921665*^9, 3.718816383590927*^9}, { - 3.7188164578149977`*^9, 3.718816470836544*^9}, {3.719060981858221*^9, - 3.7190609882613688`*^9}, {3.719061020869276*^9, 3.719061069506462*^9}, { - 3.7252697943207827`*^9, 3.7252699678916187`*^9}, {3.725270603409759*^9, - 3.7252706042367573`*^9}, {3.725270841256734*^9, 3.725270867576191*^9}, { - 3.725271247568046*^9, 3.725271324259781*^9}, {3.725271452850932*^9, - 3.725271454009354*^9}, {3.725271492634151*^9, 3.72527151962381*^9}, { - 3.725271638847114*^9, 3.72527164350896*^9}, {3.7252719083608723`*^9, - 3.725271923558984*^9}, {3.725272298431737*^9, 3.725272350421612*^9}, { - 3.725272402205048*^9, 3.72527244417188*^9}, {3.725272631784109*^9, - 3.725272641227659*^9}, {3.72527267485524*^9, 3.725272691237422*^9}, { - 3.72527311647713*^9, 3.725273165306882*^9}, {3.725273206193162*^9, - 3.7252732719148207`*^9}, {3.725273308513805*^9, 3.725273320479816*^9}, { - 3.725273448694283*^9, 3.725273484590317*^9}, {3.7252739664192963`*^9, - 3.725273981306225*^9}, {3.7253735568340893`*^9, 3.7253735688323936`*^9}, { - 3.725373908459175*^9, 3.7253739128492823`*^9}, {3.725374117071377*^9, - 3.725374122918681*^9}, 3.725374225021799*^9, {3.725374283442111*^9, - 3.725374307704977*^9}, {3.725374666409811*^9, 3.72537471971462*^9}, { - 3.725374832313146*^9, 3.725374868301381*^9}, {3.7253749321418447`*^9, - 3.725374952949141*^9}, {3.7253762167569838`*^9, 3.725376375167273*^9}, { - 3.725376414760065*^9, 3.725376424262648*^9}, {3.72537713590405*^9, - 3.7253771382141247`*^9}, {3.72537720593338*^9, 3.725377241394939*^9}, - 3.725431095469984*^9, {3.725431152356546*^9, 3.72543125425383*^9}, - 3.725431405022188*^9, {3.72543144959653*^9, 3.725431458188115*^9}, { - 3.725431519565583*^9, 3.725431546084051*^9}, {3.725433607711245*^9, - 3.725433607875033*^9}, {3.7254389561187887`*^9, 3.725439004963586*^9}, { - 3.725439035746935*^9, 3.725439142872712*^9}, {3.725440248570176*^9, - 3.725440261217514*^9}, {3.72544031558554*^9, 3.725440322201033*^9}, { - 3.7254403689262133`*^9, 3.725440379566348*^9}, {3.725440948075251*^9, - 3.725440951724298*^9}, {3.725441021544433*^9, 3.725441075693317*^9}, { - 3.725441121132326*^9, 3.725441256056897*^9}, {3.725441576763502*^9, - 3.725441598666348*^9}, {3.725441629370322*^9, 3.725441648856089*^9}, { - 3.725441741502282*^9, 3.7254417720922337`*^9}, {3.725441859557227*^9, - 3.725441915273739*^9}, {3.7254419624824533`*^9, 3.725442055527149*^9}, { - 3.725442090121353*^9, 3.725442108603052*^9}, {3.725442242651855*^9, - 3.725442288329866*^9}, {3.725442363906097*^9, 3.7254423660232687`*^9}, { - 3.725442396985964*^9, 3.725442537300845*^9}, {3.725442783290227*^9, - 3.725442789423853*^9}, {3.725443105257683*^9, 3.72544314562961*^9}, { - 3.725443620133412*^9, 3.7254436220111933`*^9}, {3.72544484502874*^9, - 3.725444846177541*^9}, {3.725445506324738*^9, 3.725445603873625*^9}, { - 3.725445652876431*^9, 3.725445687655731*^9}, {3.7254457322718782`*^9, - 3.725445739556692*^9}, {3.7254458126392517`*^9, 3.7254459732397957`*^9}, { - 3.72544600673927*^9, 3.7254460409294643`*^9}, {3.725446082440621*^9, - 3.7254461459020844`*^9}, {3.725446176623804*^9, 3.725446194796921*^9}, { - 3.72544672485463*^9, 3.725446835458315*^9}, 3.7254468786986027`*^9, { - 3.725448207127932*^9, 3.7254482213255663`*^9}, {3.725448268045261*^9, - 3.725448275798976*^9}, {3.725609594471175*^9, 3.725609595133806*^9}, { - 3.725609758182316*^9, 3.725609761577835*^9}, {3.72560987803113*^9, - 3.725609878269611*^9}, {3.725609957261696*^9, 3.7256099612974873`*^9}, { - 3.725609993915262*^9, 3.725610016290868*^9}, {3.72561013470751*^9, - 3.725610148319676*^9}, {3.7256101845660963`*^9, 3.725610184693945*^9}, { - 3.725610370045615*^9, 3.725610371249484*^9}, {3.725617536512475*^9, - 3.725617639843293*^9}, {3.7256177173098183`*^9, 3.725617773224988*^9}, { - 3.726223688910334*^9, 3.726223779764642*^9}, {3.726223815839501*^9, - 3.726223866310741*^9}, {3.7262241728333263`*^9, 3.726224173048872*^9}, { - 3.7263905219435463`*^9, 3.7263906120946083`*^9}, {3.726561290259503*^9, - 3.726561293777958*^9}, {3.726857773261689*^9, 3.7268577967058907`*^9}, { - 3.726857833969409*^9, 3.7268578477674437`*^9}, {3.726857892679901*^9, - 3.726857896783546*^9}, {3.726857955565792*^9, 3.726858019275367*^9}, { - 3.7268581230812817`*^9, 3.726858126855783*^9}, 3.726858172112897*^9, - 3.726858344500679*^9, {3.7268585027128572`*^9, 3.726858514030747*^9}, { - 3.7268585488475924`*^9, 3.7268585522808332`*^9}, {3.726858598110031*^9, - 3.726858617990168*^9}, {3.726858768474002*^9, 3.7268587977914457`*^9}, { - 3.7268588328870707`*^9, 3.726858856302162*^9}, {3.726858887679934*^9, - 3.726858893773878*^9}, {3.726858966886116*^9, 3.7268589888202543`*^9}, - 3.726859141635659*^9, {3.726859174188146*^9, 3.726859184593952*^9}, { - 3.726859228843294*^9, 3.726859278769764*^9}, {3.727596670713231*^9, - 3.7275967212226667`*^9}, {3.727596790831655*^9, 3.7275967926392813`*^9}, - 3.7275968328738327`*^9, {3.727596958300494*^9, 3.727596958786277*^9}, { - 3.727596992251334*^9, 3.72759700324319*^9}, {3.7275970345633163`*^9, - 3.7275970574623632`*^9}, {3.7275985206670017`*^9, 3.7275986102626*^9}, { - 3.72759867778411*^9, 3.7275988954864492`*^9}, 3.727598942256852*^9, { - 3.72759897750863*^9, 3.727599013855448*^9}, {3.727599088736693*^9, - 3.727599104855103*^9}, {3.7275992674093943`*^9, 3.727599269636272*^9}, { - 3.727599364485498*^9, 3.7275993811005487`*^9}, {3.727599481226458*^9, - 3.727599654265373*^9}, {3.727599779038115*^9, 3.727599841389889*^9}, { - 3.727599892695681*^9, 3.727599892973947*^9}, {3.727600638814896*^9, - 3.7276006514193687`*^9}, {3.727600731345932*^9, 3.72760074339881*^9}, { - 3.7276009822570972`*^9, 3.7276010181153183`*^9}, 3.727601077966126*^9, { - 3.727603141129677*^9, 3.7276032589689503`*^9}, {3.727603433788258*^9, - 3.7276034759418287`*^9}, {3.7276045771758823`*^9, 3.727604794750452*^9}, { - 3.727604829108159*^9, 3.72760485079314*^9}, {3.727604918516605*^9, - 3.727604969390821*^9}, {3.727605026307961*^9, 3.7276050292851267`*^9}, { - 3.727605065999736*^9, 3.727605180288286*^9}, {3.727605427264027*^9, - 3.7276054278434753`*^9}, {3.727605927425639*^9, 3.727606184324828*^9}, { - 3.727606663389245*^9, 3.727606702607633*^9}, {3.727606753027483*^9, - 3.7276067964221487`*^9}, {3.727607248788731*^9, 3.727607566831222*^9}, - 3.727607635936228*^9, 3.727675292623402*^9, 3.7276766297925587`*^9, - 3.7276767844661827`*^9, {3.72767684001958*^9, 3.727676885072239*^9}, { - 3.7277093097659683`*^9, 3.7277093347667027`*^9}, {3.727709430606303*^9, - 3.727709469547093*^9}, {3.72780913314751*^9, 3.7278091900229177`*^9}, { - 3.727850767511487*^9, 3.7278507686851273`*^9}, {3.7303979306301003`*^9, - 3.730397942962326*^9}, {3.730543777621201*^9, 3.7305437777754107`*^9}, { - 3.730544115579426*^9, 3.730544115737665*^9}, {3.7305441832318296`*^9, - 3.730544209081943*^9}, {3.730622837829286*^9, 3.730622853681568*^9}, { - 3.730623110374165*^9, 3.730623130027525*^9}, {3.733170306280711*^9, - 3.73317033309278*^9}, {3.7331710008147717`*^9, 3.7331710251738367`*^9}, { - 3.7331711000446978`*^9, 3.7331711361705*^9}, {3.733171473981695*^9, - 3.733171578192926*^9}, {3.73317163623409*^9, 3.733171651943324*^9}, - 3.733202970819314*^9, 3.733804172513041*^9, {3.733805704590872*^9, - 3.733805760174259*^9}, {3.73380587632876*^9, 3.7338058814714823`*^9}, { - 3.733805933078506*^9, 3.733805933504356*^9}, {3.733805977388275*^9, - 3.733806007688088*^9}, 3.7338072718163424`*^9, {3.73380732023398*^9, - 3.7338074010980377`*^9}, {3.7350320858541594`*^9, 3.735032132405632*^9}, { - 3.7353065300461683`*^9, 3.735306694608877*^9}, {3.7353067342337008`*^9, - 3.7353067586461554`*^9}, {3.735306793406844*^9, 3.735306880284782*^9}, { - 3.735307344890975*^9, 3.735307345154111*^9}, {3.735307447075685*^9, - 3.735307455994753*^9}, {3.7373670527127934`*^9, 3.737367053341886*^9}, { - 3.737396039501148*^9, 3.737396089467263*^9}, {3.7373962440651417`*^9, - 3.737396255360158*^9}, {3.7373962939034023`*^9, 3.737396313525474*^9}, { - 3.737396980671*^9, 3.737397015363579*^9}, {3.737397170086678*^9, - 3.737397278098724*^9}, {3.737397338659171*^9, 3.737397347537478*^9}, { - 3.737397598268832*^9, 3.737397645663148*^9}, 3.737397735046486*^9, - 3.737397767184107*^9, 3.737968466882496*^9, {3.738303813108982*^9, - 3.7383038170508738`*^9}, {3.738304066063772*^9, 3.738304071176364*^9}, { - 3.739170316786953*^9, 3.7391703198315573`*^9}, {3.743865411764411*^9, - 3.743865411809656*^9}, 3.7438658804015923`*^9, {3.744034697052298*^9, - 3.744034710978043*^9}, {3.7440349179223413`*^9, 3.744034918150834*^9}, { - 3.7441701135312233`*^9, 3.744170114030244*^9}, {3.758528988970167*^9, - 3.758528992606166*^9}, {3.758529030218317*^9, 3.758529091683517*^9}, { - 3.7595192248069153`*^9, 3.75951922489293*^9}, 3.762793093025393*^9, { - 3.786967961472329*^9, 3.786967962893998*^9}, {3.7869681859392014`*^9, - 3.786968188073204*^9}, 3.861545545212578*^9, 3.861545658178502*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"9efca070-debe-4ee4-afe4-a79f70e6c480"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[28]:=",ExpressionUUID->"dab4db01-5156-4ede-8605-c500a591c019"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["BraggAngle", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.8054419263202667`*^9, - 3.8054419271085243`*^9}},ExpressionUUID->"77412c77-a615-40d2-af30-\ -4a1af2d05756"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[29]:=",ExpressionUUID->"602f3b46-faf4-43c9-a94c-47ed02be07df"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"BraggAngle", "::", "invinput"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "BraggAngle"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"90.", "*", "Degree"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "BraggAngle"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->CompressedData[" -1:eJxTTMoPSmViYGAQA2IQHcTLzLZy7WtH5a/C7CB6jeLJDWeOvXbUMO3fCqK3 -dv3+/Pr1a8dMt79gem/fe9E3QNpOtEUcRN90bHaO/vvasfy5lAuIfmZS5wmi -eVe0gWmtus3SpuZvHH+JnQfTxxx51tQdfePIoPsQTJfURm4B0VPuiO8G02/j -94Nohe3Jh0E0RxPjaRA9K0TiLIheIrPxMohOcLsIpovsuX+B6H2/DrHVA+nw -u5+sQPTbol+OINro6Gp/EL07qSAcRNvNN4wG0Te27o4H0UWbU+eD6JU+TWD6 -1s2zK0C0zKK7YHq6xy/LCSDx3RZuINphYb0/iP7QqREHotf8W7MGLL+HbS2I -3vLobeFEIC1S9R9MAwAlDckj - - "],ExpressionUUID->"3ef5e913-88ad-40ec-ba4a-85d36ad7ee94"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[33]:=",ExpressionUUID->"45a3af02-dcf5-482d-beb8-8271513cc2eb"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"BraggAngle", "[", "\[IndentingNewLine]", - RowBox[{"input_", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", "reflections_List", - ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"hkl", ",", "G", ",", "H", ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"N", "@", "lambda"}]}], ",", "sl", ",", "bragg", ",", "angle", - ",", "angleThreshold"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "crystal", " ", - RowBox[{"(", - RowBox[{"or", " ", "metric"}], ")"}], " ", "and", " ", "reflection", - RowBox[{"(", "s", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StringQ", "@", "input"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "input"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"G", "=", - RowBox[{"GetCrystalMetric", "@", "input"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"MatrixQ", "@", "input"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"G", "=", "input"}], ",", "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"BraggAngle", "::", "invinput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "reflections", ",", "\"\\"", ",", "\"\\""}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Reciprocal", " ", "metric"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"Chop", "@", - RowBox[{"N", "@", - RowBox[{"Inverse", "@", "G"}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Process", " ", "wavelength"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatrixQ", "@", "input"}], ",", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "\[Lambda]", ",", "False"}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "input", ",", "\[Lambda]"}], - "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Sin", "/", "lambda"}], ",", " ", - RowBox[{"from", " ", - RowBox[{"Bragg", "'"}], "s", " ", "law", " ", "and", " ", "inner", - " ", "product"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"sl", "[", "h_", "]"}], ":=", - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"h", ".", "H", ".", "h"}], "]"}], "/", "2."}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"bragg", "[", "h_", "]"}], ":=", - RowBox[{ - RowBox[{"N", "[", - RowBox[{"ArcSin", "[", - RowBox[{ - RowBox[{"sl", "[", "h", "]"}], "*", "\[Lambda]"}], "]"}], "]"}], "/.", - RowBox[{"x_Complex", "\[Rule]", "Undefined"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"angle", "=", - RowBox[{"bragg", "/@", "hkl"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Truncate", " ", "at", " ", "chosen", " ", "angle", " ", - "threshold"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"angleThreshold", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"0", "\[LessEqual]", "angleThreshold", "<", - RowBox[{"\[Pi]", "/", "2"}]}], ",", "\[IndentingNewLine]", - RowBox[{"angle", "=", - RowBox[{"Select", "[", - RowBox[{"angle", ",", - RowBox[{ - RowBox[{"(", - RowBox[{"#", "\[LessEqual]", "angleThreshold"}], ")"}], "&"}]}], - "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"angle", "=", - RowBox[{"angle", "/", "Degree"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", "Units"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"angle", "=", - RowBox[{"Quantity", "[", - RowBox[{"angle", ",", "\"\\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"angle", "=", - RowBox[{"angle", "/.", - RowBox[{ - RowBox[{"Quantity", "[", - RowBox[{"Undefined", ",", "\"\\""}], "]"}], "\[Rule]", - "Undefined"}]}]}]}]}], "]"}], ";", " ", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "only", " ", "one", " ", "reflection"}], ",", " ", - RowBox[{"return", " ", "content"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "angle"}], "\[Equal]", "1"}], ",", - RowBox[{"First", "@", "angle"}], ",", "angle"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.7627930930413857`*^9, {3.786967967829575*^9, - 3.786967969739787*^9}, {3.786968198607836*^9, 3.786968200222228*^9}, { - 3.787041003562891*^9, 3.787041007840021*^9}, {3.787043442208609*^9, - 3.787043442391634*^9}, {3.787043914533633*^9, 3.787043915029189*^9}, { - 3.787044187217134*^9, 3.7870442307590923`*^9}, {3.787046842382929*^9, - 3.7870468580202*^9}, {3.7870471728770447`*^9, 3.787047173717057*^9}, - 3.787047204333239*^9, {3.787047256923612*^9, 3.787047261939014*^9}, { - 3.787047443010352*^9, 3.78704745035876*^9}, {3.787047537317247*^9, - 3.787047592643764*^9}, {3.787047639764551*^9, 3.787047640066835*^9}, { - 3.787047810729336*^9, 3.787047815479068*^9}, {3.7870479564520483`*^9, - 3.787047970787119*^9}, {3.805442316344285*^9, 3.805442318724873*^9}, { - 3.8054424959322844`*^9, 3.80544249628139*^9}, {3.805442739570627*^9, - 3.805442835642147*^9}, {3.805443017716633*^9, 3.805443018009399*^9}, { - 3.8054430621758013`*^9, 3.805443086152588*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[34]:=",ExpressionUUID->"d82dc607-3bbe-4a04-846a-00b5bcfdf75d"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[35]:=",ExpressionUUID->"942809d9-27ea-497d-bb0c-f9629fac2430"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ConstructDomains", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.778393857909237*^9, 3.7783938593413057`*^9}, { - 3.778393998569772*^9, - 3.7783940016747923`*^9}},ExpressionUUID->"fefc468f-3f9f-47e1-b37c-\ -dc9bfd50ce7d"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[36]:=",ExpressionUUID->"01a0f71e-6182-4164-a95e-e6be8e908aa2"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ConstructDomains", "::", "SectorRegionsInvalidNumberOfPairs"}], - "=", "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ConstructDomains", "::", "SectorRegionsInvalidWidth"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ConstructDomains", "::", "CompleteDomination"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ConstructDomains"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"0", "\[Rule]", "0.95"}], ",", - RowBox[{"1", "\[Rule]", "0.92"}], ",", - RowBox[{"2", "\[Rule]", "0.86"}], ",", - RowBox[{"3", "\[Rule]", "0.75"}], ",", - RowBox[{"4", "\[Rule]", "0.40"}], ",", - RowBox[{"5", "\[Rule]", "0.50"}], ",", - RowBox[{"6", "\[Rule]", "0.75"}], ",", - RowBox[{"7", "\[Rule]", "0.12"}], ",", - RowBox[{"8", "\[Rule]", "0.03"}]}], "|>"}]}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ConstructDomains"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.7783938695145197`*^9, 3.778393898177862*^9}, { - 3.7783939288296223`*^9, 3.77839394384756*^9}, {3.7783940118740396`*^9, - 3.778394057472179*^9}, {3.7815481403509073`*^9, 3.781548219187777*^9}, - 3.7815509027308702`*^9, {3.781551063980256*^9, 3.781551083306244*^9}, { - 3.781551237656418*^9, 3.781551267245728*^9}, {3.783967805458932*^9, - 3.783967806048873*^9}, {3.7842709339728193`*^9, 3.7842709368756857`*^9}, { - 3.784318327103009*^9, 3.784318329709264*^9}, {3.8019327115679703`*^9, - 3.801932716636982*^9}, {3.804579716961298*^9, 3.804579759178113*^9}, { - 3.804580437902779*^9, 3.8045804811403837`*^9}, {3.861677864703965*^9, - 3.8616778675347643`*^9}, {3.861677920080171*^9, 3.861677930739818*^9}, { - 3.861678124633573*^9, 3.861678252174985*^9}, {3.861678986512233*^9, - 3.861678986679154*^9}},ExpressionUUID->"310e0981-68bb-4525-966f-\ -219eff6c468c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[42]:=",ExpressionUUID->"958eb401-0d70-48d4-9aab-c422c9b3ad19"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ConstructDomains", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"X_Integer", ",", "Y_Integer", ",", "Z_Integer"}], "}"}], ",", - "\[IndentingNewLine]", "numberOfDomains_Integer", ",", - "numberOfCycles_Integer", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"structureSize", "=", - RowBox[{"X", "*", "Y", "*", "Z"}]}], ",", "\[IndentingNewLine]", - "insertionCoordinates", ",", "domainTable", ",", - RowBox[{"cyclesPassed", "=", "0"}], ",", - RowBox[{"transitionProbabilities", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", "visitOrderInCurrentCycle", ",", - "currentCellIndex", ",", "currentCell", ",", "nearest", ",", - "nearestFiltered", ",", "neighbourDomains", ",", - "numberOfDomainsEqualToSelf", ",", "\[IndentingNewLine]", - "completeSeries", ",", - RowBox[{"storeAllCyclesQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}]}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"insertionCoordinates", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"domainTable", "=", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", - RowBox[{"insertionCoordinates", "\[Rule]", - RowBox[{"RandomSample", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"ConstantArray", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Range", "@", "numberOfDomains"}], ",", - RowBox[{"\[LeftCeiling]", - RowBox[{"structureSize", "/", "numberOfDomains"}], - "\[RightCeiling]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "structureSize"}], "]"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"PrintTemporary", "[", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"ProgressIndicator", "@", - RowBox[{"Dynamic", "[", - RowBox[{"cyclesPassed", "/", "numberOfCycles"}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}], "]"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"completeSeries", "=", - RowBox[{"Reap", "@", - RowBox[{"Catch", "@", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"visitOrderInCurrentCycle", "=", - RowBox[{"RandomSample", "@", - RowBox[{"Range", "@", "structureSize"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"currentCellIndex", "=", - RowBox[{ - "visitOrderInCurrentCycle", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"currentCell", "=", - RowBox[{ - "insertionCoordinates", "\[LeftDoubleBracket]", - "currentCellIndex", "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"nearest", "=", - RowBox[{"Nearest", "[", - RowBox[{ - "insertionCoordinates", ",", "currentCell", ",", "26"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"nearestFiltered", "=", - RowBox[{"Select", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Delete", "[", - RowBox[{"nearest", ",", "1"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SquaredEuclideanDistance", "[", - RowBox[{"currentCell", ",", "#"}], "]"}], "\[LessEqual]", - "3."}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"neighbourDomains", "=", - RowBox[{"Lookup", "[", - RowBox[{"domainTable", ",", "nearestFiltered", ",", "0."}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"numberOfDomainsEqualToSelf", "=", - RowBox[{"Count", "[", - RowBox[{"neighbourDomains", ",", - RowBox[{"domainTable", "[", "currentCell", "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Random", "[", "]"}], "<", - RowBox[{ - "transitionProbabilities", "[", "numberOfDomainsEqualToSelf", - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domainTable", "[", "currentCell", "]"}], "=", - RowBox[{"RandomChoice", "@", "neighbourDomains"}]}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "structureSize"}], "}"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"storeAllCyclesQ", ",", - RowBox[{"Sow", "@", - RowBox[{"Values", "@", "domainTable"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"Values", "@", "domainTable"}], ",", - RowBox[{ - RowBox[{"#", "===", - RowBox[{"First", "@", "domainTable"}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ConstructDomains", "::", "CompleteDomination"}], ",", - RowBox[{"cyclesPassed", "+", "1"}]}], "]"}], ";", - RowBox[{"Throw", "@", "domainTable"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"cyclesPassed", "++"}]}], ",", "numberOfCycles"}], - "\[IndentingNewLine]", "]"}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Express", " ", "domain", " ", "table", " ", - RowBox[{"as", " ", "'"}], - RowBox[{ - RowBox[{"{", - RowBox[{"outputSize", ",", " ", - RowBox[{"{", "domains", "}"}]}], "}"}], "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"storeAllCyclesQ", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", - RowBox[{"completeSeries", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", - RowBox[{"Values", "@", "domainTable"}]}], "}"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.7627930930413857`*^9, 3.77839396803053*^9, - 3.778394245419972*^9, 3.780063470091641*^9, {3.80094174833749*^9, - 3.800941756554976*^9}, {3.801932723168949*^9, 3.8019327907450857`*^9}, { - 3.8019328500229053`*^9, 3.801932869977603*^9}, {3.801932901914207*^9, - 3.8019329307842607`*^9}, {3.804576863614471*^9, 3.80457686745037*^9}, { - 3.804577100319353*^9, 3.804577104406619*^9}, {3.804579634726375*^9, - 3.804579662531315*^9}, {3.804579697236507*^9, 3.804579697338612*^9}, { - 3.804579768013996*^9, 3.804579769436986*^9}, {3.804579828797785*^9, - 3.804579845180225*^9}, {3.804579977538054*^9, 3.804580011386649*^9}, { - 3.804580071272149*^9, 3.804580119169683*^9}, {3.804580159772274*^9, - 3.804580162658392*^9}, {3.804580528443069*^9, 3.80458057536327*^9}, { - 3.804580642809811*^9, 3.804580651235973*^9}, {3.804580843384656*^9, - 3.804580859297247*^9}, {3.804580966037656*^9, 3.804581016597342*^9}, { - 3.804582463968121*^9, 3.804582523730595*^9}, {3.808134525446342*^9, - 3.8081345386525373`*^9}, {3.8081345880740356`*^9, 3.808134589824107*^9}, { - 3.8081346571374273`*^9, 3.808134663176176*^9}, {3.8081346947047987`*^9, - 3.80813470400593*^9}, {3.8911726415788307`*^9, 3.8911726903016663`*^9}, { - 3.8911727837567472`*^9, 3.891172790037518*^9}, {3.891172838668826*^9, - 3.891172842357214*^9}, {3.891173290462493*^9, 3.891173290464714*^9}, { - 3.891173341463113*^9, 3.891173361609482*^9}, {3.891173398620813*^9, - 3.891173401315387*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"40d83617-8b8e-43d1-86a1-c7b205a902c3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ConstructDomains", "[", - RowBox[{"\"\\"", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"X_Integer", ",", "Y_Integer", ",", "Z_Integer"}], "}"}], ",", - "regionSettings_List", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "insertionCoordinates", ",", "identifiers", ",", "\[IndentingNewLine]", - "regions", ",", "\[IndentingNewLine]", "MakeSectorRegion", ",", - "angleStarts", ",", "oppositeStarts", ",", "allStarts", ",", - "angleRanges", ",", "disks", ",", "\[IndentingNewLine]", "FindMatch", - ",", "n"}], "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Input", " ", "cheks"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"regionSettings", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{ - RowBox[{ - RowBox[{"IntegerQ", "[", "#", "]"}], "&&", - RowBox[{"Positive", "[", "#", "]"}]}], "&"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "ConstructDomains", "::", "SectorRegionsInvalidNumberOfPairs"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"regionSettings", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}], ",", - "NumericQ"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "ConstructDomains", "::", "SectorRegionsInvalidNumberOfPairs"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Auxiliary", " ", "functions"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeSectorRegion", "[", "\[IndentingNewLine]", - RowBox[{"numberOfPairs_Integer", ",", "\[IndentingNewLine]", - RowBox[{"width_", "?", "NumericQ"}], ",", "\[IndentingNewLine]", - RowBox[{"startAngle_", ":", "Null"}]}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"NumericQ", "@", "startAngle"}], ",", "\[IndentingNewLine]", - RowBox[{"angleStarts", "=", - RowBox[{"Table", "[", - RowBox[{"a", ",", - RowBox[{"{", - RowBox[{"a", ",", "startAngle", ",", - RowBox[{"2.", "*", "\[Pi]"}], ",", - RowBox[{"2.", "*", - RowBox[{"\[Pi]", "/", - RowBox[{"(", - RowBox[{"numberOfPairs", "*", "2"}], ")"}]}]}]}], "}"}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"angleStarts", "=", - RowBox[{"RandomReal", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"0.", ",", - RowBox[{"2.", "*", "\[Pi]"}]}], "}"}], ",", "numberOfPairs"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"oppositeStarts", "=", - RowBox[{"angleStarts", "+", "\[Pi]"}]}], ";", "\[IndentingNewLine]", - - RowBox[{"allStarts", "=", - RowBox[{"Join", "[", - RowBox[{"angleStarts", ",", "oppositeStarts"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"angleRanges", "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", - RowBox[{"#", "+", "width"}]}], "}"}], "&"}], "/@", - "allStarts"}]}], ";", "\[IndentingNewLine]", - RowBox[{"disks", "=", - RowBox[{ - RowBox[{ - RowBox[{"Disk", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"X", "/", "2"}], ",", - RowBox[{"Y", "/", "2"}]}], "}"}], ",", "X", ",", "#"}], "]"}], - "&"}], "/@", "angleRanges"}]}], ";", "\[IndentingNewLine]", - RowBox[{"RegionUnion", "@@", "disks"}]}], "\[IndentingNewLine]", - ")"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"FindMatch", "[", - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"n", "=", - RowBox[{"Do", "[", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"RegionMember", "[", - RowBox[{ - RowBox[{ - "regions", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y"}], "}"}]}], "]"}], ",", - RowBox[{"Return", "@", "i"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "regions"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], "\[Rule]", "n"}]}], - ")"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Main", " ", "procedure"}], " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{"insertionCoordinates", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "j", ",", "0"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "0", ",", - RowBox[{"X", "-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"j", ",", "0", ",", - RowBox[{"Y", "-", "1"}]}], "}"}]}], "]"}], ",", "1"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"regions", "=", - RowBox[{"MakeSectorRegion", "@@@", "regionSettings"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"insertionCoordinates", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"FindMatch", "/@", "insertionCoordinates"}], ")"}], - "\[IndentingNewLine]", "/.", - RowBox[{"{", - RowBox[{"Null", "\[Rule]", - RowBox[{ - RowBox[{"Length", "@", "regions"}], "+", "1"}]}], "}"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"identifiers", "=", - RowBox[{"Values", "@", "insertionCoordinates"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Z", ">", "1"}], ",", "\[IndentingNewLine]", - RowBox[{"identifiers", "=", - RowBox[{"Flatten", "@", - RowBox[{"Transpose", "@", - RowBox[{"ConstantArray", "[", - RowBox[{"identifiers", ",", "Z"}], "]"}]}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Express", " ", "domain", " ", "table", " ", - RowBox[{"as", " ", "'"}], - RowBox[{ - RowBox[{"{", - RowBox[{"outputSize", ",", " ", - RowBox[{"{", "domains", "}"}]}], "}"}], "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "identifiers"}], - "}"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.7627930930413857`*^9, 3.77839396803053*^9, - 3.778394245419972*^9, 3.780063470091641*^9, {3.781547218807502*^9, - 3.7815472289410057`*^9}, {3.781547311875914*^9, 3.7815473185628557`*^9}, - 3.7815478129586897`*^9, {3.781547863828452*^9, 3.781547888428114*^9}, { - 3.78154793457206*^9, 3.7815479905855713`*^9}, {3.781548023897159*^9, - 3.781548045944471*^9}, {3.7815481205430307`*^9, 3.781548133038559*^9}, { - 3.781548229150922*^9, 3.781548235876753*^9}, {3.78154827349203*^9, - 3.781548353363368*^9}, {3.7815483894260483`*^9, 3.7815484286731863`*^9}, { - 3.7815484758648577`*^9, 3.781548483358767*^9}, {3.781548699914445*^9, - 3.781548763705165*^9}, {3.7815488443686857`*^9, 3.781548895480525*^9}, { - 3.781549008988761*^9, 3.781549013637012*^9}, {3.781549052476359*^9, - 3.781549054930234*^9}, {3.781549177049245*^9, 3.781549177367593*^9}, { - 3.7815492392486134`*^9, 3.781549253253821*^9}, {3.78154969649034*^9, - 3.7815497006577177`*^9}, {3.781549867968217*^9, 3.78154987017511*^9}, { - 3.7815510104308434`*^9, 3.781551057723961*^9}, {3.781551140244316*^9, - 3.781551186443186*^9}, {3.781551221066202*^9, 3.7815512305393744`*^9}, { - 3.7839678221075497`*^9, 3.783967822378026*^9}, {3.783967856857737*^9, - 3.783967873401091*^9}, {3.7839679153865423`*^9, 3.783967918080244*^9}, { - 3.783967964009967*^9, 3.783967973337833*^9}, {3.784022916701779*^9, - 3.784022921406543*^9}, {3.784022964174165*^9, 3.7840230101711617`*^9}, { - 3.784025013883009*^9, 3.784025016724684*^9}, {3.784318293953845*^9, - 3.784318295991396*^9}, {3.7870567973211937`*^9, 3.787056808597653*^9}, - 3.787056912148855*^9, {3.891172661537263*^9, 3.8911727246230173`*^9}, { - 3.8911727911386013`*^9, 3.891172795592765*^9}, {3.891172843847816*^9, - 3.891172855103408*^9}, {3.891173253635594*^9, 3.891173253642502*^9}, - 3.891173286882683*^9, {3.891173362392624*^9, 3.891173364992794*^9}, { - 3.8911734019368467`*^9, 3.8911734035607*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"e275ae56-164b-4a6f-82e8-c673f2de99f3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[45]:=",ExpressionUUID->"a80f1595-10dc-4121-bda8-48d0b94566e9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalDensity", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.7168206455457077`*^9, - 3.7168206470560017`*^9}, - 3.728623897643963*^9},ExpressionUUID->"1f58df03-5f77-463a-a880-\ -6ffa2d42f38c"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[46]:=",ExpressionUUID->"55c12aef-1898-4cc0-a959-7cba7bb718d1"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "CrystalDensity"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "CrystalDensity"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.716830555691573*^9, 3.716830573285467*^9}, { - 3.727178675184021*^9, 3.727178689821534*^9}, {3.7271789775270367`*^9, - 3.727178977979187*^9}, {3.7348564037912083`*^9, 3.7348564042430964`*^9}, { - 3.735021939129917*^9, 3.7350219394007053`*^9}, {3.756710532217661*^9, - 3.7567105366789618`*^9}, {3.756710596575431*^9, 3.7567105969234953`*^9}}, - CellLabel->"In[47]:=",ExpressionUUID->"b51278f0-0770-4dc6-82a6-c7b87c11a43b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[49]:=",ExpressionUUID->"31e40fc0-6437-4b8f-897d-af9bfed7eac0"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CrystalDensity", "[", - RowBox[{"crystal_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "data", ",", "unitsQ", ",", "Z", ",", "\[IndentingNewLine]", "f", ",", - "m", ",", "V", ",", "NA", ",", "\[IndentingNewLine]", "X", ",", "o", - ",", "xyz", ",", "M", ",", "mass", ",", "\[IndentingNewLine]", "temp"}], - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Input", " ", "check", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"data", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"unitsQ", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Return", " ", "density", " ", "if", " ", "contained", " ", - RowBox[{"in", " ", "'"}], - RowBox[{"$CrystalData", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"temp", "=", - RowBox[{"data", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "[", "temp", "]"}]}], ",", - RowBox[{"Return", "@", "temp"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Lookup", " ", "formula", " ", "units"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Z", "=", - RowBox[{"Lookup", "[", - RowBox[{"data", ",", "\"\\"", ",", - RowBox[{"-", "1"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Calculations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"--", - RowBox[{"*", " ", "Common", " ", "variables", " ", "*", "--"}]}], - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Volume", ",", " ", - RowBox[{"converted", " ", "to", " ", - SuperscriptBox["cm", "3"]}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"V", "=", - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{"GetCrystalMetric", "@", "crystal"}]}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"V", "=", - RowBox[{"Quantity", "[", - RowBox[{ - RowBox[{"V", "*", - RowBox[{"10", "^", - RowBox[{"(", - RowBox[{"-", "24"}], ")"}]}]}], ",", - RowBox[{"\"\\"", "^", "3"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"V", "=", - RowBox[{"V", "*", - RowBox[{"10", "^", - RowBox[{"(", - RowBox[{"-", "24"}], ")"}]}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Chemical", " ", "formula"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"f", "=", - RowBox[{"Sort", "@", - RowBox[{"GetElements", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Positive", "@", "Z"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"A", ".", " ", "Calculate"}], " ", "\[Rho]", " ", "from", - " ", "Z", " ", "*", "--"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Atomic", " ", "mass", " ", "of", " ", "one", " ", "unit"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"m", "=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"$PeriodicTable", "[", - RowBox[{"#", ",", "\"\\""}], "]"}], "&"}], - ",", "f", ",", - RowBox[{"{", - RowBox[{"All", ",", "1"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"m", "=", - RowBox[{"Total", "[", - RowBox[{ - RowBox[{ - RowBox[{"Times", "@@", "#"}], "&"}], "/@", "m"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"m", "=", - RowBox[{"Quantity", "[", - RowBox[{"m", ",", - RowBox[{"\"\\"", "/", "\"\\""}]}], "]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Avogadro", "'"}], "s", " ", "constant"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"NA", "=", - RowBox[{"UnitConvert", "[", - RowBox[{ - RowBox[{"Quantity", "[", "\"\\"", "]"}], ",", - - RowBox[{"\"\\"", "^", - RowBox[{"-", "1"}]}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"NA", "=", "6.022140857*^23"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Calculating", " ", "\[Rho]"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Return", "[", - RowBox[{ - RowBox[{"(", - RowBox[{"Z", "*", "m"}], ")"}], "/", - RowBox[{"(", - RowBox[{"V", "*", "NA"}], ")"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"B", ".", " ", "Calculate"}], " ", "\[Rho]", " ", "from", - " ", "atom", " ", "data"}]}], ",", " ", - RowBox[{ - "symmetry", " ", "and", " ", "occupation", " ", "*", "--"}]}], - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Elements", ",", " ", - RowBox[{ - "occupation", " ", "factors", " ", "and", " ", "coordinates"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "o", ",", "xyz"}], "}"}], "=", - RowBox[{"Transpose", "@", - RowBox[{"Values", "@", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{ - "\"\\"", ",", "All", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}]}], - "\[RightDoubleBracket]"}]}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"X", "=", - RowBox[{"StringDelete", "[", - RowBox[{"X", ",", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"o", "=", - RowBox[{"o", "/.", - RowBox[{"_Missing", "\[Rule]", "1."}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Site", " ", "multiplicities"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"M", "=", - RowBox[{"o", "*", - RowBox[{"(", - RowBox[{"Length", "/@", - RowBox[{"(", - RowBox[{ - "SymmetryEquivalentPositions", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "[", "\"\\"", "]"}], ",", "xyz"}], - "]"}], ")"}]}], ")"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Counting", " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"temp", "=", - RowBox[{"Transpose", "/@", - RowBox[{"GatherBy", "[", - RowBox[{ - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{"X", ",", "M"}], "}"}], "]"}], ",", "First"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Sort", "[", - RowBox[{"temp", "/.", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_List", ",", "m_List"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Depth", "[", "x", "]"}], "===", "2"}]}], - "\[RuleDelayed]", - RowBox[{"{", - RowBox[{ - RowBox[{"First", "@", "x"}], ",", - RowBox[{"Total", "@", "m"}]}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Total", " ", "atom", " ", "mass"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"mass", "=", - RowBox[{"Total", "[", - RowBox[{"temp", "/.", - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - "\[IndentingNewLine]", "\t", - RowBox[{"f", "*", - RowBox[{"$PeriodicTable", "[", - RowBox[{"X", ",", "\"\\""}], "]"}]}]}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"mass", "=", - RowBox[{"UnitConvert", "[", - RowBox[{ - RowBox[{"Quantity", "[", - RowBox[{"mass", ",", "\"\\""}], "]"}], ",", - "\"\\""}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"mass", "=", - RowBox[{"mass", "*", - RowBox[{"(", "1.6605390*^-24", ")"}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Calculated", " ", "density"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Return", "[", - RowBox[{"mass", "/", "V"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.716820660442363*^9, - 3.716820685815736*^9}, {3.7168211039685993`*^9, 3.716821109006166*^9}, { - 3.716830615633079*^9, 3.716830618327636*^9}, {3.7168723525405407`*^9, - 3.716872411915575*^9}, {3.716872455943388*^9, 3.7168724908148003`*^9}, { - 3.716872521843114*^9, 3.71687252385538*^9}, {3.716872577629528*^9, - 3.716872657249303*^9}, {3.716873424383333*^9, 3.7168734253238173`*^9}, { - 3.716875831066147*^9, 3.7168758403345203`*^9}, {3.71687598845652*^9, - 3.716876188212364*^9}, {3.7168762240798187`*^9, 3.7168762555551567`*^9}, { - 3.716876313371727*^9, 3.716876342141617*^9}, 3.716876387653263*^9, - 3.716876502535068*^9, {3.716882273100884*^9, 3.716882302398086*^9}, { - 3.716882337123905*^9, 3.716882390906062*^9}, {3.716882612027913*^9, - 3.7168826456643744`*^9}, {3.7168828190363073`*^9, 3.7168828245346737`*^9}, - 3.716882856215295*^9, {3.7168828890295563`*^9, 3.716882933256938*^9}, { - 3.716882972687499*^9, 3.716883032260762*^9}, {3.71688311198413*^9, - 3.716883264778429*^9}, {3.716883308679512*^9, 3.7168835749552794`*^9}, { - 3.716883632940834*^9, 3.7168840031145144`*^9}, {3.716884210520874*^9, - 3.716884210652163*^9}, {3.717740920524342*^9, 3.717740920535383*^9}, - 3.718802985939166*^9, {3.718803060838787*^9, 3.718803063559782*^9}, { - 3.718803405559519*^9, 3.7188034070203238`*^9}, {3.718803492139349*^9, - 3.718803535440364*^9}, {3.718803581847631*^9, 3.7188036505416613`*^9}, { - 3.7188038013472958`*^9, 3.71880383502754*^9}, {3.718803880514141*^9, - 3.718803890530003*^9}, {3.718813986629037*^9, 3.7188140133657503`*^9}, - 3.71881405037298*^9, {3.718814127635518*^9, 3.7188141303137074`*^9}, { - 3.727183475234785*^9, 3.727183488999466*^9}, {3.727183544971184*^9, - 3.7271835698504457`*^9}, {3.727183693593145*^9, 3.7271837314572287`*^9}, { - 3.7271839650112953`*^9, 3.727183970889502*^9}, {3.727601443857336*^9, - 3.727601458561569*^9}, {3.727602392050802*^9, 3.727602394273776*^9}, { - 3.727602692519127*^9, 3.7276026948129663`*^9}, {3.727602995780644*^9, - 3.727602996062334*^9}, {3.727675178716289*^9, 3.727675193108197*^9}, { - 3.727684023346468*^9, 3.727684073022949*^9}, {3.727684186645553*^9, - 3.727684202766356*^9}, {3.7276844252746143`*^9, 3.72768450670531*^9}, { - 3.727684548973167*^9, 3.7276845839085617`*^9}, 3.727684876953658*^9, - 3.727685350413744*^9, {3.72768540865455*^9, 3.727685435652676*^9}, { - 3.727685480661285*^9, 3.727685542117436*^9}, {3.7276856594542713`*^9, - 3.7276856884172983`*^9}, {3.727692698149169*^9, 3.727692707306315*^9}, { - 3.727692834250257*^9, 3.727692906376815*^9}, {3.7276929786492853`*^9, - 3.727692980203782*^9}, {3.7276930221399384`*^9, 3.727693046129095*^9}, { - 3.727693148918601*^9, 3.727693149211893*^9}, {3.728621778539184*^9, - 3.728621782924053*^9}, {3.728622186113776*^9, 3.728622271893846*^9}, { - 3.72862235223105*^9, 3.7286224157269497`*^9}, {3.728622453339553*^9, - 3.728622466177504*^9}, {3.728622506850314*^9, 3.728622522978869*^9}, { - 3.728622645073794*^9, 3.728622645599676*^9}, {3.7348563059328127`*^9, - 3.7348563062980633`*^9}, {3.7348564089570417`*^9, 3.734856437378439*^9}, { - 3.7348565671615143`*^9, 3.734856757173696*^9}, {3.734856876619206*^9, - 3.73485688172554*^9}, {3.7348571854573812`*^9, 3.734857202421248*^9}, { - 3.734857270457114*^9, 3.7348572948255177`*^9}, {3.734857353640752*^9, - 3.734857369807686*^9}, {3.734857408151463*^9, 3.734857479130187*^9}, { - 3.734857547078599*^9, 3.734857552801969*^9}, {3.734858177353456*^9, - 3.734858181956397*^9}, {3.734858239776766*^9, 3.734858241200975*^9}, { - 3.7348582725413446`*^9, 3.734858305971013*^9}, {3.734858338759254*^9, - 3.734858341795685*^9}, 3.7348586238125353`*^9, {3.73485878448272*^9, - 3.734858803584711*^9}, {3.734858863989711*^9, 3.734858897972817*^9}, { - 3.734858964998155*^9, 3.734859089189684*^9}, {3.7348591351432734`*^9, - 3.7348592847685947`*^9}, {3.73485936145327*^9, 3.734859387056665*^9}, - 3.7348594871559563`*^9, {3.734859535356381*^9, 3.734859552972501*^9}, { - 3.734861188424234*^9, 3.734861190526681*^9}, {3.7348612878515387`*^9, - 3.734861360990584*^9}, {3.734864976814739*^9, 3.734864978427362*^9}, { - 3.734865010957749*^9, 3.734865018886321*^9}, {3.734866146927218*^9, - 3.734866171017847*^9}, {3.734866292861107*^9, 3.734866294405472*^9}, { - 3.7349803030876837`*^9, 3.734980336750393*^9}, {3.734980386742298*^9, - 3.734980389327104*^9}, {3.734980500442094*^9, 3.734980502952849*^9}, { - 3.734980691567004*^9, 3.734980733377968*^9}, {3.735021942077931*^9, - 3.735021954390654*^9}, {3.735022261648856*^9, 3.735022271967949*^9}, { - 3.7350261439854383`*^9, 3.7350261538299723`*^9}, {3.7350321738180323`*^9, - 3.735032236267974*^9}, 3.73796846710369*^9, {3.743992566993113*^9, - 3.743992567160983*^9}, {3.75852913086285*^9, 3.758529133993688*^9}, { - 3.759519250043314*^9, 3.759519250560431*^9}, {3.7614159095772753`*^9, - 3.7614159103901653`*^9}, 3.762793093063138*^9, {3.786968122195829*^9, - 3.786968123457449*^9}, {3.805451757550959*^9, 3.805451762632482*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[50]:=",ExpressionUUID->"fda2eaaf-64ce-437e-8d85-548684f68546"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[51]:=",ExpressionUUID->"20daf76c-312c-4261-99ee-b0325325673b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalFormulaUnits", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.7168206455457077`*^9, - 3.7168206470560017`*^9}, 3.728623897643963*^9, {3.7346870945420523`*^9, - 3.734687096227003*^9}},ExpressionUUID->"57293870-c474-4350-b77d-\ -ef6b4817b285"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[52]:=",ExpressionUUID->"27054959-8bb7-4f18-b798-a7b950108569"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"CrystalFormulaUnits", "::", "mismatch"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "CrystalFormulaUnits"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "CrystalFormulaUnits"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.737805885604123*^9, 3.737805925525569*^9}, { - 3.741975040331805*^9, 3.741975055618403*^9}, {3.756710627240746*^9, - 3.756710639183731*^9}}, - CellLabel->"In[53]:=",ExpressionUUID->"6dddff0d-92f3-4b86-b95a-ab7004ed1dc8"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[56]:=",ExpressionUUID->"ab42411b-6dc9-4385-a0ee-07ea0255034c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CrystalFormulaUnits", "[", "\[IndentingNewLine]", - RowBox[{"crystal_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "data", ",", "\[IndentingNewLine]", "\[Rho]", ",", "f", ",", "fWithoutH", - ",", "m", ",", "V", ",", "NA", ",", "\[IndentingNewLine]", "X", ",", - "XwithoutH", ",", "o", ",", "xyz", ",", "M", ",", "Z", ",", - "\[IndentingNewLine]", "temp"}], "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Input", " ", "check", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"data", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Return", " ", "Z", " ", "if", " ", "contained", " ", - RowBox[{"in", " ", "'"}], - RowBox[{"$CrystalData", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"temp", "=", - RowBox[{"data", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "[", "temp", "]"}]}], ",", - RowBox[{"Return", "@", "temp"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Lookup", " ", "density"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"\[Rho]", "=", - RowBox[{"Lookup", "[", - RowBox[{"data", ",", "\"\\"", ",", - RowBox[{"-", "1"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Calculations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Chemical", " ", "formula"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"f", "=", - RowBox[{"Sort", "@", - RowBox[{"GetElements", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Atomic", " ", "mass", " ", "of", " ", "one", " ", "unit"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"m", "=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"$PeriodicTable", "[", - RowBox[{"#", ",", "\"\\""}], "]"}], "&"}], - ",", "f", ",", - RowBox[{"{", - RowBox[{"All", ",", "1"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"m", "=", - RowBox[{"Total", "[", - RowBox[{ - RowBox[{ - RowBox[{"Times", "@@", "#"}], "&"}], "/@", "m"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Volume", " ", "[", - RowBox[{"cubic", " ", "centimeters"}], "]"}], " ", "and", " ", - RowBox[{"Avogadro", "'"}], "s", " ", "constant"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"V", "=", - RowBox[{ - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}]}], "*", - RowBox[{"Power", "[", - RowBox[{"10", ",", - RowBox[{"-", "24"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"NA", "=", "6.022140857*^23"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Positive", "@", "\[Rho]"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"A", ".", " ", "Calculate"}], " ", "Z", " ", "from", " ", - "mass", " ", "denisty", " ", "*", "--"}]}], "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Calculate", " ", "formula", " ", "units", " ", "from", " ", - "density"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"QuantityQ", "@", "\[Rho]"}], ",", - RowBox[{"\[Rho]", "=", - RowBox[{"QuantityMagnitude", "@", "\[IndentingNewLine]", "\t", - RowBox[{"UnitConvert", "[", - RowBox[{"\[Rho]", ",", - RowBox[{"\"\\"", "/", - RowBox[{"\"\\"", "^", "3"}]}]}], "]"}]}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Calculate", " ", "formula", " ", "units", " ", "from", " ", - "density"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Return", "[", - RowBox[{"\[Rho]", "*", "V", "*", - RowBox[{"NA", "/", "m"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"B", ".", " ", "Calculate"}], " ", "Z", " ", "by", " ", - "counting", " ", "symmetry"}]}], "-", - RowBox[{"generated", " ", "atoms", " ", "*", "--"}]}], "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Elements", ",", " ", - RowBox[{ - "occupation", " ", "factors", " ", "and", " ", "coordinates"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "o", ",", "xyz"}], "}"}], "=", - RowBox[{"Transpose", "@", - RowBox[{"Values", "@", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{ - "\"\\"", ",", "All", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\""}], "}"}]}], - "\[RightDoubleBracket]"}]}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"X", "=", - RowBox[{"StringDelete", "[", - RowBox[{"X", ",", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"XwithoutH", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"X", ",", "\"\\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"o", "=", - RowBox[{"o", "/.", - RowBox[{"_Missing", "\[Rule]", "1."}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"fWithoutH", "=", - RowBox[{"Sort", "@", - RowBox[{"DeleteCases", "[", - RowBox[{ - RowBox[{"f", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - "\"\\""}], "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", ":", " ", - RowBox[{ - "Compare", " ", "formula", " ", "and", " ", "atom", " ", "data"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], - ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"fWithoutH", "=", "f"}], ";", - RowBox[{"XwithoutH", "=", "X"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"DeleteDuplicates", "@", "XwithoutH"}]}], "=!=", - "fWithoutH"}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CrystalFormulaUnits", "::", "mismatch"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Site", " ", "multiplicities"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"M", "=", - RowBox[{"o", "*", - RowBox[{"(", - RowBox[{"Length", "/@", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{ - "SymmetryEquivalentPositions", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "[", "\"\\"", "]"}], ",", "#"}], - "]"}], "&"}], "/@", "xyz"}], ")"}]}], ")"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Counting", " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"temp", "=", - RowBox[{"Transpose", "/@", - RowBox[{"GatherBy", "[", - RowBox[{ - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{"X", ",", "M"}], "}"}], "]"}], ",", "First"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Sort", "[", - RowBox[{"temp", "/.", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_List", ",", "m_List"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Depth", "[", "x", "]"}], "===", "2"}]}], - "\[RuleDelayed]", - RowBox[{"{", - RowBox[{ - RowBox[{"First", "@", "x"}], ",", - RowBox[{"Round", "@", - RowBox[{"Total", "@", "m"}]}]}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "hydrogen", " ", "is", " ", "ignored"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "_"}], "}"}]}], "]"}], "&&", - RowBox[{"(", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "_"}], "}"}]}], "]"}]}], ")"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"f", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "_"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "_"}], "}"}]}], "]"}]}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "agreement", " ", - RowBox[{"of", " ", "'"}], - RowBox[{"Z", "'"}]}], " ", "*)"}], " ", "\[IndentingNewLine]", "\t", - RowBox[{"Z", "=", - RowBox[{ - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}], "/", - RowBox[{"f", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Common"}], " ", "integer", " ", "factor"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"DeleteDuplicates", "@", "Z"}], ",", - RowBox[{"{", "_Integer", "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Return", "@", - RowBox[{"First", "@", "Z"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"b", ".", " ", "Calculate"}], " ", "density"}], ",", " ", - RowBox[{"then", " ", "find", " ", "Z"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"\[Rho]", "=", - RowBox[{"CrystalDensity", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Z", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"\[Rho]", "*", "V", "*", "NA"}], ")"}], "/", - RowBox[{"(", "m", ")"}]}]}], ";", "\[IndentingNewLine]", "\t\t", - - RowBox[{"Return", "@", "Z"}]}]}], "\[IndentingNewLine]", "\t", - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.716820660442363*^9, - 3.716820685815736*^9}, {3.7168211039685993`*^9, 3.716821109006166*^9}, { - 3.716830615633079*^9, 3.716830618327636*^9}, {3.7168723525405407`*^9, - 3.716872411915575*^9}, {3.716872455943388*^9, 3.7168724908148003`*^9}, { - 3.716872521843114*^9, 3.71687252385538*^9}, {3.716872577629528*^9, - 3.716872657249303*^9}, {3.716873424383333*^9, 3.7168734253238173`*^9}, { - 3.716875831066147*^9, 3.7168758403345203`*^9}, {3.71687598845652*^9, - 3.716876188212364*^9}, {3.7168762240798187`*^9, 3.7168762555551567`*^9}, { - 3.716876313371727*^9, 3.716876342141617*^9}, 3.716876387653263*^9, - 3.716876502535068*^9, {3.716882273100884*^9, 3.716882302398086*^9}, { - 3.716882337123905*^9, 3.716882390906062*^9}, {3.716882612027913*^9, - 3.7168826456643744`*^9}, {3.7168828190363073`*^9, 3.7168828245346737`*^9}, - 3.716882856215295*^9, {3.7168828890295563`*^9, 3.716882933256938*^9}, { - 3.716882972687499*^9, 3.716883032260762*^9}, {3.71688311198413*^9, - 3.716883264778429*^9}, {3.716883308679512*^9, 3.7168835749552794`*^9}, { - 3.716883632940834*^9, 3.7168840031145144`*^9}, {3.716884210520874*^9, - 3.716884210652163*^9}, {3.717740920524342*^9, 3.717740920535383*^9}, - 3.718802985939166*^9, {3.718803060838787*^9, 3.718803063559782*^9}, { - 3.718803405559519*^9, 3.7188034070203238`*^9}, {3.718803492139349*^9, - 3.718803535440364*^9}, {3.718803581847631*^9, 3.7188036505416613`*^9}, { - 3.7188038013472958`*^9, 3.71880383502754*^9}, {3.718803880514141*^9, - 3.718803890530003*^9}, {3.718813986629037*^9, 3.7188140133657503`*^9}, - 3.71881405037298*^9, {3.718814127635518*^9, 3.7188141303137074`*^9}, { - 3.727183475234785*^9, 3.727183488999466*^9}, {3.727183544971184*^9, - 3.7271835698504457`*^9}, {3.727183693593145*^9, 3.7271837314572287`*^9}, { - 3.7271839650112953`*^9, 3.727183970889502*^9}, {3.727601443857336*^9, - 3.727601458561569*^9}, {3.727602392050802*^9, 3.727602394273776*^9}, { - 3.727602692519127*^9, 3.7276026948129663`*^9}, {3.727602995780644*^9, - 3.727602996062334*^9}, {3.727675178716289*^9, 3.727675193108197*^9}, { - 3.727684023346468*^9, 3.727684073022949*^9}, {3.727684186645553*^9, - 3.727684202766356*^9}, {3.7276844252746143`*^9, 3.72768450670531*^9}, { - 3.727684548973167*^9, 3.7276845839085617`*^9}, 3.727684876953658*^9, - 3.727685350413744*^9, {3.72768540865455*^9, 3.727685435652676*^9}, { - 3.727685480661285*^9, 3.727685542117436*^9}, {3.7276856594542713`*^9, - 3.7276856884172983`*^9}, {3.727692698149169*^9, 3.727692707306315*^9}, { - 3.727692834250257*^9, 3.727692906376815*^9}, {3.7276929786492853`*^9, - 3.727692980203782*^9}, {3.7276930221399384`*^9, 3.727693046129095*^9}, { - 3.727693148918601*^9, 3.727693149211893*^9}, {3.728621778539184*^9, - 3.728621782924053*^9}, {3.728622186113776*^9, 3.728622271893846*^9}, { - 3.72862235223105*^9, 3.7286224157269497`*^9}, {3.728622453339553*^9, - 3.728622466177504*^9}, {3.728622506850314*^9, 3.728622522978869*^9}, { - 3.728622645073794*^9, 3.728622645599676*^9}, {3.734687161906055*^9, - 3.734687217425891*^9}, {3.734687257890682*^9, 3.734687269073254*^9}, { - 3.7346873666232443`*^9, 3.734687378098473*^9}, {3.734687514276444*^9, - 3.734687542244218*^9}, {3.7346875859643993`*^9, 3.734687637851782*^9}, { - 3.7346878058770742`*^9, 3.7346878739433107`*^9}, {3.7346880727092648`*^9, - 3.734688101082307*^9}, {3.734688520984953*^9, 3.734688557609003*^9}, { - 3.734688994670887*^9, 3.734689087888377*^9}, {3.734689126226308*^9, - 3.7346892507199697`*^9}, {3.734689482004064*^9, 3.734689498298815*^9}, { - 3.73468958503522*^9, 3.734689615402967*^9}, {3.7346934629159603`*^9, - 3.734693524738729*^9}, {3.734693563412406*^9, 3.734693711618286*^9}, { - 3.73469376053473*^9, 3.734693773730814*^9}, {3.7346938276192007`*^9, - 3.734693886766075*^9}, {3.734693984030326*^9, 3.73469399856791*^9}, - 3.734694087288121*^9, {3.734694142746725*^9, 3.734694154890108*^9}, { - 3.734769499710103*^9, 3.734769500083959*^9}, {3.734769540613845*^9, - 3.734769554408991*^9}, {3.734769586464767*^9, 3.734769589151436*^9}, { - 3.734769629663395*^9, 3.73476965169698*^9}, {3.734769715671834*^9, - 3.734769846125445*^9}, {3.734769933213776*^9, 3.734770014852292*^9}, { - 3.734770102155918*^9, 3.734770330015541*^9}, {3.734770363793829*^9, - 3.734770376119488*^9}, {3.734770460743085*^9, 3.7347705412786007`*^9}, - 3.734770833364869*^9, {3.734771295662282*^9, 3.734771298905621*^9}, { - 3.734771355342614*^9, 3.734771376951448*^9}, {3.734771416643319*^9, - 3.7347714201074123`*^9}, {3.734771462129858*^9, 3.734771549654381*^9}, { - 3.7347921822384567`*^9, 3.734792256849484*^9}, {3.73479232636942*^9, - 3.734792382382332*^9}, {3.7347926123147697`*^9, 3.7347926579128036`*^9}, { - 3.734792978195539*^9, 3.734792979801667*^9}, {3.734793537514904*^9, - 3.734793562490337*^9}, {3.734793597033834*^9, 3.734793623362172*^9}, - 3.734858146264872*^9, {3.735011928068985*^9, 3.735011929283972*^9}, { - 3.735022129174734*^9, 3.735022193859498*^9}, {3.735022236294388*^9, - 3.7350222386909637`*^9}, {3.735022362318347*^9, 3.73502236523523*^9}, { - 3.735022411408517*^9, 3.7350224189611883`*^9}, {3.735022465054412*^9, - 3.735022467889464*^9}, {3.735022502700996*^9, 3.735022530643366*^9}, { - 3.735023050990794*^9, 3.735023091343*^9}, {3.735023520292654*^9, - 3.735023551142185*^9}, {3.735023593525428*^9, 3.735023619244958*^9}, { - 3.735024057638631*^9, 3.735024068726115*^9}, {3.735024959957273*^9, - 3.735025120448887*^9}, {3.735025150867716*^9, 3.735025174485404*^9}, { - 3.735025282361462*^9, 3.735025311210437*^9}, {3.7350259055999126`*^9, - 3.735026063672041*^9}, {3.735029542639955*^9, 3.7350295980897417`*^9}, { - 3.735029676721942*^9, 3.735029698911381*^9}, {3.735029756566386*^9, - 3.7350297728322973`*^9}, {3.735029888413373*^9, 3.735029907658907*^9}, { - 3.7350300564679127`*^9, 3.7350300717479057`*^9}, 3.735030153130424*^9, { - 3.735032196089965*^9, 3.735032196711657*^9}, {3.737383693857211*^9, - 3.737383756273583*^9}, {3.737383807902457*^9, 3.737383870451847*^9}, - 3.737383909310376*^9, {3.7373845299832*^9, 3.73738466988605*^9}, { - 3.73738525214216*^9, 3.7373853094049673`*^9}, {3.737385357710146*^9, - 3.737385373731523*^9}, 3.7373854098122387`*^9, {3.737805750049411*^9, - 3.737805752159295*^9}, {3.737805783541308*^9, 3.737805878479924*^9}, { - 3.737806032042493*^9, 3.737806059430818*^9}, {3.737806185170886*^9, - 3.737806240375677*^9}, {3.737806924291636*^9, 3.737806930594109*^9}, - 3.7379684672079782`*^9, {3.74197308608463*^9, 3.7419730888570223`*^9}, - 3.741973119779772*^9, {3.741973154475752*^9, 3.7419731547844553`*^9}, { - 3.7419732476803417`*^9, 3.741973283222967*^9}, {3.741973874439253*^9, - 3.741973884643847*^9}, {3.74197406937014*^9, 3.741974070396022*^9}, { - 3.741974163219123*^9, 3.741974184939254*^9}, {3.7419743811728487`*^9, - 3.741974383613929*^9}, {3.741974888452097*^9, 3.74197489089786*^9}, { - 3.741974952634684*^9, 3.741975000939262*^9}, {3.7419750698089027`*^9, - 3.741975096285943*^9}, {3.741975128647184*^9, 3.7419751773726797`*^9}, { - 3.74197521584503*^9, 3.7419752326027412`*^9}, {3.7419752682037497`*^9, - 3.7419752722415667`*^9}, {3.75852916086429*^9, 3.758529174529024*^9}, { - 3.7585292144704723`*^9, 3.7585292212840548`*^9}, {3.759519265267476*^9, - 3.759519268584622*^9}, 3.7627930930877943`*^9, {3.7869679748950367`*^9, - 3.786967976309065*^9}, 3.805451771261895*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[57]:=",ExpressionUUID->"edca1e99-40e2-4982-a6ab-6324cec7bcb5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[58]:=",ExpressionUUID->"ff193bcc-6cba-46ee-9c07-9c80cf2790a2"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalPlot", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.760949325114046*^9, - 3.760949327267449*^9}},ExpressionUUID->"4ac15f4a-3ecb-453d-a293-\ -8c35e61a22c9"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[1]:=",ExpressionUUID->"4adee72c-be27-4874-b144-4014c4aae5d4"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidMethod"}], "=", - "\"\<\\\"AtomSizeMethod\\\" must either be \\\"RadiusTable\\\" or \ -\\\"DisplacementParameters\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidDisplay"}], "=", - "\"\<\\\"UnitCell\\\" must be either \\\"Box\\\", \\\"Axes\\\" or \\\"None\ -\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidOpacityMap"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidAtomRadiusType"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid setting for \ -\\\"AtomRadiusType\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "NoAtomData"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] does not contain any atom \ -data.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"CrystalPlot", "::", "ElementOnly"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "CrystalPlot"}], "=", - RowBox[{"SortBy", "[", - RowBox[{ - RowBox[{"Normal", "@", - RowBox[{"Union", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Association", "@", - RowBox[{"Options", "@", "Graphics3D"}]}], ",", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "0"}], ",", - "\[IndentingNewLine]", - RowBox[{ - "\"\\"", "\[Rule]", "\"\\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "Line"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "0.1"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "Red"}], ",", - RowBox[{"\"\\"", "\[Rule]", "Green"}], ",", - RowBox[{"\"\\"", "\[Rule]", "Blue"}]}], - "\[RightAssociation]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"Italic", ",", - RowBox[{"FontSize", "\[Rule]", "20"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "0.5"}], ",", - - RowBox[{"(*", " ", "\[ARing]ngstr\[ODoubleDot]ms", " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Graphics3D", " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Boxed", "\[Rule]", "False"}], ",", "\[IndentingNewLine]", - - RowBox[{"PlotRange", "\[Rule]", "All"}], ",", - "\[IndentingNewLine]", - RowBox[{"Lighting", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"SphericalRegion", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "|>"}]}], "]"}]}], ",", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "]"}], "&"}]}], "]"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "CrystalPlot"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"CrystalPlot", ",", "Graphics3D"}], "}"}], "]"}]}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.760949332541236*^9, 3.76094933494974*^9}, { - 3.760949380424467*^9, 3.760949410672333*^9}, {3.761219705413692*^9, - 3.761219710240984*^9}, {3.7612247494336042`*^9, 3.761224756985135*^9}, { - 3.761224890775395*^9, 3.7612248941088247`*^9}, {3.761224984701357*^9, - 3.761225001539753*^9}, {3.7612251566896276`*^9, 3.761225158190507*^9}, { - 3.761248071523448*^9, 3.76124807230606*^9}, {3.761420022003708*^9, - 3.761420058067872*^9}, 3.761420150574994*^9, {3.761420575838612*^9, - 3.761420581179722*^9}, {3.761420631045661*^9, 3.76142063333079*^9}, { - 3.761421062468348*^9, 3.76142112730361*^9}, {3.761421272125429*^9, - 3.7614213082038097`*^9}, {3.761421397884313*^9, 3.761421417345962*^9}, { - 3.7741829500904083`*^9, 3.774182956320072*^9}, {3.7741830656066933`*^9, - 3.774183074645957*^9}, {3.7808237944516973`*^9, 3.780823794609888*^9}, { - 3.802697098058589*^9, 3.802697113017457*^9}, {3.802697368025024*^9, - 3.8026974166473503`*^9}, {3.802697538286684*^9, 3.802697555699584*^9}, { - 3.802697638040058*^9, 3.8026976482245693`*^9}, {3.802697984927258*^9, - 3.802698017013364*^9}, 3.802698444293851*^9, {3.802699206520279*^9, - 3.802699264988562*^9}, {3.8026993202114067`*^9, 3.802699329610841*^9}, { - 3.8026993987697*^9, 3.802699410633287*^9}, 3.802699475432611*^9, { - 3.802704158266218*^9, 3.802704159880855*^9}, {3.805443368526494*^9, - 3.805443396142654*^9}, {3.805443545572076*^9, 3.805443571447988*^9}, { - 3.829135364196486*^9, 3.829135369462446*^9}, {3.8292755324639807`*^9, - 3.829275532946104*^9}, {3.832738635097433*^9, 3.832738685154566*^9}, { - 3.8327517899610233`*^9, 3.832751806328494*^9}, {3.832921528408586*^9, - 3.832921534311994*^9}, {3.83308305434473*^9, 3.833083054619152*^9}, { - 3.833093285887479*^9, 3.833093304167234*^9}, {3.836027550242206*^9, - 3.836027550809167*^9}, {3.836030819362977*^9, 3.836030820764626*^9}, { - 3.861333172275079*^9, 3.861333191648926*^9}, 3.861792407069332*^9, { - 3.861792483780699*^9, 3.861792514250066*^9}, {3.874890498269143*^9, - 3.874890565443654*^9}, {3.874891100982197*^9, 3.8748911346336*^9}, { - 3.874892420172039*^9, 3.8748924548062*^9}, {3.874893821841919*^9, - 3.8748938318775167`*^9}, - 3.884522832119502*^9},ExpressionUUID->"6457d213-16be-4fc9-8c8d-\ -f912a74cce01"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[10]:=",ExpressionUUID->"9c38c1fd-0da9-44a6-b573-92f514e32268"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CrystalPlot", "[", "\[IndentingNewLine]", - RowBox[{"crystalInput_String", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"CrystalPlot", ",", "Graphics3D"}], "}"}], "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystal", "=", "crystalInput"}], ",", "opacityKeysCheck", ",", - "\[IndentingNewLine]", "useBondsQ", ",", - RowBox[{"useEllipsoidsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"crystalDataOriginal", "=", "$CrystalData"}], ",", - "\[IndentingNewLine]", - RowBox[{"structureSize", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"rgbStyle", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], ",", - "latticeStyleList", ",", "unitVectorStyling", ",", "unitVectorColors", - ",", "CreateBoxEdges", ",", "toCartesianMatrix", ",", - "toCartesianMatrixTransposed", ",", "cartesianADPconverter", ",", - "\[IndentingNewLine]", "MakeRadiusFromElement", ",", - "MakeSemiaxesFromADPs", ",", "shapeFunction", ",", "extentFunction", - ",", "MakeAtomObject", ",", "\[IndentingNewLine]", "FlattenSphereList", - ",", "\[IndentingNewLine]", - RowBox[{"atomRadius", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - RowBox[{"useOneRadiusQ", "=", "False"}], ",", "\[IndentingNewLine]", - RowBox[{"atomRadiusType", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "atomRadii", ",", "\[IndentingNewLine]", - RowBox[{"latticePlotFunction", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "atomData", ",", "atoms", ",", - "\[IndentingNewLine]", "basisArrowCoordinates", ",", "translations", - ",", "coordinatePairs", ",", "unitCellPlotData", ",", - RowBox[{"unitCellDisplay", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "paddingAmountAngstroms", ",", - "normalizedVectors", ",", "paddingVectors", ",", "unitVectorLabels", - ",", "\[IndentingNewLine]", - RowBox[{"opacityMap", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "connectedPairs", ",", "bondData", ",", - "cylinders", ",", "\[IndentingNewLine]", "plotContent", ",", - "plotOptions"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Checks", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$PeriodicTable"}], ",", "crystal"}], "]"}], "&&", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$CrystalData"}], ",", "crystal"}], "]"}]}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CrystalPlot", "::", "ElementOnly"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", "crystal", "]"}], ",", - "\"\\"", ",", - RowBox[{"{", "}"}]}], "]"}], "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CrystalPlot", "::", "NoAtomData"}], ",", "crystal"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"opacityKeysCheck", "=", - RowBox[{"Complement", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Keys", "@", "opacityMap"}], ",", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"Keys", "@", "$PeriodicTable"}], ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], "}"}]}], "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"opacityKeysCheck", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidOpacityMap"}], ",", - "\[IndentingNewLine]", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"ToString", "@", "opacityKeysCheck"}], ",", - RowBox[{"{", - RowBox[{"\"\<{\>\"", ",", "\"\<}\>\""}], "}"}]}], "]"}]}], - "\[IndentingNewLine]", "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Expand", " ", "crystal"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"structureSize", "=!=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ExpandCrystal", "[", - RowBox[{"crystalInput", ",", "structureSize", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"crystal", "=", - RowBox[{"First", "@", - RowBox[{ - "Keys", "@", "StianRamsnes`MaXrd`Private`$TempCrystalData"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{ - "$CrystalData", "=", "StianRamsnes`MaXrd`Private`$TempCrystalData"}], - ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Add", " ", "bonds"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"useBondsQ", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"useBondsQ", "===", "Automatic"}], ",", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"atomRadius", ">", "0"}], ",", - RowBox[{"useBondsQ", "=", "True"}], ",", - RowBox[{"useBondsQ", "=", "False"}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Auxiliary", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"Positive", "@", "atomRadius"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Use"}], " ", "a", " ", "single", " ", - "radius", " ", "for", " ", "all", " ", "atoms"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"useOneRadiusQ", "=", "True"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Look"}], " ", "up", " ", "radii"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomRadii", "=", - RowBox[{"$AtomRadii", "@", "atomRadiusType"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "atomRadii"}], ",", "\[IndentingNewLine]", - - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CrystalPlot", "::", "InvalidAtomRadiusType"}], ",", - "atomRadiusType"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"unitVectorColors", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"latticeStyleList", "=", - RowBox[{"ConstantArray", "[", - RowBox[{"Black", ",", "12"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"rgbStyle", ",", - RowBox[{ - RowBox[{"latticeStyleList", "\[LeftDoubleBracket]", - RowBox[{";;", "3"}], "\[RightDoubleBracket]"}], "=", - RowBox[{"Lookup", "[", - RowBox[{"unitVectorColors", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], - "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"CreateBoxEdges", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"a_", ",", "b_", ",", "c_"}], "}"}], ",", - RowBox[{"{", - RowBox[{"t1_", ",", "t2_", ",", "t3_"}], "}"}]}], "]"}], ":=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"a", ",", "b", ",", "c", ",", "\[IndentingNewLine]", - RowBox[{"t2", "[", "a", "]"}], ",", - RowBox[{"t1", "[", "b", "]"}], ",", "\[IndentingNewLine]", - RowBox[{"t1", "[", "c", "]"}], ",", - RowBox[{"t2", "[", "c", "]"}], ",", - RowBox[{"t1", "[", - RowBox[{"t2", "[", "c", "]"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"t3", "[", "a", "]"}], ",", - RowBox[{"t3", "[", "b", "]"}], ",", - RowBox[{"t3", "[", - RowBox[{"t2", "[", "a", "]"}], "]"}], ",", - RowBox[{"t3", "[", - RowBox[{"t1", "[", "b", "]"}], "]"}]}], "\[IndentingNewLine]", - "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"toCartesianMatrix", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"toCartesianMatrixTransposed", "=", - RowBox[{"Transpose", "@", "toCartesianMatrix"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"cartesianADPconverter", "=", - RowBox[{ - "TransformAtomicDisplacementParameters", "[", "\[IndentingNewLine]", - RowBox[{"crystal", ",", "\"\\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"useOneRadiusQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeRadiusFromElement", "[", "element_", "]"}], ":=", - "atomRadius"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeRadiusFromElement", "[", "element_", "]"}], ":=", - RowBox[{"atomRadii", "@", "element"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeSemiaxesFromADPs", "[", "ADPs_", "]"}], ":=", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"ListQ", "@", "ADPs"}], ",", "\[IndentingNewLine]", - RowBox[{"2.36597", "*", "#"}], ",", "#"}], "]"}], "&"}], "@", - RowBox[{"cartesianADPconverter", "@", "ADPs"}]}]}], ";", - RowBox[{"(*", " ", - RowBox[{"2.36597", " ", "=", " ", - RowBox[{"InverseCDF", "[", - RowBox[{ - RowBox[{"ChiSquareDistribution", "@", "3"}], ",", "0.5"}], "]"}]}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"X", "=", - RowBox[{"1.5382", "*", "X"}]}], ";"}], "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"shapeFunction", ",", "extentFunction"}], "}"}], "=", - RowBox[{"If", "[", - RowBox[{"useEllipsoidsQ", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Ellipsoid", ",", "MakeSemiaxesFromADPs"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Sphere", ",", "MakeRadiusFromElement"}], "}"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeAtomObject", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"element_", ",", "xyz_", ",", "opacityTag_", ",", "ADPs_"}], - "}"}], ",", - RowBox[{"makeSpheresOnly_", ":", "False"}]}], "]"}], ":=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ColorData", "[", "\"\\"", "]"}], "[", "element", - "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Opacity", "@", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"opacityMap", ",", "element"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"opacityMap", "@", "element"}], ",", - RowBox[{"Lookup", "[", - RowBox[{"opacityMap", ",", "opacityTag", ",", "1.0"}], "]"}]}], - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"shapeFunction", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"toCartesianMatrix", ".", "xyz"}], ",", - "\[IndentingNewLine]", - RowBox[{"extentFunction", "@", - RowBox[{"If", "[", - RowBox[{"makeSpheresOnly", ",", "element", ",", "ADPs"}], - "]"}]}]}], "]"}]}], "\[IndentingNewLine]", "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"FlattenSphereList", "[", "spheres_List", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"allCoordinates", ",", "representant", ",", "radius"}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"allCoordinates", "=", - RowBox[{"spheres", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "3", ",", "1"}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"representant", "=", - RowBox[{"First", "@", "spheres"}]}], ";", "\[IndentingNewLine]", - RowBox[{"radius", "=", - RowBox[{"representant", "\[LeftDoubleBracket]", - RowBox[{"3", ",", "2"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "representant", "\[LeftDoubleBracket]", "3", - "\[RightDoubleBracket]"}], "=", - RowBox[{"Sphere", "[", - RowBox[{"allCoordinates", ",", "radius"}], "]"}]}], ";", - "\[IndentingNewLine]", "representant"}]}], "\[IndentingNewLine]", - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "atom", " ", - RowBox[{"spheres", "/", "ellipsoids"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"atomData", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "\"\\""}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"DeleteMissing", "/@", "atomData"}], "===", - RowBox[{"{", - RowBox[{"{", "}"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "No"}], " ", "atom", " ", "content"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"atoms", "=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Regular"}], " ", "procedure"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"atomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], "=", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"atomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\"", ",", "DigitCharacter"}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"atoms", "=", - RowBox[{ - RowBox[{ - RowBox[{"MakeAtomObject", "[", - RowBox[{"#", ",", - RowBox[{"!", "useEllipsoidsQ"}]}], "]"}], "&"}], "/@", - "atomData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "useEllipsoidsQ"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atoms", "=", - RowBox[{"GatherBy", "[", - RowBox[{"atoms", ",", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"#", "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], "\[RightDoubleBracket]"}], - ",", - RowBox[{"#", "\[LeftDoubleBracket]", - RowBox[{"3", ",", "2"}], "\[RightDoubleBracket]"}]}], "}"}], - "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"atoms", "=", - RowBox[{"FlattenSphereList", "/@", "atoms"}]}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Basis", "/", "lattice"}], " ", "vectors", " ", "and", " ", - "boxes"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"basisArrowCoordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "#"}], "}"}], "&"}], - "/@", "toCartesianMatrixTransposed"}]}], ";", "\[IndentingNewLine]", - RowBox[{"translations", "=", - RowBox[{"TranslationTransform", "/@", "toCartesianMatrixTransposed"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"unitCellDisplay", "===", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"coordinatePairs", "=", - RowBox[{"CreateBoxEdges", "[", "\[IndentingNewLine]", - RowBox[{"basisArrowCoordinates", ",", "translations"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"unitCellPlotData", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "latticeStyleList", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", ">", "3"}], ",", "#", ",", - RowBox[{"Arrow", "@", "#"}]}], "]"}], "&"}], "@", - RowBox[{"latticePlotFunction", "@", - RowBox[{ - "coordinatePairs", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}]}], "\[IndentingNewLine]", "}"}], - ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "coordinatePairs"}]}], "}"}]}], "]"}]}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"unitCellDisplay", "===", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"unitCellPlotData", "=", - RowBox[{"Transpose", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{"rgbStyle", ",", - RowBox[{"{", - RowBox[{"Red", ",", "Green", ",", "Blue"}], "}"}], ",", - RowBox[{"ConstantArray", "[", - RowBox[{"Black", ",", "3"}], "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Arrow", "[", - RowBox[{"latticePlotFunction", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "#"}], "}"}], - "]"}], "]"}], "&"}], "/@", "toCartesianMatrixTransposed"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"unitCellDisplay", "===", "\"\\""}], ",", - RowBox[{"unitCellPlotData", "=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CrystalPlot", "::", "InvalidDisplay"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"paddingAmountAngstroms", "=", - RowBox[{ - "OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"normalizedVectors", "=", - RowBox[{"Normalize", "/@", "toCartesianMatrixTransposed"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"paddingVectors", "=", - RowBox[{"AssociationThread", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}], - "\[Rule]", - RowBox[{"paddingAmountAngstroms", "*", "normalizedVectors"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"unitVectorLabels", "=", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"Text", "[", - RowBox[{"#1", ",", " ", - RowBox[{"#2", "+", - RowBox[{"paddingVectors", "@", "#1"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{"unitVectorColors", ",", "#1"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Sequence", "@@", - RowBox[{ - "OptionValue", "[", "\"\\"", - "]"}]}]}], "}"}]}]}], "\[IndentingNewLine]", "]"}], "&"}], - ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\"", ",", "\"\\""}], - "}"}], ",", "toCartesianMatrixTransposed"}], "}"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"unitCellPlotData", "=", - RowBox[{"Join", "[", - RowBox[{"unitCellPlotData", ",", "unitVectorLabels"}], "]"}]}], - ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "crystal", " ", "was", " ", "expanded"}], ",", " ", - - RowBox[{ - "reset", " ", "pointer", " ", "to", " ", "original", " ", - "$CrystalData"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"structureSize", "=!=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - RowBox[{"$CrystalData", "=", "crystalDataOriginal"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Atom", " ", "bonds"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"plotContent", "=", - RowBox[{"Join", "[", - RowBox[{"unitCellPlotData", ",", "atoms"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], "||", - RowBox[{"atomRadius", ">", "0"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"connectedPairs", "=", - RowBox[{"Keys", "@", - RowBox[{"CP$FindAtomPairs", "@", "crystal"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"connectedPairs", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomData", "=", - RowBox[{"GetAtomCoordinates", "[", - RowBox[{"crystal", ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"bondData", "=", - RowBox[{"Transpose", "/@", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{ - "atomData", "\[LeftDoubleBracket]", "#", - "\[RightDoubleBracket]"}], "&"}], "/@", "connectedPairs"}], - ")"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"cylinders", "=", - RowBox[{"CP$MakeBonds", "[", - RowBox[{"bondData", ",", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"plotContent", "=", - RowBox[{"Join", "[", - RowBox[{"plotContent", ",", "cylinders"}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Plot", " ", "options"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"plotOptions", "=", - RowBox[{"Association", "@", - RowBox[{"FilterRules", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], "&"}], "/@", - RowBox[{"(", - RowBox[{"Keys", "@", - RowBox[{"Options", "@", "CrystalPlot"}]}], ")"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Options", "@", "Graphics3D"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"GetSymmetryData", "[", - RowBox[{"crystal", ",", "\"\\""}], "]"}]}], "]"}], - "&&", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], "===", - RowBox[{"OptionValue", "[", - RowBox[{"Graphics3D", ",", "ViewPoint"}], "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AssociateTo", "[", - RowBox[{"plotOptions", ",", - RowBox[{"ViewPoint", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "\[Infinity]"}], "}"}]}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - "12.1", "\[LessEqual]", "$VersionNumber", "\[LessEqual]", "12.2"}], - ",", - RowBox[{"AssociateTo", "[", - RowBox[{"plotOptions", ",", - RowBox[{"ViewAngle", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}]}], "]"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Plot", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Graphics3D", "[", "\[IndentingNewLine]", - RowBox[{"plotContent", ",", "\[IndentingNewLine]", - RowBox[{"Sequence", "@@", - RowBox[{"Normal", "@", "plotOptions"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.76094933831287*^9, 3.760949768973755*^9, { - 3.760984978066174*^9, 3.7609849782261057`*^9}, {3.7610413931761417`*^9, - 3.761041413115313*^9}, {3.7610430860478983`*^9, 3.7610431431331463`*^9}, { - 3.761043822654356*^9, 3.761043826973112*^9}, {3.761043893872447*^9, - 3.761043898359037*^9}, {3.761044578275333*^9, 3.761044579754964*^9}, { - 3.7610446519140987`*^9, 3.761044667819563*^9}, {3.7610449333385572`*^9, - 3.761044933528962*^9}, {3.7611974752311287`*^9, 3.761197475395208*^9}, { - 3.761219720280757*^9, 3.761219720443687*^9}, 3.761219760708205*^9, { - 3.761219796192238*^9, 3.7612197966864157`*^9}, {3.761219880749118*^9, - 3.761219917954582*^9}, {3.761219960450508*^9, 3.7612200276284847`*^9}, { - 3.761224270635038*^9, 3.7612242859363613`*^9}, {3.761224435792968*^9, - 3.761224514091919*^9}, {3.7612246251383038`*^9, 3.761224733520315*^9}, { - 3.7612247722712793`*^9, 3.7612247764965963`*^9}, {3.7612248619479227`*^9, - 3.761224879595311*^9}, {3.761224939212246*^9, 3.761224954897791*^9}, { - 3.7612250096029873`*^9, 3.761225024755363*^9}, 3.761225176113929*^9, { - 3.761226846793069*^9, 3.7612268777377367`*^9}, {3.761227986802516*^9, - 3.761228018391322*^9}, {3.761244339357354*^9, 3.76124434274603*^9}, - 3.761248076651359*^9, {3.761292747306129*^9, 3.761292752007421*^9}, { - 3.761292977932835*^9, 3.761293024578326*^9}, {3.761293056358447*^9, - 3.761293066399618*^9}, 3.761293295578657*^9, {3.761293335488833*^9, - 3.761293348363126*^9}, {3.761419025091445*^9, 3.761419128815998*^9}, { - 3.761419290964973*^9, 3.761419324809844*^9}, {3.7614193646659527`*^9, - 3.761419374607725*^9}, {3.7614194094188557`*^9, 3.7614194224946833`*^9}, { - 3.761419540623413*^9, 3.761419714969212*^9}, {3.761419776545178*^9, - 3.761419777511207*^9}, {3.7614199906197853`*^9, 3.761420000178577*^9}, { - 3.761420075498897*^9, 3.76142016521384*^9}, {3.761420687690447*^9, - 3.761420717697867*^9}, {3.761421340825123*^9, 3.761421341388412*^9}, { - 3.7614218142311163`*^9, 3.76142187284282*^9}, 3.7614219059472637`*^9, { - 3.761422006897604*^9, 3.7614220684956284`*^9}, {3.761422135599387*^9, - 3.761422250331128*^9}, {3.76142233220479*^9, 3.761422392600257*^9}, { - 3.761423510368361*^9, 3.7614235128850393`*^9}, 3.761423588080277*^9, - 3.762793093125334*^9, {3.763795598026209*^9, 3.763795604168119*^9}, { - 3.7637957478383007`*^9, 3.763795785644519*^9}, {3.763795840509068*^9, - 3.763795852858042*^9}, {3.78082380277636*^9, 3.780823813678226*^9}, { - 3.786968127926214*^9, 3.7869681291239653`*^9}, {3.802484708108547*^9, - 3.802484718035901*^9}, {3.8026291553222218`*^9, 3.8026291554598227`*^9}, { - 3.802629190471525*^9, 3.8026292211377697`*^9}, {3.802630944420762*^9, - 3.802630944653728*^9}, {3.802666763279166*^9, 3.8026667674351807`*^9}, { - 3.8026668415239983`*^9, 3.8026668497990837`*^9}, 3.802666953513707*^9, - 3.802667039474736*^9, 3.802667097164507*^9, {3.802667148821329*^9, - 3.802667151666338*^9}, {3.802675688111014*^9, 3.802675691509973*^9}, { - 3.8026758959841967`*^9, 3.802675997395389*^9}, {3.802676031756215*^9, - 3.80267604977824*^9}, {3.802676079928746*^9, 3.802676095027589*^9}, { - 3.802676140617611*^9, 3.8026761432583027`*^9}, {3.802676391840394*^9, - 3.802676431347678*^9}, {3.802696950599875*^9, 3.8026970928888273`*^9}, { - 3.802697431986003*^9, 3.802697526892215*^9}, {3.8026976660865707`*^9, - 3.802697713157123*^9}, {3.802697998534004*^9, 3.8026980073354187`*^9}, { - 3.8026980388917923`*^9, 3.802698067027503*^9}, {3.802698464070364*^9, - 3.802698520557004*^9}, {3.802698586610416*^9, 3.8026986287418756`*^9}, { - 3.80269874501525*^9, 3.802698785395142*^9}, {3.80269885711828*^9, - 3.802698886614769*^9}, {3.802698953847685*^9, 3.802698956363974*^9}, { - 3.802699171191967*^9, 3.802699175155449*^9}, {3.8026992716326323`*^9, - 3.8026993099443817`*^9}, {3.80269938294464*^9, 3.802699384687069*^9}, { - 3.802699432232874*^9, 3.802699481215476*^9}, {3.8026996419717197`*^9, - 3.802699651779251*^9}, {3.8026997372274017`*^9, 3.802699777154406*^9}, { - 3.80269990629781*^9, 3.8026999824438868`*^9}, {3.802700023580497*^9, - 3.802700023750852*^9}, {3.802700081464704*^9, 3.802700081941544*^9}, { - 3.8027001334756193`*^9, 3.8027002312053022`*^9}, {3.802700289307375*^9, - 3.802700305506324*^9}, {3.802700335510912*^9, 3.8027005284985847`*^9}, { - 3.8027005693727713`*^9, 3.8027005784893713`*^9}, {3.802700632501647*^9, - 3.802700643775036*^9}, {3.8027007095575113`*^9, 3.802700833796548*^9}, { - 3.8027019398589907`*^9, 3.802701955170393*^9}, {3.802702171951129*^9, - 3.8027022057007523`*^9}, {3.802702294439208*^9, 3.80270232366968*^9}, { - 3.802702423963808*^9, 3.8027024448922663`*^9}, {3.802702499773677*^9, - 3.802702514018312*^9}, {3.8027026782508507`*^9, 3.8027027275873737`*^9}, { - 3.802702835896628*^9, 3.802702854454877*^9}, {3.8027037799959784`*^9, - 3.802703780240655*^9}, {3.8027038195490713`*^9, 3.802703827705442*^9}, { - 3.8027038824177923`*^9, 3.8027039379471684`*^9}, {3.802712080240498*^9, - 3.8027120826291428`*^9}, 3.8027122530077753`*^9, {3.802712878552799*^9, - 3.8027128971323833`*^9}, {3.802713362037744*^9, 3.802713362888157*^9}, { - 3.804410291057863*^9, 3.804410318768835*^9}, {3.804410349702424*^9, - 3.804410350592589*^9}, {3.8054434964732437`*^9, 3.805443522962919*^9}, { - 3.805443565819339*^9, 3.805443566717695*^9}, {3.807986903904312*^9, - 3.8079869230154333`*^9}, {3.807986954593642*^9, 3.8079869832530527`*^9}, { - 3.807987055271224*^9, 3.807987095882872*^9}, {3.829135474112577*^9, - 3.829135479312687*^9}, {3.829135866647332*^9, 3.829135873721319*^9}, - 3.8291359194808702`*^9, {3.8291359669407988`*^9, 3.829135983701188*^9}, - 3.829136053523305*^9, {3.829136111417062*^9, 3.829136111583749*^9}, { - 3.8291361525098457`*^9, 3.829136155390767*^9}, {3.829136300502635*^9, - 3.829136403377021*^9}, {3.829136542856743*^9, 3.829136563389483*^9}, { - 3.829136679871915*^9, 3.8291367168536167`*^9}, {3.8291367651909437`*^9, - 3.8291367680976553`*^9}, {3.82913687174998*^9, 3.8291369936675797`*^9}, { - 3.829144453850665*^9, 3.829144459106696*^9}, 3.829144664124247*^9, { - 3.829144813530683*^9, 3.829144818118712*^9}, {3.829144860701685*^9, - 3.829144894984788*^9}, {3.829145313022416*^9, 3.829145337013925*^9}, { - 3.829145387144754*^9, 3.829145402892374*^9}, {3.829145433189423*^9, - 3.829145484419211*^9}, {3.829145520734646*^9, 3.829145630839534*^9}, { - 3.829145677257882*^9, 3.8291457448010674`*^9}, {3.829145789407584*^9, - 3.829145827545981*^9}, {3.829145882279159*^9, 3.82914588437693*^9}, { - 3.82914628978397*^9, 3.8291463611298103`*^9}, {3.829146480846692*^9, - 3.829146521976386*^9}, {3.829146557304842*^9, 3.829146672240868*^9}, { - 3.8291467315220203`*^9, 3.829146753853475*^9}, {3.829146819778351*^9, - 3.82914684771354*^9}, {3.829146924312683*^9, 3.8291469419262733`*^9}, { - 3.829146989515245*^9, 3.829147027158252*^9}, {3.829147059162808*^9, - 3.8291472894253397`*^9}, {3.8291473661277533`*^9, 3.829147366964712*^9}, { - 3.829147410663477*^9, 3.829147414760182*^9}, {3.829147733940523*^9, - 3.829147796137689*^9}, {3.8291478269454308`*^9, 3.829147827232915*^9}, { - 3.8291478662463713`*^9, 3.829147876869204*^9}, 3.82914791822965*^9, { - 3.829147948955357*^9, 3.829147995890658*^9}, {3.8291480486163273`*^9, - 3.829148117315915*^9}, {3.829148164447947*^9, 3.8291482060947657`*^9}, { - 3.829148395241098*^9, 3.829148396135536*^9}, {3.8291977685955477`*^9, - 3.829197781460986*^9}, {3.829197863466599*^9, 3.829197865677249*^9}, { - 3.8291982895643883`*^9, 3.8291983493926487`*^9}, {3.829198621273136*^9, - 3.8291986886296587`*^9}, {3.82919918302668*^9, 3.8291992094801073`*^9}, { - 3.829199246296228*^9, 3.829199321818822*^9}, {3.829199727773603*^9, - 3.829199737105246*^9}, {3.82920292855157*^9, 3.829202936019396*^9}, { - 3.8292068215555477`*^9, 3.829206825226924*^9}, {3.8292069010042353`*^9, - 3.8292069341045227`*^9}, {3.829207010926182*^9, 3.829207018142527*^9}, { - 3.829207310899825*^9, 3.82920734276645*^9}, {3.829207390377994*^9, - 3.8292074073354588`*^9}, {3.829207489268343*^9, 3.829207511537191*^9}, { - 3.829207560726769*^9, 3.829207575562459*^9}, 3.829207629344021*^9, { - 3.829207708651444*^9, 3.829207773137863*^9}, {3.829207885781274*^9, - 3.829208051911153*^9}, {3.829208306721325*^9, 3.829208544820374*^9}, { - 3.8292087637148027`*^9, 3.8292087788188066`*^9}, {3.829208867775486*^9, - 3.829208947489504*^9}, {3.829215049734221*^9, 3.829215117514235*^9}, { - 3.829215153743882*^9, 3.829215161570367*^9}, {3.829215219630225*^9, - 3.829215316703212*^9}, {3.829236044232724*^9, 3.829236070270341*^9}, { - 3.829236157454698*^9, 3.82923616072581*^9}, {3.829236201541174*^9, - 3.8292362017196836`*^9}, {3.829236547187441*^9, 3.829236588619102*^9}, { - 3.8292369189724083`*^9, 3.829236920922974*^9}, {3.8292369547402*^9, - 3.8292370041525297`*^9}, {3.8292708589287157`*^9, - 3.8292708610532217`*^9}, {3.829271896542548*^9, 3.829271903389385*^9}, { - 3.8292724030001802`*^9, 3.829272403433216*^9}, {3.8292724443494043`*^9, - 3.829272450118464*^9}, {3.8292742986754837`*^9, 3.829274319942129*^9}, { - 3.8292747909663973`*^9, 3.829274791148488*^9}, {3.829274850399791*^9, - 3.829274899385055*^9}, {3.82927495553961*^9, 3.829274979117107*^9}, { - 3.829275562305149*^9, 3.8292755777678947`*^9}, {3.829275717209511*^9, - 3.829275720755156*^9}, {3.829275780392604*^9, 3.829275878199795*^9}, { - 3.8292760325086193`*^9, 3.829276162273489*^9}, {3.829276214212961*^9, - 3.829276249766745*^9}, {3.829276305701227*^9, 3.829276309387154*^9}, { - 3.829276518865806*^9, 3.8292765363942347`*^9}, {3.829276801185091*^9, - 3.829276803103911*^9}, 3.8292768441403847`*^9, {3.8292769734173727`*^9, - 3.829276973559679*^9}, {3.829277006122979*^9, 3.82927700792754*^9}, { - 3.8292770527341213`*^9, 3.829277087097206*^9}, {3.829277184824923*^9, - 3.829277215734097*^9}, {3.8292794733383512`*^9, 3.829279556941203*^9}, { - 3.82927959331275*^9, 3.829279625472357*^9}, {3.829279704217807*^9, - 3.8292798599661016`*^9}, {3.829279975000997*^9, 3.8292799904662933`*^9}, { - 3.8292804873397427`*^9, 3.8292804901710777`*^9}, {3.8292807137335043`*^9, - 3.8292807193227777`*^9}, {3.829280750721343*^9, 3.829280851575781*^9}, { - 3.829281155031562*^9, 3.829281212854246*^9}, {3.829281267512043*^9, - 3.829281277380476*^9}, {3.829281508696116*^9, 3.8292815115006742`*^9}, - 3.829284285475293*^9, {3.8292843450831013`*^9, 3.829284348739924*^9}, { - 3.829284515051241*^9, 3.82928452173647*^9}, {3.8292859164514503`*^9, - 3.829285936329883*^9}, {3.829286080101551*^9, 3.8292861090461283`*^9}, { - 3.829286190658805*^9, 3.829286192077181*^9}, {3.829286342256772*^9, - 3.829286415440465*^9}, {3.829286504089368*^9, 3.829286526702176*^9}, { - 3.8292872416480627`*^9, 3.829287276907524*^9}, {3.829287351778956*^9, - 3.829287422535306*^9}, {3.8292878252508707`*^9, 3.8292878265962477`*^9}, - 3.8292878585867023`*^9, {3.829287904728862*^9, 3.8292879895237513`*^9}, { - 3.829289901713603*^9, 3.829289904691453*^9}, {3.829289942858902*^9, - 3.829289965816914*^9}, {3.829290044090528*^9, 3.829290104657515*^9}, { - 3.829290804499116*^9, 3.829290834389989*^9}, {3.829291374455221*^9, - 3.829291393449293*^9}, {3.829291474376635*^9, 3.829291484056369*^9}, { - 3.82929168376972*^9, 3.82929168762399*^9}, {3.829292294430132*^9, - 3.829292309511879*^9}, {3.829292340880451*^9, 3.8292923426193857`*^9}, { - 3.829292584859273*^9, 3.829292598394807*^9}, {3.829292635313751*^9, - 3.829292654437223*^9}, {3.829294761404716*^9, 3.8292948375335608`*^9}, { - 3.829294884463649*^9, 3.82929488611661*^9}, {3.8292949313329773`*^9, - 3.829294935999784*^9}, {3.829295070726022*^9, 3.829295097949813*^9}, { - 3.8292951685559807`*^9, 3.8292952026618423`*^9}, {3.829296493894319*^9, - 3.8292965445567417`*^9}, {3.82929657668174*^9, 3.829296595713621*^9}, { - 3.82929666075515*^9, 3.829296660966732*^9}, {3.829296910924992*^9, - 3.829296914017223*^9}, {3.830407443893999*^9, 3.830407447269717*^9}, { - 3.830407478251835*^9, 3.830407534501219*^9}, {3.8304075658044243`*^9, - 3.830407600155998*^9}, {3.8304076523632708`*^9, 3.830407682833804*^9}, { - 3.830407725526658*^9, 3.830407745738186*^9}, {3.8304077826931267`*^9, - 3.8304077827750263`*^9}, {3.830407836184782*^9, 3.830407838240849*^9}, { - 3.8304081628459473`*^9, 3.830408165276929*^9}, {3.8304125977867947`*^9, - 3.830412600398489*^9}, {3.8304127725742903`*^9, 3.830412812329652*^9}, { - 3.830412848138476*^9, 3.830412848996171*^9}, {3.830412966016157*^9, - 3.830412985909759*^9}, {3.8304130257505293`*^9, 3.830413060926656*^9}, { - 3.830413096302099*^9, 3.830413166867173*^9}, {3.830414570245166*^9, - 3.830414572426784*^9}, {3.83275028996297*^9, 3.832750335609379*^9}, { - 3.832750365942877*^9, 3.832750389164755*^9}, {3.83275050578089*^9, - 3.8327506008584967`*^9}, {3.832750755040382*^9, 3.83275080797721*^9}, { - 3.832750842342469*^9, 3.832750928738844*^9}, {3.832750997376224*^9, - 3.8327509984719887`*^9}, {3.832751224957139*^9, 3.8327512251059923`*^9}, { - 3.8327513783782*^9, 3.832751381210397*^9}, {3.8327517602578363`*^9, - 3.8327517604236507`*^9}, {3.832752040842596*^9, 3.832752057038241*^9}, - 3.832921909337384*^9, {3.83292205207747*^9, 3.832922117123753*^9}, { - 3.832922162255855*^9, 3.8329221887078867`*^9}, {3.832922479083207*^9, - 3.8329225072300053`*^9}, {3.833004518448237*^9, 3.833004519112358*^9}, { - 3.835772349370126*^9, 3.835772407007351*^9}, {3.835774037944833*^9, - 3.835774041378471*^9}, {3.83584587768822*^9, 3.835845878192025*^9}, { - 3.835855584954542*^9, 3.8358556016224422`*^9}, {3.835856599562052*^9, - 3.835856609567935*^9}, {3.836021813728468*^9, 3.8360218513964863`*^9}, { - 3.8360219211727247`*^9, 3.8360219262312517`*^9}, {3.8360220326713867`*^9, - 3.836022036913669*^9}, {3.836022423171194*^9, 3.83602242388328*^9}, { - 3.836025351848259*^9, 3.836025363328704*^9}, {3.8360275663546333`*^9, - 3.836027569061163*^9}, {3.836028596900228*^9, 3.836028605575585*^9}, { - 3.836030830731884*^9, 3.836030920885326*^9}, {3.8360312380002613`*^9, - 3.836031265899026*^9}, {3.836031317541815*^9, 3.836031324267516*^9}, { - 3.836031371841529*^9, 3.836031379761539*^9}, {3.8360314908673573`*^9, - 3.836031492645666*^9}, {3.836031531455328*^9, 3.836031551220965*^9}, { - 3.836288622756195*^9, 3.8362886229324827`*^9}, {3.861333116966009*^9, - 3.8613331668823853`*^9}, {3.861333198751627*^9, 3.861333199283628*^9}, { - 3.86179238033881*^9, 3.8617923983550673`*^9}, {3.874890635417809*^9, - 3.874890707635292*^9}, 3.8748907494382877`*^9, {3.874890858849989*^9, - 3.874890858986289*^9}, {3.8748910683634357`*^9, 3.874891079833797*^9}, { - 3.874891185063016*^9, 3.874891244827107*^9}, {3.874891279943898*^9, - 3.874891281419012*^9}, {3.874891351948537*^9, 3.874891386778695*^9}, { - 3.874891427409644*^9, 3.8748914698465233`*^9}, {3.874891575350629*^9, - 3.874891587975422*^9}, {3.8748916487370167`*^9, 3.874891663902199*^9}, { - 3.874891710042409*^9, 3.874891723912331*^9}, 3.874891755626665*^9, { - 3.874891914265305*^9, 3.874891915527246*^9}, {3.8748919771823997`*^9, - 3.874891998969297*^9}, {3.874892034737761*^9, 3.874892050001986*^9}, { - 3.8748921271305313`*^9, 3.874892130370201*^9}, {3.8748922000348787`*^9, - 3.8748922026089077`*^9}, {3.874892262630072*^9, 3.874892295672991*^9}, { - 3.8748925640655518`*^9, 3.874892600801601*^9}, {3.8748926417103243`*^9, - 3.874892682472702*^9}, {3.874892728424926*^9, 3.87489287915361*^9}, { - 3.874892942345516*^9, 3.874892944793643*^9}, {3.874893033791889*^9, - 3.8748930639720383`*^9}, {3.874893837360951*^9, 3.874893863428389*^9}, { - 3.891172266191823*^9, 3.891172272226301*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"bde2d4c8-af01-42bb-902a-7314791ebaae"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CP$FindAtomPairs", "[", "crystal_String", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "atomData", ",", "elements", ",", "coordinates", ",", "distances", ",", - "\[IndentingNewLine]", "elementPairs", ",", "ranges", ",", - RowBox[{"$ElementRanges", "=", - RowBox[{"$AtomRadii", "[", "\"\\"", "]"}]}], ",", - "connectedQ"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomData", "=", - RowBox[{"GetAtomCoordinates", "[", - RowBox[{"crystal", ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"elements", ",", "coordinates"}], "}"}], "=", - RowBox[{"Transpose", "@", "atomData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{"elements", ",", - RowBox[{"RegularExpression", "[", "\"\<[A-Z][a-z]?\>\"", "]"}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"distances", "=", - RowBox[{"AssociationMap", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EuclideanDistance", "@@", - RowBox[{ - "coordinates", "\[LeftDoubleBracket]", "#", - "\[RightDoubleBracket]"}]}], "&"}], ",", "\[IndentingNewLine]", - RowBox[{"Subsets", "[", - RowBox[{ - RowBox[{"Range", "@", - RowBox[{"Length", "@", "coordinates"}]}], ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"elementPairs", "=", - RowBox[{ - RowBox[{ - RowBox[{ - "elements", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], - "&"}], "/@", - RowBox[{"Keys", "@", "distances"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"ranges", "=", - RowBox[{"Total", "/@", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{"$ElementRanges", ",", "#", ",", "0"}], "]"}], "&"}], "/@", - "elementPairs"}], ")"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"connectedQ", "=", - RowBox[{"Thread", "[", - RowBox[{ - RowBox[{"ranges", "*", "1.10"}], "\[GreaterEqual]", - RowBox[{"Values", "@", "distances"}]}], "]"}]}], ";", - RowBox[{"(*", - RowBox[{"15", "%", " ", "threshold"}], "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Pick", "[", - RowBox[{"distances", ",", "connectedQ"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.76094933831287*^9, 3.760949768973755*^9, { - 3.760984978066174*^9, 3.7609849782261057`*^9}, {3.7610413931761417`*^9, - 3.761041413115313*^9}, {3.7610430860478983`*^9, 3.7610431431331463`*^9}, { - 3.761043822654356*^9, 3.761043826973112*^9}, {3.761043893872447*^9, - 3.761043898359037*^9}, {3.761044578275333*^9, 3.761044579754964*^9}, { - 3.7610446519140987`*^9, 3.761044667819563*^9}, {3.7610449333385572`*^9, - 3.761044933528962*^9}, {3.7611974752311287`*^9, 3.761197475395208*^9}, { - 3.761219720280757*^9, 3.761219720443687*^9}, 3.761219760708205*^9, { - 3.761219796192238*^9, 3.7612197966864157`*^9}, {3.761219880749118*^9, - 3.761219917954582*^9}, {3.761219960450508*^9, 3.7612200276284847`*^9}, { - 3.761224270635038*^9, 3.7612242859363613`*^9}, {3.761224435792968*^9, - 3.761224514091919*^9}, {3.7612246251383038`*^9, 3.761224733520315*^9}, { - 3.7612247722712793`*^9, 3.7612247764965963`*^9}, {3.7612248619479227`*^9, - 3.761224879595311*^9}, {3.761224939212246*^9, 3.761224954897791*^9}, { - 3.7612250096029873`*^9, 3.761225024755363*^9}, 3.761225176113929*^9, { - 3.761226846793069*^9, 3.7612268777377367`*^9}, {3.761227986802516*^9, - 3.761228018391322*^9}, {3.761244339357354*^9, 3.76124434274603*^9}, - 3.761248076651359*^9, {3.761292747306129*^9, 3.761292752007421*^9}, { - 3.761292977932835*^9, 3.761293024578326*^9}, {3.761293056358447*^9, - 3.761293066399618*^9}, 3.761293295578657*^9, {3.761293335488833*^9, - 3.761293348363126*^9}, {3.761419025091445*^9, 3.761419128815998*^9}, { - 3.761419290964973*^9, 3.761419324809844*^9}, {3.7614193646659527`*^9, - 3.761419374607725*^9}, {3.7614194094188557`*^9, 3.7614194224946833`*^9}, { - 3.761419540623413*^9, 3.761419714969212*^9}, {3.761419776545178*^9, - 3.761419777511207*^9}, {3.7614199906197853`*^9, 3.761420000178577*^9}, { - 3.761420075498897*^9, 3.76142016521384*^9}, {3.761420687690447*^9, - 3.761420717697867*^9}, {3.761421340825123*^9, 3.761421341388412*^9}, { - 3.7614218142311163`*^9, 3.76142187284282*^9}, 3.7614219059472637`*^9, { - 3.761422006897604*^9, 3.7614220684956284`*^9}, {3.761422135599387*^9, - 3.761422250331128*^9}, {3.76142233220479*^9, 3.761422392600257*^9}, { - 3.761423510368361*^9, 3.7614235128850393`*^9}, 3.761423588080277*^9, - 3.762793093125334*^9, {3.763795598026209*^9, 3.763795604168119*^9}, { - 3.7637957478383007`*^9, 3.763795785644519*^9}, {3.763795840509068*^9, - 3.763795852858042*^9}, {3.78082380277636*^9, 3.780823813678226*^9}, { - 3.786968127926214*^9, 3.7869681291239653`*^9}, {3.802484708108547*^9, - 3.802484718035901*^9}, {3.8026291553222218`*^9, 3.8026291554598227`*^9}, { - 3.802629190471525*^9, 3.8026292211377697`*^9}, {3.802630944420762*^9, - 3.802630944653728*^9}, {3.802666763279166*^9, 3.8026667674351807`*^9}, { - 3.8026668415239983`*^9, 3.8026668497990837`*^9}, 3.802666953513707*^9, - 3.802667039474736*^9, 3.802667097164507*^9, {3.802667148821329*^9, - 3.802667151666338*^9}, {3.802675688111014*^9, 3.802675691509973*^9}, { - 3.8026758959841967`*^9, 3.802675997395389*^9}, {3.802676031756215*^9, - 3.80267604977824*^9}, {3.802676079928746*^9, 3.802676095027589*^9}, { - 3.802676140617611*^9, 3.8026761432583027`*^9}, {3.802676391840394*^9, - 3.802676431347678*^9}, {3.802696950599875*^9, 3.8026970928888273`*^9}, { - 3.802697431986003*^9, 3.802697526892215*^9}, {3.8026976660865707`*^9, - 3.802697713157123*^9}, {3.802697998534004*^9, 3.8026980073354187`*^9}, { - 3.8026980388917923`*^9, 3.802698067027503*^9}, {3.802698464070364*^9, - 3.802698520557004*^9}, {3.802698586610416*^9, 3.8026986287418756`*^9}, { - 3.80269874501525*^9, 3.802698785395142*^9}, {3.80269885711828*^9, - 3.802698886614769*^9}, {3.802698953847685*^9, 3.802698956363974*^9}, { - 3.802699171191967*^9, 3.802699175155449*^9}, {3.8026992716326323`*^9, - 3.8026993099443817`*^9}, {3.80269938294464*^9, 3.802699384687069*^9}, { - 3.802699432232874*^9, 3.802699481215476*^9}, {3.8026996419717197`*^9, - 3.802699651779251*^9}, {3.8026997372274017`*^9, 3.802699777154406*^9}, { - 3.80269990629781*^9, 3.8026999824438868`*^9}, {3.802700023580497*^9, - 3.802700023750852*^9}, {3.802700081464704*^9, 3.802700081941544*^9}, { - 3.8027001334756193`*^9, 3.8027002312053022`*^9}, {3.802700289307375*^9, - 3.802700305506324*^9}, {3.802700335510912*^9, 3.8027005284985847`*^9}, { - 3.8027005693727713`*^9, 3.8027005784893713`*^9}, {3.802700632501647*^9, - 3.802700643775036*^9}, {3.8027007095575113`*^9, 3.802700833796548*^9}, { - 3.8027019398589907`*^9, 3.802701955170393*^9}, {3.802702171951129*^9, - 3.8027022057007523`*^9}, {3.802702294439208*^9, 3.80270232366968*^9}, { - 3.802702423963808*^9, 3.8027024448922663`*^9}, {3.802702499773677*^9, - 3.802702514018312*^9}, {3.8027026782508507`*^9, 3.8027027275873737`*^9}, { - 3.802702835896628*^9, 3.802702854454877*^9}, {3.8027037799959784`*^9, - 3.802703780240655*^9}, {3.8027038195490713`*^9, 3.802703827705442*^9}, { - 3.8027038824177923`*^9, 3.8027039379471684`*^9}, {3.802712080240498*^9, - 3.8027120826291428`*^9}, 3.8027122530077753`*^9, {3.802712878552799*^9, - 3.8027128971323833`*^9}, {3.802713362037744*^9, 3.802713362888157*^9}, { - 3.804410291057863*^9, 3.804410318768835*^9}, {3.804410349702424*^9, - 3.804410350592589*^9}, {3.8054434964732437`*^9, 3.805443522962919*^9}, { - 3.805443565819339*^9, 3.805443566717695*^9}, {3.807986903904312*^9, - 3.8079869230154333`*^9}, {3.807986954593642*^9, 3.8079869832530527`*^9}, { - 3.807987055271224*^9, 3.807987095882872*^9}, {3.829135474112577*^9, - 3.829135479312687*^9}, {3.829135866647332*^9, 3.829135873721319*^9}, - 3.8291359194808702`*^9, {3.8291359669407988`*^9, 3.829135983701188*^9}, - 3.829136053523305*^9, {3.829136111417062*^9, 3.829136111583749*^9}, { - 3.8291361525098457`*^9, 3.829136155390767*^9}, {3.829136300502635*^9, - 3.829136403377021*^9}, {3.829136542856743*^9, 3.829136563389483*^9}, { - 3.829136679871915*^9, 3.8291367168536167`*^9}, {3.8291367651909437`*^9, - 3.8291367680976553`*^9}, {3.82913687174998*^9, 3.8291369936675797`*^9}, { - 3.829144453850665*^9, 3.829144459106696*^9}, 3.829144664124247*^9, { - 3.829144813530683*^9, 3.829144818118712*^9}, {3.829144860701685*^9, - 3.829144894984788*^9}, {3.829145313022416*^9, 3.829145337013925*^9}, { - 3.829145387144754*^9, 3.829145402892374*^9}, {3.829145433189423*^9, - 3.829145484419211*^9}, {3.829145520734646*^9, 3.829145630839534*^9}, { - 3.829145677257882*^9, 3.8291457448010674`*^9}, {3.829145789407584*^9, - 3.829145827545981*^9}, {3.829145882279159*^9, 3.82914588437693*^9}, { - 3.82914628978397*^9, 3.8291463611298103`*^9}, {3.829146480846692*^9, - 3.829146521976386*^9}, {3.829146557304842*^9, 3.829146672240868*^9}, { - 3.8291467315220203`*^9, 3.829146753853475*^9}, {3.829146819778351*^9, - 3.82914684771354*^9}, {3.829146924312683*^9, 3.8291469419262733`*^9}, { - 3.829146989515245*^9, 3.829147027158252*^9}, {3.829147059162808*^9, - 3.8291472894253397`*^9}, {3.8291473661277533`*^9, 3.829147366964712*^9}, { - 3.829147410663477*^9, 3.829147414760182*^9}, {3.829147733940523*^9, - 3.829147796137689*^9}, {3.8291478269454308`*^9, 3.829147827232915*^9}, { - 3.8291478662463713`*^9, 3.829147876869204*^9}, 3.82914791822965*^9, { - 3.829147948955357*^9, 3.829147995890658*^9}, {3.8291480486163273`*^9, - 3.829148117315915*^9}, {3.829148164447947*^9, 3.8291482060947657`*^9}, { - 3.829148395241098*^9, 3.829148396135536*^9}, {3.8291977685955477`*^9, - 3.829197781460986*^9}, {3.829197863466599*^9, 3.829197865677249*^9}, { - 3.8291982895643883`*^9, 3.8291983493926487`*^9}, {3.829198621273136*^9, - 3.8291986886296587`*^9}, {3.82919918302668*^9, 3.8291992094801073`*^9}, { - 3.829199246296228*^9, 3.829199321818822*^9}, {3.829199727773603*^9, - 3.829199737105246*^9}, {3.829202887449029*^9, 3.8292029077329397`*^9}, { - 3.832738508640332*^9, 3.832738539629177*^9}, {3.832743020692856*^9, - 3.832743128553566*^9}, 3.832745180379283*^9, {3.832746259114766*^9, - 3.832746371975634*^9}, {3.832746404299562*^9, 3.832746413073661*^9}, { - 3.8327466501922293`*^9, 3.8327466527220917`*^9}, {3.832746698886428*^9, - 3.832746759215207*^9}, {3.8327468764269857`*^9, 3.832746900222864*^9}, { - 3.832746995008206*^9, 3.832746997118559*^9}, {3.832747189913823*^9, - 3.832747213550572*^9}, {3.8327472477318583`*^9, 3.832747265622554*^9}, { - 3.8327473031652393`*^9, 3.83274730329279*^9}, {3.8327473582038517`*^9, - 3.832747390947875*^9}, {3.832747474752265*^9, 3.8327474777315207`*^9}, { - 3.8327476042969627`*^9, 3.832747605343804*^9}, {3.832747780881064*^9, - 3.832747955057631*^9}, {3.832748014326758*^9, 3.832748088861636*^9}, { - 3.832748120923321*^9, 3.832748239757118*^9}, {3.832748278332708*^9, - 3.832748596567349*^9}, {3.832748650676516*^9, 3.832748687497162*^9}, { - 3.832749427169359*^9, 3.8327494277426853`*^9}, {3.832749459437475*^9, - 3.832749465841608*^9}, {3.832749577623436*^9, 3.8327495900487413`*^9}, { - 3.832749679190969*^9, 3.832749762466774*^9}, {3.832749807229089*^9, - 3.83274980884407*^9}, {3.832749855439452*^9, 3.83274991515816*^9}, { - 3.832751430926708*^9, 3.832751450050332*^9}, {3.8327517476427317`*^9, - 3.8327517507052937`*^9}, {3.835770497354096*^9, 3.835770529078107*^9}, { - 3.83584545696096*^9, 3.8358454662907887`*^9}, {3.835845830309309*^9, - 3.8358458419068747`*^9}, {3.835850453633048*^9, 3.8358504584923763`*^9}, { - 3.835851169985211*^9, 3.835851171003047*^9}, {3.8358546626821136`*^9, - 3.8358546731535883`*^9}, {3.8358547078714867`*^9, 3.835854713522737*^9}, { - 3.835854780500799*^9, 3.835854817279764*^9}, {3.8358549430188503`*^9, - 3.835854946068671*^9}, {3.835855102806863*^9, 3.835855133588379*^9}, { - 3.835855195147748*^9, 3.8358552479532747`*^9}, {3.8358566161448097`*^9, - 3.835856644340716*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[12]:=",ExpressionUUID->"e3af9f82-831f-4375-9fc0-a9e5397a27ef"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CP$MakeBonds", "[", - RowBox[{"bondDataInput_List", ",", "bondRadius_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"SplitPoints", ",", "MakeCylinder", ",", "\[IndentingNewLine]", - RowBox[{"bondData", "=", "bondDataInput"}], ",", "colors", ",", - "coordinates", ",", "colorMap"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"SplitPoints", ":=", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", - RowBox[{ - RowBox[{"(", - RowBox[{"#1", "+", "#2"}], ")"}], "/", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"#1", "+", "#2"}], ")"}], "/", "2"}], ",", "#2"}], - "}"}]}], "}"}], "&"}]}], ";", "\[IndentingNewLine]", - RowBox[{"MakeCylinder", ":=", - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", - RowBox[{"Cylinder", "[", - RowBox[{"#2", ",", "bondRadius"}], "]"}]}], "}"}], "&"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"colors", ",", "coordinates"}], "}"}], "=", - RowBox[{"Transpose", "@", "bondData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"colorMap", "=", - RowBox[{"ColorData", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"colors", "=", - RowBox[{"Map", "[", - RowBox[{"colorMap", ",", "colors", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"SplitPoints", "@@@", "coordinates"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"bondData", "=", - RowBox[{"{", - RowBox[{"colors", ",", "coordinates"}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"bondData", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Transpose", "/@", - RowBox[{"Transpose", "@", "bondData"}]}], ",", "1"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"MakeCylinder", "@@@", "bondData"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.76094933831287*^9, 3.760949768973755*^9, { - 3.760984978066174*^9, 3.7609849782261057`*^9}, {3.7610413931761417`*^9, - 3.761041413115313*^9}, {3.7610430860478983`*^9, 3.7610431431331463`*^9}, { - 3.761043822654356*^9, 3.761043826973112*^9}, {3.761043893872447*^9, - 3.761043898359037*^9}, {3.761044578275333*^9, 3.761044579754964*^9}, { - 3.7610446519140987`*^9, 3.761044667819563*^9}, {3.7610449333385572`*^9, - 3.761044933528962*^9}, {3.7611974752311287`*^9, 3.761197475395208*^9}, { - 3.761219720280757*^9, 3.761219720443687*^9}, 3.761219760708205*^9, { - 3.761219796192238*^9, 3.7612197966864157`*^9}, {3.761219880749118*^9, - 3.761219917954582*^9}, {3.761219960450508*^9, 3.7612200276284847`*^9}, { - 3.761224270635038*^9, 3.7612242859363613`*^9}, {3.761224435792968*^9, - 3.761224514091919*^9}, {3.7612246251383038`*^9, 3.761224733520315*^9}, { - 3.7612247722712793`*^9, 3.7612247764965963`*^9}, {3.7612248619479227`*^9, - 3.761224879595311*^9}, {3.761224939212246*^9, 3.761224954897791*^9}, { - 3.7612250096029873`*^9, 3.761225024755363*^9}, 3.761225176113929*^9, { - 3.761226846793069*^9, 3.7612268777377367`*^9}, {3.761227986802516*^9, - 3.761228018391322*^9}, {3.761244339357354*^9, 3.76124434274603*^9}, - 3.761248076651359*^9, {3.761292747306129*^9, 3.761292752007421*^9}, { - 3.761292977932835*^9, 3.761293024578326*^9}, {3.761293056358447*^9, - 3.761293066399618*^9}, 3.761293295578657*^9, {3.761293335488833*^9, - 3.761293348363126*^9}, {3.761419025091445*^9, 3.761419128815998*^9}, { - 3.761419290964973*^9, 3.761419324809844*^9}, {3.7614193646659527`*^9, - 3.761419374607725*^9}, {3.7614194094188557`*^9, 3.7614194224946833`*^9}, { - 3.761419540623413*^9, 3.761419714969212*^9}, {3.761419776545178*^9, - 3.761419777511207*^9}, {3.7614199906197853`*^9, 3.761420000178577*^9}, { - 3.761420075498897*^9, 3.76142016521384*^9}, {3.761420687690447*^9, - 3.761420717697867*^9}, {3.761421340825123*^9, 3.761421341388412*^9}, { - 3.7614218142311163`*^9, 3.76142187284282*^9}, 3.7614219059472637`*^9, { - 3.761422006897604*^9, 3.7614220684956284`*^9}, {3.761422135599387*^9, - 3.761422250331128*^9}, {3.76142233220479*^9, 3.761422392600257*^9}, { - 3.761423510368361*^9, 3.7614235128850393`*^9}, 3.761423588080277*^9, - 3.762793093125334*^9, {3.763795598026209*^9, 3.763795604168119*^9}, { - 3.7637957478383007`*^9, 3.763795785644519*^9}, {3.763795840509068*^9, - 3.763795852858042*^9}, {3.78082380277636*^9, 3.780823813678226*^9}, { - 3.786968127926214*^9, 3.7869681291239653`*^9}, {3.802484708108547*^9, - 3.802484718035901*^9}, {3.8026291553222218`*^9, 3.8026291554598227`*^9}, { - 3.802629190471525*^9, 3.8026292211377697`*^9}, {3.802630944420762*^9, - 3.802630944653728*^9}, {3.802666763279166*^9, 3.8026667674351807`*^9}, { - 3.8026668415239983`*^9, 3.8026668497990837`*^9}, 3.802666953513707*^9, - 3.802667039474736*^9, 3.802667097164507*^9, {3.802667148821329*^9, - 3.802667151666338*^9}, {3.802675688111014*^9, 3.802675691509973*^9}, { - 3.8026758959841967`*^9, 3.802675997395389*^9}, {3.802676031756215*^9, - 3.80267604977824*^9}, {3.802676079928746*^9, 3.802676095027589*^9}, { - 3.802676140617611*^9, 3.8026761432583027`*^9}, {3.802676391840394*^9, - 3.802676431347678*^9}, {3.802696950599875*^9, 3.8026970928888273`*^9}, { - 3.802697431986003*^9, 3.802697526892215*^9}, {3.8026976660865707`*^9, - 3.802697713157123*^9}, {3.802697998534004*^9, 3.8026980073354187`*^9}, { - 3.8026980388917923`*^9, 3.802698067027503*^9}, {3.802698464070364*^9, - 3.802698520557004*^9}, {3.802698586610416*^9, 3.8026986287418756`*^9}, { - 3.80269874501525*^9, 3.802698785395142*^9}, {3.80269885711828*^9, - 3.802698886614769*^9}, {3.802698953847685*^9, 3.802698956363974*^9}, { - 3.802699171191967*^9, 3.802699175155449*^9}, {3.8026992716326323`*^9, - 3.8026993099443817`*^9}, {3.80269938294464*^9, 3.802699384687069*^9}, { - 3.802699432232874*^9, 3.802699481215476*^9}, {3.8026996419717197`*^9, - 3.802699651779251*^9}, {3.8026997372274017`*^9, 3.802699777154406*^9}, { - 3.80269990629781*^9, 3.8026999824438868`*^9}, {3.802700023580497*^9, - 3.802700023750852*^9}, {3.802700081464704*^9, 3.802700081941544*^9}, { - 3.8027001334756193`*^9, 3.8027002312053022`*^9}, {3.802700289307375*^9, - 3.802700305506324*^9}, {3.802700335510912*^9, 3.8027005284985847`*^9}, { - 3.8027005693727713`*^9, 3.8027005784893713`*^9}, {3.802700632501647*^9, - 3.802700643775036*^9}, {3.8027007095575113`*^9, 3.802700833796548*^9}, { - 3.8027019398589907`*^9, 3.802701955170393*^9}, {3.802702171951129*^9, - 3.8027022057007523`*^9}, {3.802702294439208*^9, 3.80270232366968*^9}, { - 3.802702423963808*^9, 3.8027024448922663`*^9}, {3.802702499773677*^9, - 3.802702514018312*^9}, {3.8027026782508507`*^9, 3.8027027275873737`*^9}, { - 3.802702835896628*^9, 3.802702854454877*^9}, {3.8027037799959784`*^9, - 3.802703780240655*^9}, {3.8027038195490713`*^9, 3.802703827705442*^9}, { - 3.8027038824177923`*^9, 3.8027039379471684`*^9}, {3.802712080240498*^9, - 3.8027120826291428`*^9}, 3.8027122530077753`*^9, {3.802712878552799*^9, - 3.8027128971323833`*^9}, {3.802713362037744*^9, 3.802713362888157*^9}, { - 3.804410291057863*^9, 3.804410318768835*^9}, {3.804410349702424*^9, - 3.804410350592589*^9}, {3.8054434964732437`*^9, 3.805443522962919*^9}, { - 3.805443565819339*^9, 3.805443566717695*^9}, {3.807986903904312*^9, - 3.8079869230154333`*^9}, {3.807986954593642*^9, 3.8079869832530527`*^9}, { - 3.807987055271224*^9, 3.807987095882872*^9}, {3.829135474112577*^9, - 3.829135479312687*^9}, {3.829135866647332*^9, 3.829135873721319*^9}, - 3.8291359194808702`*^9, {3.8291359669407988`*^9, 3.829135983701188*^9}, - 3.829136053523305*^9, {3.829136111417062*^9, 3.829136111583749*^9}, { - 3.8291361525098457`*^9, 3.829136155390767*^9}, {3.829136300502635*^9, - 3.829136403377021*^9}, {3.829136542856743*^9, 3.829136563389483*^9}, { - 3.829136679871915*^9, 3.8291367168536167`*^9}, {3.8291367651909437`*^9, - 3.8291367680976553`*^9}, {3.82913687174998*^9, 3.8291369936675797`*^9}, { - 3.829144453850665*^9, 3.829144459106696*^9}, 3.829144664124247*^9, { - 3.829144813530683*^9, 3.829144818118712*^9}, {3.829144860701685*^9, - 3.829144894984788*^9}, {3.829145313022416*^9, 3.829145337013925*^9}, { - 3.829145387144754*^9, 3.829145402892374*^9}, {3.829145433189423*^9, - 3.829145484419211*^9}, {3.829145520734646*^9, 3.829145630839534*^9}, { - 3.829145677257882*^9, 3.8291457448010674`*^9}, {3.829145789407584*^9, - 3.829145827545981*^9}, {3.829145882279159*^9, 3.82914588437693*^9}, { - 3.82914628978397*^9, 3.8291463611298103`*^9}, {3.829146480846692*^9, - 3.829146521976386*^9}, {3.829146557304842*^9, 3.829146672240868*^9}, { - 3.8291467315220203`*^9, 3.829146753853475*^9}, {3.829146819778351*^9, - 3.82914684771354*^9}, {3.829146924312683*^9, 3.8291469419262733`*^9}, { - 3.829146989515245*^9, 3.829147027158252*^9}, {3.829147059162808*^9, - 3.8291472894253397`*^9}, {3.8291473661277533`*^9, 3.829147366964712*^9}, { - 3.829147410663477*^9, 3.829147414760182*^9}, {3.829147733940523*^9, - 3.829147796137689*^9}, {3.8291478269454308`*^9, 3.829147827232915*^9}, { - 3.8291478662463713`*^9, 3.829147876869204*^9}, 3.82914791822965*^9, { - 3.829147948955357*^9, 3.829147995890658*^9}, {3.8291480486163273`*^9, - 3.829148117315915*^9}, {3.829148164447947*^9, 3.8291482060947657`*^9}, { - 3.829148395241098*^9, 3.829148396135536*^9}, {3.8291977685955477`*^9, - 3.829197781460986*^9}, {3.829197863466599*^9, 3.829197865677249*^9}, { - 3.8291982895643883`*^9, 3.8291983493926487`*^9}, {3.829198621273136*^9, - 3.8291986886296587`*^9}, {3.82919918302668*^9, 3.8291992094801073`*^9}, { - 3.829199246296228*^9, 3.829199321818822*^9}, {3.829199727773603*^9, - 3.829199737105246*^9}, {3.829202887449029*^9, 3.8292029077329397`*^9}, { - 3.832738508640332*^9, 3.832738539629177*^9}, {3.832743020692856*^9, - 3.832743128553566*^9}, 3.832745180379283*^9, {3.832746259114766*^9, - 3.832746371975634*^9}, {3.832746404299562*^9, 3.832746413073661*^9}, { - 3.8327466501922293`*^9, 3.8327466527220917`*^9}, {3.832746698886428*^9, - 3.832746759215207*^9}, {3.8327468764269857`*^9, 3.832746900222864*^9}, { - 3.832746995008206*^9, 3.832746997118559*^9}, {3.832747189913823*^9, - 3.832747213550572*^9}, {3.8327472477318583`*^9, 3.832747265622554*^9}, { - 3.8327473031652393`*^9, 3.83274730329279*^9}, {3.8327473582038517`*^9, - 3.832747390947875*^9}, {3.832747474752265*^9, 3.8327474777315207`*^9}, { - 3.8327476042969627`*^9, 3.832747605343804*^9}, {3.832747780881064*^9, - 3.832747955057631*^9}, {3.832748014326758*^9, 3.832748088861636*^9}, { - 3.832748120923321*^9, 3.832748239757118*^9}, {3.832748278332708*^9, - 3.832748596567349*^9}, {3.832748650676516*^9, 3.832748687497162*^9}, { - 3.832749427169359*^9, 3.8327494277426853`*^9}, {3.832749564308812*^9, - 3.8327495655709887`*^9}, {3.835855562077345*^9, 3.835855572824012*^9}, { - 3.836288648485786*^9, 3.836288648657724*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[13]:=",ExpressionUUID->"cd12f5ec-5d4a-466a-82bb-3f972a1827aa"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"$ElementRanges", "=", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"0.682\"\>", - ShowStringCharacters->False], - 0.682, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"0.616\"\>", - ShowStringCharacters->False], - 0.6160000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.816\"\>", - ShowStringCharacters->False], - 2.8160000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.112\"\>", - ShowStringCharacters->False], - 2.112, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.870\"\>", - ShowStringCharacters->False], - 1.87, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.672\"\>", - ShowStringCharacters->False], - 1.6720000000000002`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.562\"\>", - ShowStringCharacters->False], - 1.562, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.452\"\>", - ShowStringCharacters->False], - 1.4520000000000002`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.254\"\>", - ShowStringCharacters->False], - 1.254, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"1.276\"\>", - ShowStringCharacters->False], - 1.276, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.652\"\>", - ShowStringCharacters->False], - 3.652, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.102\"\>", - ShowStringCharacters->False], - 3.102, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.662\"\>", - ShowStringCharacters->False], - 2.662, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.442\"\>", - ShowStringCharacters->False], - 2.4420000000000006`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.354\"\>", - ShowStringCharacters->False], - 2.3540000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.310\"\>", - ShowStringCharacters->False], - 2.3100000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.244\"\>", - ShowStringCharacters->False], - 2.244, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.332\"\>", - ShowStringCharacters->False], - 2.3320000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.466\"\>", - ShowStringCharacters->False], - 4.466, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.872\"\>", - ShowStringCharacters->False], - 3.8720000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.740\"\>", - ShowStringCharacters->False], - 3.74, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.520\"\>", - ShowStringCharacters->False], - 3.5200000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.366\"\>", - ShowStringCharacters->False], - 3.3660000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.904\"\>", - ShowStringCharacters->False], - 2.9040000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.772\"\>", - ShowStringCharacters->False], - 2.7720000000000002`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.728\"\>", - ShowStringCharacters->False], - 2.728, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.904\"\>", - ShowStringCharacters->False], - 2.9040000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.684\"\>", - ShowStringCharacters->False], - 2.684, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.684\"\>", - ShowStringCharacters->False], - 2.684, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.640\"\>", - ShowStringCharacters->False], - 2.64, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.618\"\>", - ShowStringCharacters->False], - 2.618, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.640\"\>", - ShowStringCharacters->False], - 2.64, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.640\"\>", - ShowStringCharacters->False], - 2.64, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.552\"\>", - ShowStringCharacters->False], - 2.552, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.840\"\>", - ShowStringCharacters->False], - 4.840000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.290\"\>", - ShowStringCharacters->False], - 4.29, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.180\"\>", - ShowStringCharacters->False], - 4.18, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.850\"\>", - ShowStringCharacters->False], - 3.8500000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.608\"\>", - ShowStringCharacters->False], - 3.608, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.388\"\>", - ShowStringCharacters->False], - 3.3880000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.234\"\>", - ShowStringCharacters->False], - 3.234, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.212\"\>", - ShowStringCharacters->False], - 3.212, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.124\"\>", - ShowStringCharacters->False], - 3.124, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.190\"\>", - ShowStringCharacters->False], - 3.19, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.168\"\>", - ShowStringCharacters->False], - 3.168, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.124\"\>", - ShowStringCharacters->False], - 3.124, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.036\"\>", - ShowStringCharacters->False], - 3.036, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.058\"\>", - ShowStringCharacters->False], - 3.058, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.080\"\>", - ShowStringCharacters->False], - 3.08, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"5.368\"\>", - ShowStringCharacters->False], - 5.368, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.730\"\>", - ShowStringCharacters->False], - 4.73, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.554\"\>", - ShowStringCharacters->False], - 4.554, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.488\"\>", - ShowStringCharacters->False], - 4.488, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.466\"\>", - ShowStringCharacters->False], - 4.466, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.422\"\>", - ShowStringCharacters->False], - 4.422, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.378\"\>", - ShowStringCharacters->False], - 4.378, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.356\"\>", - ShowStringCharacters->False], - 4.356, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.356\"\>", - ShowStringCharacters->False], - 4.356, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.312\"\>", - ShowStringCharacters->False], - 4.312, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.268\"\>", - ShowStringCharacters->False], - 4.268, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.224\"\>", - ShowStringCharacters->False], - 4.224, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.224\"\>", - ShowStringCharacters->False], - 4.224, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.158\"\>", - ShowStringCharacters->False], - 4.158, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.180\"\>", - ShowStringCharacters->False], - 4.18, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.114\"\>", - ShowStringCharacters->False], - 4.114000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.114\"\>", - ShowStringCharacters->False], - 4.114000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.850\"\>", - ShowStringCharacters->False], - 3.8500000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.740\"\>", - ShowStringCharacters->False], - 3.74, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.564\"\>", - ShowStringCharacters->False], - 3.5640000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.322\"\>", - ShowStringCharacters->False], - 3.3220000000000005`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.168\"\>", - ShowStringCharacters->False], - 3.168, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.102\"\>", - ShowStringCharacters->False], - 3.102, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.992\"\>", - ShowStringCharacters->False], - 2.9920000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.992\"\>", - ShowStringCharacters->False], - 2.9920000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"2.904\"\>", - ShowStringCharacters->False], - 2.9040000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.190\"\>", - ShowStringCharacters->False], - 3.19, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.212\"\>", - ShowStringCharacters->False], - 3.212, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.256\"\>", - ShowStringCharacters->False], - 3.2560000000000002`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.080\"\>", - ShowStringCharacters->False], - 3.08, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.300\"\>", - ShowStringCharacters->False], - 3.3000000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.300\"\>", - ShowStringCharacters->False], - 3.3000000000000003`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"5.720\"\>", - ShowStringCharacters->False], - 5.720000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.862\"\>", - ShowStringCharacters->False], - 4.862, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.730\"\>", - ShowStringCharacters->False], - 4.73, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.532\"\>", - ShowStringCharacters->False], - 4.532000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.312\"\>", - ShowStringCharacters->False], - 4.312, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.180\"\>", - ShowStringCharacters->False], - 4.18, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.114\"\>", - ShowStringCharacters->False], - 4.114000000000001, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.960\"\>", - ShowStringCharacters->False], - 3.9600000000000004`, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"3.718\"\>", - ShowStringCharacters->False], - 3.718, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}], ",", - RowBox[{"\"\\"", "\[Rule]", - TagBox[ - InterpretationBox[ - StyleBox["\<\"4.400\"\>", - ShowStringCharacters->False], - 4.4, - AutoDelete->True], - NumberForm[#, { - DirectedInfinity[1], 3}]& ]}]}], "\[RightAssociation]"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.83233150812674*^9, 3.832331555551613*^9}, - 3.832751727757619*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[14]:=",ExpressionUUID->"a6eff166-3862-463f-8551-1a39c9c20bd6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"$AtomRadii", "=", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "0.53`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.31`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.67`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.12`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.67`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.56`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.48`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.42`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.38`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.45`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.18`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.11`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.79`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.71`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.43`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.94`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.84`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.76`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.71`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.66`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.61`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.56`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.52`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.49`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.45`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.42`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.36`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.25`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.14`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.03`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.94`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.65`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.19`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.12`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.06`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.83`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.78`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.73`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.69`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.65`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.61`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.56`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.45`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.33`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.23`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.15`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.08`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.53`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.47`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.06`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.05`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.38`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.31`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.33`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.25`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.28`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.26`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.26`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.22`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.22`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.17`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.08`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.93`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.88`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.85`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.77`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.74`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.71`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.56`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.54`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.43`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.35`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.27`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.655`"}]}], - "\[RightAssociation]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "0.31`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.28`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.28`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.96`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.85`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.76`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.71`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.66`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.57`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "0.58`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.66`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.41`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.21`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.11`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.07`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.05`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.02`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.06`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.03`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.76`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.7`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.6`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.53`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.32`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.26`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.24`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.32`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.22`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.22`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.19`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.16`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.95`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.75`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.64`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.54`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.47`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.42`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.45`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.44`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.42`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.38`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.4`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.44`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.15`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.07`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.04`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.03`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.01`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.99`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.96`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.94`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.92`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.92`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.89`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.75`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.7`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.62`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.51`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.44`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.41`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.36`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.36`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.32`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.45`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.48`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.4`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.5`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.5`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.6`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.21`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.15`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.06`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.96`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.69`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.46`"}]}], - "\[RightAssociation]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "1.2`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.4`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.82`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.7`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.55`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.52`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.47`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.54`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.27`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.73`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.1`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.75`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.88`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.75`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.63`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.4`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.39`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.87`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.85`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.9`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.85`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.02`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.63`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.72`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.58`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.93`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.17`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.06`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.98`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.16`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.75`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.66`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.55`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.96`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "2.02`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.86`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}], ",", - RowBox[{"\"\\"", "\[Rule]", "1.8`"}]}], - "\[RightAssociation]"}]}]}], "\[IndentingNewLine]", "|>"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.76094933831287*^9, 3.760949768973755*^9, { - 3.760984978066174*^9, 3.7609849782261057`*^9}, {3.7610413931761417`*^9, - 3.761041413115313*^9}, {3.7610430860478983`*^9, 3.7610431431331463`*^9}, { - 3.761043822654356*^9, 3.761043826973112*^9}, {3.761043893872447*^9, - 3.761043898359037*^9}, {3.761044578275333*^9, 3.761044579754964*^9}, { - 3.7610446519140987`*^9, 3.761044667819563*^9}, {3.7610449333385572`*^9, - 3.761044933528962*^9}, {3.7611974752311287`*^9, 3.761197475395208*^9}, { - 3.761219720280757*^9, 3.761219720443687*^9}, 3.761219760708205*^9, { - 3.761219796192238*^9, 3.7612197966864157`*^9}, {3.761219880749118*^9, - 3.761219917954582*^9}, {3.761219960450508*^9, 3.7612200276284847`*^9}, { - 3.761224270635038*^9, 3.7612242859363613`*^9}, {3.761224435792968*^9, - 3.761224514091919*^9}, {3.7612246251383038`*^9, 3.761224733520315*^9}, { - 3.7612247722712793`*^9, 3.7612247764965963`*^9}, {3.7612248619479227`*^9, - 3.761224879595311*^9}, {3.761224939212246*^9, 3.761224954897791*^9}, { - 3.7612250096029873`*^9, 3.761225024755363*^9}, 3.761225176113929*^9, { - 3.761226846793069*^9, 3.7612268777377367`*^9}, {3.761227986802516*^9, - 3.761228018391322*^9}, {3.761244339357354*^9, 3.76124434274603*^9}, - 3.761248076651359*^9, {3.761292747306129*^9, 3.761292752007421*^9}, { - 3.761292977932835*^9, 3.761293024578326*^9}, {3.761293056358447*^9, - 3.761293066399618*^9}, 3.761293295578657*^9, {3.761293335488833*^9, - 3.761293348363126*^9}, {3.761419025091445*^9, 3.761419128815998*^9}, { - 3.761419290964973*^9, 3.761419324809844*^9}, {3.7614193646659527`*^9, - 3.761419374607725*^9}, {3.7614194094188557`*^9, 3.7614194224946833`*^9}, { - 3.761419540623413*^9, 3.761419714969212*^9}, {3.761419776545178*^9, - 3.761419777511207*^9}, {3.7614199906197853`*^9, 3.761420000178577*^9}, { - 3.761420075498897*^9, 3.76142016521384*^9}, {3.761420687690447*^9, - 3.761420717697867*^9}, {3.761421340825123*^9, 3.761421341388412*^9}, { - 3.7614218142311163`*^9, 3.76142187284282*^9}, 3.7614219059472637`*^9, { - 3.761422006897604*^9, 3.7614220684956284`*^9}, {3.761422135599387*^9, - 3.761422250331128*^9}, {3.76142233220479*^9, 3.761422392600257*^9}, { - 3.761423510368361*^9, 3.7614235128850393`*^9}, 3.761423588080277*^9, - 3.762793093125334*^9, {3.763795598026209*^9, 3.763795604168119*^9}, { - 3.7637957478383007`*^9, 3.763795785644519*^9}, {3.763795840509068*^9, - 3.763795852858042*^9}, {3.78082380277636*^9, 3.780823813678226*^9}, { - 3.786968127926214*^9, 3.7869681291239653`*^9}, {3.802484708108547*^9, - 3.802484718035901*^9}, {3.8026291553222218`*^9, 3.8026291554598227`*^9}, { - 3.802629190471525*^9, 3.8026292211377697`*^9}, {3.802630944420762*^9, - 3.802630944653728*^9}, {3.802666763279166*^9, 3.8026667674351807`*^9}, { - 3.8026668415239983`*^9, 3.8026668497990837`*^9}, 3.802666953513707*^9, - 3.802667039474736*^9, 3.802667097164507*^9, {3.802667148821329*^9, - 3.802667151666338*^9}, {3.802675688111014*^9, 3.802675691509973*^9}, { - 3.8026758959841967`*^9, 3.802675997395389*^9}, {3.802676031756215*^9, - 3.80267604977824*^9}, {3.802676079928746*^9, 3.802676095027589*^9}, { - 3.802676140617611*^9, 3.8026761432583027`*^9}, {3.802676391840394*^9, - 3.802676431347678*^9}, {3.802696950599875*^9, 3.8026970928888273`*^9}, { - 3.802697431986003*^9, 3.802697526892215*^9}, {3.8026976660865707`*^9, - 3.802697713157123*^9}, {3.802697998534004*^9, 3.8026980073354187`*^9}, { - 3.8026980388917923`*^9, 3.802698067027503*^9}, {3.802698464070364*^9, - 3.802698520557004*^9}, {3.802698586610416*^9, 3.8026986287418756`*^9}, { - 3.80269874501525*^9, 3.802698785395142*^9}, {3.80269885711828*^9, - 3.802698886614769*^9}, {3.802698953847685*^9, 3.802698956363974*^9}, { - 3.802699171191967*^9, 3.802699175155449*^9}, {3.8026992716326323`*^9, - 3.8026993099443817`*^9}, {3.80269938294464*^9, 3.802699384687069*^9}, { - 3.802699432232874*^9, 3.802699481215476*^9}, {3.8026996419717197`*^9, - 3.802699651779251*^9}, {3.8026997372274017`*^9, 3.802699777154406*^9}, { - 3.80269990629781*^9, 3.8026999824438868`*^9}, {3.802700023580497*^9, - 3.802700023750852*^9}, {3.802700081464704*^9, 3.802700081941544*^9}, { - 3.8027001334756193`*^9, 3.8027002312053022`*^9}, {3.802700289307375*^9, - 3.802700305506324*^9}, {3.802700335510912*^9, 3.8027005284985847`*^9}, { - 3.8027005693727713`*^9, 3.8027005784893713`*^9}, {3.802700632501647*^9, - 3.802700643775036*^9}, {3.8027007095575113`*^9, 3.802700833796548*^9}, { - 3.8027019398589907`*^9, 3.802701955170393*^9}, {3.802702171951129*^9, - 3.8027022057007523`*^9}, {3.802702294439208*^9, 3.80270232366968*^9}, { - 3.802702423963808*^9, 3.8027024448922663`*^9}, {3.802702499773677*^9, - 3.802702514018312*^9}, {3.8027026782508507`*^9, 3.8027027275873737`*^9}, { - 3.802702835896628*^9, 3.802702854454877*^9}, {3.8027037799959784`*^9, - 3.802703780240655*^9}, {3.8027038195490713`*^9, 3.802703827705442*^9}, { - 3.8027038824177923`*^9, 3.8027039379471684`*^9}, {3.802712080240498*^9, - 3.8027120826291428`*^9}, 3.8027122530077753`*^9, {3.802712878552799*^9, - 3.8027128971323833`*^9}, {3.802713362037744*^9, 3.802713362888157*^9}, { - 3.804410291057863*^9, 3.804410318768835*^9}, {3.804410349702424*^9, - 3.804410350592589*^9}, {3.8054434964732437`*^9, 3.805443522962919*^9}, { - 3.805443565819339*^9, 3.805443566717695*^9}, {3.807986903904312*^9, - 3.8079869230154333`*^9}, {3.807986954593642*^9, 3.8079869832530527`*^9}, { - 3.807987055271224*^9, 3.807987095882872*^9}, {3.829135474112577*^9, - 3.829135479312687*^9}, {3.829135866647332*^9, 3.829135873721319*^9}, - 3.8291359194808702`*^9, {3.8291359669407988`*^9, 3.829135983701188*^9}, - 3.829136053523305*^9, {3.829136111417062*^9, 3.829136111583749*^9}, { - 3.8291361525098457`*^9, 3.829136155390767*^9}, {3.829136300502635*^9, - 3.829136403377021*^9}, {3.829136542856743*^9, 3.829136563389483*^9}, { - 3.829136679871915*^9, 3.8291367168536167`*^9}, {3.8291367651909437`*^9, - 3.8291367680976553`*^9}, {3.82913687174998*^9, 3.8291369936675797`*^9}, { - 3.829144453850665*^9, 3.829144459106696*^9}, 3.829144664124247*^9, { - 3.829144813530683*^9, 3.829144818118712*^9}, {3.829144860701685*^9, - 3.829144894984788*^9}, {3.829145313022416*^9, 3.829145337013925*^9}, { - 3.829145387144754*^9, 3.829145402892374*^9}, {3.829145433189423*^9, - 3.829145484419211*^9}, {3.829145520734646*^9, 3.829145630839534*^9}, { - 3.829145677257882*^9, 3.8291457448010674`*^9}, {3.829145789407584*^9, - 3.829145827545981*^9}, {3.829145882279159*^9, 3.82914588437693*^9}, { - 3.82914628978397*^9, 3.8291463611298103`*^9}, {3.829146480846692*^9, - 3.829146521976386*^9}, {3.829146557304842*^9, 3.829146672240868*^9}, { - 3.8291467315220203`*^9, 3.829146753853475*^9}, {3.829146819778351*^9, - 3.82914684771354*^9}, {3.829146924312683*^9, 3.8291469419262733`*^9}, { - 3.829146989515245*^9, 3.829147027158252*^9}, {3.829147059162808*^9, - 3.8291472894253397`*^9}, {3.8291473661277533`*^9, 3.829147366964712*^9}, { - 3.829147410663477*^9, 3.829147414760182*^9}, {3.829147733940523*^9, - 3.829147796137689*^9}, {3.8291478269454308`*^9, 3.829147827232915*^9}, { - 3.8291478662463713`*^9, 3.829147876869204*^9}, 3.82914791822965*^9, { - 3.829147948955357*^9, 3.829147995890658*^9}, {3.8291480486163273`*^9, - 3.829148117315915*^9}, {3.829148164447947*^9, 3.8291482060947657`*^9}, { - 3.829148395241098*^9, 3.829148396135536*^9}, {3.8291977685955477`*^9, - 3.829197781460986*^9}, {3.829197863466599*^9, 3.829197865677249*^9}, { - 3.8291982895643883`*^9, 3.8291983493926487`*^9}, {3.829198621273136*^9, - 3.8291986886296587`*^9}, {3.82919918302668*^9, 3.8291992094801073`*^9}, { - 3.829199246296228*^9, 3.829199321818822*^9}, {3.829199727773603*^9, - 3.829199737105246*^9}, {3.829202887449029*^9, 3.8292029077329397`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[15]:=",ExpressionUUID->"3ed5ef11-c33b-4412-834e-46cd25a4a309"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[16]:=",ExpressionUUID->"ac247765-f6d7-4e79-b898-dd9f9f78ddab"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DarwinWidth", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.715064144253417*^9, 3.71506414748868*^9}, { - 3.715064220267487*^9, 3.715064227041099*^9}, - 3.715067274120924*^9},ExpressionUUID->"40e4bfb9-1629-447f-849d-\ -c3237fd14ed7"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[71]:=",ExpressionUUID->"693b2688-6b0f-4b7c-8c03-c7de2a644c6a"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "DarwinWidth"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "ExtinctionLength", " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"\"\\"", "\[Rule]", "\"\<\[Pi]\>\""}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "DarwinWidth"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, - 3.715064183906497*^9, {3.715066714738761*^9, 3.71506671898242*^9}, { - 3.728766841930744*^9, 3.728766893633369*^9}, 3.728770289709626*^9, { - 3.75671068623941*^9, 3.7567107090873737`*^9}, 3.7567108714046307`*^9}, - CellLabel->"In[72]:=",ExpressionUUID->"805b346e-cd1d-4919-b5f9-b8a55270bf38"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[74]:=",ExpressionUUID->"3f7814b8-c82e-4a33-9f01-5f69745da6e9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"DarwinWidth", "[", "\[IndentingNewLine]", - RowBox[{"crystal_", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", "hklInput_List", ",", - "\[IndentingNewLine]", - RowBox[{"\[Gamma]o", ":", - RowBox[{"_", "?", "NumericQ"}], ":", "1.0"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Gamma]h", ":", - RowBox[{"_", "?", "NumericQ"}], ":", "1.0"}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "hkl", ",", "L", ",", "\[Lambda]", ",", "\[Theta]", ",", - "\[CapitalLambda]o", ",", "\[Delta]os"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "hklInput", ",", "\"\\"", ",", "\"\\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "hkl"}]}], ";", "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Miscellaneous", " ", "preparations"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\[Theta]", "=", - RowBox[{ - RowBox[{"BraggAngle", "[", - RowBox[{"crystal", ",", "\[Lambda]", ",", "hkl", ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}], "*", - "Degree"}]}], ";", "\[IndentingNewLine]", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{"ExtinctionLength", "[", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "hkl", ",", "\[Gamma]o", ",", - "\[Gamma]h", ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Darwin", " ", "width"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"\[Delta]os", "=", - RowBox[{"2", "*", - FractionBox["\[Lambda]", "\[CapitalLambda]o"], "*", - FractionBox["\[Gamma]h", - RowBox[{"Sin", "[", - RowBox[{"2", "\[Theta]"}], "]"}]], "*", - RowBox[{"(", - FractionBox[ - RowBox[{"1", " ", - RowBox[{"(*", " ", "\[Mu]m", " ", "*)"}]}], - RowBox[{ - SuperscriptBox["10", "4"], " ", - RowBox[{"(*", " ", "\[CapitalARing]", " ", "*)"}]}]], ")"}], "*", - RowBox[{"(", - FractionBox[ - RowBox[{ - SuperscriptBox["10", "6"], " ", - RowBox[{"(*", " ", "\[Mu]rad", " ", "*)"}]}], - RowBox[{"1", " ", - RowBox[{"(*", " ", "rad", " ", "*)"}]}]], ")"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Delta]os", "=", - RowBox[{"Flatten", "[", - RowBox[{"{", - RowBox[{"Chop", "@", "\[Delta]os"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", "Units"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\[Delta]os", "=", - RowBox[{"\[Delta]os", "/.", - RowBox[{ - RowBox[{"x_", "?", "NumericQ"}], "\[RuleDelayed]", - RowBox[{"Quantity", "[", - RowBox[{"x", ",", "\"\\""}], "]"}]}]}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"L", "===", "1"}], ",", - RowBox[{"First", "@", "\[Delta]os"}], ",", "\[Delta]os"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.7150641849014177`*^9, - 3.715064208336918*^9}, {3.715066724458549*^9, 3.715066727346246*^9}, { - 3.7150668733949633`*^9, 3.7150669069213676`*^9}, {3.715066957743388*^9, - 3.7150670945197363`*^9}, {3.7150671517826033`*^9, 3.71506716730866*^9}, { - 3.7150674555066233`*^9, 3.7150674630550756`*^9}, 3.715327866692709*^9, { - 3.71774092056946*^9, 3.717740920587577*^9}, 3.7265614331647253`*^9, - 3.7276752941593733`*^9, 3.7276767839805813`*^9, {3.728760781864067*^9, - 3.7287607828225946`*^9}, {3.728766803061042*^9, 3.7287668218759413`*^9}, - 3.728770283214877*^9, {3.730054697782065*^9, 3.730054698221176*^9}, { - 3.7300574692575827`*^9, 3.7300574868412457`*^9}, {3.730058435643704*^9, - 3.730058435802568*^9}, {3.730058620360833*^9, 3.73005864540763*^9}, { - 3.7300587067907143`*^9, 3.730058724598506*^9}, {3.7300592235157948`*^9, - 3.730059224427006*^9}, {3.730059279835189*^9, 3.730059284459189*^9}, { - 3.7300608042174263`*^9, 3.730060805888069*^9}, {3.7303831895898027`*^9, - 3.7303831963897038`*^9}, {3.730395176711034*^9, 3.730395202212804*^9}, { - 3.730395349800102*^9, 3.730395368486767*^9}, {3.730395422453882*^9, - 3.7303954240069523`*^9}, 3.7303958767970943`*^9, {3.7303960517966127`*^9, - 3.7303960599069977`*^9}, {3.7303961470191793`*^9, - 3.7303961694098387`*^9}, {3.730396435147455*^9, 3.730396462049367*^9}, { - 3.7303965227290487`*^9, 3.730396600446106*^9}, {3.7303967029735813`*^9, - 3.730396703099786*^9}, {3.759519279416449*^9, 3.759519279686451*^9}, - 3.762793093139943*^9, {3.7869679811010838`*^9, 3.786967982755187*^9}, { - 3.7869682134959517`*^9, 3.786968215352502*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[75]:=",ExpressionUUID->"62f963aa-8c56-42e3-88b4-add2a17efea4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[76]:=",ExpressionUUID->"a40837a6-412e-4a23-ae32-883ce4b7fc1f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DistortStructure", "Subchapter", - CellChangeTimes->{{3.763444064601392*^9, 3.76344406604885*^9}, { - 3.763444882154315*^9, 3.7634448855357943`*^9}, {3.769405708236856*^9, - 3.769405711524967*^9}},ExpressionUUID->"0be7a9ad-ddfd-45f5-8544-\ -bf32f5537209"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[70]:=",ExpressionUUID->"1825c0c8-9e7c-4a8a-b2b3-6d6a5e9fb7f4"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"DistortStructure", "::", "InvalidDistortionType"}], "=", - "\"\<\\\"DistortionType\\\" must be set to either \\\"Crystallographic\\\" \ -or \\\"Cartesian\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"DistortStructure", "::", "InvalidFunction"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "DistortStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\\"", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "DistortStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"CrystalPlot", ",", "VectorPlot3D"}], "}"}], "]"}]}], - "}"}]}], "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.764077769467882*^9, 3.764077800337893*^9}, { - 3.764088968802273*^9, 3.764088992279881*^9}, {3.764089095334777*^9, - 3.764089123170733*^9}, 3.764089219185321*^9, {3.764091331011241*^9, - 3.7640913561226883`*^9}, {3.7640947240969887`*^9, 3.764094724508909*^9}, { - 3.768892253325471*^9, 3.7688922656422987`*^9}, {3.7692345178775663`*^9, - 3.769234520225293*^9}, {3.769495801455578*^9, 3.769495804527347*^9}, { - 3.7803801955892677`*^9, 3.7803801958021603`*^9}, {3.839055204165942*^9, - 3.8390552641072273`*^9}, {3.839055338190208*^9, 3.839055406022073*^9}, { - 3.83905681001362*^9, 3.839056810256907*^9}, {3.839057052954834*^9, - 3.839057053080475*^9}, {3.839060153428146*^9, 3.839060179934968*^9}, { - 3.8390621224959707`*^9, 3.8390621232780457`*^9}}, - CellLabel->"In[71]:=",ExpressionUUID->"5a8ab559-fdc9-4d14-8329-ed1ac2a1585b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[75]:=",ExpressionUUID->"765cf11f-0254-4fe5-b304-3a2ee3a50bdb"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"DistortStructure", "[", - RowBox[{"crystal_", ",", "function_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"newLabel", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"distortionType", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "CoordinateConverter", ",", "distortions", ",", - "M", ",", "inverseM", ",", "\[IndentingNewLine]", "coordinates", ",", - "coordinatesCartesian", ",", "newCoordinates", ",", - "\[IndentingNewLine]", "crystalCopy"}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Input", " ", "checks"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "newLabel"}]}], "||", - RowBox[{"newLabel", "===", "\"\<\>\""}]}], ",", - RowBox[{"newLabel", "=", "crystal"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], - "}"}], ",", "distortionType"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidDistortionType"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"function", "@@", - RowBox[{"RandomReal", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1"}], "}"}], ",", "3"}], "]"}]}], ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", "#", ",", "#"}], "}"}], "&"}], "@", - RowBox[{"_", "?", "NumericQ"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"DistortStructure", "::", "InvalidFunction"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Calculate", " ", "individual", " ", "distortions"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"CoordinateConverter", "[", "coordinates_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"distortions", "=", - RowBox[{"function", "@@@", - RowBox[{"N", "@", "coordinates"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"distortionType", "===", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"M", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"inverseM", "=", - RowBox[{"Inverse", "@", "M"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinatesCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"M", ".", "#"}], "&"}], "/@", "coordinates"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{"coordinatesCartesian", "+", "distortions"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"inverseM", ".", "#"}], "&"}], "/@", - "newCoordinates"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Shifts", " ", "in", " ", "a", " ", "pure", " ", - "crystallographic", " ", "frame"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{"coordinates", "+", "distortions"}]}]}], - "\[IndentingNewLine]", "]"}]}], ")"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - - RowBox[{"Return", "@", "CoordinateConverter"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "crystal", ",", "\"\\"", ",", "All", ",", - "\"\\""}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{"CoordinateConverter", "@", "coordinates"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Create", " ", "new", " ", "entry", " ", "in", " ", "`$CrystalData`", - " ", - RowBox[{"(", - RowBox[{"which", " ", "may", " ", "be", " ", "overwritten"}], - ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"crystalCopy", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalCopy", "\[LeftDoubleBracket]", - RowBox[{ - "\"\\"", ",", "All", ",", - "\"\\""}], "\[RightDoubleBracket]"}], "=", - "newCoordinates"}], ";", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"$CrystalData", ",", - RowBox[{"newLabel", "\[Rule]", "crystalCopy"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Update", " ", "auto"}], "-", "completion"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - "InputCheck", "[", "\"\\"", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "newLabel"}]}], - "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.76407760636029*^9, 3.764077611000743*^9}, { - 3.7640776550010777`*^9, 3.764077673503346*^9}, {3.764077733120105*^9, - 3.7640777339422092`*^9}, {3.764089221471836*^9, 3.764089246819138*^9}, { - 3.764089579320651*^9, 3.7640897291400757`*^9}, {3.764089761555708*^9, - 3.76408976345118*^9}, {3.7640898106284943`*^9, 3.764090120594932*^9}, { - 3.764090164987732*^9, 3.764090218421933*^9}, {3.7640903173197527`*^9, - 3.764090366310265*^9}, 3.7640904073023043`*^9, {3.764090484109116*^9, - 3.764090587061961*^9}, {3.764090644616991*^9, 3.764090761212126*^9}, { - 3.7640908463715076`*^9, 3.764090859268345*^9}, {3.764090918867914*^9, - 3.7640910429746733`*^9}, {3.764091079061781*^9, 3.76409116160111*^9}, { - 3.764091232287566*^9, 3.764091273923717*^9}, {3.764091366481679*^9, - 3.7640914397121353`*^9}, {3.7640914826794662`*^9, 3.764091510293401*^9}, { - 3.764091876119646*^9, 3.764091956962891*^9}, {3.764092075699294*^9, - 3.7640921879907207`*^9}, {3.7640924205602083`*^9, - 3.7640924471960583`*^9}, {3.76409409540969*^9, 3.764094187741025*^9}, { - 3.7640942198617983`*^9, 3.7640942234741583`*^9}, {3.764094317994389*^9, - 3.764094327629712*^9}, {3.764094736096356*^9, 3.764094771726056*^9}, { - 3.764094808893106*^9, 3.764094809019492*^9}, 3.764095038809267*^9, { - 3.765103518153047*^9, 3.765103587473827*^9}, {3.7651038193847713`*^9, - 3.765103862705112*^9}, {3.765103919552752*^9, 3.765103920302374*^9}, { - 3.765103972134193*^9, 3.765104162370229*^9}, {3.765355492362525*^9, - 3.765355493359848*^9}, {3.768886609491247*^9, 3.768886611594913*^9}, { - 3.768892464288546*^9, 3.768892529745674*^9}, {3.768892653877145*^9, - 3.768892654598649*^9}, {3.768892771389144*^9, 3.76889278789213*^9}, { - 3.768893116506147*^9, 3.768893130412468*^9}, {3.7688932852563267`*^9, - 3.7688932909292517`*^9}, {3.7688936364396667`*^9, - 3.7688936608833227`*^9}, {3.768893695527102*^9, 3.76889374421351*^9}, { - 3.768893863042292*^9, 3.7688938876936913`*^9}, {3.768893923879408*^9, - 3.7688939544192467`*^9}, {3.768893987348392*^9, 3.768893987543693*^9}, { - 3.768894168535639*^9, 3.768894172184104*^9}, {3.768894246339163*^9, - 3.768894246681491*^9}, {3.769234203541739*^9, 3.769234206852635*^9}, { - 3.7692342431819763`*^9, 3.769234292793686*^9}, {3.769234322897381*^9, - 3.769234424185979*^9}, {3.7692344714237843`*^9, 3.769234475210466*^9}, { - 3.769234581988104*^9, 3.769234582194984*^9}, {3.7692348086389227`*^9, - 3.769234948677593*^9}, {3.769235276351882*^9, 3.76923530202918*^9}, { - 3.769236531534154*^9, 3.769236590961705*^9}, {3.769236931979405*^9, - 3.7692369616190653`*^9}, {3.774162893840859*^9, 3.7741629048580923`*^9}, { - 3.780380202732039*^9, 3.780380204430646*^9}, {3.786967996501526*^9, - 3.786967997923258*^9}, {3.839056770213943*^9, 3.8390568161133833`*^9}, { - 3.8390570193908443`*^9, 3.839057028135622*^9}, {3.839057059919876*^9, - 3.8390570646939077`*^9}, {3.8390596426194897`*^9, 3.839059644155726*^9}, { - 3.839059701821435*^9, 3.839059759049191*^9}, {3.839060182311963*^9, - 3.839060253958639*^9}, {3.8390603382905893`*^9, 3.839060411801712*^9}, { - 3.839060726357719*^9, 3.839060734708805*^9}, {3.839060818039648*^9, - 3.839060818351204*^9}, {3.839060854174202*^9, 3.839060878103425*^9}, { - 3.839060913813447*^9, 3.839060914517145*^9}, {3.8390619558910303`*^9, - 3.839061957016011*^9}, {3.8392165783297653`*^9, 3.839216610183086*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[76]:=",ExpressionUUID->"fb058af1-1d1e-47af-b089-d64f5f92b5d8"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[77]:=",ExpressionUUID->"143410b0-8e23-46ed-a4a3-20e4de2b2386"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DomainPlot", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.778393857909237*^9, - 3.7783938593413057`*^9}},ExpressionUUID->"fa3b1e28-6287-43a3-a048-\ -475bb2a1f590"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[85]:=",ExpressionUUID->"9c40b441-47d5-4fa7-9935-2c0163e20878"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"DomainPlot", "::", "InputMismatch"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"DomainPlot", "::", "InvalidDomainIndex"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "DomainPlot"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "Red", ",", "Green", ",", "Blue", ",", "Yellow", ",", "Purple"}], - "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{"Opacity", "\[Rule]", "1.0"}], ",", "\[IndentingNewLine]", - RowBox[{ - "\"\\"", "\[Rule]", - "\"\\""}], ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"<|", "|>"}]}]}], "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "DomainPlot"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_"}], "}"}], ",", "_"}], "}"}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.7783938695145197`*^9, 3.778393898177862*^9}, { - 3.7783939288296223`*^9, 3.77839394384756*^9}, {3.778394076369825*^9, - 3.778394077265583*^9}, {3.778822860934101*^9, 3.778822878428409*^9}, { - 3.778952269579671*^9, 3.778952305409567*^9}, 3.778954976903851*^9, { - 3.778959819264042*^9, 3.7789598532933617`*^9}, {3.778999895457884*^9, - 3.778999896375359*^9}, {3.779000859857057*^9, 3.779000860716202*^9}, { - 3.779001947214672*^9, 3.779002000150318*^9}, {3.779007908434515*^9, - 3.779007920922791*^9}, {3.7790091110245113`*^9, 3.779009111703333*^9}, { - 3.779046056991394*^9, 3.779046062917899*^9}, {3.779101376684245*^9, - 3.779101377273547*^9}, {3.779132082996413*^9, 3.77913208400202*^9}, { - 3.779132126577898*^9, 3.779132127113213*^9}, {3.779542341735259*^9, - 3.779542343108738*^9}, {3.7795424113239937`*^9, 3.779542420995036*^9}, { - 3.7795634857821703`*^9, 3.779563486611061*^9}, {3.779564916393796*^9, - 3.7795649300246973`*^9}, {3.779604726425116*^9, 3.779604745831285*^9}, { - 3.779605402363422*^9, 3.779605402994779*^9}, {3.779620478532138*^9, - 3.779620478693614*^9}, {3.7816789515104*^9, 3.7816789531643972`*^9}, { - 3.781678988508057*^9, 3.7816789917003098`*^9}, {3.781859258902314*^9, - 3.781859263766994*^9}, 3.781859316939933*^9, {3.78185942886093*^9, - 3.7818594314515*^9}, {3.781863894349139*^9, 3.781863905660524*^9}, { - 3.781863938960211*^9, 3.7818639399325113`*^9}, {3.781953653747182*^9, - 3.7819537015684032`*^9}, {3.7819665400715723`*^9, 3.781966540541833*^9}, { - 3.7819687507791777`*^9, 3.781968752889134*^9}, {3.807466916777822*^9, - 3.8074669209909983`*^9}}, - CellLabel->"In[86]:=",ExpressionUUID->"4aa6d0f4-0165-4591-8676-a5f7dc7f5ee9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[90]:=",ExpressionUUID->"364f8ddc-26c6-4eb1-a280-d8a4a14fb4b4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"DomainPlot", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X_Integer", ",", "Y_Integer", ",", "Z_Integer"}], "}"}], ",", - "allDomains_List"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domains", "=", "allDomains"}], ",", "seriesQ", ",", - "\[IndentingNewLine]", "twoDimensionalQ", ",", - RowBox[{"crystalFamily", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - RowBox[{"graphicFunction", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "coordinates", ",", "coordinateDomainMap", ",", "M", ",", - "makePolytope", ",", "\[IndentingNewLine]", - RowBox[{"rotationMap", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "rotationQ", ",", "R", ",", "\[IndentingNewLine]", - RowBox[{"anchorShift", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"anchorReference", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", "numberOfDomains", ",", - RowBox[{"preferredColours", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "coloursToUse", ",", "colourTable", ",", "makeRotatedPolytope", ",", - "\[IndentingNewLine]", "MakePlot", ",", "polytopes", ",", - "graphicList"}], "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Preparations", " ", "in", " ", "case", " ", "of", " ", "domain", " ", - "series"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"seriesQ", "=", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"Dimensions", "@", "domains"}], ",", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"X", "*", "Y", "*", "Z"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"seriesQ", ",", - RowBox[{"domains", "=", - RowBox[{"First", "@", "domains"}]}]}], - RowBox[{"(*", " ", - RowBox[{"Check", " ", "first", " ", "list", " ", "only"}], " ", "*)"}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"twoDimensionalQ", "=", - RowBox[{"Z", "===", "1"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"X", "*", "Y", "*", "Z"}], ")"}], "\[NotEqual]", - RowBox[{"Length", "@", "domains"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"DomainPlot", "::", "InputMismatch"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{"domains", ",", - RowBox[{ - RowBox[{ - RowBox[{"NonNegative", "[", "#", "]"}], "\[Nand]", - RowBox[{"IntegerQ", "[", "#", "]"}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"DomainPlot", "::", "InvalidDomainIndex"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Preparations", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"numberOfDomains", "=", - RowBox[{"Max", "@", "domains"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", - RowBox[{"coordinates", "=", - RowBox[{"coordinates", "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"coordinateDomainMap", "=", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", - RowBox[{"coordinates", "\[Rule]", "domains"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"coloursToUse", "=", - RowBox[{"Join", "[", - RowBox[{"preferredColours", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ColorData", "[", - RowBox[{"96", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"Range", "[", - RowBox[{"numberOfDomains", "-", - RowBox[{"Length", "@", "preferredColours"}]}], "]"}]}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"colourTable", "=", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"<|", - RowBox[{"0", "\[Rule]", "Transparent"}], "|>"}], ",", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Range", "@", "numberOfDomains"}], "\[Rule]", - RowBox[{"coloursToUse", "\[LeftDoubleBracket]", - RowBox[{";;", "numberOfDomains"}], "\[RightDoubleBracket]"}]}], - "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Fitting", " ", "to", " ", "given", " ", "crystal", " ", "system"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"M", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "\[IndentingNewLine]", - "crystalFamily", ",", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\"\<2D\>\"", ",", "\"\<3D\>\""}], - "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinateDomainMap", "=", - RowBox[{"Association", "@", - RowBox[{"KeyValueMap", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"M", ".", "#1"}], "\[Rule]", "#2"}], "&"}], ",", - "coordinateDomainMap"}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"graphicFunction", "=!=", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{"makePolytope", "=", "graphicFunction"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"makePolytope", "[", "origin_", "]"}], ":=", - RowBox[{"Parallelepiped", "[", - RowBox[{"origin", ",", - RowBox[{"Transpose", "@", "M"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Checking", " ", "any", " ", "rotations", " ", "of", " ", "domains"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"rotationQ", "=", - RowBox[{"rotationMap", "=!=", - RowBox[{"<|", "|>"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"rotationQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "domains"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - "anchorShift", ",", "anchorReference", ",", "rotationMap"}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"makeRotatedPolytope", "[", - RowBox[{"xyz_", ",", "d_"}], "]"}], ":=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"anchorReference", "===", "\"\\""}], "||", - RowBox[{"(", - RowBox[{"twoDimensionalQ", "&&", - RowBox[{"anchorReference", "=!=", "\"\\""}]}], ")"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"GeometricTransformation", "[", - RowBox[{ - RowBox[{"makePolytope", "[", "xyz", "]"}], ",", - RowBox[{"R", "[", "d", "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"GeometricTransformation", "[", - RowBox[{ - RowBox[{"makePolytope", "[", "xyz", "]"}], ",", - RowBox[{"R", "[", - RowBox[{"d", ",", "xyz"}], "]"}]}], "]"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "graphics"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakePlot", "[", "domainMap_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"polytopes", "=", - RowBox[{"If", "[", - RowBox[{"rotationQ", ",", "\[IndentingNewLine]", - RowBox[{"KeyValueMap", "[", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"colourTable", "@", "#2"}], ",", - RowBox[{"makeRotatedPolytope", "[", - RowBox[{"#1", ",", "#2"}], "]"}]}], "}"}], "&"}], ",", - "domainMap"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"KeyValueMap", "[", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"colourTable", "@", "#2"}], ",", - RowBox[{"makePolytope", "@", "#1"}]}], "}"}], "&"}], ",", - "domainMap"}], "]"}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"graphicList", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"Opacity", "@", - RowBox[{"OptionValue", "[", "Opacity", "]"}]}], ",", - "polytopes"}], "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{"Graphics", "[", - RowBox[{"graphicList", ",", - RowBox[{"Frame", "\[Rule]", "False"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Graphics3D", "[", - RowBox[{"graphicList", ",", - RowBox[{"Boxed", "\[Rule]", "False"}]}], "]"}]}], "]"}]}], - ")"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"seriesQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"coordinates", "=", - RowBox[{"Keys", "@", "coordinateDomainMap"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MakePlot", "@", - RowBox[{"AssociationThread", "[", - RowBox[{"coordinates", "\[Rule]", - RowBox[{ - "allDomains", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "allDomains"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"MakePlot", "@", "coordinateDomainMap"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, 3.7627930930413857`*^9, 3.77839396803053*^9, { - 3.778820107570076*^9, 3.778820126918624*^9}, {3.778820172367231*^9, - 3.778820174885518*^9}, {3.77882067185793*^9, 3.7788207414337673`*^9}, { - 3.7788207921358757`*^9, 3.778820801226163*^9}, {3.778820996382948*^9, - 3.778821015927256*^9}, {3.778821347016955*^9, 3.778821352300626*^9}, { - 3.778821386516824*^9, 3.778821405026845*^9}, {3.778824699865258*^9, - 3.7788248060173197`*^9}, {3.778824848827717*^9, 3.7788248492152357`*^9}, { - 3.77882490113778*^9, 3.77882490172722*^9}, 3.7788249434012203`*^9, { - 3.778824987715786*^9, 3.778825086529162*^9}, {3.778825326520769*^9, - 3.778825390690998*^9}, {3.778825544020668*^9, 3.7788255498890743`*^9}, { - 3.778825591813675*^9, 3.778825596326383*^9}, {3.778846969061141*^9, - 3.7788469692990723`*^9}, {3.778847272325433*^9, 3.77884732173888*^9}, { - 3.778847354420401*^9, 3.778847433224267*^9}, {3.778847491945448*^9, - 3.778847508510831*^9}, {3.778847593493825*^9, 3.778847625869935*^9}, { - 3.7788615504220533`*^9, 3.778861566030381*^9}, {3.77893402603288*^9, - 3.778934061135666*^9}, {3.778935255758169*^9, 3.778935257429175*^9}, { - 3.778935348148226*^9, 3.7789354036888723`*^9}, {3.778935440990501*^9, - 3.7789354814082413`*^9}, {3.7789502985725937`*^9, 3.77895044701685*^9}, { - 3.7789505479333553`*^9, 3.778950638231584*^9}, {3.778951843208255*^9, - 3.778951902679483*^9}, {3.778952263349142*^9, 3.7789522642921124`*^9}, { - 3.7789523102282753`*^9, 3.778952320204196*^9}, {3.778953919047526*^9, - 3.778954000252705*^9}, {3.778954048618457*^9, 3.778954079138438*^9}, { - 3.7789549641523943`*^9, 3.778954965239654*^9}, {3.7789557172987843`*^9, - 3.778955744151863*^9}, {3.7789591646330633`*^9, 3.778959191710493*^9}, { - 3.778959240029207*^9, 3.778959277756064*^9}, {3.778959400201935*^9, - 3.778959401561379*^9}, {3.778959431785816*^9, 3.778959592446004*^9}, { - 3.778959771570674*^9, 3.7789598117045813`*^9}, 3.7789598586642313`*^9, { - 3.778959926472324*^9, 3.778959927614208*^9}, {3.778960510364029*^9, - 3.7789605232804203`*^9}, {3.778960567969893*^9, 3.778960597191093*^9}, { - 3.778960992434334*^9, 3.778961011887692*^9}, {3.778961062808988*^9, - 3.778961089318676*^9}, {3.778961142541329*^9, 3.778961219132559*^9}, - 3.7789612525011683`*^9, {3.778961292419545*^9, 3.778961378495866*^9}, { - 3.778961484279743*^9, 3.778961530724889*^9}, {3.7789615739659843`*^9, - 3.77896157647616*^9}, {3.77896192980715*^9, 3.778961937676694*^9}, { - 3.778961996269643*^9, 3.7789620122583437`*^9}, {3.778962091931342*^9, - 3.7789620930487013`*^9}, {3.778962158560989*^9, 3.778962202127589*^9}, { - 3.778962238335184*^9, 3.7789622891242867`*^9}, {3.778962359525539*^9, - 3.7789623603467484`*^9}, {3.7789625981271553`*^9, 3.778962601877273*^9}, { - 3.778962674749792*^9, 3.778962686342181*^9}, {3.778962751184947*^9, - 3.7789627716756077`*^9}, {3.778962811074438*^9, 3.77896282294944*^9}, { - 3.7789628599630833`*^9, 3.778962872179976*^9}, {3.7789630524667883`*^9, - 3.778963053776197*^9}, {3.778999916510323*^9, 3.778999918339634*^9}, { - 3.778999962574134*^9, 3.7789999672211447`*^9}, {3.7790007787371197`*^9, - 3.779000793943783*^9}, {3.779001204285698*^9, 3.779001265394004*^9}, { - 3.779001483431231*^9, 3.779001508959731*^9}, {3.779001699503317*^9, - 3.779001771839829*^9}, {3.779001861402869*^9, 3.7790018631583033`*^9}, { - 3.779001894553171*^9, 3.77900192084683*^9}, {3.779002021906558*^9, - 3.779002050457003*^9}, {3.779002120250176*^9, 3.779002128604896*^9}, { - 3.779002183954287*^9, 3.779002200087284*^9}, {3.7790024172212553`*^9, - 3.7790024528136272`*^9}, {3.779002612703917*^9, 3.779002615815997*^9}, - 3.779002666194558*^9, {3.779002811368451*^9, 3.7790028471983023`*^9}, { - 3.779003208577128*^9, 3.7790032569293737`*^9}, {3.7790033076746187`*^9, - 3.7790033157381973`*^9}, {3.779004020825889*^9, 3.7790041179785767`*^9}, { - 3.779004811480001*^9, 3.7790048474636993`*^9}, {3.7790066319135027`*^9, - 3.7790066590935907`*^9}, {3.7790066977388697`*^9, 3.779006719163795*^9}, { - 3.779006757974936*^9, 3.7790067614052277`*^9}, {3.779006835820278*^9, - 3.779006837337995*^9}, {3.779006973871044*^9, 3.779006974663103*^9}, { - 3.779007025876602*^9, 3.779007026326079*^9}, {3.7790071330329943`*^9, - 3.779007151138534*^9}, {3.7790072878908653`*^9, 3.779007298726532*^9}, { - 3.779007425608262*^9, 3.779007426186386*^9}, {3.779007568289116*^9, - 3.7790075691780863`*^9}, {3.779007647015977*^9, 3.779007718597217*^9}, { - 3.779007810275612*^9, 3.779007819452279*^9}, {3.77900785041028*^9, - 3.779007950381036*^9}, {3.779008003288294*^9, 3.779008007279051*^9}, { - 3.779008963294952*^9, 3.7790090802029467`*^9}, {3.7790093166969852`*^9, - 3.779009351689014*^9}, {3.7790094793170557`*^9, 3.779009568016346*^9}, { - 3.7790096167280188`*^9, 3.7790096518091497`*^9}, {3.779009688499694*^9, - 3.7790096903825083`*^9}, {3.779011924941119*^9, 3.779012007089539*^9}, { - 3.779012108645092*^9, 3.7790121392233047`*^9}, {3.779012180231926*^9, - 3.779012193966757*^9}, {3.7790124062090816`*^9, 3.7790124771310368`*^9}, { - 3.77901316780553*^9, 3.779013171007272*^9}, {3.779013365227377*^9, - 3.779013418937316*^9}, {3.779013467026578*^9, 3.779013512691662*^9}, { - 3.779013574431054*^9, 3.7790135775913763`*^9}, {3.779013637884959*^9, - 3.779013658849807*^9}, {3.779013713529519*^9, 3.779013715000005*^9}, { - 3.779013753566025*^9, 3.779013778847309*^9}, {3.779013830383601*^9, - 3.77901386411554*^9}, 3.779013953371379*^9, {3.7790140520272818`*^9, - 3.779014054813897*^9}, {3.779014094097603*^9, 3.779014115853959*^9}, { - 3.779018219481862*^9, 3.7790183817415047`*^9}, {3.779036512454494*^9, - 3.779036522939954*^9}, {3.779036978820792*^9, 3.779036990530486*^9}, { - 3.7790370367144127`*^9, 3.779037085872443*^9}, {3.779037146481399*^9, - 3.779037156936326*^9}, {3.7790373798597593`*^9, 3.7790374352167273`*^9}, { - 3.779037475288199*^9, 3.779037500975648*^9}, {3.7790376656527777`*^9, - 3.7790376820591803`*^9}, {3.779037734739072*^9, 3.7790377642418957`*^9}, { - 3.779037872289434*^9, 3.7790379375606327`*^9}, {3.7790379765749063`*^9, - 3.779037999430995*^9}, {3.779038043645528*^9, 3.779038114258492*^9}, { - 3.779038179626939*^9, 3.779038257503357*^9}, {3.779038616927946*^9, - 3.779038617295425*^9}, {3.779039112289215*^9, 3.779039112910562*^9}, { - 3.779039146127808*^9, 3.779039243244431*^9}, {3.779039309452442*^9, - 3.7790393463700743`*^9}, {3.7790393873648252`*^9, - 3.7790394259520817`*^9}, {3.779039658636862*^9, 3.779039665339354*^9}, { - 3.7790397016293488`*^9, 3.7790397053715754`*^9}, {3.7790397799458857`*^9, - 3.779039844759807*^9}, {3.779039876361437*^9, 3.779039958552814*^9}, { - 3.7790405365875807`*^9, 3.779040543033502*^9}, {3.779040993569069*^9, - 3.7790410036792803`*^9}, {3.7790410369505053`*^9, 3.7790410448621264`*^9}, - 3.779041129910829*^9, {3.779041160333434*^9, 3.7790411645631037`*^9}, { - 3.779041203908268*^9, 3.779041206322308*^9}, {3.7790460696654797`*^9, - 3.779046097032278*^9}, {3.779093720216074*^9, 3.779093724037397*^9}, { - 3.779093756457243*^9, 3.779093769934472*^9}, {3.779093863736862*^9, - 3.7790938702054977`*^9}, {3.779093906833427*^9, 3.77909391796776*^9}, { - 3.779093964494224*^9, 3.779094013299913*^9}, {3.779094049984754*^9, - 3.779094081974938*^9}, 3.7790941625695047`*^9, {3.7790942073804913`*^9, - 3.7790942202607527`*^9}, {3.7790942513092012`*^9, 3.779094286616645*^9}, { - 3.779099503343889*^9, 3.779099510044094*^9}, 3.779102554303453*^9, { - 3.779126038339951*^9, 3.7791260535539303`*^9}, {3.7791306765767612`*^9, - 3.7791306995752296`*^9}, {3.779130772053299*^9, 3.779130846752757*^9}, { - 3.779130976029971*^9, 3.7791310151253223`*^9}, {3.7791310933317204`*^9, - 3.779131095011395*^9}, {3.7791312474740047`*^9, 3.779131249271612*^9}, { - 3.779131289495985*^9, 3.779131342893703*^9}, {3.7791314029199266`*^9, - 3.7791315566412907`*^9}, {3.7791316312508993`*^9, 3.779131702709215*^9}, { - 3.77913174964485*^9, 3.779131793802815*^9}, {3.779131839403425*^9, - 3.779131911088719*^9}, {3.779131948954524*^9, 3.77913195801794*^9}, { - 3.779132004208296*^9, 3.779132033821329*^9}, {3.779132206242516*^9, - 3.779132215081346*^9}, {3.779542686639044*^9, 3.7795426976788883`*^9}, { - 3.779544671936179*^9, 3.779544693165428*^9}, {3.77955072823742*^9, - 3.779550730173306*^9}, {3.7795648657190228`*^9, 3.7795648717567177`*^9}, { - 3.77956497833959*^9, 3.779564990657694*^9}, {3.779565082713812*^9, - 3.7795651069426813`*^9}, {3.7795651883266478`*^9, 3.779565193173009*^9}, { - 3.779565407857689*^9, 3.779565539701556*^9}, {3.779565570854636*^9, - 3.779565592223811*^9}, 3.779566528990271*^9, {3.7796034511743927`*^9, - 3.779603519612215*^9}, {3.7796035517806053`*^9, 3.779603579444847*^9}, { - 3.779603806569478*^9, 3.779603811192848*^9}, 3.779603846833778*^9, { - 3.779603985735434*^9, 3.779604010164752*^9}, {3.7796041649397182`*^9, - 3.779604165378793*^9}, {3.779604598933448*^9, 3.779604750962077*^9}, { - 3.779605940849968*^9, 3.779605940977306*^9}, {3.7796063590819263`*^9, - 3.779606359257155*^9}, {3.779606608939646*^9, 3.7796066658656893`*^9}, { - 3.779606841567293*^9, 3.779606842558208*^9}, {3.779606874398141*^9, - 3.779606911876989*^9}, 3.7796069668209953`*^9, {3.779607006972199*^9, - 3.7796070495690193`*^9}, {3.779618896112294*^9, 3.779618903126152*^9}, { - 3.779619411463447*^9, 3.779619422475821*^9}, {3.779619473563892*^9, - 3.7796195090390053`*^9}, {3.77961958940639*^9, 3.77961959233558*^9}, { - 3.779619757871492*^9, 3.779619784505307*^9}, 3.779620487995225*^9, { - 3.77962054061347*^9, 3.779620639940631*^9}, 3.779620720975492*^9, - 3.779620912750801*^9, {3.7800634094825773`*^9, 3.780063430269939*^9}, - 3.780063481065598*^9, {3.781678969783777*^9, 3.781678978382593*^9}, { - 3.78168546193715*^9, 3.781685482208407*^9}, 3.781859272358444*^9, { - 3.7818593193338757`*^9, 3.7818593195392017`*^9}, 3.7818593833612623`*^9, - 3.781859436159031*^9, {3.7818639940577593`*^9, 3.781864002722919*^9}, - 3.781864067233588*^9, {3.781950771770952*^9, 3.7819507794891233`*^9}, { - 3.781951908477002*^9, 3.7819519103304577`*^9}, {3.781951995963245*^9, - 3.781951996120875*^9}, {3.781952057233232*^9, 3.781952070278882*^9}, { - 3.781952104648212*^9, 3.781952138006064*^9}, {3.781952858675034*^9, - 3.7819528630713177`*^9}, {3.781952935230081*^9, 3.7819529359636593`*^9}, { - 3.781953158136344*^9, 3.78195316032825*^9}, {3.781953191912602*^9, - 3.781953215951618*^9}, {3.781953264589658*^9, 3.781953264924047*^9}, - 3.781953553959934*^9, {3.781953586150592*^9, 3.7819536364201593`*^9}, { - 3.781960490994595*^9, 3.781960497215815*^9}, {3.7819617333915977`*^9, - 3.7819617336852703`*^9}, {3.781966546658682*^9, 3.7819665565606537`*^9}, { - 3.781968066149269*^9, 3.7819681249804497`*^9}, {3.781968172946484*^9, - 3.781968173144689*^9}, {3.7819682384086637`*^9, 3.781968253606758*^9}, { - 3.781968507250236*^9, 3.781968516098647*^9}, {3.781968936081249*^9, - 3.781968969886332*^9}, {3.781969004973576*^9, 3.781969024901784*^9}, { - 3.781969087172738*^9, 3.78196917558029*^9}, {3.781969499933185*^9, - 3.781969514946437*^9}, {3.781969631849455*^9, 3.7819696321118097`*^9}, { - 3.781969674320839*^9, 3.781969677790588*^9}, {3.7819697180541477`*^9, - 3.781969734207429*^9}, {3.781969799660811*^9, 3.781969837707428*^9}, - 3.781969901091116*^9, {3.781970686742758*^9, 3.781970695108632*^9}, - 3.781973749829962*^9, 3.781974294801626*^9, {3.7819760099989843`*^9, - 3.781976012965131*^9}, 3.7819760481829777`*^9, 3.781985092211667*^9, { - 3.781985307733795*^9, 3.781985359363262*^9}, {3.782021725817206*^9, - 3.7820217267677317`*^9}, {3.782021777278948*^9, 3.782021796543262*^9}, { - 3.78202294487101*^9, 3.782022945092609*^9}, {3.782023175568842*^9, - 3.782023205415444*^9}, {3.804581443738765*^9, 3.804581524097353*^9}, { - 3.804581568341758*^9, 3.80458157964037*^9}, {3.804581863623909*^9, - 3.8045818718003387`*^9}, {3.804581987528365*^9, 3.804582130728425*^9}, { - 3.804582234007798*^9, 3.8045822431965427`*^9}, {3.804582665749*^9, - 3.804582738420783*^9}, {3.8045829199785233`*^9, 3.804582928220147*^9}, { - 3.804582976684347*^9, 3.8045829892702227`*^9}, {3.804583046077262*^9, - 3.804583048568445*^9}, {3.8045832067627068`*^9, 3.804583211649191*^9}, { - 3.8045837937506647`*^9, 3.8045839162989073`*^9}, {3.804584442663656*^9, - 3.804584488457818*^9}, {3.8045845628183317`*^9, 3.804584564431533*^9}, { - 3.804584621967166*^9, 3.804584650751348*^9}, {3.804584826505225*^9, - 3.8045849598500347`*^9}, {3.8045850407656307`*^9, - 3.8045850471696167`*^9}, {3.808108041847061*^9, 3.808108046611652*^9}, { - 3.8911728727371693`*^9, 3.891172916072365*^9}, {3.891173253647107*^9, - 3.891173253657196*^9}, {3.891173370666195*^9, 3.891173373819325*^9}, { - 3.891173412317545*^9, 3.891173415505445*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"0a23fef8-a5e5-457a-8385-358a1637ce28"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[92]:=",ExpressionUUID->"29c961dc-1405-49b6-9ef8-68b160183866"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["EmbedStructure", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.76094992673088*^9, 3.760949928918248*^9}, { - 3.76210239515066*^9, 3.7621023967322397`*^9}, 3.7629378913230247`*^9, - 3.763134566815321*^9, - 3.782489097261496*^9},ExpressionUUID->"c8f58ba6-6b83-4858-8bfd-\ -672bb6f5374d"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[78]:=",ExpressionUUID->"c37db127-8575-422c-a74b-9931077e8af8"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidGuestInput"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidTargetPositions"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidProbabilities"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidTrimming"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidPermutation"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidDistortionType"}], "=", - "\"\<\\\"DistortionType\\\" must be set to either \\\"Crystallographic\\\" \ -or \\\"Cartesian\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidOverlapRadius"}], "=", - "\"\<\\\"OverlapRadius\\\" must be numeric.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidAnchorReference"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "EmbedStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "\"\\""}], "}"}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "1.0"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"IdentityMatrix", "[", "3", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "EmbedStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.7609499395994596`*^9, 3.760949952210801*^9}, { - 3.761382798168702*^9, 3.761382801188806*^9}, 3.761387743299842*^9, { - 3.7614169595191708`*^9, 3.761416989634704*^9}, {3.7625819241187563`*^9, - 3.762581936362295*^9}, {3.76258884302853*^9, 3.762588851450523*^9}, - 3.762589076924967*^9, {3.7625896339775553`*^9, 3.762589658596109*^9}, { - 3.762624399303061*^9, 3.762624399644244*^9}, {3.762677244824601*^9, - 3.762677250311742*^9}, {3.762678377818852*^9, 3.7626784018057003`*^9}, { - 3.762678443594308*^9, 3.762678456014505*^9}, {3.762679553558345*^9, - 3.762679555529254*^9}, {3.7626795868803377`*^9, 3.762679589719862*^9}, { - 3.762693565936051*^9, 3.7626935757572193`*^9}, {3.7627708510092287`*^9, - 3.762770902407785*^9}, {3.76277179929348*^9, 3.762771800034438*^9}, { - 3.7628413129023113`*^9, 3.76284131999476*^9}, {3.762843408755947*^9, - 3.762843409129547*^9}, {3.762844593824188*^9, 3.76284459455064*^9}, { - 3.762851310564897*^9, 3.7628513452626543`*^9}, {3.762855042249198*^9, - 3.762855042887886*^9}, {3.7628699773896217`*^9, 3.7628700048433533`*^9}, { - 3.763193246869672*^9, 3.7631932885385237`*^9}, {3.763193413351872*^9, - 3.7631934411868467`*^9}, {3.763198723049367*^9, 3.763198725398521*^9}, { - 3.7632157129389343`*^9, 3.763215717492394*^9}, {3.7632165211553783`*^9, - 3.7632165319698553`*^9}, {3.763216646528513*^9, 3.763216696534143*^9}, { - 3.765784696315958*^9, 3.765784707567667*^9}, {3.765790502921135*^9, - 3.7657905248017673`*^9}, {3.77056852074228*^9, 3.770568525131774*^9}, { - 3.770984647562096*^9, 3.7709846991780033`*^9}, {3.770984848565778*^9, - 3.770984857912917*^9}, {3.770985219817625*^9, 3.770985223082101*^9}, { - 3.770985450191299*^9, 3.7709854783842793`*^9}, {3.770992189707036*^9, - 3.7709921929106007`*^9}, {3.770998586720235*^9, 3.770998630878776*^9}, { - 3.7709994394780807`*^9, 3.7709994676277742`*^9}, {3.771003700248787*^9, - 3.7710037223506413`*^9}, {3.771062398447394*^9, 3.7710623986299877`*^9}, { - 3.7710682563038692`*^9, 3.771068256495512*^9}, {3.771072269351981*^9, - 3.7710722697192373`*^9}, {3.771147162046124*^9, 3.771147162172696*^9}, { - 3.7711472456758204`*^9, 3.7711472458133707`*^9}, 3.771147308234413*^9, { - 3.771233665717082*^9, 3.7712336713498*^9}, 3.7712366736666718`*^9, { - 3.7712385928068657`*^9, 3.7712385933026533`*^9}, {3.7741583744973583`*^9, - 3.774158377341235*^9}, {3.7741805701112127`*^9, 3.774180570637176*^9}, { - 3.774200919292948*^9, 3.774200919668045*^9}, {3.777883096717073*^9, - 3.777883100983252*^9}, {3.777883938782524*^9, 3.777883944398428*^9}, { - 3.777883984269555*^9, 3.777883995132277*^9}, {3.777884623063896*^9, - 3.777884623306731*^9}, {3.778342084180808*^9, 3.778342084346471*^9}, { - 3.781613011768538*^9, 3.781613016878516*^9}, {3.781613151868073*^9, - 3.7816131530434237`*^9}, {3.781625273343232*^9, 3.7816252735176067`*^9}, { - 3.781625334892302*^9, 3.781625349875886*^9}, {3.781625474169647*^9, - 3.781625480833067*^9}, {3.781625760651558*^9, 3.781625760955124*^9}, { - 3.781684829598894*^9, 3.7816848692840347`*^9}, {3.781684980507568*^9, - 3.781685005416746*^9}, {3.781859458714085*^9, 3.781859482154834*^9}, { - 3.78186192528793*^9, 3.781861927775096*^9}, {3.781864298646525*^9, - 3.781864300954008*^9}, {3.781970213486908*^9, 3.781970215916421*^9}, - 3.7819704760810137`*^9, {3.781983607507371*^9, 3.781983616249364*^9}, { - 3.782027511923891*^9, 3.7820275577518587`*^9}, {3.782035366577327*^9, - 3.7820353668874407`*^9}, {3.782038024067473*^9, 3.782038026305305*^9}, { - 3.7820399583383408`*^9, 3.782039958527977*^9}, {3.7820408291757793`*^9, - 3.782040834638109*^9}, {3.782041319700388*^9, 3.7820413199314117`*^9}, { - 3.787916049118555*^9, 3.7879160492610683`*^9}, {3.787917965124247*^9, - 3.787917965418146*^9}, {3.8080518359824753`*^9, 3.808051836128194*^9}, { - 3.837500625322833*^9, 3.837500636514382*^9}, {3.838802028849286*^9, - 3.838802036994301*^9}, - 3.861793887195353*^9},ExpressionUUID->"9feed640-9a40-45db-aab6-\ -1bd167f06e26"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[89]:=",ExpressionUUID->"f1c762bf-c75f-43d9-b4e8-08fefccba3e0"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - "guestUnitsInput_", ",", "\[IndentingNewLine]", - "targetPositionsInput_List", ",", "\[IndentingNewLine]", - "hostCrystal_String", ",", "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"EmbedStructure", ",", "DistortStructure"}], "}"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"newStructureLabel", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "invAbort", ",", - RowBox[{"conditionFilterQ", "=", "False"}], ",", "\[IndentingNewLine]", - - RowBox[{"crystalDataOriginal", "=", "$CrystalData"}], ",", - RowBox[{"dataFile", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "hostStructureSize", ",", "newSize", ",", - "\[IndentingNewLine]", "probabilities", ",", "units", ",", - "distributionList", ",", "i", ",", "\[IndentingNewLine]", "guestUnits", - ",", "guestCopies", ",", "crystalLabels", ",", "specialCrystalLabels", - ",", "nonVoidRange", ",", "\[IndentingNewLine]", - RowBox[{"matchHostSizeQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"anchorShift", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"anchorReference", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", "\[IndentingNewLine]", "R", ",", - RowBox[{"rotationAxes", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"targetPositions", "=", "targetPositionsInput"}], ",", - "embedLength", ",", "latticeTargetPositions", ",", "hostCoordinates", - ",", "mid", ",", "\[IndentingNewLine]", "latticeParameters", ",", - "latticeParametersABC", ",", "hostM", ",", "hostMinverse", ",", - "targetPositionsCartesian", ",", "embeddingData", ",", - "\[IndentingNewLine]", "completed", ",", "M", ",", "T", ",", "p", ",", - "P", ",", "CheckAndMakeRuleList", ",", "\[IndentingNewLine]", - "distortions", ",", "rotations", ",", "performShift", ",", - "performTwist", ",", "\[IndentingNewLine]", "conditions", ",", "list", - ",", "shift", ",", "twist", ",", "\[IndentingNewLine]", - "MakeAlteration", ",", "PrepareAlterationList", ",", - "\[IndentingNewLine]", - RowBox[{"conditionedDistortionsQ", "=", "False"}], ",", - RowBox[{"conditionedRotationsQ", "=", "False"}], ",", - "\[IndentingNewLine]", "coordinatesCrystal", ",", - "coordinatesCartesian", ",", "\[IndentingNewLine]", - "coordinatesCrystalEmbedded", ",", - "coordinatesCrystalEmbeddedTranslated", ",", "\[IndentingNewLine]", - "newCoordinates", ",", "newCoordinatesCartesian", ",", - "\[IndentingNewLine]", "atomDataHost", ",", "atomDataGuest", ",", - "joinedAtomData", ",", "boundary", ",", "hostCopy", ",", - "newUnitCellAtomCount", ",", "\[IndentingNewLine]", "optionsDS", ",", - "hostDistorter", ",", "\[IndentingNewLine]", "findOverlap", ",", - "intervals", ",", "checks", ",", "atomData1", ",", "atomData2", ",", - "xyz1", ",", "xyz2", ",", "nearestList", ",", "overlappingCoordinates", - ",", "\[IndentingNewLine]", - RowBox[{"overlapPrecedence", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"overlapRadius", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "tmp"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Input"}]}], " ", - RowBox[{"checks", " ", "--"}]}], "-"}], "*)"}], "\[IndentingNewLine]", - - RowBox[{ - RowBox[{"boundary", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\\"", ",", "\"\\"", ",", "\"\\""}], - "}"}], ",", "boundary"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidTrimming"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "@", "overlapRadius"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidOverlapRadius"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"invAbort", "[", "]"}], ":=", - RowBox[{"(", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidGuestInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}], ")"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "'"}], - RowBox[{"guestUnits", "'"}], " ", "as", " ", "list", " ", "of", " ", - "crystals", " ", "or", " ", "elements"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ListQ", "@", "guestUnitsInput"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"guestUnitsInput", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"invAbort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", "a", ".", " ", "Regular"}], " ", "crystal", " ", - "entries"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{"guestUnitsInput", ",", "StringQ"}], "]"}], "&&", - RowBox[{"(", - RowBox[{ - RowBox[{"Depth", "@", "guestUnitsInput"}], "===", "2"}], ")"}]}], - ",", "\[IndentingNewLine]", "\t", "Null", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "complete"}], " ", "*)"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", "b", ".", " ", "Conditional"}], " ", "rules"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{"guestUnitsInput", ",", - RowBox[{ - RowBox[{ - RowBox[{"Head", "[", "#", "]"}], "===", "Rule"}], "&"}]}], - "]"}], "&&", "\[IndentingNewLine]", "\t", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"guestUnitsInput", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{ - RowBox[{ - RowBox[{"Head", "[", "#", "]"}], "===", "Condition"}], "&"}]}], - "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"conditionFilterQ", "=", "True"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", "True", ",", - RowBox[{"invAbort", "[", "]"}]}], "\[IndentingNewLine]", "\t", - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "'"}], - RowBox[{"guestUnits", "'"}], " ", "as", " ", "list", " ", "paired", - " ", "with", " ", "probabilities"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Head", "@", "guestUnitsInput"}], "===", "Rule"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"Length", "/@", "guestUnitsInput"}], ",", - RowBox[{"p_", "\[Rule]", - RowBox[{"e_", "/;", - RowBox[{"p", "\[Equal]", "e"}]}]}]}], "]"}]}], ",", - RowBox[{"invAbort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{ - "guestUnitsInput", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", - RowBox[{ - RowBox[{"0.0", "\[LessEqual]", "#", "\[LessEqual]", "1.0"}], - "&"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidProbabilities"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Invalid", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - "True", ",", - RowBox[{"invAbort", "[", "]"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"Dimensions", "@", "targetPositions"}], ",", - RowBox[{"{", - RowBox[{"_", ",", "3"}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidTargetPositions"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], "}"}], ",", - "anchorReference"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"EmbedStructure", "::", "InvalidAnchorReference"}], ",", - "anchorReference"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Checking"}]}], " ", "and", " ", "preparing", " ", - - RowBox[{"embeddings", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"crystalLabels", "=", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"Cases", "[", - RowBox[{ - RowBox[{"Flatten", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"hostCrystal", ",", "guestUnitsInput"}], "}"}], "]"}], ",", - "_String", ",", "3"}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"Scan", "[", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "#"}], "]"}], "&"}], ",", - "crystalLabels"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"specialCrystalLabels", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystalLabels"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"overlapRadius", "=", - RowBox[{"overlapRadius", "/", - RowBox[{ - RowBox[{"GetLatticeParameters", "[", "\[IndentingNewLine]", - RowBox[{"hostCrystal", ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"hostCopy", "=", - RowBox[{"Lookup", "[", - RowBox[{"$CrystalData", ",", "hostCrystal"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"atomDataHost", "=", - RowBox[{"hostCopy", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hostCoordinates", "=", - RowBox[{"atomDataHost", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Distort", " ", "host", " ", "stucture"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], "=!=", - "None"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"optionsDS", "=", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"{", "options", "}"}], ",", - RowBox[{"Options", "@", "DistortStructure"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"optionsDS", "=", - RowBox[{"Normal", "@", - RowBox[{"Append", "[", - RowBox[{ - RowBox[{"Association", "@", "optionsDS"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], - ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], - "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"hostDistorter", "=", - RowBox[{"DistortStructure", "[", - RowBox[{"hostCrystal", ",", - RowBox[{"OptionValue", "[", "\"\\"", "]"}], ",", - "optionsDS"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"hostCoordinates", "=", - RowBox[{"hostDistorter", "@", "hostCoordinates"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomDataHost", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\\""}], - "\[RightDoubleBracket]"}], "=", "hostCoordinates"}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], "=", - "atomDataHost"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"hostStructureSize", "=", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], "[", - "\"\\"", "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"ListQ", "@", "hostStructureSize"}]}], ",", - RowBox[{"hostStructureSize", "=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Preparing"}]}], " ", "target", " ", - RowBox[{"positions", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"matchHostSizeQ", "&&", - RowBox[{"hostStructureSize", "=!=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"latticeTargetPositions", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "hostStructureSize"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"targetPositions", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Outer", "[", - RowBox[{ - "Plus", ",", "\[IndentingNewLine]", "latticeTargetPositions", ",", - "targetPositions", ",", "1"}], "]"}], ",", "1"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"targetPositions", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"targetPositions", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{"Or", "@@", - RowBox[{"MapThread", "[", - RowBox[{"Greater", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", - "hostStructureSize"}], "}"}]}], "]"}]}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "any", " ", "negative", " ", "coordinates"}], - ",", " ", - RowBox[{ - "assume", " ", "host", " ", "is", " ", "centred", " ", "around", - " ", "origin"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"Flatten", "@", "hostCoordinates"}], ",", - RowBox[{ - RowBox[{"#", "<", - RowBox[{"-", "1."}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"mid", "=", - RowBox[{"\[LeftFloor]", - RowBox[{"hostStructureSize", "/", "2."}], "\[RightFloor]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"targetPositions", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "-", "mid"}], "&"}], "/@", - "targetPositions"}]}]}]}], "\[IndentingNewLine]", "]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], "=!=", - "None"}], ",", - RowBox[{"targetPositions", "=", - RowBox[{"hostDistorter", "@", "targetPositions"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"embedLength", "=", - RowBox[{"Length", "@", "targetPositions"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "list", " ", "to", " ", "be", " ", "used"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"guestUnits", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{"conditionFilterQ", ",", "\[IndentingNewLine]", - RowBox[{"targetPositions", "/.", - RowBox[{"Append", "[", - RowBox[{"guestUnitsInput", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", "True"}], - "\[Rule]", "\"\\""}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Head", "@", "guestUnitsInput"}], "===", "Rule"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"probabilities", ",", "units"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"Keys", "@", "#"}], ",", - RowBox[{"Values", "@", "#"}]}], "}"}], "&"}], "@", - "guestUnitsInput"}]}], ";", "\[IndentingNewLine]", - RowBox[{"distributionList", "=", - RowBox[{"Round", "[", - RowBox[{"probabilities", "*", "embedLength"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Total", "@", "distributionList"}], "<", "embedLength"}], - ",", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{ - RowBox[{"Total", "@", "distributionList"}], "<", - "embedLength"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"i", "=", - RowBox[{"RandomInteger", "[", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"Length", "@", "distributionList"}]}], "}"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "distributionList", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "+=", "1"}]}]}], "]"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Total", "@", "distributionList"}], ">", "embedLength"}], - ",", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{ - RowBox[{"Total", "@", "distributionList"}], ">", - "embedLength"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"i", "=", - RowBox[{"RandomInteger", "[", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"Length", "@", "distributionList"}]}], "}"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "distributionList", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "-=", "1"}]}]}], "]"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"RandomSample", "@", - RowBox[{"Flatten", "@", - RowBox[{"MapThread", "[", "\[IndentingNewLine]", - RowBox[{"ConstantArray", ",", - RowBox[{"{", - RowBox[{"units", ",", "distributionList"}], "}"}]}], - "]"}]}]}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - "True", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"PadRight", "[", - RowBox[{"#", ",", "embedLength", ",", "#"}], "]"}], "&"}], "@", - "guestUnitsInput"}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"guestCopies", "=", - RowBox[{"$CrystalData", "/@", "guestUnits"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"nonVoidRange", "=", - RowBox[{"Complement", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Range", "@", "embedLength"}], ",", "\[IndentingNewLine]", - RowBox[{"Flatten", "@", - RowBox[{"Position", "[", - RowBox[{"guestUnits", ",", "\"\\""}], "]"}]}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"nonVoidRange", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Goto", "[", "\"\\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{"GetLatticeParameters", "[", "\[IndentingNewLine]", - RowBox[{"hostCrystal", ",", - RowBox[{"\"\\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"latticeParametersABC", "=", - RowBox[{"latticeParameters", "\[LeftDoubleBracket]", - RowBox[{";;", "3"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hostM", "=", - RowBox[{"GetCrystalMetric", "[", "\[IndentingNewLine]", - RowBox[{"hostCrystal", ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hostMinverse", "=", - RowBox[{"Inverse", "@", "hostM"}]}], ";", "\[IndentingNewLine]", - RowBox[{"targetPositionsCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostM", ".", "#"}], "&"}], "/@", "targetPositions"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Distortions"}]}], " ", "and", " ", - RowBox[{"rotations", " ", "--"}], " ", "Checks", " ", "and", " ", - RowBox[{"preparations", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"embeddingData", "=", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "guestUnits"}], ",", - RowBox[{"\"\\"", "\[Rule]", "targetPositions"}]}], - "|>"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"distortions", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"performShift", "=", - RowBox[{"distortions", "=!=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"performShift", ",", - RowBox[{"distortions", "=", - RowBox[{"ES$InterpretPermutations", "[", - RowBox[{"distortions", ",", "embeddingData"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], "===", - "\"\\""}], ",", "\[IndentingNewLine]", "Null", ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\\"", "]"}], "===", - "\"\\""}], ",", "\[IndentingNewLine]", - RowBox[{"distortions", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostMinverse", ".", "#"}], "&"}], "/@", "distortions"}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidDistortionType"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"rotations", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"performTwist", "=", - RowBox[{"rotations", "=!=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"performTwist", ",", - RowBox[{"rotations", "=", - RowBox[{"ES$InterpretPermutations", "[", - RowBox[{"rotations", ",", "embeddingData"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Actual"}]}], " ", - RowBox[{"tranformation", " ", "--"}], " ", "Loop", " ", "through", - " ", "each", " ", "guest", " ", - RowBox[{"unit", " ", "--"}]}], "-"}], "*)"}], "\[IndentingNewLine]", - RowBox[{"R", "=", - RowBox[{"If", "[", - RowBox[{"performTwist", ",", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", "}"}]}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"anchorShift", ",", "anchorReference", ",", - RowBox[{"{", "}"}], ",", "rotationAxes"}], "}"}]}], "]"}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"completed", "=", "0"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"PrintTemporary", "[", - RowBox[{"ProgressIndicator", "@", - RowBox[{"Dynamic", "[", - RowBox[{"completed", "/", "embedLength"}], "]"}]}], "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"M", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{ - RowBox[{ - "guestUnits", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"T", "=", - RowBox[{"TranslationTransform", "[", - RowBox[{ - "targetPositions", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"coordinatesCrystal", "=", "\[IndentingNewLine]", - RowBox[{"guestCopies", "\[LeftDoubleBracket]", - RowBox[{ - "i", ",", "\"\\"", ",", "All", ",", - "\"\\""}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"coordinatesCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"M", ".", "#"}], "&"}], "/@", "coordinatesCrystal"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"coordinatesCrystalEmbedded", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostMinverse", ".", "#"}], "\[IndentingNewLine]", "&"}], "/@", - "coordinatesCartesian"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"coordinatesCrystalEmbeddedTranslated", "=", - RowBox[{"T", "/@", "coordinatesCrystalEmbedded"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - "newCoordinates", "=", "coordinatesCrystalEmbeddedTranslated"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Optional", ":", " ", - RowBox[{"Perform", " ", "shifts"}]}], ",", " ", - RowBox[{"twists", " ", "or", " ", "transformations"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"performShift", "||", "performTwist"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", "Rotations"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{"performTwist", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"twist", "=", - RowBox[{"R", "[", - RowBox[{ - RowBox[{ - "rotations", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{ - "targetPositionsCartesian", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinatesCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostM", ".", "#"}], "&"}], "/@", - "newCoordinates"}]}], ";", "\[IndentingNewLine]", - RowBox[{"newCoordinatesCartesian", "=", - RowBox[{"twist", "@", "newCoordinatesCartesian"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostMinverse", ".", "#"}], "&"}], "/@", - "newCoordinatesCartesian"}]}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", "Distortions"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"performShift", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"shift", "=", - RowBox[{ - "distortions", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "+", "shift"}], "&"}], "/@", - "newCoordinates"}]}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"guestCopies", "\[LeftDoubleBracket]", - RowBox[{ - "i", ",", "\"\\"", ",", "All", ",", - "\"\\""}], "\[RightDoubleBracket]"}], "=", - "newCoordinates"}], ";", "\[IndentingNewLine]", - RowBox[{"completed", "++"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "nonVoidRange"}], "}"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Merge"}]}], " ", "guest", " ", "units", " ", - "with", " ", "traget", " ", - RowBox[{"crystal", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"atomDataHost", "===", - RowBox[{"{", - RowBox[{"\[LeftAssociation]", "\[RightAssociation]"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"atomDataHost", "=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"atomDataHost", "=", - RowBox[{ - RowBox[{ - RowBox[{"Append", "[", - RowBox[{"#", ",", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], "]"}], - "&"}], "/@", "atomDataHost"}]}]}], "\[IndentingNewLine]", "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"atomDataGuest", "=", - RowBox[{"Flatten", "@", - RowBox[{"guestCopies", "\[LeftDoubleBracket]", - RowBox[{"nonVoidRange", ",", "\"\\""}], - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"atomDataGuest", "=", - RowBox[{ - RowBox[{ - RowBox[{"Append", "[", - RowBox[{"#", ",", - RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], "]"}], - "&"}], "/@", "atomDataGuest"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Remove", " ", "overlapping", " ", "target", " ", "positions"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"joinedAtomData", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], "}"}], ",", - "overlapPrecedence"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "No"}], " ", "measure", " ", "taken", " ", - "against", " ", "overlapping"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Join", "[", - RowBox[{"atomDataHost", ",", "atomDataGuest"}], "]"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Remove"}], " ", "superpositioned", " ", - "atoms"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"findOverlap", "[", - RowBox[{"point_", ",", "region_List"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"region", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Return", "@", "Nothing"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"intervals", "=", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"Interval", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"#1", "-", "#2"}], ",", - RowBox[{"#1", "+", "#2"}]}], "}"}], "]"}], "&"}], ",", - RowBox[{"{", - RowBox[{"point", ",", "overlapRadius"}], "}"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"checks", "=", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"IntervalMemberQ", "[", - RowBox[{"#1", ",", "#2"}], "]"}], "&"}], ",", - RowBox[{"{", - RowBox[{"intervals", ",", - RowBox[{"Transpose", "@", "region"}]}], "}"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"checks", "=", - RowBox[{"Position", "[", - RowBox[{ - RowBox[{"And", "@@@", - RowBox[{"Transpose", "@", "checks"}]}], ",", "True"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"checks", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Part", "[", - RowBox[{"region", ",", - RowBox[{"Flatten", "@", "checks"}]}], "]"}], ",", "Nothing"}], - "]"}]}], "\[IndentingNewLine]", ")"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"atomData1", ",", "atomData2"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"overlapPrecedence", "===", "\"\\""}], ",", - "\[IndentingNewLine]", "#", ",", - RowBox[{"Reverse", "@", "#"}]}], "]"}], "&"}], "@", - RowBox[{"{", - RowBox[{"atomDataHost", ",", "atomDataGuest"}], "}"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"xyz1", ",", "xyz2"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Part", "[", - RowBox[{"#", ",", "All", ",", "\"\\""}], - "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"atomData1", ",", "atomData2"}], "}"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"nearestList", "=", - RowBox[{ - RowBox[{ - RowBox[{"Nearest", "[", - RowBox[{"xyz2", ",", "#", ",", "5"}], "]"}], "&"}], "/@", - "xyz1"}]}], ";", "\[IndentingNewLine]", - RowBox[{"overlappingCoordinates", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"MapThread", "[", "\[IndentingNewLine]", - RowBox[{"findOverlap", ",", - RowBox[{"{", - RowBox[{"xyz1", ",", "nearestList"}], "}"}]}], "]"}], ",", - "1"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"atomData2", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"atomData2", ",", - RowBox[{"x_", "/;", - RowBox[{"MemberQ", "[", "\[IndentingNewLine]", - RowBox[{"overlappingCoordinates", ",", - RowBox[{"x", "[", "\"\\"", "]"}]}], - "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Join", "[", - RowBox[{"atomData1", ",", "atomData2"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Trim", " ", "the", " ", "outer", " ", "boundary"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"boundary", "=!=", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"boundary", "===", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"joinedAtomData", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"joinedAtomData", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{"Nand", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"0", "\[LessEqual]", "#1", "<", "#2"}], "&"}], ",", - - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", - "hostStructureSize"}], "}"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "2", "}"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"boundary", "===", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"joinedAtomData", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"joinedAtomData", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{"Nand", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"0", "\[LessEqual]", "#1", "<", "#2"}], "&"}], ",", - - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y"}], "}"}], ",", - RowBox[{"hostStructureSize", "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], - "\[RightDoubleBracket]"}]}], "}"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "2", "}"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"joinedAtomData", "=", - RowBox[{"Select", "[", - RowBox[{"joinedAtomData", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"#", ",", "\"\\""}], "]"}], - "&"}]}], "]"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"joinedAtomData", "=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"N", "@", - RowBox[{"Chop", "[", - RowBox[{"#", ",", - RowBox[{"10.", "^", - RowBox[{"-", "6"}]}]}], "]"}]}], "&"}], ",", "joinedAtomData", - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"All", ",", "\"\\""}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], "=", - "joinedAtomData"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Overwrite", " ", "host", " ", "or", " ", "create", " ", "new", " ", - "crystal", " ", "object"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\\"", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"newStructureLabel", "===", "\"\\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"newStructureLabel", "=", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"hostCrystal", "===", "\"\\""}], "&&", - RowBox[{"newStructureLabel", "===", "\"\<\>\""}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"newStructureLabel", "=", "\"\\""}], ",", - "\[IndentingNewLine]", - RowBox[{"newStructureLabel", "===", "\"\<\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"newStructureLabel", "=", "hostCrystal"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"$CrystalData", "=", "crystalDataOriginal"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"newSize", "=", - RowBox[{ - RowBox[{"hostCopy", "[", - RowBox[{"\"\\"", ",", "\"\\""}], "]"}], "/.", - - RowBox[{"_Missing", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newUnitCellAtomCount", "=", - RowBox[{"\[LeftCeiling]", - RowBox[{ - RowBox[{"Length", "@", "joinedAtomData"}], "/", - RowBox[{"Times", "@@", "newSize"}]}], "\[RightCeiling]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"hostCopy", ",", "\"\\""}], "]"}]}], ",", - RowBox[{"AppendTo", "[", - RowBox[{"hostCopy", ",", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"<|", "|>"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], ",", - RowBox[{ - "\"\\"", "\[Rule]", "newUnitCellAtomCount"}]}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], ",", - RowBox[{"\"\\"", "\[Rule]", "Null"}]}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"hostCopy", "[", "\"\\"", "]"}], ",", - RowBox[{"\"\\"", "\[Rule]", "newSize"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "dataFile", ",", - "newStructureLabel", ",", "hostCopy"}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "newStructureLabel"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760949958969305*^9, 3.760949981683304*^9}, { - 3.761293214948368*^9, 3.761293216277224*^9}, {3.7612932491535683`*^9, - 3.761293266239336*^9}, {3.761301744392057*^9, 3.761301872616757*^9}, { - 3.761302012143058*^9, 3.761302053792026*^9}, {3.761302140612296*^9, - 3.761302184387752*^9}, {3.761302215653625*^9, 3.761302371834009*^9}, { - 3.761305350267173*^9, 3.761305352016643*^9}, {3.761305433233409*^9, - 3.761305456926918*^9}, {3.761305519231518*^9, 3.76130551950924*^9}, { - 3.761305575630074*^9, 3.761305600715294*^9}, {3.761305760897593*^9, - 3.7613057700955153`*^9}, {3.7613058045618467`*^9, - 3.7613058280625963`*^9}, {3.761305862695778*^9, 3.7613058768953533`*^9}, { - 3.7613059150793467`*^9, 3.761305977708088*^9}, {3.761306013453003*^9, - 3.7613060187081127`*^9}, {3.761306086451448*^9, 3.761306090626646*^9}, { - 3.761306193185049*^9, 3.761306197742535*^9}, {3.761306300998806*^9, - 3.761306310525038*^9}, {3.761306421973971*^9, 3.761306423331564*^9}, { - 3.76130651549807*^9, 3.761306533887826*^9}, {3.7613065840486107`*^9, - 3.7613066639010563`*^9}, {3.761306716374682*^9, 3.7613067441575327`*^9}, { - 3.761306774355764*^9, 3.761306834154875*^9}, {3.7613070302953243`*^9, - 3.76130705839765*^9}, {3.7613083285830812`*^9, 3.7613083680112553`*^9}, { - 3.761309155307118*^9, 3.761309204871757*^9}, {3.7613092929652863`*^9, - 3.761309379971908*^9}, {3.761382820081716*^9, 3.761382834766548*^9}, { - 3.76138315468125*^9, 3.761383157817292*^9}, {3.761383193862713*^9, - 3.76138328048495*^9}, 3.7613833364532213`*^9, 3.7613877480927563`*^9, { - 3.761416820764223*^9, 3.76141686629681*^9}, {3.761416902523122*^9, - 3.7614169275690813`*^9}, 3.7614169932958717`*^9, {3.7614617979066343`*^9, - 3.761461800263917*^9}, 3.76146194226432*^9, {3.7616505028255873`*^9, - 3.761650575813095*^9}, {3.761650666739345*^9, 3.761650703178874*^9}, { - 3.7616507610057287`*^9, 3.7616508488080893`*^9}, {3.762102493064165*^9, - 3.7621026170854588`*^9}, {3.762102653458495*^9, 3.7621028575895653`*^9}, { - 3.762102891406652*^9, 3.762103017523076*^9}, {3.762103123797048*^9, - 3.7621031314881067`*^9}, {3.762103164532901*^9, 3.762103238945119*^9}, - 3.762103317592228*^9, {3.7621033696723433`*^9, 3.762103462434218*^9}, { - 3.762103629759901*^9, 3.762103754707251*^9}, {3.7621038014130983`*^9, - 3.762103806410224*^9}, {3.7621038468918457`*^9, 3.762103858985067*^9}, { - 3.7621039084031973`*^9, 3.76210391519419*^9}, {3.762104152869686*^9, - 3.7621041787316008`*^9}, {3.7621042160107718`*^9, 3.762104237466498*^9}, { - 3.762104267531948*^9, 3.7621043406482563`*^9}, {3.76210454290287*^9, - 3.762104646913961*^9}, {3.76210473605682*^9, 3.7621047956336927`*^9}, { - 3.7621060525237923`*^9, 3.762106102851467*^9}, {3.762106153193736*^9, - 3.762106156977296*^9}, {3.762106233845892*^9, 3.7621063149591503`*^9}, { - 3.762106412252318*^9, 3.7621064325936728`*^9}, {3.7624981476201353`*^9, - 3.7624981709837217`*^9}, {3.762498245640142*^9, 3.762498256352324*^9}, - 3.76249833634416*^9, {3.762498474294816*^9, 3.7624984809086227`*^9}, { - 3.7624985993459177`*^9, 3.762498628779851*^9}, {3.762498829247604*^9, - 3.762498890795834*^9}, {3.7624990015344687`*^9, 3.7624991378944902`*^9}, { - 3.762499186464332*^9, 3.762499199075432*^9}, {3.7624992314237423`*^9, - 3.762499305348139*^9}, {3.7624994277885313`*^9, 3.7624994319119663`*^9}, - 3.762499469112893*^9, {3.762502717125535*^9, 3.762502723358025*^9}, { - 3.762502796619301*^9, 3.762502813165999*^9}, 3.7625029804272127`*^9, { - 3.762582269029249*^9, 3.762582285160461*^9}, {3.762582363020563*^9, - 3.762582371209998*^9}, {3.76258241136819*^9, 3.76258243328338*^9}, { - 3.762582502805962*^9, 3.7625825046410522`*^9}, {3.762582558771358*^9, - 3.762582558915724*^9}, {3.762582622766678*^9, 3.762582668909976*^9}, { - 3.762583498732263*^9, 3.762583499808262*^9}, {3.7625868909898567`*^9, - 3.7625869272595243`*^9}, {3.7625875285339193`*^9, - 3.7625875336261053`*^9}, {3.762587894113284*^9, 3.762587923075026*^9}, - 3.76258809506489*^9, {3.762588155350531*^9, 3.762588180402031*^9}, { - 3.762588260279954*^9, 3.7625882886755667`*^9}, {3.762588346744122*^9, - 3.762588371114582*^9}, {3.762588435316472*^9, 3.762588436252501*^9}, { - 3.762588517935748*^9, 3.7625885463706617`*^9}, {3.7625885807674*^9, - 3.762588636583043*^9}, {3.762588669342952*^9, 3.7625887225407887`*^9}, { - 3.762588756779875*^9, 3.762588791529193*^9}, {3.762588922131773*^9, - 3.762588924291471*^9}, {3.76258907036896*^9, 3.7625890745146837`*^9}, { - 3.7625895442111187`*^9, 3.762589617782276*^9}, 3.762589672277542*^9, { - 3.7625897530368357`*^9, 3.7625898259629583`*^9}, 3.7625898720272217`*^9, { - 3.762677526601284*^9, 3.762677540127564*^9}, {3.7626775863101673`*^9, - 3.7626776872626953`*^9}, {3.7626777357149353`*^9, 3.762677737203546*^9}, { - 3.76267779801667*^9, 3.762677862846698*^9}, {3.762677910666745*^9, - 3.762677940490479*^9}, {3.7626780495680513`*^9, 3.7626780497560883`*^9}, { - 3.762678463334445*^9, 3.762678487964533*^9}, {3.7626793924788427`*^9, - 3.762679408974279*^9}, {3.762679463677194*^9, 3.762679519637199*^9}, - 3.7626795637191353`*^9, {3.7626799410582647`*^9, 3.762679971916801*^9}, { - 3.7626800059954567`*^9, 3.76268004651369*^9}, {3.7626925595935926`*^9, - 3.762692562134397*^9}, {3.762692675814475*^9, 3.762692677636441*^9}, { - 3.762693290932212*^9, 3.762693334938401*^9}, {3.762693365224998*^9, - 3.762693391462492*^9}, {3.762693515415144*^9, 3.762693522925078*^9}, { - 3.762693621956568*^9, 3.762693686752577*^9}, {3.762770920087637*^9, - 3.7627710451232033`*^9}, {3.762771135383432*^9, 3.76277114985949*^9}, { - 3.762771252361383*^9, 3.762771272566834*^9}, {3.7627716580427732`*^9, - 3.762771710541195*^9}, 3.762771862467991*^9, {3.7627719062598333`*^9, - 3.7627719503838043`*^9}, {3.762771987567686*^9, 3.762772017414404*^9}, - 3.7627720616618547`*^9, {3.762772940184148*^9, 3.76277297496988*^9}, { - 3.762773049524953*^9, 3.762773052855938*^9}, 3.7627735693834248`*^9, { - 3.7627736256459637`*^9, 3.7627736267320766`*^9}, {3.762841968043556*^9, - 3.762841971689434*^9}, {3.7628420791683397`*^9, 3.762842152463503*^9}, { - 3.76284221049533*^9, 3.7628422427149963`*^9}, {3.7628422931097097`*^9, - 3.762842294171431*^9}, {3.762843140783256*^9, 3.762843174540785*^9}, - 3.76284323171906*^9, 3.7628432620848923`*^9, 3.762843472440621*^9, { - 3.762843530593953*^9, 3.7628435308216457`*^9}, {3.7628435699325647`*^9, - 3.762843577277005*^9}, {3.762843736593616*^9, 3.7628437506719217`*^9}, { - 3.762843794550819*^9, 3.762843898821501*^9}, 3.76284399421274*^9, { - 3.762844053296976*^9, 3.7628441198318453`*^9}, {3.762844193463323*^9, - 3.762844196869841*^9}, {3.7628442292314873`*^9, 3.762844230656508*^9}, { - 3.762844292214486*^9, 3.762844478110961*^9}, 3.7628446048960114`*^9, { - 3.762855052141629*^9, 3.762855055454192*^9}, {3.762855485339323*^9, - 3.76285551580307*^9}, {3.762855575097687*^9, 3.762855598848749*^9}, { - 3.762855633761406*^9, 3.762855680941841*^9}, {3.762855838827366*^9, - 3.762855863378171*^9}, {3.762856143012158*^9, 3.762856217441588*^9}, { - 3.762858311081154*^9, 3.7628583120304327`*^9}, {3.76285835880651*^9, - 3.7628583684319677`*^9}, {3.7628607058960047`*^9, 3.7628607075987663`*^9}, - 3.762866915430805*^9, {3.762866967761737*^9, 3.7628670119373503`*^9}, { - 3.762867059688072*^9, 3.76286708299951*^9}, {3.762867169663844*^9, - 3.7628671824696083`*^9}, {3.762867374682057*^9, 3.7628675208138857`*^9}, { - 3.7628677656632967`*^9, 3.76286776963317*^9}, 3.7628678073862047`*^9, { - 3.7628678779517183`*^9, 3.7628679508301373`*^9}, {3.7628680210441303`*^9, - 3.762868094231029*^9}, {3.762868251262959*^9, 3.762868259793219*^9}, { - 3.762868791577395*^9, 3.762868801797572*^9}, {3.762869160895444*^9, - 3.7628692036455936`*^9}, {3.762869237734138*^9, 3.762869244027247*^9}, { - 3.762869321441249*^9, 3.762869356529216*^9}, 3.762869394554852*^9, { - 3.7628695579991703`*^9, 3.762869577148713*^9}, {3.7628696201495237`*^9, - 3.762869692378208*^9}, {3.762869737186467*^9, 3.762869797397738*^9}, { - 3.76286990999438*^9, 3.762869964227026*^9}, {3.762870015871686*^9, - 3.7628700317938643`*^9}, {3.762870134176379*^9, 3.7628701628786993`*^9}, { - 3.7628702301619473`*^9, 3.762870294612823*^9}, {3.762870473741437*^9, - 3.762870479995652*^9}, {3.762870587287355*^9, 3.762870599093995*^9}, { - 3.762870644033637*^9, 3.762870722355867*^9}, {3.762870795124795*^9, - 3.762870954982074*^9}, {3.762871004526711*^9, 3.762871033283514*^9}, - 3.762871402901025*^9, {3.7628714747887173`*^9, 3.76287147568962*^9}, { - 3.762871515626314*^9, 3.762871608409374*^9}, {3.7628716725028067`*^9, - 3.762871672685828*^9}, {3.762871708403867*^9, 3.762871949455731*^9}, { - 3.762871987106526*^9, 3.762872039287641*^9}, {3.762872081056032*^9, - 3.7628721219021072`*^9}, {3.762872240222788*^9, 3.7628722403962383`*^9}, { - 3.762872351507962*^9, 3.762872395801134*^9}, 3.762872463195447*^9, { - 3.7628725183533173`*^9, 3.762872520397197*^9}, {3.762872600030006*^9, - 3.762872679985482*^9}, {3.76287274173201*^9, 3.7628729286886177`*^9}, { - 3.7628729820175037`*^9, 3.762872993276016*^9}, {3.762873223952983*^9, - 3.7628732645793457`*^9}, {3.762873306231241*^9, 3.762873319451611*^9}, { - 3.762873361710734*^9, 3.762873403405033*^9}, {3.762873480577733*^9, - 3.762873514995167*^9}, {3.762873569354168*^9, 3.762873577454311*^9}, { - 3.762873622047131*^9, 3.762873626076936*^9}, {3.762873681562976*^9, - 3.762873804669633*^9}, {3.762873874461594*^9, 3.7628739019298487`*^9}, { - 3.762873942034061*^9, 3.7628739499439297`*^9}, {3.762873998120645*^9, - 3.7628740004947042`*^9}, {3.762874041584938*^9, 3.762874226449202*^9}, { - 3.762874271070135*^9, 3.762874277282874*^9}, {3.7628744181917953`*^9, - 3.762874463581009*^9}, {3.762874515579569*^9, 3.762874543507349*^9}, { - 3.76287458123426*^9, 3.7628746222412777`*^9}, {3.762874671856251*^9, - 3.762874677335286*^9}, {3.7628747670478163`*^9, 3.7628748156535063`*^9}, { - 3.7628749407155533`*^9, 3.762874952138845*^9}, {3.762875025608852*^9, - 3.762875041191021*^9}, {3.762875073078917*^9, 3.762875088968438*^9}, { - 3.762875131293384*^9, 3.762875142717152*^9}, {3.762875189893785*^9, - 3.762875228139299*^9}, {3.762875264602992*^9, 3.762875384703268*^9}, { - 3.7628754209230127`*^9, 3.7628754380168858`*^9}, {3.762875492924176*^9, - 3.762875496297366*^9}, {3.7628755457294416`*^9, 3.762875553524787*^9}, { - 3.762875599213748*^9, 3.762875600597042*^9}, {3.762875632421335*^9, - 3.76287563573954*^9}, {3.762875682395001*^9, 3.7628756847140007`*^9}, { - 3.7628757164263697`*^9, 3.7628757229691467`*^9}, {3.76287605211134*^9, - 3.762876097288445*^9}, {3.762876135954174*^9, 3.762876195935535*^9}, { - 3.762876241711833*^9, 3.7628762494931927`*^9}, {3.762876384663487*^9, - 3.762876479009344*^9}, {3.76287655336906*^9, 3.76287656601012*^9}, { - 3.762876596400938*^9, 3.762876634383113*^9}, {3.762876673710348*^9, - 3.76287675187472*^9}, {3.762876791877123*^9, 3.762876819041494*^9}, { - 3.762876885505245*^9, 3.762876891022944*^9}, {3.762876937073703*^9, - 3.7628771938795424`*^9}, 3.762877403929391*^9, {3.762877434780368*^9, - 3.7628775218664*^9}, {3.762877580715034*^9, 3.762877631590403*^9}, - 3.7628776663055677`*^9, {3.7628777044483967`*^9, 3.762877725317191*^9}, { - 3.762877789695075*^9, 3.762877793110955*^9}, 3.7628778423255033`*^9, { - 3.762877979538982*^9, 3.7628779882143593`*^9}, {3.762878277816328*^9, - 3.76287833239133*^9}, {3.7628784710060663`*^9, 3.762878506972105*^9}, { - 3.7628785962592087`*^9, 3.762878801387622*^9}, {3.7628788387986393`*^9, - 3.762878864223701*^9}, {3.762878899289844*^9, 3.7628792672629423`*^9}, { - 3.762879302100252*^9, 3.762879330120636*^9}, {3.7628793752089863`*^9, - 3.762879376916254*^9}, {3.7628794219805403`*^9, 3.7628794729603786`*^9}, { - 3.7628795152925262`*^9, 3.762879545039997*^9}, {3.762879584664082*^9, - 3.762879627053114*^9}, {3.762880097039065*^9, 3.7628801883595533`*^9}, { - 3.762880273098674*^9, 3.7628802847264767`*^9}, {3.762880640968452*^9, - 3.7628806418162117`*^9}, {3.76288069938903*^9, 3.762880720578525*^9}, { - 3.7629306710210238`*^9, 3.762930744528843*^9}, {3.762930837033882*^9, - 3.762930870447606*^9}, {3.762938095787146*^9, 3.7629381017712297`*^9}, { - 3.762938161287774*^9, 3.762938215926861*^9}, {3.7629382564830637`*^9, - 3.762938281171281*^9}, {3.7629389096948557`*^9, 3.762938941986907*^9}, { - 3.762939377043207*^9, 3.762939380889515*^9}, {3.762939412233852*^9, - 3.7629394140804863`*^9}, {3.762939511271194*^9, 3.7629395163268213`*^9}, { - 3.76293958614294*^9, 3.762939693652255*^9}, {3.7629397253426237`*^9, - 3.7629398093529587`*^9}, {3.762939861473041*^9, 3.762939909743734*^9}, { - 3.762939955718019*^9, 3.7629399593092413`*^9}, {3.7631071345625963`*^9, - 3.76310714375867*^9}, 3.763109010813422*^9, {3.7631092057400208`*^9, - 3.7631094289466867`*^9}, {3.76310946139357*^9, 3.763109464777589*^9}, { - 3.763109609170587*^9, 3.763109612134158*^9}, {3.7631096445197697`*^9, - 3.7631096660472937`*^9}, {3.763109717543357*^9, 3.7631097614270906`*^9}, { - 3.763113751318272*^9, 3.76311377566158*^9}, {3.763113847940092*^9, - 3.763113852041291*^9}, {3.7631139697602367`*^9, 3.763114015545051*^9}, { - 3.76311408524647*^9, 3.763114095717828*^9}, {3.7631141392049513`*^9, - 3.763114244720681*^9}, {3.763114313616914*^9, 3.763114335329433*^9}, { - 3.763114428789543*^9, 3.763114439084303*^9}, {3.763114657900378*^9, - 3.76311466123164*^9}, {3.763114804404273*^9, 3.763114830891836*^9}, - 3.76311492103691*^9, {3.7631149536921864`*^9, 3.7631149574953737`*^9}, - 3.763115194117029*^9, {3.763117481664586*^9, 3.7631175073895884`*^9}, { - 3.763117541659478*^9, 3.763117546457182*^9}, {3.763118366263104*^9, - 3.763118424888715*^9}, {3.7631184630443068`*^9, 3.763118556777619*^9}, { - 3.763118597267194*^9, 3.76311860862567*^9}, {3.763118669217677*^9, - 3.763118678281003*^9}, {3.763118760253681*^9, 3.7631187818044777`*^9}, { - 3.763118852675838*^9, 3.763118874530364*^9}, {3.763118914883135*^9, - 3.7631189239615602`*^9}, {3.76311903172056*^9, 3.763119095181788*^9}, { - 3.763119136625108*^9, 3.7631191532754908`*^9}, {3.763125215957747*^9, - 3.763125237860512*^9}, {3.763125325265283*^9, 3.7631253453669357`*^9}, { - 3.763125382704082*^9, 3.763125403991729*^9}, {3.763125717784651*^9, - 3.7631257305215178`*^9}, {3.763125776152041*^9, 3.763125776309593*^9}, { - 3.763125812131754*^9, 3.763125910381338*^9}, {3.7631259626923637`*^9, - 3.7631259841422453`*^9}, {3.763126035211269*^9, 3.763126036239753*^9}, { - 3.7631261701418447`*^9, 3.763126180115364*^9}, {3.763126279914678*^9, - 3.7631263241774693`*^9}, {3.7631263669207563`*^9, 3.763126393551303*^9}, { - 3.7631264476942673`*^9, 3.7631264609978867`*^9}, {3.76312650025568*^9, - 3.763126573461645*^9}, {3.7631266195254803`*^9, 3.763126623002365*^9}, { - 3.7631272758447733`*^9, 3.763127309275083*^9}, {3.7631275505577602`*^9, - 3.7631275721993113`*^9}, {3.763127617738536*^9, 3.76312765133419*^9}, { - 3.76312787086615*^9, 3.763127891746153*^9}, {3.763127975647997*^9, - 3.763127977794919*^9}, {3.763128010713504*^9, 3.763128021567861*^9}, { - 3.763128246913335*^9, 3.763128318277091*^9}, {3.7631285502832937`*^9, - 3.7631285749907627`*^9}, {3.7631286142239313`*^9, 3.763128621583006*^9}, { - 3.763128714046776*^9, 3.763128718181245*^9}, {3.7631297011891193`*^9, - 3.763129721772406*^9}, {3.763129763584149*^9, 3.763129768832306*^9}, { - 3.763129847014283*^9, 3.76312986407797*^9}, {3.763129927313559*^9, - 3.7631300438891373`*^9}, {3.763130179369866*^9, 3.7631302060726833`*^9}, { - 3.763130245968479*^9, 3.763130335547166*^9}, {3.7631303657106133`*^9, - 3.7631303802433157`*^9}, {3.7631304247119904`*^9, 3.763130455888669*^9}, { - 3.763130521792214*^9, 3.7631305406864758`*^9}, {3.7631305965443153`*^9, - 3.763130660171047*^9}, {3.763130706718121*^9, 3.763130829968198*^9}, { - 3.76313096353717*^9, 3.763131008181438*^9}, {3.763131576616784*^9, - 3.763131593542778*^9}, {3.7631317388395023`*^9, 3.7631317501629963`*^9}, { - 3.763131892771203*^9, 3.763131892992467*^9}, {3.763132007751411*^9, - 3.763132018592195*^9}, {3.763132085855482*^9, 3.763132118941799*^9}, { - 3.76313225950935*^9, 3.7631322966720047`*^9}, {3.763132346415104*^9, - 3.763132378887425*^9}, {3.763132545890561*^9, 3.763132580825664*^9}, { - 3.763132747293684*^9, 3.7631328034437017`*^9}, {3.7631329730980597`*^9, - 3.76313297389685*^9}, {3.763133056669232*^9, 3.763133188717005*^9}, { - 3.763133935427595*^9, 3.763133935595489*^9}, {3.763187227503315*^9, - 3.763187255977352*^9}, {3.763187457039694*^9, 3.763187459878124*^9}, { - 3.7631875802780323`*^9, 3.763187625750729*^9}, {3.7631876604547977`*^9, - 3.763187695133733*^9}, {3.763188212310367*^9, 3.763188223797275*^9}, { - 3.7631884932904*^9, 3.76318850267904*^9}, {3.763188670813423*^9, - 3.763188686690158*^9}, {3.763188967603389*^9, 3.763188971753989*^9}, { - 3.763189112892579*^9, 3.7631891137284737`*^9}, {3.763189143865053*^9, - 3.763189176599208*^9}, {3.7631892258070707`*^9, 3.7631892574490843`*^9}, { - 3.763189493136047*^9, 3.7631894989397297`*^9}, {3.7631896003011436`*^9, - 3.7631896082865353`*^9}, {3.763189847050942*^9, 3.763189849706423*^9}, { - 3.763189984007719*^9, 3.763189987835786*^9}, {3.763190061651286*^9, - 3.7631900848977213`*^9}, {3.7631901264431887`*^9, 3.763190167151824*^9}, { - 3.763190252366623*^9, 3.763190261428344*^9}, {3.763190406913002*^9, - 3.763190430824905*^9}, {3.763190468801447*^9, 3.763190469190565*^9}, { - 3.763190622378428*^9, 3.763190630267044*^9}, {3.763190661152936*^9, - 3.7631906670871983`*^9}, {3.763190724114277*^9, 3.763190829622073*^9}, { - 3.763190883250929*^9, 3.763190886503768*^9}, {3.763190917838767*^9, - 3.7631909193172626`*^9}, {3.763191046078986*^9, 3.763191055993108*^9}, { - 3.7631911205882196`*^9, 3.763191168179716*^9}, {3.763191227422003*^9, - 3.763191252791547*^9}, {3.763191329027898*^9, 3.763191469921081*^9}, { - 3.763191504955181*^9, 3.763191539257966*^9}, {3.7631915873067007`*^9, - 3.7631916335588217`*^9}, {3.7631916944415503`*^9, 3.763191763003018*^9}, { - 3.763191812380579*^9, 3.763191882334046*^9}, {3.763191928001873*^9, - 3.763191961271028*^9}, {3.763192105280212*^9, 3.76319210639229*^9}, { - 3.763192138213997*^9, 3.7631921652834473`*^9}, {3.7631927565237713`*^9, - 3.763192778410982*^9}, {3.763193346873497*^9, 3.763193398671426*^9}, { - 3.763193458829427*^9, 3.7631934913421307`*^9}, {3.763193543342906*^9, - 3.763193585165707*^9}, {3.763193615957055*^9, 3.7631936161804447`*^9}, { - 3.763193647289423*^9, 3.76319364936325*^9}, {3.763193721572187*^9, - 3.763193723439939*^9}, {3.7631938176581697`*^9, 3.763193824975697*^9}, { - 3.763193862394617*^9, 3.763193926233437*^9}, {3.763194023337283*^9, - 3.763194034343214*^9}, {3.763194615618539*^9, 3.763194619036454*^9}, { - 3.763194658740366*^9, 3.763194692672081*^9}, {3.763194755420477*^9, - 3.7631947699246273`*^9}, {3.763195334094963*^9, 3.763195338909153*^9}, { - 3.7631975202638683`*^9, 3.763197548230151*^9}, {3.763197626392477*^9, - 3.7631976888784437`*^9}, {3.763197723624353*^9, 3.7631977253245687`*^9}, { - 3.763197890121645*^9, 3.763197953778249*^9}, {3.763198031792822*^9, - 3.763198054939842*^9}, {3.76321612243653*^9, 3.763216135394136*^9}, { - 3.763216452860265*^9, 3.763216512562997*^9}, {3.763216619929467*^9, - 3.7632166276714373`*^9}, {3.76321670921714*^9, 3.763216717734356*^9}, { - 3.7632168429845753`*^9, 3.763216860041214*^9}, {3.763219483617481*^9, - 3.763219484646124*^9}, 3.7637480980874977`*^9, 3.7656132382169933`*^9, { - 3.7656132847518272`*^9, 3.765613290129304*^9}, {3.765613322429381*^9, - 3.765613322559623*^9}, {3.7656133923118057`*^9, 3.765613401977973*^9}, { - 3.765617239109764*^9, 3.765617256380885*^9}, {3.765617301508347*^9, - 3.765617328981081*^9}, {3.765617359205852*^9, 3.7656173781026287`*^9}, { - 3.765784620232706*^9, 3.765784689781252*^9}, {3.765784870221239*^9, - 3.765784892170088*^9}, {3.7657850012632504`*^9, 3.765785001478718*^9}, { - 3.765786854221891*^9, 3.76578701567861*^9}, {3.76578707263732*^9, - 3.765787072783017*^9}, {3.7657872632027473`*^9, 3.7657872785712852`*^9}, { - 3.765787316876203*^9, 3.765787339591667*^9}, {3.765787373522758*^9, - 3.7657874200352573`*^9}, {3.765787450044582*^9, 3.7657874663117313`*^9}, { - 3.7657874982950697`*^9, 3.7657875068386927`*^9}, {3.765787587486917*^9, - 3.765787617689131*^9}, {3.765787781196168*^9, 3.765787815427401*^9}, { - 3.765787850054681*^9, 3.765787856021174*^9}, {3.765787891382762*^9, - 3.765787954740789*^9}, {3.7657879904948072`*^9, 3.765787992037723*^9}, { - 3.7657880294366407`*^9, 3.765788030041398*^9}, 3.765788076272851*^9, - 3.765788126200704*^9, {3.765788276626862*^9, 3.7657883998158607`*^9}, { - 3.7657884591537046`*^9, 3.76578846122993*^9}, {3.765788571737989*^9, - 3.7657885749533253`*^9}, {3.7657886084416723`*^9, 3.765788610521564*^9}, { - 3.7657886533592777`*^9, 3.765788689744301*^9}, {3.765788727265636*^9, - 3.765788823548274*^9}, {3.76578893364857*^9, 3.7657890745241117`*^9}, { - 3.765789321204677*^9, 3.765789323836171*^9}, {3.765789383162809*^9, - 3.76578939527948*^9}, 3.765789506485285*^9, {3.765789559942175*^9, - 3.76578957941516*^9}, {3.765789610372075*^9, 3.7657896215452633`*^9}, { - 3.765789652426416*^9, 3.765789670747816*^9}, {3.765789726199593*^9, - 3.7657897711495047`*^9}, {3.7657898329974194`*^9, 3.76578983839888*^9}, { - 3.765789882716711*^9, 3.765790118721635*^9}, {3.765790156394946*^9, - 3.765790159211773*^9}, {3.765790226468259*^9, 3.7657902461019993`*^9}, { - 3.765790534617981*^9, 3.765790570961727*^9}, {3.765790646513578*^9, - 3.765790648697698*^9}, {3.766133130511834*^9, 3.766133191520647*^9}, { - 3.766133393203856*^9, 3.766133397097556*^9}, {3.7661334909023046`*^9, - 3.766133502477824*^9}, {3.766133547276335*^9, 3.766133599590375*^9}, { - 3.766133647697535*^9, 3.766133752010853*^9}, {3.76613385276198*^9, - 3.766133853360251*^9}, {3.766136088935584*^9, 3.766136089197337*^9}, { - 3.767418339006063*^9, 3.767418373391323*^9}, {3.76741865255199*^9, - 3.767418659977913*^9}, {3.767418772659123*^9, 3.767418776351082*^9}, { - 3.7674188354921303`*^9, 3.767418843488943*^9}, {3.767419391561277*^9, - 3.7674193933080072`*^9}, {3.767419477135425*^9, 3.767419478396847*^9}, { - 3.7674212389643307`*^9, 3.767421243094317*^9}, {3.767421388067708*^9, - 3.767421408273843*^9}, 3.7674214825380497`*^9, {3.767421748315342*^9, - 3.76742176753896*^9}, {3.7674221360416183`*^9, 3.767422150623794*^9}, { - 3.767422873176009*^9, 3.7674228861233063`*^9}, {3.767423176220377*^9, - 3.767423288843697*^9}, {3.767423319599174*^9, 3.7674233300793962`*^9}, { - 3.767423656813138*^9, 3.767423657009758*^9}, {3.7674242736796913`*^9, - 3.767424282134386*^9}, 3.767424359730546*^9, {3.767425400287179*^9, - 3.767425438842709*^9}, {3.7674254732233057`*^9, 3.7674254753341827`*^9}, { - 3.76742591047171*^9, 3.767426135839841*^9}, {3.767426781512274*^9, - 3.767426781644022*^9}, {3.7674268512227297`*^9, 3.767426853051519*^9}, { - 3.76742759519308*^9, 3.767427620099413*^9}, {3.767427894905375*^9, - 3.767427898429635*^9}, {3.767428043794436*^9, 3.767428052749457*^9}, { - 3.767429496716354*^9, 3.76742950712227*^9}, {3.7705685388204727`*^9, - 3.77056855609783*^9}, {3.770985255621977*^9, 3.77098533433296*^9}, { - 3.7709853979701557`*^9, 3.770985429562252*^9}, {3.7709854802462187`*^9, - 3.77098548903078*^9}, {3.770992216824781*^9, 3.770992217581645*^9}, { - 3.770992263809794*^9, 3.770992274212365*^9}, {3.770992316847095*^9, - 3.7709923668539667`*^9}, {3.770992843329639*^9, 3.770992847623066*^9}, { - 3.7709937469717007`*^9, 3.770993754167997*^9}, {3.77099404442232*^9, - 3.770994057522037*^9}, {3.7709942504947023`*^9, 3.770994251172936*^9}, { - 3.770994313420412*^9, 3.770994333179612*^9}, {3.7709947381180363`*^9, - 3.770994746114501*^9}, {3.77099489728544*^9, 3.770994903087699*^9}, { - 3.7709955146884212`*^9, 3.770995519188938*^9}, {3.7709955885900097`*^9, - 3.770995603621776*^9}, {3.7709985161231823`*^9, 3.770998573504325*^9}, { - 3.770998636718886*^9, 3.77099866864684*^9}, {3.770999271890346*^9, - 3.7709992748324633`*^9}, {3.77099932832793*^9, 3.770999435197094*^9}, { - 3.770999473700451*^9, 3.77099954163769*^9}, {3.7709996054438562`*^9, - 3.77099970778405*^9}, {3.770999776833643*^9, 3.770999798197777*^9}, { - 3.7709998298969727`*^9, 3.7709999055790854`*^9}, {3.771000913605406*^9, - 3.771000994531023*^9}, {3.771001058025551*^9, 3.771001085103985*^9}, { - 3.771001155512368*^9, 3.771001215445347*^9}, {3.771001257175239*^9, - 3.771001295878345*^9}, {3.7710033329319677`*^9, 3.771003360971566*^9}, { - 3.77100354006137*^9, 3.7710036064113626`*^9}, {3.771003657619206*^9, - 3.7710036944494877`*^9}, 3.771003727767627*^9, 3.771062394226145*^9, { - 3.771062571972788*^9, 3.7710625760835648`*^9}, {3.7710626284198513`*^9, - 3.771062632297975*^9}, {3.771062770322917*^9, 3.771062781615706*^9}, { - 3.771062835425494*^9, 3.771062892468504*^9}, 3.7710629725583553`*^9, { - 3.771063096550644*^9, 3.77106312575948*^9}, {3.7710631628487053`*^9, - 3.771063189685732*^9}, {3.771063374106915*^9, 3.7710634136717167`*^9}, { - 3.771063715324141*^9, 3.771063723856834*^9}, 3.7710637716993*^9, { - 3.7710663266989393`*^9, 3.7710663295535192`*^9}, {3.771066369739533*^9, - 3.771066412961162*^9}, {3.771066589388928*^9, 3.771066591324184*^9}, { - 3.771066696018014*^9, 3.771066756432719*^9}, {3.771066818583774*^9, - 3.771066819938601*^9}, {3.771067050293045*^9, 3.771067073807219*^9}, { - 3.77106721868401*^9, 3.771067235962707*^9}, {3.7710678738916483`*^9, - 3.771067946032868*^9}, {3.771068096310753*^9, 3.771068170859066*^9}, { - 3.7710682057955303`*^9, 3.771068213657659*^9}, {3.771068243801957*^9, - 3.77106833510456*^9}, {3.771068961022511*^9, 3.7710690398331823`*^9}, { - 3.7710690833632727`*^9, 3.771069083504656*^9}, {3.7710691353442497`*^9, - 3.771069149303069*^9}, {3.771069198154456*^9, 3.771069232605229*^9}, { - 3.7710696182554483`*^9, 3.77106962241162*^9}, {3.771071024377389*^9, - 3.7710711687241383`*^9}, {3.771071223269198*^9, 3.7710712555852633`*^9}, { - 3.771071297666704*^9, 3.7710712989299517`*^9}, {3.7710713301115828`*^9, - 3.771071587457263*^9}, {3.77107162312395*^9, 3.771071624129236*^9}, { - 3.771071687296813*^9, 3.77107182861987*^9}, {3.7710718649574947`*^9, - 3.7710718681068993`*^9}, {3.771218359146858*^9, 3.771218371633432*^9}, - 3.771218633021106*^9, 3.771219750185355*^9, {3.771227804121016*^9, - 3.771227805860454*^9}, {3.7712280867684526`*^9, 3.771228092370463*^9}, { - 3.771228492507588*^9, 3.77122849265583*^9}, {3.771229675233079*^9, - 3.771229680331314*^9}, {3.771229885322709*^9, 3.7712299013359747`*^9}, { - 3.7712299416509113`*^9, 3.771229942983835*^9}, {3.7712304741539307`*^9, - 3.7712305157645483`*^9}, {3.7712306706620092`*^9, - 3.7712307683413067`*^9}, {3.771230847027277*^9, 3.771230906810211*^9}, { - 3.771230971727503*^9, 3.771230996070547*^9}, {3.77123104405582*^9, - 3.7712310789673653`*^9}, {3.771231137938733*^9, 3.771231139371385*^9}, - 3.771231185248641*^9, {3.7712313407334642`*^9, 3.771231351223959*^9}, { - 3.771231399192821*^9, 3.771231400594159*^9}, {3.771231438048242*^9, - 3.771231449680297*^9}, {3.771231660158917*^9, 3.771231660235083*^9}, { - 3.77123171146215*^9, 3.7712317477201843`*^9}, {3.7712317866697483`*^9, - 3.771231805928154*^9}, {3.771231857513937*^9, 3.771231922606146*^9}, { - 3.7712322109702272`*^9, 3.771232245011187*^9}, {3.77123232501055*^9, - 3.7712323279219637`*^9}, {3.7712323608281937`*^9, 3.771232361010892*^9}, { - 3.771232396338902*^9, 3.771232424695243*^9}, {3.771236683796921*^9, - 3.771236718438673*^9}, {3.771238579955537*^9, 3.77123858039727*^9}, { - 3.774163342992441*^9, 3.774163349465139*^9}, 3.774163732272812*^9, { - 3.774170626573571*^9, 3.774170635524674*^9}, {3.7741707477912607`*^9, - 3.774170756370921*^9}, {3.774171154343649*^9, 3.774171174268244*^9}, { - 3.774171207282909*^9, 3.774171229698924*^9}, {3.774171280793515*^9, - 3.7741713078089027`*^9}, {3.777883110942696*^9, 3.777883121513275*^9}, { - 3.777883300718519*^9, 3.777883303748021*^9}, {3.777883597200561*^9, - 3.7778836198610353`*^9}, {3.7778841982352753`*^9, 3.777884240627591*^9}, { - 3.777884354490204*^9, 3.777884390100523*^9}, {3.777884496376441*^9, - 3.777884550767989*^9}, {3.7778845886714563`*^9, 3.777884618561845*^9}, { - 3.777884741239046*^9, 3.7778847422165823`*^9}, {3.777884847900238*^9, - 3.777884848695868*^9}, {3.777884881478932*^9, 3.777884893190099*^9}, { - 3.777884936268408*^9, 3.777884938034113*^9}, {3.7778849898832073`*^9, - 3.777884992009694*^9}, {3.777886841769018*^9, 3.777886847035543*^9}, { - 3.777886938832423*^9, 3.777886938991823*^9}, {3.777886974197579*^9, - 3.77788697454423*^9}, {3.777888208711817*^9, 3.777888209786521*^9}, { - 3.7778884873875313`*^9, 3.7778884879400873`*^9}, {3.778341547712955*^9, - 3.7783416140779133`*^9}, {3.778342096135556*^9, 3.7783421122925663`*^9}, { - 3.7783423980957613`*^9, 3.778342436409171*^9}, 3.7783425371184177`*^9, - 3.7783428037732286`*^9, {3.778343228103939*^9, 3.778343252000104*^9}, { - 3.778343855424313*^9, 3.778343874590789*^9}, {3.77834691848427*^9, - 3.778346921962772*^9}, {3.77834703461736*^9, 3.778347056218598*^9}, { - 3.778347317730957*^9, 3.778347335275222*^9}, {3.778347463422864*^9, - 3.778347572532193*^9}, {3.77834765722755*^9, 3.778347660842284*^9}, { - 3.778347746485642*^9, 3.778347755029956*^9}, {3.778347956245047*^9, - 3.778347964018465*^9}, 3.7784846769299726`*^9, {3.779517206742679*^9, - 3.779517247454179*^9}, {3.7795175246690474`*^9, 3.7795175559046183`*^9}, { - 3.779517586114908*^9, 3.7795175871998987`*^9}, {3.779517645545917*^9, - 3.779517656862606*^9}, {3.779517811668775*^9, 3.7795178497309723`*^9}, - 3.779526036951063*^9, {3.77952796708489*^9, 3.7795279763312407`*^9}, { - 3.779528344596788*^9, 3.779528346410655*^9}, {3.779528489755775*^9, - 3.779528491208659*^9}, {3.7795285236167393`*^9, 3.779528526815249*^9}, { - 3.779528558298008*^9, 3.7795286018374643`*^9}, {3.779528800371364*^9, - 3.7795288549048758`*^9}, {3.779528919376288*^9, 3.779529034125331*^9}, { - 3.7801170933815823`*^9, 3.7801171255234756`*^9}, {3.78161320625354*^9, - 3.7816132784104643`*^9}, {3.781613466583273*^9, 3.781613474582327*^9}, { - 3.781613518662004*^9, 3.781613521863761*^9}, {3.781613740528426*^9, - 3.7816137471257153`*^9}, {3.781613895330988*^9, 3.7816139316812687`*^9}, { - 3.781614096031432*^9, 3.78161415612395*^9}, 3.7816159785577297`*^9, { - 3.781616027676881*^9, 3.781616060487369*^9}, 3.781616096101468*^9, { - 3.7816161385105867`*^9, 3.781616162353176*^9}, {3.781616435909308*^9, - 3.78161643626823*^9}, {3.781617040934772*^9, 3.781617069205027*^9}, { - 3.781617228538068*^9, 3.781617236672196*^9}, {3.78161727927229*^9, - 3.781617292631782*^9}, {3.7816174735244093`*^9, 3.781617491058634*^9}, { - 3.781617527758053*^9, 3.781617566098106*^9}, {3.781617666985403*^9, - 3.781617694464521*^9}, {3.781617747945244*^9, 3.781617798852406*^9}, { - 3.781617877981491*^9, 3.781617925018609*^9}, {3.781618166592342*^9, - 3.781618166765592*^9}, {3.78161820857272*^9, 3.7816182108997583`*^9}, { - 3.781618346661129*^9, 3.781618360457876*^9}, {3.781618423314724*^9, - 3.781618432911172*^9}, {3.781618541119955*^9, 3.781618575804497*^9}, { - 3.781618747961049*^9, 3.781618749711997*^9}, {3.781618849422463*^9, - 3.781618892708911*^9}, {3.781619490567857*^9, 3.7816195224157763`*^9}, { - 3.7816197712209473`*^9, 3.78161978506593*^9}, {3.7816198457084*^9, - 3.781619857176858*^9}, {3.781625278010277*^9, 3.781625278320633*^9}, { - 3.781625507076171*^9, 3.7816255135539083`*^9}, {3.781625669295478*^9, - 3.781625682670639*^9}, {3.7816257643671703`*^9, 3.78162576471795*^9}, { - 3.7816258194699907`*^9, 3.781625878530567*^9}, {3.7816259136011744`*^9, - 3.7816260848868437`*^9}, {3.781626326233399*^9, 3.781626333704397*^9}, { - 3.781626980439177*^9, 3.781627007036531*^9}, {3.781627113972267*^9, - 3.781627154804058*^9}, {3.781627219665454*^9, 3.781627248855564*^9}, { - 3.781628075852029*^9, 3.781628075995063*^9}, {3.781628168145582*^9, - 3.781628264007738*^9}, {3.781628457828092*^9, 3.781628527113945*^9}, { - 3.781628581808958*^9, 3.781628598640403*^9}, {3.781629271180827*^9, - 3.781629277538378*^9}, 3.781629552681849*^9, 3.781630265952499*^9, { - 3.781630513131585*^9, 3.781630816343946*^9}, {3.781637794421029*^9, - 3.781637799560951*^9}, {3.7816397465121393`*^9, 3.78163976192807*^9}, { - 3.781640974084455*^9, 3.781640976293817*^9}, {3.7816410135354967`*^9, - 3.781641013718293*^9}, {3.7816411364758987`*^9, 3.781641191553282*^9}, { - 3.7816412292679377`*^9, 3.781641263383588*^9}, {3.781641329231557*^9, - 3.781641407480527*^9}, {3.7816414736695557`*^9, 3.781641494356456*^9}, { - 3.781641665977538*^9, 3.781641775323806*^9}, {3.7816418499103003`*^9, - 3.781641899700966*^9}, {3.781641933766172*^9, 3.781642020388858*^9}, { - 3.781642050782839*^9, 3.781642054363265*^9}, {3.78164251745315*^9, - 3.7816425582402477`*^9}, {3.78164267991064*^9, 3.7816427406446466`*^9}, { - 3.7816428476543827`*^9, 3.781642877563442*^9}, {3.781642916602785*^9, - 3.781642920353833*^9}, {3.781642977177203*^9, 3.781642983425953*^9}, { - 3.781643013848412*^9, 3.781643052783231*^9}, {3.78164318704478*^9, - 3.781643219731113*^9}, {3.781643272051425*^9, 3.7816433006016893`*^9}, { - 3.781643334898526*^9, 3.78164336265945*^9}, {3.781643442740518*^9, - 3.781643451844163*^9}, {3.7816435563877*^9, 3.7816435585687637`*^9}, { - 3.7816436149431553`*^9, 3.781643621143251*^9}, {3.7816436804139547`*^9, - 3.781643706429069*^9}, {3.781643743317902*^9, 3.7816438016986732`*^9}, { - 3.78164387296428*^9, 3.781643893202812*^9}, {3.781643925212257*^9, - 3.781643935090425*^9}, {3.781643980002695*^9, 3.781643980824354*^9}, { - 3.781684735387897*^9, 3.781684819903823*^9}, {3.781684876734529*^9, - 3.781684878127458*^9}, {3.781685026220841*^9, 3.781685026346856*^9}, - 3.781685837596628*^9, {3.7818586600248327`*^9, 3.781858698654344*^9}, { - 3.781970479428784*^9, 3.781970484385592*^9}, {3.7819705355792217`*^9, - 3.7819705604817953`*^9}, {3.78197064168012*^9, 3.781970681374538*^9}, { - 3.781970827474432*^9, 3.781970842441272*^9}, {3.781970876577787*^9, - 3.781970888529028*^9}, {3.781970921400443*^9, 3.781970922960889*^9}, { - 3.781971313856226*^9, 3.781971348884428*^9}, 3.781973267320959*^9, { - 3.781973703254539*^9, 3.7819737120300198`*^9}, {3.781973757511489*^9, - 3.781973759420343*^9}, {3.781973861345709*^9, 3.78197387908136*^9}, { - 3.781974403127407*^9, 3.781974427431816*^9}, {3.781974693619644*^9, - 3.7819747015123672`*^9}, {3.7819748007121973`*^9, - 3.7819748021185293`*^9}, {3.781975016770525*^9, 3.781975053425517*^9}, { - 3.7819753436909113`*^9, 3.781975360712893*^9}, {3.7819754145529757`*^9, - 3.7819754494211483`*^9}, {3.781975481328372*^9, 3.7819754824002047`*^9}, { - 3.7819755501415653`*^9, 3.7819755872747087`*^9}, {3.7819756407124987`*^9, - 3.781975708991906*^9}, {3.78197574343906*^9, 3.781975746360037*^9}, { - 3.781975781934388*^9, 3.7819758380507174`*^9}, {3.781975908523636*^9, - 3.781975946423642*^9}, {3.781976094639604*^9, 3.781976192465424*^9}, { - 3.781976298402731*^9, 3.781976311159066*^9}, {3.781976504781452*^9, - 3.781976515809821*^9}, {3.781976551492639*^9, 3.7819766200321712`*^9}, { - 3.7819766626814957`*^9, 3.781976763756845*^9}, {3.781976798118968*^9, - 3.7819767987484922`*^9}, {3.781976851045764*^9, 3.7819770452495193`*^9}, { - 3.7819770875915937`*^9, 3.78197709450902*^9}, {3.781977343242259*^9, - 3.781977352551201*^9}, {3.7819775153986683`*^9, 3.781977530740782*^9}, { - 3.781977564973339*^9, 3.781977573613017*^9}, {3.78197768755695*^9, - 3.7819776941169443`*^9}, {3.781978216329488*^9, 3.781978243885551*^9}, { - 3.781983043634603*^9, 3.781983062376174*^9}, {3.781983123876878*^9, - 3.781983128904243*^9}, {3.781983220548943*^9, 3.781983236694174*^9}, { - 3.7819834188814163`*^9, 3.781983432538183*^9}, {3.7819835455932083`*^9, - 3.781983545661634*^9}, {3.781983686372409*^9, 3.781983704587221*^9}, { - 3.781983762849457*^9, 3.7819837781295643`*^9}, {3.781983821008318*^9, - 3.78198385551932*^9}, {3.781983895262005*^9, 3.78198390497884*^9}, { - 3.7819841503967333`*^9, 3.781984165499565*^9}, 3.781984242698344*^9, { - 3.7819842789530497`*^9, 3.781984279111786*^9}, {3.781984336959611*^9, - 3.781984399729515*^9}, {3.781984517716167*^9, 3.781984527771372*^9}, { - 3.781984767737414*^9, 3.7819847792293167`*^9}, {3.781985508450797*^9, - 3.7819855164880657`*^9}, {3.7819866804963017`*^9, 3.781986681576619*^9}, { - 3.782020606289318*^9, 3.7820206331435223`*^9}, {3.782020836806452*^9, - 3.782020849458085*^9}, {3.782020983745294*^9, 3.782020983854931*^9}, { - 3.7820212678906403`*^9, 3.782021294257024*^9}, {3.782021329650251*^9, - 3.78202133154151*^9}, {3.78202307822106*^9, 3.782023103458386*^9}, { - 3.7820234551894703`*^9, 3.7820234585371227`*^9}, {3.782023777791298*^9, - 3.782023786260988*^9}, {3.7820253817016478`*^9, 3.782025383650928*^9}, - 3.7820255471854687`*^9, 3.7820255859523373`*^9, {3.78202595944545*^9, - 3.7820259762225237`*^9}, {3.782026155003845*^9, 3.7820261565214043`*^9}, { - 3.7820262807623777`*^9, 3.7820262809270267`*^9}, {3.782026501789748*^9, - 3.782026517802761*^9}, {3.7820274957744493`*^9, 3.7820275343413277`*^9}, { - 3.782030134478948*^9, 3.782030142811864*^9}, {3.782034835007429*^9, - 3.782034868548449*^9}, {3.782034903724308*^9, 3.782034927037004*^9}, { - 3.782035117844241*^9, 3.782035191248231*^9}, {3.782035246703274*^9, - 3.782035254485135*^9}, {3.78203534310105*^9, 3.782035393256496*^9}, { - 3.782035430752219*^9, 3.7820355008637743`*^9}, {3.782035531168173*^9, - 3.7820355391955442`*^9}, {3.782035572957782*^9, 3.782035588181326*^9}, { - 3.782035621490081*^9, 3.782035622157496*^9}, {3.782035658116057*^9, - 3.7820356592597713`*^9}, 3.782035752108653*^9, {3.782036605747527*^9, - 3.782036609700107*^9}, {3.782036650872085*^9, 3.7820366750627003`*^9}, { - 3.782036739938059*^9, 3.782036748220147*^9}, {3.7820368536072197`*^9, - 3.782036910382469*^9}, {3.782036961408597*^9, 3.782036964044695*^9}, - 3.7820369943271627`*^9, {3.782037102594823*^9, 3.782037312166492*^9}, { - 3.782037414354631*^9, 3.782037522984377*^9}, {3.782037900270732*^9, - 3.782037909791239*^9}, {3.782037953216354*^9, 3.782037973174725*^9}, { - 3.7820380918057547`*^9, 3.782038191673614*^9}, 3.782038276033437*^9, { - 3.782038360101893*^9, 3.782038449443288*^9}, {3.782038481098366*^9, - 3.7820385887878447`*^9}, {3.782038674366754*^9, 3.782038676101048*^9}, { - 3.782038866846766*^9, 3.782038879675267*^9}, {3.782039658796513*^9, - 3.782039658953662*^9}, {3.7820399967957973`*^9, 3.782040022257876*^9}, { - 3.782040890193972*^9, 3.782040915526806*^9}, 3.782041806438738*^9, { - 3.782489132803646*^9, 3.782489138581966*^9}, {3.783763538227076*^9, - 3.783763545309702*^9}, {3.783763727238998*^9, 3.7837637486463118`*^9}, { - 3.783763846990728*^9, 3.7837639973529463`*^9}, {3.783764027806872*^9, - 3.783764164585115*^9}, {3.783787583535782*^9, 3.783787588853381*^9}, { - 3.783787710799172*^9, 3.783787711308346*^9}, {3.783787849426342*^9, - 3.783787880169121*^9}, {3.7837879209771214`*^9, 3.7837879268709583`*^9}, { - 3.7837988126584253`*^9, 3.7837988168567133`*^9}, {3.7869680103110657`*^9, - 3.786968011884375*^9}, {3.7870566359357862`*^9, 3.787056638333597*^9}, - 3.787902487443215*^9, {3.7879035827870407`*^9, 3.787903613818424*^9}, { - 3.78790367329218*^9, 3.787903696103341*^9}, {3.7879039877148247`*^9, - 3.787904066881048*^9}, {3.787906924247305*^9, 3.787906960126708*^9}, { - 3.7879071325107718`*^9, 3.78790713757917*^9}, {3.787907198035866*^9, - 3.787907241874853*^9}, {3.787915826876635*^9, 3.787915845924526*^9}, { - 3.787915881740589*^9, 3.78791588221117*^9}, {3.787916055527948*^9, - 3.787916067192184*^9}, {3.7879178373424397`*^9, 3.787917841109544*^9}, { - 3.787917871851177*^9, 3.78791789665902*^9}, 3.787918939616555*^9, { - 3.7879213712090187`*^9, 3.787921377010886*^9}, {3.787921409843429*^9, - 3.787921444207378*^9}, 3.802711297491666*^9, {3.807789915632619*^9, - 3.80778991868692*^9}, {3.8077924732085743`*^9, 3.807792495883554*^9}, { - 3.807793454425742*^9, 3.8077934566446037`*^9}, 3.807793558128088*^9, { - 3.807793593831057*^9, 3.80779359895788*^9}, {3.807793677325316*^9, - 3.807793704536694*^9}, {3.807985442010429*^9, 3.807985449040804*^9}, { - 3.807989386739872*^9, 3.807989397753536*^9}, {3.808051946372415*^9, - 3.808051952663107*^9}, {3.808051999703402*^9, 3.808052057538762*^9}, { - 3.8080521606877327`*^9, 3.8080521652535467`*^9}, {3.808052225095913*^9, - 3.808052275722418*^9}, {3.8080523965587*^9, 3.80805242422392*^9}, { - 3.808054331745401*^9, 3.808054332513186*^9}, {3.8080544308108463`*^9, - 3.808054441988483*^9}, {3.808054580677874*^9, 3.808054598614485*^9}, { - 3.808054631815812*^9, 3.808054655834497*^9}, {3.80805474464145*^9, - 3.8080547750901833`*^9}, {3.808054828143489*^9, 3.8080548620110683`*^9}, { - 3.8080550021215982`*^9, 3.8080551118957653`*^9}, {3.808055306425462*^9, - 3.8080554502579403`*^9}, {3.808055513055287*^9, 3.8080555465537148`*^9}, { - 3.8080556207663116`*^9, 3.808055701661311*^9}, {3.808055734870295*^9, - 3.8080557577706347`*^9}, {3.808055848605351*^9, 3.808055864570939*^9}, { - 3.808055895947966*^9, 3.808056026951891*^9}, {3.808056067398547*^9, - 3.80805609395954*^9}, {3.808056140924355*^9, 3.808056202175819*^9}, { - 3.808056310199999*^9, 3.808056420770576*^9}, {3.808056468322728*^9, - 3.8080566282111607`*^9}, {3.8080566702265587`*^9, 3.808056692227126*^9}, { - 3.808058176077817*^9, 3.808058197536375*^9}, {3.8080582308528*^9, - 3.80805823747373*^9}, {3.8080591072686987`*^9, 3.8080591485491753`*^9}, { - 3.808059221866251*^9, 3.808059264339147*^9}, 3.8080593192139683`*^9, { - 3.808059418587134*^9, 3.808059501906302*^9}, {3.8080599308221607`*^9, - 3.8080600137908287`*^9}, {3.80806010284832*^9, 3.808060113073138*^9}, { - 3.808066205204237*^9, 3.80806622192096*^9}, {3.808066427817491*^9, - 3.8080664627818613`*^9}, {3.808066530854473*^9, 3.808066588264064*^9}, { - 3.80806664110874*^9, 3.8080666639649763`*^9}, {3.808069024792268*^9, - 3.80806902514886*^9}, {3.808157691104542*^9, 3.8081576919534817`*^9}, { - 3.837487531191209*^9, 3.837487534376569*^9}, {3.8374877075627823`*^9, - 3.837487710974146*^9}, {3.837490740835659*^9, 3.8374907683352118`*^9}, { - 3.8374908094952993`*^9, 3.8374908117110558`*^9}, {3.837491843999189*^9, - 3.8374918447794647`*^9}, {3.837494710632889*^9, 3.837494711169764*^9}, - 3.837500406984702*^9, 3.8375006837589293`*^9, {3.83750089044858*^9, - 3.837500961342593*^9}, {3.837501081300103*^9, 3.837501134412258*^9}, { - 3.83750138639123*^9, 3.8375014229112473`*^9}, {3.837501455560422*^9, - 3.837501462664875*^9}, {3.837501535227064*^9, 3.837501538662188*^9}, { - 3.837527113217132*^9, 3.837527122343259*^9}, {3.837841601034918*^9, - 3.837841606119224*^9}, {3.837841747189337*^9, 3.837841788384776*^9}, { - 3.837846216454035*^9, 3.837846218949201*^9}, {3.83784787453576*^9, - 3.8378478832715197`*^9}, 3.8378483568438797`*^9, {3.8378506502458067`*^9, - 3.837850679294114*^9}, {3.83785119612169*^9, 3.837851221089718*^9}, { - 3.837851837088249*^9, 3.837851887621559*^9}, {3.837943432653709*^9, - 3.8379434755495253`*^9}, {3.837944758234189*^9, 3.8379447737578497`*^9}, { - 3.837944843654602*^9, 3.8379448507986507`*^9}, {3.837954927031541*^9, - 3.837954933437845*^9}, {3.83795502723206*^9, 3.8379550401089897`*^9}, { - 3.838004608328883*^9, 3.8380046087656603`*^9}, {3.838005076487794*^9, - 3.838005081288789*^9}, {3.838005212935206*^9, 3.838005221315866*^9}, { - 3.838005372739094*^9, 3.838005375186949*^9}, {3.838007940039172*^9, - 3.838007984968727*^9}, {3.8380092163062162`*^9, 3.8380092199333887`*^9}, { - 3.838010649388414*^9, 3.838010649607935*^9}, {3.839057215246313*^9, - 3.839057326313712*^9}, {3.839057440671864*^9, 3.839057459733696*^9}, { - 3.8390575339766893`*^9, 3.839057535685368*^9}, {3.839057929898844*^9, - 3.839057952633745*^9}, {3.839057993421988*^9, 3.8390580168703814`*^9}, { - 3.839058089834715*^9, 3.839058147778646*^9}, {3.839058211486747*^9, - 3.8390582890332737`*^9}, {3.839058328612121*^9, 3.839058338959573*^9}, { - 3.8390587489510307`*^9, 3.8390588377058487`*^9}, {3.8390622206608467`*^9, - 3.839062226502831*^9}, {3.839141920664075*^9, 3.839141949050418*^9}, { - 3.839141983868103*^9, 3.8391420715035353`*^9}, {3.8391423128802013`*^9, - 3.8391423673215427`*^9}, 3.839142421947266*^9, {3.839142499613665*^9, - 3.839142511619998*^9}, {3.8392160352976522`*^9, 3.8392160382201366`*^9}, { - 3.839216340796733*^9, 3.839216358722328*^9}, {3.839216897535836*^9, - 3.839216980575491*^9}, {3.839217015492845*^9, 3.839217091943886*^9}, { - 3.8392171301535*^9, 3.8392171327418633`*^9}, 3.839217183614945*^9, { - 3.839217555510582*^9, 3.8392175632111197`*^9}, {3.839217614216827*^9, - 3.8392176606063957`*^9}, {3.839217720767723*^9, 3.839217743747316*^9}, { - 3.839217786842793*^9, 3.839217790960473*^9}, {3.839217830243021*^9, - 3.8392178582477703`*^9}, {3.839217902342546*^9, 3.8392179417384853`*^9}, { - 3.8392179883768663`*^9, 3.839217988988652*^9}, {3.839218869469514*^9, - 3.839218956042646*^9}, {3.839219068432672*^9, 3.839219071351293*^9}, - 3.839219105102982*^9, {3.8392192200407133`*^9, 3.839219220637529*^9}, - 3.839237277261307*^9, {3.839237879468898*^9, 3.839237904194549*^9}, { - 3.839237951551139*^9, 3.839237963600268*^9}, {3.8392380353909073`*^9, - 3.839238036094829*^9}, {3.8392383667715178`*^9, 3.839238394692898*^9}, { - 3.839238455429673*^9, 3.839238461576044*^9}, {3.8392385473569508`*^9, - 3.8392385920265837`*^9}, {3.8392386709095182`*^9, 3.839238679780632*^9}, { - 3.8911740139946127`*^9, 3.8911740141299477`*^9}, {3.8911743596436234`*^9, - 3.891174361930419*^9}, {3.891174664283711*^9, 3.891174674513822*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"70901ce9-28ca-4776-9d77-4b82863da114"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ES$InterpretPermutations", "[", - RowBox[{"command_List", ",", "embeddingData_Association"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "UnfoldAmplitudes", ",", "\[IndentingNewLine]", "guestUnits", ",", - "targetPositions", ",", "length", ",", "\[IndentingNewLine]", - "amplitudes", ",", "rules"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"guestUnits", ",", "targetPositions"}], "}"}], "=", - RowBox[{"Lookup", "[", - RowBox[{"embeddingData", ",", - RowBox[{"{", - RowBox[{"\"\\"", ",", "\"\\""}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"length", "=", - RowBox[{"Length", "@", "guestUnits"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"UnfoldAmplitudes", "[", "input_", "]"}], ":=", - RowBox[{"Switch", "[", - RowBox[{ - RowBox[{"Depth", "@", - RowBox[{"N", "@", "input"}]}], ",", "\[IndentingNewLine]", "1", ",", - "input", ",", "\[IndentingNewLine]", "2", ",", - RowBox[{"Hold", "@", - RowBox[{"RandomReal", "@", "input"}]}], ",", "\[IndentingNewLine]", - "3", ",", - RowBox[{"Hold", "@", - RowBox[{"RandomChoice", "@", - RowBox[{"Flatten", "@", "input"}]}]}]}], "\[IndentingNewLine]", - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"amplitudes", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Head", "/@", "command"}], ",", "Rule"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Head", "@", - RowBox[{"command", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], "===", - "String"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Label"}], "-", - RowBox[{"based", " ", "rules"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"rules", "=", - RowBox[{"Append", "[", - RowBox[{"command", ",", - RowBox[{"_String", "\[Rule]", - RowBox[{"{", - RowBox[{"0.", ",", "0.", ",", "0."}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Map", "[", - RowBox[{"UnfoldAmplitudes", ",", - RowBox[{"guestUnits", "/.", "rules"}], ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Condition"}], "-", - RowBox[{"based", " ", "rules"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"rules", "=", - RowBox[{"Append", "[", - RowBox[{"command", ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", "True"}], - "\[Rule]", - RowBox[{"{", - RowBox[{"0.", ",", "0.", ",", "0."}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"rules", "=", - RowBox[{"MapAt", "[", - RowBox[{"UnfoldAmplitudes", ",", "rules", ",", - RowBox[{"{", - RowBox[{"All", ",", "2", ",", "All"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"targetPositions", "/.", "rules"}]}]}], - "\[IndentingNewLine]", "]"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"c", ".", " ", "Single"}], ",", " ", - RowBox[{"non", "-", - RowBox[{"conditional", " ", "based", " ", "input"}]}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"ConstantArray", "[", - RowBox[{ - RowBox[{"UnfoldAmplitudes", "/@", "command"}], ",", "length"}], - "]"}]}], "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"amplitudes", "=", - RowBox[{"N", "@", - RowBox[{"ReleaseHold", "@", "amplitudes"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"Dimensions", "@", "amplitudes"}], ",", - RowBox[{"{", - RowBox[{"length", ",", "3"}], "}"}]}], "]"}], "\[Nand]", - RowBox[{"ContainsOnly", "[", - RowBox[{ - RowBox[{"Depth", "/@", "amplitudes"}], ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"EmbedStructure", "::", "InvalidPermutation"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "amplitudes"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.83748846284219*^9, 3.837488471405985*^9}, { - 3.837489745977901*^9, 3.837489749846985*^9}, {3.837489841988402*^9, - 3.8374898513015633`*^9}, {3.837490848803281*^9, 3.837490867411859*^9}, { - 3.837491151020031*^9, 3.837491155006689*^9}, {3.8374912025110283`*^9, - 3.837491279125309*^9}, {3.8374913104311323`*^9, 3.8374913741184797`*^9}, { - 3.8374914454534388`*^9, 3.8374915147980843`*^9}, {3.8374915831084023`*^9, - 3.837491591436247*^9}, {3.837491683001239*^9, 3.83749174051683*^9}, { - 3.837491826710099*^9, 3.8374919743799143`*^9}, {3.8374921688524427`*^9, - 3.8374922595634193`*^9}, 3.837492761091014*^9, {3.837492795048452*^9, - 3.837493089190921*^9}, {3.837493626610819*^9, 3.8374936891430597`*^9}, { - 3.837494383995406*^9, 3.837494404082115*^9}, {3.837494636984095*^9, - 3.8374946733145857`*^9}, {3.8374949415741787`*^9, - 3.8374950091090117`*^9}, {3.837495048896277*^9, 3.837495078740346*^9}, { - 3.8374953834515953`*^9, 3.837495404515683*^9}, {3.837496001286271*^9, - 3.837496001815227*^9}, {3.837499014653988*^9, 3.837499015014326*^9}, { - 3.837499263220017*^9, 3.837499277196883*^9}, {3.837499494790017*^9, - 3.837499628613186*^9}, {3.837499892031541*^9, 3.837499940436275*^9}, { - 3.8374999861925*^9, 3.837500033870945*^9}, {3.8375002498539753`*^9, - 3.837500255419656*^9}, {3.837500347013218*^9, 3.83750034907557*^9}, { - 3.837500430012742*^9, 3.837500468084022*^9}, {3.837500509448122*^9, - 3.8375005883978157`*^9}, {3.837500642269465*^9, 3.837500662910634*^9}, { - 3.837500829644701*^9, 3.83750082986692*^9}, {3.837501270601409*^9, - 3.837501298658773*^9}, {3.8375015741788063`*^9, 3.837501581328999*^9}, { - 3.837501746914392*^9, 3.8375017741265182`*^9}, {3.837501847849763*^9, - 3.837501881762414*^9}, 3.8375028949147053`*^9, {3.8375029408475323`*^9, - 3.837502954830286*^9}, {3.837503280196148*^9, 3.837503311769794*^9}, { - 3.837503432940776*^9, 3.837503433979218*^9}, {3.8375037614547253`*^9, - 3.8375038073378963`*^9}, {3.837503856331242*^9, 3.837503898553146*^9}, { - 3.837504231090838*^9, 3.83750429834763*^9}, {3.837523768541462*^9, - 3.837523797411379*^9}, {3.837523848795226*^9, 3.837523919063635*^9}, { - 3.837523980601541*^9, 3.837524042218604*^9}, {3.837524079744075*^9, - 3.837524080310565*^9}, {3.8375241213210163`*^9, 3.837524151598151*^9}, - 3.837524182637356*^9, {3.83752421809971*^9, 3.837524238753437*^9}, { - 3.837524289524075*^9, 3.837524323317548*^9}, {3.837524361844057*^9, - 3.837524404954052*^9}, {3.837525464651372*^9, 3.837525485091683*^9}, { - 3.8375255948974733`*^9, 3.837525602382592*^9}, {3.8375256494394703`*^9, - 3.837525703492856*^9}, {3.837525747758018*^9, 3.837525749665897*^9}, { - 3.8375260251788054`*^9, 3.8375260365687943`*^9}, {3.837526068606491*^9, - 3.837526091399699*^9}, {3.837526650147246*^9, 3.8375266557648697`*^9}, { - 3.837526836962954*^9, 3.8375269061851254`*^9}, {3.8375269777770977`*^9, - 3.837527034982486*^9}, {3.8375272162242193`*^9, 3.8375272291092863`*^9}, { - 3.8375272646631193`*^9, 3.837527273969445*^9}, {3.837565598199864*^9, - 3.837565598539558*^9}, {3.837846800390666*^9, 3.837846800568174*^9}, { - 3.837848724625675*^9, 3.8378487460254602`*^9}, {3.8379436433745127`*^9, - 3.837943644388796*^9}, {3.837943717151841*^9, 3.8379437253286943`*^9}, { - 3.837944031344482*^9, 3.837944045069716*^9}, {3.837944076199422*^9, - 3.837944121319503*^9}, {3.837944152721386*^9, 3.837944166698792*^9}, { - 3.837944465432951*^9, 3.8379444694391203`*^9}, {3.837944513645125*^9, - 3.83794451669061*^9}, {3.837944550511236*^9, 3.837944556518662*^9}, { - 3.8379446912478228`*^9, 3.837944702534172*^9}, {3.8379549520906897`*^9, - 3.837954975285062*^9}, {3.837955047125081*^9, 3.83795509701158*^9}, { - 3.837955158257811*^9, 3.837955163335272*^9}, 3.837955247643857*^9, { - 3.838002406937201*^9, 3.838002411737554*^9}, {3.838005436831052*^9, - 3.838005529888954*^9}, {3.838005576160022*^9, 3.838005595060677*^9}, { - 3.838005639432192*^9, 3.8380057047015867`*^9}, {3.838005771005385*^9, - 3.838005780604823*^9}, {3.838005832221115*^9, 3.838005951538287*^9}, { - 3.8380070223335457`*^9, 3.838007086675042*^9}, {3.8380071272734537`*^9, - 3.838007127858983*^9}, {3.8380080212831717`*^9, 3.8380080504269533`*^9}, { - 3.838008105581499*^9, 3.838008121879409*^9}, {3.838008295357417*^9, - 3.838008370456328*^9}, {3.8380091302794857`*^9, 3.838009130656234*^9}, { - 3.838009963399961*^9, 3.838009992030352*^9}, {3.8380100897357264`*^9, - 3.838010097793251*^9}, {3.838010183259273*^9, 3.838010183608284*^9}, { - 3.8380102535150347`*^9, 3.8380102536058292`*^9}, {3.838010333220099*^9, - 3.838010335745871*^9}, {3.8380103824908657`*^9, 3.838010387560895*^9}, { - 3.838010424955614*^9, 3.8380104397477703`*^9}, {3.8380113083069687`*^9, - 3.838011334339696*^9}, {3.838011365297859*^9, 3.838011470556374*^9}, - 3.8380115268389683`*^9, {3.8380116193153553`*^9, 3.8380116250312843`*^9}, { - 3.838011661728901*^9, 3.838011662105775*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[91]:=",ExpressionUUID->"dfc6f718-440c-4100-b2d6-9f233519f28c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[92]:=",ExpressionUUID->"4780f691-ddd5-4f6c-8a28-dd388734afca"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExpandCrystal", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.7609498283827267`*^9, - 3.76094983161379*^9}},ExpressionUUID->"930a1fc8-1b5b-43b0-beab-\ -70c88a911f77"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[43]:=",ExpressionUUID->"185a30a6-22da-4744-a050-a1264ed353f8"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ExpandCrystal", "::", "InvalidSize"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ExpandCrystal", "::", "DuplicateLabel"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ExpandCrystal", "::", "InvalidExpansionSetting"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ExpandCrystal"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\\"", ",", "\"\\"", ",", - "\"\\"", ",", "\"\\""}], "}"}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ExpandCrystal"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.76094984995916*^9, 3.760949866421854*^9}, { - 3.762482676390929*^9, 3.762482706347602*^9}, {3.762487787402885*^9, - 3.762487787935628*^9}, {3.787918971244069*^9, 3.7879189714753017`*^9}, { - 3.789890750985115*^9, 3.789890755442998*^9}, {3.8439006505135717`*^9, - 3.8439006931528883`*^9}, 3.861793888578868*^9, {3.891172129878833*^9, - 3.891172136235839*^9}, {3.891175448820786*^9, 3.8911754493153048`*^9}, { - 3.8912248980628633`*^9, 3.891224905171883*^9}}, - CellLabel->"In[44]:=",ExpressionUUID->"32bd3007-c21a-4f11-b0aa-598d3df5f884"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[49]:=",ExpressionUUID->"c09c1fef-8659-415a-83e6-6aebe255bfd7"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExpandCrystal", "[", - RowBox[{"crystal_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"structureSize", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"crystalDataOriginal", "=", "$CrystalData"}], ",", - "\[IndentingNewLine]", - RowBox[{"dataFile", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"newLabel", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"changeCell", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"storeTempQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], - ",", "\[IndentingNewLine]", - RowBox[{"ignoreSymmetryQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"expansionSetting", "=", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "crystalData", ",", "crystalCopy", ",", - "atomData", ",", "coordinates", ",", "spaceGroup", ",", "generated", - ",", "\[IndentingNewLine]", "copyTranslations", ",", "mid", ",", - "atomDataMapUnitCell", ",", "\[IndentingNewLine]", "cutoffFunction", - ",", "atomDataMapExpanded", ",", "lengths", ",", "\[IndentingNewLine]", - "newAtomData"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Input", " ", "check", " ", "and", " ", "data", " ", "acquisition"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{"structureSize", ",", - RowBox[{ - RowBox[{ - RowBox[{"Positive", "[", "#", "]"}], "&&", - RowBox[{"IntegerQ", "[", "#", "]"}]}], "&"}]}], "]"}], "\[Nand]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Length", "[", "structureSize", "]"}], "===", "3"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ExpandCrystal", "::", "InvalidSize"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"crystalData", "=", - RowBox[{"crystalCopy", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"crystal", "===", "newLabel"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ExpandCrystal", "::", "DuplicateLabel"}], ",", - "newLabel"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"newLabel", "===", "\"\<\>\""}], ",", - RowBox[{"newLabel", "=", - RowBox[{"crystal", "<>", "\"\<_\>\"", "<>", - RowBox[{"StringJoin", "@", - RowBox[{"Riffle", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ToString", "/@", "structureSize"}], ",", "\"\\""}], - "]"}]}]}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Transform", " ", "cell", " ", "beforehand"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"changeCell", "=!=", "False"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", "changeCell"}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"$CrystalData", ",", - RowBox[{"newLabel", "\[Rule]", "crystalCopy"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"UnitCellTransformation", "[", - RowBox[{"newLabel", ",", "changeCell"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"crystalData", "=", - RowBox[{"crystalCopy", "=", - RowBox[{"$CrystalData", "[", "newLabel", "]"}]}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Expand", " ", "asymmetric", " ", "unit", " ", "to", " ", "unit", " ", - "cell"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"atomData", "=", - RowBox[{"crystalData", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"atomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"spaceGroup", "=", - RowBox[{"crystalData", "[", "\"\\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Ignory", " ", "symmetry", " ", "and", " ", "simply", " ", "copy", " ", - "content", " ", "as", " ", "is"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"generated", "=", - RowBox[{"N", "@", - RowBox[{"If", "[", - RowBox[{"ignoreSymmetryQ", ",", "\[IndentingNewLine]", - RowBox[{"Partition", "[", - RowBox[{"coordinates", ",", "1"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SymmetryEquivalentPositions", "[", - RowBox[{"spaceGroup", ",", "#"}], "]"}], "&"}], "/@", - "coordinates"}]}], "\[IndentingNewLine]", "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Generate", " ", "full", " ", "content", " ", "of", " ", "the", " ", - "unit", " ", "cell"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"atomDataMapUnitCell", "=", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Range", "@", - RowBox[{"Length", "@", "atomData"}]}], "\[Rule]", "generated"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Copy", " ", "by", " ", "translation"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"copyTranslations", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\\"", ",", - RowBox[{"structureSize", "+", "1"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"atomDataMapExpanded", "=", - RowBox[{ - RowBox[{ - RowBox[{"Flatten", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Outer", "[", - RowBox[{"Plus", ",", "copyTranslations", ",", "#", ",", "1"}], - "]"}], ",", "\[IndentingNewLine]", "1"}], "]"}], "&"}], "/@", - "atomDataMapUnitCell"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Complete", " ", "the", " ", "outer", " ", "boundary"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"cutoffFunction", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}], ",", - "\[IndentingNewLine]", "Greater", ",", "GreaterEqual"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Delete", " ", "atoms", " ", "whose", " ", "coordinates", " ", "are", - " ", "outside"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"atomDataMapExpanded", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"atomDataMapExpanded", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", - "\[IndentingNewLine]", - RowBox[{"Or", "@@", - RowBox[{"MapThread", "[", - RowBox[{"cutoffFunction", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", - "structureSize"}], "}"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Center", " ", "translations", " ", "around", " ", "origin"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"expansionSetting", "=!=", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"mid", "=", - RowBox[{"Switch", "[", - RowBox[{ - "expansionSetting", ",", "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[LeftFloor]", - RowBox[{"structureSize", "/", "2."}], "\[RightFloor]"}], ",", - "\[IndentingNewLine]", "\"\\"", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"\[LeftFloor]", - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", "#2"}], "}"}], "/", "2."}], - "\[RightFloor]"}], ",", - RowBox[{"{", "0", "}"}]}], "]"}], "&"}], "@@", - "structureSize"}], ",", "\[IndentingNewLine]", "_", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ExpandCrystal", "::", "InvalidExpansionSetting"}], ",", - "expansionSetting"}], "]"}], ";", "\[IndentingNewLine]", "\t", - - RowBox[{"{", "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"mid", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{"atomDataMapExpanded", "=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"#", "-", "mid"}], "&"}], ",", "atomDataMapExpanded", - ",", - RowBox[{"{", "2", "}"}]}], "]"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Create", " ", "new", " ", "atom", " ", "data", " ", "structure"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"lengths", "=", - RowBox[{"Values", "[", - RowBox[{"Length", "/@", "atomDataMapExpanded"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newAtomData", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ConstantArray", "[", - RowBox[{ - RowBox[{ - "atomData", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", - RowBox[{ - "lengths", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "atomData"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"newAtomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "All", ",", "\"\\""}], - "\[RightDoubleBracket]"}], "=", "\[IndentingNewLine]", - RowBox[{"Values", "@", "atomDataMapExpanded"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newAtomData", "=", - RowBox[{"Flatten", "[", - RowBox[{"newAtomData", ",", "1"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Create", " ", "new", " ", "crystal", " ", "entry"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalCopy", "[", "\"\\"", "]"}], "=", - "newAtomData"}], ";", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"crystalCopy", ",", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "structureSize"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"Total", "[", - RowBox[{"Length", "/@", "generated"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"Length", "@", "atomDataMapUnitCell"}]}]}], - "\[IndentingNewLine]", "|>"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - "If", " ", "temporary", " ", "storage", " ", "was", " ", "used"}], ",", - " ", - RowBox[{ - "reset", " ", "pointer", " ", "to", " ", "original", " ", - "$CrystalData"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"storeTempQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StianRamsnes`MaXrd`Private`$TempCrystalData", "=", - RowBox[{"\[LeftAssociation]", - RowBox[{"newLabel", "\[Rule]", "crystalCopy"}], - "\[RightAssociation]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"$CrystalData", "=", "crystalDataOriginal"}], ";", - "\[IndentingNewLine]", - RowBox[{ - "InputCheck", "[", "\"\\"", - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\\"", ",", "dataFile", ",", "newLabel", - ",", "crystalCopy"}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "newLabel"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.7609498833793907`*^9, 3.76094989465484*^9}, { - 3.760985435505022*^9, 3.760985472615333*^9}, {3.761044721985759*^9, - 3.7610447510077763`*^9}, {3.76104481522427*^9, 3.761044820157362*^9}, { - 3.76104492312523*^9, 3.76104492561299*^9}, {3.761045245983004*^9, - 3.7610452901170893`*^9}, {3.761045366668412*^9, 3.761045378723996*^9}, { - 3.76124639061635*^9, 3.761246410336463*^9}, {3.761246468837595*^9, - 3.761246470395545*^9}, {3.761246673739036*^9, 3.761246692142757*^9}, { - 3.761246756527741*^9, 3.761246831173169*^9}, {3.7612468685554323`*^9, - 3.761246869827717*^9}, {3.7612469112124767`*^9, 3.761247051614558*^9}, { - 3.761247130070651*^9, 3.7612471343322563`*^9}, {3.761247190774343*^9, - 3.761247226696908*^9}, {3.7612472608003902`*^9, 3.761247277095755*^9}, { - 3.7612473349529333`*^9, 3.761247347238995*^9}, {3.761247379119833*^9, - 3.761247382237371*^9}, {3.761247500765175*^9, 3.761247531645439*^9}, { - 3.761247581531475*^9, 3.761247581665276*^9}, {3.76124761695472*^9, - 3.761247712374427*^9}, {3.7612478775715733`*^9, 3.7612479024911127`*^9}, { - 3.761248027065674*^9, 3.7612480322790403`*^9}, {3.761248133261649*^9, - 3.761248133821176*^9}, {3.762483079092483*^9, 3.762483079506445*^9}, { - 3.7624831653076982`*^9, 3.762483255155518*^9}, {3.762483448748105*^9, - 3.762483459337694*^9}, {3.762484937954467*^9, 3.762484940528129*^9}, { - 3.762485478717585*^9, 3.762485519250081*^9}, {3.762485687785385*^9, - 3.7624856997759*^9}, {3.762485763767784*^9, 3.7624857909884033`*^9}, { - 3.762485821389303*^9, 3.762485821901321*^9}, {3.762485865116181*^9, - 3.76248587338028*^9}, {3.7624863035622253`*^9, 3.762486306889323*^9}, - 3.7624864059931593`*^9, {3.762486451749774*^9, 3.762486453088664*^9}, { - 3.762486658295171*^9, 3.762486679735591*^9}, {3.762486914173285*^9, - 3.762486976278838*^9}, {3.762487161588236*^9, 3.762487164161865*^9}, { - 3.762582301146738*^9, 3.762582302868475*^9}, {3.7625825420446243`*^9, - 3.7625825422070208`*^9}, 3.7627930931894283`*^9, {3.763708440950055*^9, - 3.763708444458358*^9}, {3.763795706131096*^9, 3.76379571208855*^9}, { - 3.763795807464473*^9, 3.763795831454368*^9}, {3.767429560180451*^9, - 3.767429568446164*^9}, {3.774162986206664*^9, 3.7741629917030163`*^9}, - 3.7741630430762568`*^9, {3.774335933431451*^9, 3.7743359338200397`*^9}, - 3.783764253513776*^9, {3.786968024534349*^9, 3.786968026020122*^9}, { - 3.786968233887024*^9, 3.786968234926949*^9}, {3.787918929208872*^9, - 3.787918930742538*^9}, {3.787921457534053*^9, 3.787921461294797*^9}, { - 3.787921521078904*^9, 3.787921571054237*^9}, {3.789890763246366*^9, - 3.78989077689367*^9}, {3.789890814202901*^9, 3.789890868453092*^9}, { - 3.789890918464478*^9, 3.789890933945571*^9}, {3.789893102417894*^9, - 3.789893129978921*^9}, {3.789893434137013*^9, 3.7898934724694023`*^9}, { - 3.789893510559649*^9, 3.7898935222545424`*^9}, {3.7898937339835253`*^9, - 3.7898937396849833`*^9}, {3.789893851421419*^9, 3.789893903637013*^9}, { - 3.789893973952984*^9, 3.789893978097289*^9}, 3.789894029115768*^9, { - 3.789894063622571*^9, 3.789894084695013*^9}, {3.808154601598259*^9, - 3.808154617757903*^9}, {3.808154670533194*^9, 3.808154670660129*^9}, { - 3.808154742124251*^9, 3.80815474902457*^9}, {3.843900510490493*^9, - 3.843900628636166*^9}, {3.843900697290045*^9, 3.843900716138856*^9}, { - 3.843900827946892*^9, 3.843900829885483*^9}, {3.8439009643123627`*^9, - 3.843900992212286*^9}, {3.843901052805541*^9, 3.843901057186647*^9}, - 3.843901136044726*^9, 3.84390124460629*^9, {3.8441426267753143`*^9, - 3.84414263633576*^9}, {3.84414282909448*^9, 3.844142849132696*^9}, { - 3.8441428838378057`*^9, 3.844142978762574*^9}, {3.8441430399845533`*^9, - 3.844143072142726*^9}, {3.844143685456978*^9, 3.8441437031280127`*^9}, { - 3.891172140967546*^9, 3.891172190615597*^9}, 3.891172275652182*^9, { - 3.8911754510166807`*^9, 3.891175459369433*^9}, {3.8911755055705338`*^9, - 3.891175506424789*^9}, {3.891224843647114*^9, 3.891224895394331*^9}, { - 3.891224988787054*^9, 3.891224991908284*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"d95a0b69-8f65-4359-b52c-02e292f5b664"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExpandCrystal", "[", - RowBox[{"crystal_String", ",", "structureSize_List", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], ":=", - RowBox[{"ExpandCrystal", "[", - RowBox[{"crystal", ",", - RowBox[{"Options", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "structureSize"}], ",", - "options"}], "}"}], "]"}]}], "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.7609498833793907`*^9, 3.76094989465484*^9}, { - 3.760985435505022*^9, 3.760985472615333*^9}, {3.761044721985759*^9, - 3.7610447510077763`*^9}, {3.76104481522427*^9, 3.761044820157362*^9}, { - 3.76104492312523*^9, 3.76104492561299*^9}, {3.761045245983004*^9, - 3.7610452901170893`*^9}, {3.761045366668412*^9, 3.761045378723996*^9}, { - 3.76124639061635*^9, 3.761246410336463*^9}, {3.761246468837595*^9, - 3.761246470395545*^9}, {3.761246673739036*^9, 3.761246692142757*^9}, { - 3.761246756527741*^9, 3.761246831173169*^9}, {3.7612468685554323`*^9, - 3.761246869827717*^9}, {3.7612469112124767`*^9, 3.761247051614558*^9}, { - 3.761247130070651*^9, 3.7612471343322563`*^9}, {3.761247190774343*^9, - 3.761247226696908*^9}, {3.7612472608003902`*^9, 3.761247277095755*^9}, { - 3.7612473349529333`*^9, 3.761247347238995*^9}, {3.761247379119833*^9, - 3.761247382237371*^9}, {3.761247500765175*^9, 3.761247531645439*^9}, { - 3.761247581531475*^9, 3.761247581665276*^9}, {3.76124761695472*^9, - 3.761247712374427*^9}, {3.7612478775715733`*^9, 3.7612479024911127`*^9}, { - 3.761248027065674*^9, 3.7612480322790403`*^9}, {3.761248133261649*^9, - 3.761248133821176*^9}, {3.762483079092483*^9, 3.762483079506445*^9}, { - 3.7624831653076982`*^9, 3.762483255155518*^9}, {3.762483448748105*^9, - 3.762483459337694*^9}, {3.762484937954467*^9, 3.762484940528129*^9}, { - 3.762485478717585*^9, 3.762485519250081*^9}, {3.762485687785385*^9, - 3.7624856997759*^9}, {3.762485763767784*^9, 3.7624857909884033`*^9}, { - 3.762485821389303*^9, 3.762485821901321*^9}, {3.762485865116181*^9, - 3.76248587338028*^9}, {3.7624863035622253`*^9, 3.762486306889323*^9}, - 3.7624864059931593`*^9, {3.762486451749774*^9, 3.762486453088664*^9}, { - 3.762486658295171*^9, 3.762486679735591*^9}, {3.762486914173285*^9, - 3.762486976278838*^9}, {3.762487161588236*^9, 3.762487164161865*^9}, { - 3.762582301146738*^9, 3.762582302868475*^9}, {3.7625825420446243`*^9, - 3.7625825422070208`*^9}, 3.7627930931894283`*^9, {3.763708440950055*^9, - 3.763708444458358*^9}, {3.763795706131096*^9, 3.76379571208855*^9}, { - 3.763795807464473*^9, 3.763795831454368*^9}, {3.767429560180451*^9, - 3.767429568446164*^9}, {3.774162986206664*^9, 3.7741629917030163`*^9}, - 3.7741630430762568`*^9, {3.774335933431451*^9, 3.7743359338200397`*^9}, - 3.783764253513776*^9, {3.786968024534349*^9, 3.786968026020122*^9}, { - 3.786968233887024*^9, 3.786968234926949*^9}, {3.787918929208872*^9, - 3.787918930742538*^9}, {3.787921457534053*^9, 3.787921461294797*^9}, { - 3.787921521078904*^9, 3.787921571054237*^9}, {3.789890763246366*^9, - 3.78989077689367*^9}, {3.789890814202901*^9, 3.789890868453092*^9}, { - 3.789890918464478*^9, 3.789890933945571*^9}, {3.789893102417894*^9, - 3.789893129978921*^9}, {3.789893434137013*^9, 3.7898934724694023`*^9}, { - 3.789893510559649*^9, 3.7898935222545424`*^9}, {3.7898937339835253`*^9, - 3.7898937396849833`*^9}, {3.789893851421419*^9, 3.789893903637013*^9}, { - 3.789893973952984*^9, 3.789893978097289*^9}, 3.789894029115768*^9, { - 3.789894063622571*^9, 3.789894084695013*^9}, {3.808154601598259*^9, - 3.808154617757903*^9}, {3.808154670533194*^9, 3.808154670660129*^9}, { - 3.808154742124251*^9, 3.80815474902457*^9}, {3.843900510490493*^9, - 3.843900628636166*^9}, {3.843900697290045*^9, 3.843900716138856*^9}, { - 3.843900827946892*^9, 3.843900829885483*^9}, {3.8439009643123627`*^9, - 3.843900992212286*^9}, {3.843901052805541*^9, 3.843901057186647*^9}, - 3.843901136044726*^9, 3.84390124460629*^9, {3.8441426267753143`*^9, - 3.84414263633576*^9}, {3.84414282909448*^9, 3.844142849132696*^9}, { - 3.8441428838378057`*^9, 3.844142978762574*^9}, {3.8441430399845533`*^9, - 3.844143072142726*^9}, {3.844143685456978*^9, 3.8441437031280127`*^9}, { - 3.891172140967546*^9, 3.891172190615597*^9}, 3.891172275652182*^9, { - 3.8911754510166807`*^9, 3.891175459369433*^9}, {3.8911755055705338`*^9, - 3.891175506424789*^9}, {3.891224843647114*^9, 3.891224895394331*^9}, - 3.8912249615456123`*^9, {3.8912250497132607`*^9, 3.891225114632923*^9}, { - 3.8912252035526323`*^9, 3.891225204781005*^9}, {3.8912252678441963`*^9, - 3.891225308284669*^9}, 3.891225347376033*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[77]:=",ExpressionUUID->"e38533c4-613b-47d7-a13a-63ec835f4d1a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[51]:=",ExpressionUUID->"b29ae8d0-de22-483c-b04c-98749ab62e11"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExportCrystalData", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, 3.7609476409800777`*^9, {3.7609487462297173`*^9, - 3.760948749343501*^9}},ExpressionUUID->"f7a8ab5e-bed2-4065-9968-\ -ed763bd03f9c"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[116]:=",ExpressionUUID->"5571c796-7697-4606-870e-cb6667435c26"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ExportCrystalData", "::", "InvalidProgramOrFormat"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid program/format.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ExportCrystalData", "::", "ParameterError"}], "=", - "\"\\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ExportCrystalData", "::", "DirectoryExpected"}], "=", - "\"\\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ExportCrystalData", "::", "InvalidSubtractionMode"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid scattering \ -subtraction mode.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ExportCrystalData", "::", "InvalidImageDimensions"}], "=", - "\"\\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ExportCrystalData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ExportCrystalData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.760947644803529*^9, 3.760947651026847*^9}, { - 3.760948534996868*^9, 3.760948535383339*^9}, {3.760948688241331*^9, - 3.7609486934259567`*^9}, {3.7609487820228167`*^9, 3.76094879210434*^9}, { - 3.760949201797782*^9, 3.760949202747923*^9}, {3.762260658085307*^9, - 3.76226066257444*^9}, {3.7622609746385403`*^9, 3.762261058218439*^9}, { - 3.762261088555375*^9, 3.762261091391992*^9}, {3.7622612217375727`*^9, - 3.76226123364686*^9}, {3.762268206412442*^9, 3.7622682070976057`*^9}, { - 3.779730376903879*^9, 3.7797303820552464`*^9}, {3.783096300229866*^9, - 3.783096316052045*^9}, {3.783096386987299*^9, 3.783096389634581*^9}, { - 3.783183295178351*^9, 3.783183302775968*^9}, {3.7836006713866453`*^9, - 3.783600672561048*^9}, {3.783600830261743*^9, 3.783600844235523*^9}, { - 3.7836020742464542`*^9, 3.7836020750707073`*^9}, {3.783602179652493*^9, - 3.783602194643867*^9}, {3.7836023402490273`*^9, 3.7836023404084663`*^9}, { - 3.783603784506094*^9, 3.783603828296677*^9}, {3.783886429013074*^9, - 3.783886450354972*^9}, {3.785686786631078*^9, 3.785686832676466*^9}, { - 3.7856868715223713`*^9, 3.785686890705042*^9}, {3.787396040835217*^9, - 3.787396040908201*^9}, {3.787396078866993*^9, 3.787396088575492*^9}, { - 3.8073693683380136`*^9, 3.807369403240162*^9}, 3.8073702984142857`*^9}, - CellLabel-> - "In[117]:=",ExpressionUUID->"6ceb2ccc-2625-4f56-bc27-d58b0808cf26"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[124]:=",ExpressionUUID->"b9a0c610-6a60-491a-9387-586588077ba9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExportCrystalData", "[", - RowBox[{ - "\"\\"", ",", "crystal_String", ",", "outputFile_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "crystalData", ",", "atomData", ",", "size", ",", "unitCellAtomCount", - ",", "latticeParameters", ",", "\[IndentingNewLine]", "formatter", ",", - "appendComma", ",", "simpleQ", ",", "\[IndentingNewLine]", - "preambleTitle", ",", "preambleSpaceGroup", ",", "preambleCell", ",", - "preambleCount", ",", "preambleAtomsHeader", ",", "preamble", ",", - "\[IndentingNewLine]", "elements", ",", "coordinates", ",", "dispPars", - ",", "items", ",", "spacesToUse", ",", "additional", ",", "makeSpace", - ",", "atoms"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Loading", " ", "necessary", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - "crystalData", ",", "atomData", ",", "size", ",", - "latticeParameters"}], "}"}], "=", - RowBox[{"ECD$LoadNecessaries", "@", "crystal"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"unitCellAtomCount", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"crystalData", "[", "\"\\"", "]"}], ",", - "\[IndentingNewLine]", "\"\\"", ",", - RowBox[{"Round", "[", - RowBox[{ - RowBox[{"Length", "[", "atomData", "]"}], "/", - RowBox[{"Times", "@@", "size"}]}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Auxiliary", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"formatter", "[", "x_", "]"}], ":=", - RowBox[{"ToString", "@", - RowBox[{"NumberForm", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"N", "@", - RowBox[{"Chop", "[", - RowBox[{"x", ",", - RowBox[{"Power", "[", - RowBox[{"10.", ",", - RowBox[{"-", "5"}]}], "]"}]}], "]"}]}], ",", - RowBox[{"{", - RowBox[{"9", ",", "6"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"appendComma", "[", "x_", "]"}], ":=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringInsert", "[", - RowBox[{"#", ",", "\"\<,\>\"", ",", - RowBox[{"-", "1"}]}], "]"}], "&"}], ",", "x", ",", - RowBox[{"{", "1", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"simpleQ", "=", - RowBox[{"!", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\\"", "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{"If", "[", - RowBox[{"simpleQ", ",", "\[IndentingNewLine]", - RowBox[{"ToString", "/@", - RowBox[{"N", "@", "latticeParameters"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Map", "[", - RowBox[{"formatter", ",", "latticeParameters", ",", - RowBox[{"{", "1", "}"}]}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Creating", " ", "the", " ", "preamble"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"preambleTitle", "=", - RowBox[{"{", - RowBox[{"\"\\"", ",", "crystal"}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"preambleSpaceGroup", "=", - RowBox[{"{", - RowBox[{"\"\<spcgr \>\"", ",", - RowBox[{"StringDelete", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", - RowBox[{"crystalData", "[", "\"\<SpaceGroup\>\"", "]"}], "]"}], - "\[IndentingNewLine]", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinShort\>\""}], - "]"}], ",", "\"\< \>\""}], "]"}]}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"preambleCell", "=", - RowBox[{"{", - RowBox[{"\"\<cell \>\"", ",", - RowBox[{"StringJoin", "@", - RowBox[{"Riffle", "[", - RowBox[{"latticeParameters", ",", "\"\< \>\""}], "]"}]}]}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"preambleCount", "=", - RowBox[{"{", - RowBox[{"\"\<ncell \>\"", ",", - RowBox[{"StringJoin", "@", - RowBox[{"Riffle", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ToString", "/@", - RowBox[{"Join", "[", - RowBox[{"size", ",", - RowBox[{"{", "unitCellAtomCount", "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\"\<, \>\""}], "]"}]}]}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"preambleAtomsHeader", "=", - RowBox[{"If", "[", - RowBox[{"simpleQ", ",", "\[IndentingNewLine]", - RowBox[{"{", "\"\<atoms\\n\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - "{", "\"\<atoms x, y, z, \ -Biso, Property, MoleNo, MoleAt, Occ\\n\>\"", "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"preamble", "=", - RowBox[{"StringJoin", "@", - RowBox[{"Riffle", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "preambleTitle", ",", "preambleSpaceGroup", ",", "preambleCell", - ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<IncludeStructureSizeInfo\>\"", "]"}]}], - ",", "\[IndentingNewLine]", "preambleCount", ",", "Nothing"}], - "]"}], ",", "\[IndentingNewLine]", "preambleAtomsHeader"}], "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"{", "\"\<\\n\>\"", "}"}]}], "\[IndentingNewLine]", - "]"}]}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Extracting", " ", "atom", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"ToUpperCase", "@", - RowBox[{"Lookup", "[", - RowBox[{"atomData", ",", "\"\<Element\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"StringDelete", "[", - RowBox[{"elements", ",", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\"", ",", "DigitCharacter"}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"N", "@", - RowBox[{"Lookup", "[", - RowBox[{"atomData", ",", "\"\<FractionalCoordinates\>\""}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"Map", "[", - RowBox[{"formatter", ",", "coordinates", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "simpleQ"}], ",", - RowBox[{"coordinates", "=", - RowBox[{"appendComma", "@", "coordinates"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"dispPars", "=", - RowBox[{ - RowBox[{ - "TransformAtomicDisplacementParameters", "[", "\[IndentingNewLine]", - RowBox[{"crystal", ",", "\"\<EquivalentIsotropic\>\""}], "]"}], "/.", - - RowBox[{"_Missing", "\[Rule]", "0."}]}]}], ";", "\[IndentingNewLine]", - - RowBox[{"dispPars", "=", - RowBox[{"formatter", "/@", "dispPars"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "simpleQ"}], ",", - RowBox[{"dispPars", "=", - RowBox[{"appendComma", "@", "dispPars"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"items", "=", - RowBox[{"{", - RowBox[{"elements", ",", - RowBox[{"Sequence", "@@", - RowBox[{"Transpose", "@", "coordinates"}]}], ",", "dispPars"}], - "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Determining", " ", "spacing", " ", "information"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"spacesToUse", "=", - RowBox[{"Transpose", "@", - RowBox[{"ConstantArray", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"11", ",", "16", ",", "16", ",", "15", ",", "8"}], "}"}], - ",", - RowBox[{"Length", "@", "atomData"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"additional", "=", "\"\<1, 0, 0, 1.000000\>\""}], - ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "spacesToUse", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "=", - RowBox[{ - RowBox[{ - "spacesToUse", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "-", - RowBox[{"(", - RowBox[{"StringLength", "/@", - RowBox[{ - "items", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ")"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{ - RowBox[{"Length", "@", "items"}], "-", "1"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"spacesToUse", "=", - RowBox[{"Transpose", "@", "spacesToUse"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"makeSpace", "[", - RowBox[{"i_", ",", "j_"}], "]"}], ":=", - RowBox[{"ConstantArray", "[", - RowBox[{"\"\< \>\"", ",", - RowBox[{"spacesToUse", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "j"}], "\[RightDoubleBracket]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Writing", " ", "atom", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"atoms", "=", - RowBox[{ - RowBox[{"Reap", "[", - RowBox[{"Do", "[", - RowBox[{ - RowBox[{"Sow", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "elements", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"makeSpace", "[", - RowBox[{"i", ",", "1"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"coordinates", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"makeSpace", "[", - RowBox[{"i", ",", "2"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"coordinates", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"makeSpace", "[", - RowBox[{"i", ",", "3"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"coordinates", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "3"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"makeSpace", "[", - RowBox[{"i", ",", "4"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - "dispPars", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"makeSpace", "[", - RowBox[{"i", ",", "5"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"simpleQ", ",", "\"\<\>\"", ",", "additional"}], "]"}], - ",", "\[IndentingNewLine]", "\"\<\\n\>\""}], - "\[IndentingNewLine]", "}"}], "]"}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "atomData"}]}], "}"}]}], "]"}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "output", " ", "and", " ", "export"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"Export", "[", - RowBox[{"outputFile", ",", - RowBox[{"StringJoin", "[", - RowBox[{"preamble", ",", "atoms"}], "]"}], ",", "\"\<String\>\""}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760948481143589*^9, 3.760948499262701*^9}, { - 3.7609488207683067`*^9, 3.760948841778069*^9}, {3.760948882588552*^9, - 3.760948883842764*^9}, {3.760948940717063*^9, 3.760948975282666*^9}, { - 3.760949011970159*^9, 3.760949012184416*^9}, 3.760949083736237*^9, { - 3.760949130238394*^9, 3.76094916161519*^9}, 3.760985557982565*^9, { - 3.7611975087352133`*^9, 3.76119751660457*^9}, {3.761474171084214*^9, - 3.761474174768375*^9}, {3.761474414190099*^9, 3.761474436739811*^9}, { - 3.761474489155945*^9, 3.761474515473364*^9}, {3.761474549322021*^9, - 3.761474603151936*^9}, {3.761474729429777*^9, 3.761474784036825*^9}, { - 3.761474849276947*^9, 3.7614748512846203`*^9}, 3.7614749412429934`*^9, { - 3.761475075055262*^9, 3.761475111589944*^9}, {3.761475177678194*^9, - 3.761475208235873*^9}, {3.7614754099022007`*^9, 3.761475460275897*^9}, { - 3.7614755580354347`*^9, 3.7614755584485207`*^9}, {3.761475602255143*^9, - 3.761475618458747*^9}, {3.761475728303033*^9, 3.7614757291959743`*^9}, { - 3.761475895540306*^9, 3.761475953150948*^9}, {3.7614759877525053`*^9, - 3.7614760216772137`*^9}, {3.761476346852703*^9, 3.761476436475614*^9}, { - 3.761476501004677*^9, 3.7614765014024887`*^9}, {3.76147653684481*^9, - 3.7614765625145817`*^9}, {3.7614766027780857`*^9, 3.761476696389943*^9}, { - 3.761476781958541*^9, 3.761476847138636*^9}, {3.761476879235957*^9, - 3.761476898257463*^9}, {3.7614769388987217`*^9, 3.761476939672125*^9}, { - 3.7617280288811703`*^9, 3.7617280290289*^9}, {3.762062000358593*^9, - 3.762062002890757*^9}, 3.7622515661086082`*^9, {3.762251817102137*^9, - 3.762251929165433*^9}, {3.762252005452671*^9, 3.762252005611527*^9}, { - 3.762252046930657*^9, 3.7622520653518887`*^9}, {3.7622521337322073`*^9, - 3.762252160781577*^9}, {3.762252243669989*^9, 3.762252252382333*^9}, { - 3.7622522870584927`*^9, 3.7622523110998173`*^9}, {3.7622525892905617`*^9, - 3.762252653190784*^9}, {3.762252687617072*^9, 3.76225268868604*^9}, - 3.762252720098925*^9, {3.7622602134972677`*^9, 3.762260245781844*^9}, { - 3.7622603606728363`*^9, 3.7622603955795927`*^9}, 3.762260809124468*^9, { - 3.762260920835347*^9, 3.7622609336590014`*^9}, {3.7622611020859957`*^9, - 3.7622611022128*^9}, {3.762265433988163*^9, 3.762265647951427*^9}, { - 3.762265682974736*^9, 3.762265714676045*^9}, {3.7622657998190107`*^9, - 3.762265823490719*^9}, {3.762266150777772*^9, 3.762266183714326*^9}, { - 3.762266297442079*^9, 3.762266404084507*^9}, {3.762266503346043*^9, - 3.7622665058192873`*^9}, {3.762266581522806*^9, 3.762266603588318*^9}, { - 3.762266694495263*^9, 3.762266728238165*^9}, {3.762266789430751*^9, - 3.76226681293922*^9}, {3.7622668497813883`*^9, 3.762266850066354*^9}, { - 3.762267098742383*^9, 3.762267102028309*^9}, {3.762267643315309*^9, - 3.7622677082670116`*^9}, {3.762267743017583*^9, 3.762267788543005*^9}, { - 3.7622678343978357`*^9, 3.762267872315877*^9}, {3.762267908117887*^9, - 3.762267928051405*^9}, 3.762267973773315*^9, {3.762268017780451*^9, - 3.7622680575155687`*^9}, 3.762793093215591*^9, {3.763796995475988*^9, - 3.7637970043599586`*^9}, {3.7643154838421183`*^9, 3.764315495506998*^9}, { - 3.764945527167924*^9, 3.764945538174453*^9}, {3.767432814398486*^9, - 3.767432819483389*^9}, {3.7674328754926987`*^9, 3.767432894311245*^9}, { - 3.7674334785881023`*^9, 3.76743347876075*^9}, {3.783069231678774*^9, - 3.783069266967184*^9}, 3.7830693020753717`*^9, 3.7830876846213007`*^9, { - 3.783601557168208*^9, 3.78360156744668*^9}, {3.7836022865660763`*^9, - 3.783602306060294*^9}, {3.783602507800161*^9, 3.783602521215067*^9}, { - 3.7836025595507593`*^9, 3.783602559800055*^9}, {3.783604816433077*^9, - 3.783604819534629*^9}, {3.783749852081997*^9, 3.7837498583161583`*^9}, { - 3.783839612368231*^9, 3.783839619375147*^9}, {3.7838397408860607`*^9, - 3.783839742547872*^9}, 3.7838399432332*^9, {3.78383997716043*^9, - 3.783839994134857*^9}, {3.783840038479353*^9, 3.783840055934451*^9}, { - 3.7856866354927807`*^9, 3.785686661125942*^9}, {3.787396175011367*^9, - 3.787396179069569*^9}, {3.787396223402565*^9, 3.7873962849858294`*^9}, { - 3.787397043019964*^9, 3.7873970855250607`*^9}, {3.7873971691273746`*^9, - 3.787397172890153*^9}, {3.829193497127316*^9, 3.829193508579809*^9}, { - 3.8291935399744463`*^9, 3.829193553462473*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[125]:=",ExpressionUUID->"a4cd486d-bc96-4d05-b50a-fa58a9049e19"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExportCrystalData", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "crystal_String", ",", "outputDir_String", ",", - "hklPlane_", ",", "indexLimit_", ",", "subtractionMode_String", ",", - RowBox[{"{", - RowBox[{"width_Integer", ",", "height_Integer"}], "}"}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "reorganise", ",", "source", ",", "scatteringFactorTemplate", ",", - "\[IndentingNewLine]", "crystalData", ",", "atomData", ",", - "allElements", ",", "size", ",", "latticeParameters", ",", - "directionCosines", ",", "M", ",", "\[IndentingNewLine]", "partA", ",", - "X", ",", "Y", ",", "Z", ",", "unitCells", ",", "MakeSitesTable", ",", - "table", ",", "sitesList", ",", "\[IndentingNewLine]", "partB", ",", - "maxPossibleSites", ",", "newAtomData", ",", "blockLengths", ",", - "\[IndentingNewLine]", "headerComments", ",", "headerData", ",", - "padWidth", ",", "header", ",", "scatteringData"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Checks", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DirectoryQ", "@", "outputDir"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ExportCrystalData", "::", "DirectoryExpected"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<N\>\"", ",", "\"\<Y\>\"", ",", "\"\<E\>\"", ",", - "\"\<e\>\""}], "}"}], ",", "subtractionMode"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ExportCrystalData", "::", "InvalidSubtractionMode"}], ",", - "subtractionMode"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"width", ",", "height"}], "}"}], ",", "Positive"}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ExportCrystalData", "::", "InvalidImageDimensions"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Auxiliary", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"reorganise", "[", "data_Association", "]"}], ":=", - RowBox[{"With", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"xyz", "=", - RowBox[{"data", "[", "\"\<FractionalCoordinates\>\"", "]"}]}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Min", "/@", - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"IntegerPart", "@", "xyz"}], "+", "1"}], ",", "size"}], - "}"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"StringJoin", "[", "\[IndentingNewLine]", - RowBox[{"\"\< \>\"", ",", "\[IndentingNewLine]", - RowBox[{"StringPadRight", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{"DecimalForm", "[", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"11", ",", "5"}], "}"}]}], "]"}]}], "&"}], "/@", - RowBox[{"Mod", "[", - RowBox[{"xyz", ",", "1"}], "]"}]}], ",", "11"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"data", "[", "\"\<Element\>\"", "]"}], ",", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "}"}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeSitesTable", "[", "stop_Integer", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", ">", "stop"}], ",", "0", ",", "i"}], "]"}]}], - "}"}], ",", - RowBox[{"{", - RowBox[{"i", ",", "maxPossibleSites"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"table", "=", - RowBox[{"Map", "[", - RowBox[{"ToString", ",", "table", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"table", "=", - RowBox[{ - RowBox[{ - RowBox[{"StringPadLeft", "[", - RowBox[{"#", ",", "6"}], "]"}], "&"}], "/@", "table"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"StringJoin", "/@", "table"}]}], "\[IndentingNewLine]", - ")"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"source", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\"\<AtomicScatteringFactor\>\"", ",", - "\"\<InternationalTablesC(3rd).m\>\""}], "}"}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"scatteringFactorTemplate", "[", "element_", "]"}], ":=", - RowBox[{ - RowBox[{ - "StringTemplate", "[", - "\"\<'`X`'\n`a1`,`b1`,`a2`,`b2`\n`a3`,`b3`,`a4`,`b4`,`c`\n\ -0.0,0.0\>\"", "]"}], "@", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"source", "[", "element", "]"}], ",", - RowBox[{"<|", - RowBox[{"\"\<X\>\"", "\[Rule]", "element"}], "|>"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Loading", " ", "necessary", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "crystalData", ",", "atomData", ",", "size", ",", - "latticeParameters"}], "}"}], "=", - RowBox[{"ECD$LoadNecessaries", "@", "crystal"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"allElements", "=", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"atomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<Element\>\""}], - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"allElements", "=", - RowBox[{"DeleteDuplicates", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringDelete", "[", - RowBox[{"#", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}], "&"}], "/@", "allElements"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"directionCosines", "=", - RowBox[{ - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{"DecimalForm", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Cos", "[", - RowBox[{"#", "*", "Degree"}], "]"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "5"}], "}"}]}], "]"}]}], "&"}], "/@", - RowBox[{"N", "@", - RowBox[{"latticeParameters", "\[LeftDoubleBracket]", - RowBox[{"4", ";;", "6"}], "\[RightDoubleBracket]"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"M", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"File", " ", "1"}], ":", " ", - RowBox[{"Crystal", " ", "data", " ", - RowBox[{"in", " ", "'"}], - RowBox[{"DIFFUSE", "'"}], " ", "format"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Part", " ", "B"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"newAtomData", "=", - RowBox[{"reorganise", "/@", "atomData"}]}], ";", "\[IndentingNewLine]", - - RowBox[{"newAtomData", "=", - RowBox[{"DeleteDuplicates", "/@", - RowBox[{"GatherBy", "[", - RowBox[{"newAtomData", ",", - RowBox[{ - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "&"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"blockLengths", "=", - RowBox[{"Length", "/@", "newAtomData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"maxPossibleSites", "=", - RowBox[{"Max", "@", "blockLengths"}]}], ";", "\[IndentingNewLine]", - RowBox[{"partB", "=", - RowBox[{"Flatten", "@", - RowBox[{"Riffle", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"StringTemplate", "[", "\"\< `1` `2` `3`\>\"", "]"}], "@@@", - RowBox[{"newAtomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1", ",", "1"}], "\[RightDoubleBracket]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"newAtomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "All", ",", "2"}], "\[RightDoubleBracket]"}]}], - "\[IndentingNewLine]", "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Part", " ", "A"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"sitesList", "=", - RowBox[{"MakeSitesTable", "/@", "blockLengths"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], "=", "size"}], ";", - "\[IndentingNewLine]", - RowBox[{"unitCells", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"StringTemplate", "[", "\"\< `1` `2` `3`\>\"", "]"}], "[", - - RowBox[{"x", ",", "y", ",", "z"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"x", ",", "1", ",", "X"}], "}"}], ",", - RowBox[{"{", - RowBox[{"y", ",", "1", ",", "Y"}], "}"}], ",", - RowBox[{"{", - RowBox[{"z", ",", "1", ",", "Z"}], "}"}]}], "]"}], ",", "2"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"partA", "=", - RowBox[{"Flatten", "@", - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{"unitCells", ",", "sitesList"}], "}"}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"PrependTo", "[", - RowBox[{"partA", ",", - RowBox[{ - RowBox[{ - "StringTemplate", "[", "\"\< `X` `Y` `Z` `N1` `N1`\>\"", "]"}], "@", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<X\>\"", "\[Rule]", "X"}], ",", - RowBox[{"\"\<Y\>\"", "\[Rule]", "Y"}], ",", - RowBox[{"\"\<Z\>\"", "\[Rule]", "Z"}], ",", - RowBox[{"\"\<N1\>\"", "\[Rule]", "maxPossibleSites"}]}], "|>"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"File", " ", "2"}], ":", " ", - RowBox[{ - RowBox[{"Input", "/", "summary"}], " ", "file"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"headerComments", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Header or structure label\>\"", ",", "\[IndentingNewLine]", - "\"\<Random number seeds\>\"", ",", "\[IndentingNewLine]", - "\"\<Cell coord's; angles are cos(ang)\>\"", ",", - "\[IndentingNewLine]", - "\"\<Size of crystal simulation (unit cells)\>\"", ",", - "\[IndentingNewLine]", "\"\<Periodic Boundary?\>\"", ",", - "\[IndentingNewLine]", "\"\<Origin of volume\>\"", ",", - "\[IndentingNewLine]", - "\"\<u-axis (bottom right) and image x-dimension\>\"", ",", - "\[IndentingNewLine]", - "\"\<v-axis (top left) and image y-dimension\>\"", ",", - "\[IndentingNewLine]", - "\"\<w-axis (top right) and image z-dimension\>\"", ",", - "\[IndentingNewLine]", "\"\<sin(theta)/lambda maximum\>\"", ",", - "\[IndentingNewLine]", "\"\<Lot size\>\"", ",", - "\[IndentingNewLine]", "\"\<Number of lots\>\"", ",", - "\[IndentingNewLine]", "\"\<Number of atom sites per cell\>\"", ",", - "\[IndentingNewLine]", - "\"\<Number of different atom types (list of sc.coef's below)\>\"", - ",", "\[IndentingNewLine]", - "\"\<Subtract average lattice? ('N', 'e', 'E' or 'Y')\>\""}], - "\[IndentingNewLine]", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"headerData", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "crystal", ",", "\[IndentingNewLine]", "\"\<12645, 9676\>\"", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "StringTemplate", "[", "\"\<`1` `2` `3` `4` `5` `6`\>\"", "]"}], "@@", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"latticeParameters", "\[LeftDoubleBracket]", - RowBox[{"1", ";;", "3"}], "\[RightDoubleBracket]"}], ",", - "directionCosines"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StringTemplate", "[", "\"\<`1` `2` `3`\>\"", "]"}], "@@", - "size"}], ",", "\[IndentingNewLine]", "\"\<Y\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"Sequence", "@@", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<GetReciprocalImageOrientation\>\"", ",", "\[IndentingNewLine]", - "crystal", ",", "hklPlane", ",", "indexLimit", ",", - RowBox[{"{", - RowBox[{"width", ",", "height"}], "}"}], ",", "True"}], "]"}]}], - ",", "\[IndentingNewLine]", "\"\<3.0\>\"", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StringTemplate", "[", "\"\<`1` `2` `3`\>\"", "]"}], "@@", - "size"}], ",", "\[IndentingNewLine]", "\"\<1\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"ToString", "@", "maxPossibleSites"}], ",", - "\[IndentingNewLine]", - RowBox[{"ToString", "@", - RowBox[{"Length", "@", "allElements"}]}], ",", "\[IndentingNewLine]", - "subtractionMode"}], "\[IndentingNewLine]", "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"padWidth", "=", - RowBox[{ - RowBox[{"Max", "[", - RowBox[{"StringLength", "/@", "headerData"}], "]"}], "+", "3"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"headerData", "=", - RowBox[{"StringPadRight", "[", - RowBox[{"headerData", ",", "padWidth"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"header", "=", - RowBox[{"Transpose", "@", - RowBox[{"{", - RowBox[{"headerData", ",", - RowBox[{ - RowBox[{ - RowBox[{"\"\<! \>\"", "<>", "#"}], "&"}], "/@", - "headerComments"}]}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"scatteringData", "=", - RowBox[{"scatteringFactorTemplate", "/@", "allElements"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "output", " ", "and", " ", "export"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Export", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"outputDir", ",", "\"\<diffuse_input1_crystal.txt\>\""}], - "}"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Join", "[", - RowBox[{"partA", ",", "partB", ",", - RowBox[{"{", "\"\<\\n\>\"", "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\"\<Table\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Export", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"outputDir", ",", "\"\<diffuse_input2_setup.txt\>\""}], - "}"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Join", "[", - RowBox[{"header", ",", "scatteringData", ",", - RowBox[{"{", "\"\<\\n\>\"", "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\"\<Table\>\""}], "]"}]}], - "\[IndentingNewLine]", "}"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760948481143589*^9, 3.760948499262701*^9}, { - 3.7609488207683067`*^9, 3.760948841778069*^9}, {3.760948882588552*^9, - 3.760948883842764*^9}, {3.760948940717063*^9, 3.760948975282666*^9}, { - 3.760949011970159*^9, 3.760949012184416*^9}, 3.760949083736237*^9, { - 3.760949130238394*^9, 3.76094916161519*^9}, 3.760985557982565*^9, { - 3.7611975087352133`*^9, 3.76119751660457*^9}, {3.761474171084214*^9, - 3.761474174768375*^9}, {3.761474414190099*^9, 3.761474436739811*^9}, { - 3.761474489155945*^9, 3.761474515473364*^9}, {3.761474549322021*^9, - 3.761474603151936*^9}, {3.761474729429777*^9, 3.761474784036825*^9}, { - 3.761474849276947*^9, 3.7614748512846203`*^9}, 3.7614749412429934`*^9, { - 3.761475075055262*^9, 3.761475111589944*^9}, {3.761475177678194*^9, - 3.761475208235873*^9}, {3.7614754099022007`*^9, 3.761475460275897*^9}, { - 3.7614755580354347`*^9, 3.7614755584485207`*^9}, {3.761475602255143*^9, - 3.761475618458747*^9}, {3.761475728303033*^9, 3.7614757291959743`*^9}, { - 3.761475895540306*^9, 3.761475953150948*^9}, {3.7614759877525053`*^9, - 3.7614760216772137`*^9}, {3.761476346852703*^9, 3.761476436475614*^9}, { - 3.761476501004677*^9, 3.7614765014024887`*^9}, {3.76147653684481*^9, - 3.7614765625145817`*^9}, {3.7614766027780857`*^9, 3.761476696389943*^9}, { - 3.761476781958541*^9, 3.761476847138636*^9}, {3.761476879235957*^9, - 3.761476898257463*^9}, {3.7614769388987217`*^9, 3.761476939672125*^9}, { - 3.7617280288811703`*^9, 3.7617280290289*^9}, {3.762062000358593*^9, - 3.762062002890757*^9}, 3.7622515661086082`*^9, {3.762251817102137*^9, - 3.762251929165433*^9}, {3.762252005452671*^9, 3.762252005611527*^9}, { - 3.762252046930657*^9, 3.7622520653518887`*^9}, {3.7622521337322073`*^9, - 3.762252160781577*^9}, {3.762252243669989*^9, 3.762252252382333*^9}, { - 3.7622522870584927`*^9, 3.7622523110998173`*^9}, {3.7622525892905617`*^9, - 3.762252653190784*^9}, {3.762252687617072*^9, 3.76225268868604*^9}, - 3.762252720098925*^9, {3.7622602134972677`*^9, 3.762260245781844*^9}, { - 3.7622603606728363`*^9, 3.7622603955795927`*^9}, 3.762260809124468*^9, { - 3.762260920835347*^9, 3.7622609336590014`*^9}, {3.7622611020859957`*^9, - 3.7622611022128*^9}, {3.762265433988163*^9, 3.762265647951427*^9}, { - 3.762265682974736*^9, 3.762265714676045*^9}, {3.7622657998190107`*^9, - 3.762265823490719*^9}, {3.762266150777772*^9, 3.762266183714326*^9}, { - 3.762266297442079*^9, 3.762266404084507*^9}, {3.762266503346043*^9, - 3.7622665058192873`*^9}, {3.762266581522806*^9, 3.762266603588318*^9}, { - 3.762266694495263*^9, 3.762266728238165*^9}, {3.762266789430751*^9, - 3.76226681293922*^9}, {3.7622668497813883`*^9, 3.762266850066354*^9}, { - 3.762267098742383*^9, 3.762267102028309*^9}, {3.762267643315309*^9, - 3.7622677082670116`*^9}, {3.762267743017583*^9, 3.762267788543005*^9}, { - 3.7622678343978357`*^9, 3.762267872315877*^9}, {3.762267908117887*^9, - 3.762267928051405*^9}, 3.762267973773315*^9, {3.762268017780451*^9, - 3.7622680575155687`*^9}, 3.762793093215591*^9, {3.763796995475988*^9, - 3.7637970043599586`*^9}, {3.7643154838421183`*^9, 3.764315495506998*^9}, { - 3.764945527167924*^9, 3.764945538174453*^9}, {3.767432814398486*^9, - 3.767432819483389*^9}, {3.7674328754926987`*^9, 3.767432894311245*^9}, { - 3.7674334785881023`*^9, 3.76743347876075*^9}, {3.783069231678774*^9, - 3.783069266967184*^9}, 3.7830693020753717`*^9, {3.783087670253394*^9, - 3.783087692517221*^9}, {3.783087735097041*^9, 3.7830880407310047`*^9}, { - 3.7830896557036057`*^9, 3.783089655981719*^9}, {3.7830960653733*^9, - 3.783096097330763*^9}, {3.783096177529833*^9, 3.783096217488394*^9}, - 3.783096403572884*^9, {3.783096499380589*^9, 3.783096678487729*^9}, { - 3.7830967101189957`*^9, 3.7830967683185453`*^9}, {3.783096810245809*^9, - 3.7830969314424973`*^9}, {3.783157041710597*^9, 3.783157071451893*^9}, - 3.783158293531158*^9, {3.783158345329475*^9, 3.7831584119283037`*^9}, { - 3.783162888798779*^9, 3.7831629160834846`*^9}, {3.783173913377779*^9, - 3.783173927301927*^9}, {3.78317468233254*^9, 3.783174731586187*^9}, { - 3.783181333932486*^9, 3.783181355705113*^9}, 3.783182265822321*^9, { - 3.783182316941475*^9, 3.783182383458167*^9}, {3.783182554647244*^9, - 3.7831825600059423`*^9}, {3.783182822376739*^9, 3.783182853542233*^9}, { - 3.783182889878277*^9, 3.783182934134598*^9}, {3.783182995421097*^9, - 3.783183036649972*^9}, {3.783183069050721*^9, 3.783183191030245*^9}, { - 3.783183232775155*^9, 3.783183237420909*^9}, {3.78318339958671*^9, - 3.7831834296081047`*^9}, {3.783183827440568*^9, 3.783183870661778*^9}, { - 3.7831858146833487`*^9, 3.783185820360832*^9}, {3.78318620357759*^9, - 3.7831863955464983`*^9}, {3.7831864488989487`*^9, 3.783186585983418*^9}, { - 3.783186670150992*^9, 3.783186732816155*^9}, {3.783186772100696*^9, - 3.7831867922121983`*^9}, {3.783186878850333*^9, 3.783186879920302*^9}, { - 3.7831870216135387`*^9, 3.783187032301166*^9}, {3.783187090181974*^9, - 3.783187119805009*^9}, {3.783187195209736*^9, 3.783187211600642*^9}, { - 3.783187389227145*^9, 3.7831873956208487`*^9}, {3.7831874423488693`*^9, - 3.7831874482836246`*^9}, {3.783187498147171*^9, 3.783187519594695*^9}, - 3.783187549691279*^9, {3.7831875806594877`*^9, 3.7831875942107162`*^9}, - 3.783187641746428*^9, {3.783187675529022*^9, 3.783187719981183*^9}, { - 3.78318775777507*^9, 3.783187777507882*^9}, {3.783195034318838*^9, - 3.783195082369486*^9}, {3.783195129176243*^9, 3.783195130654354*^9}, - 3.783195600430035*^9, {3.783195875568955*^9, 3.783195923116975*^9}, - 3.7832404866326427`*^9, 3.783240537982945*^9, {3.783241766563958*^9, - 3.783241770169858*^9}, {3.783242019589055*^9, 3.783242038913435*^9}, { - 3.783242224440885*^9, 3.783242232079968*^9}, {3.783242363414337*^9, - 3.7832424064301023`*^9}, {3.783242440565166*^9, 3.7832424648026743`*^9}, { - 3.7832425068205843`*^9, 3.7832425069775333`*^9}, {3.7832428495568666`*^9, - 3.7832428525702267`*^9}, {3.7833542866937017`*^9, 3.783354309444758*^9}, { - 3.783355614593163*^9, 3.783355640838348*^9}, {3.78335833421679*^9, - 3.783358334758829*^9}, {3.783359693620332*^9, 3.783359721627674*^9}, { - 3.783361653056139*^9, 3.7833616572554417`*^9}, 3.783362194124464*^9, - 3.78336223465842*^9, {3.783362393368207*^9, 3.78336245282276*^9}, { - 3.7833631602478237`*^9, 3.78336317317529*^9}, {3.783363636844595*^9, - 3.783363674874811*^9}, {3.7834053675756693`*^9, 3.7834053792610207`*^9}, { - 3.78340583132686*^9, 3.783405831388301*^9}, {3.7834059187574177`*^9, - 3.783405920434761*^9}, {3.783406753268241*^9, 3.783406758700287*^9}, { - 3.783408564127472*^9, 3.783408564196937*^9}, {3.783409214047086*^9, - 3.783409220333387*^9}, {3.7834092529907017`*^9, 3.783409266756735*^9}, { - 3.783409308918028*^9, 3.783409328267762*^9}, {3.7834093770844517`*^9, - 3.783409380945528*^9}, {3.783409474178068*^9, 3.783409480351221*^9}, { - 3.783409516417066*^9, 3.783409528518855*^9}, {3.7834095696870127`*^9, - 3.783409575533265*^9}, {3.78341403995479*^9, 3.783414061688508*^9}, { - 3.783414179951048*^9, 3.783414199261772*^9}, {3.783415241625046*^9, - 3.783415258198558*^9}, {3.783415294945393*^9, 3.783415333013176*^9}, { - 3.7834154590669413`*^9, 3.783415468578064*^9}, {3.7834155039130774`*^9, - 3.783415527368451*^9}, {3.783418581398685*^9, 3.783418664800386*^9}, { - 3.783418723713091*^9, 3.7834187328069143`*^9}, {3.783419129079568*^9, - 3.783419161050747*^9}, {3.783419483639987*^9, 3.783419490022593*^9}, - 3.783419546414909*^9, {3.783419624037633*^9, 3.783419629859383*^9}, { - 3.783419691492093*^9, 3.78341970060884*^9}, {3.7834197798175917`*^9, - 3.783419786526613*^9}, {3.7834198795754337`*^9, 3.783419888324492*^9}, { - 3.783419978237026*^9, 3.783419988274308*^9}, {3.783420066460009*^9, - 3.783420075168106*^9}, {3.783420141537942*^9, 3.783420151366643*^9}, { - 3.783420438571474*^9, 3.783420446959621*^9}, {3.7834206705259237`*^9, - 3.7834206829308367`*^9}, {3.7834207424382133`*^9, 3.783420750859206*^9}, { - 3.783421365767969*^9, 3.783421373597426*^9}, {3.783421965333004*^9, - 3.783422006585594*^9}, {3.783422059923292*^9, 3.783422066422491*^9}, { - 3.783422880213716*^9, 3.783422887304878*^9}, {3.783423017795732*^9, - 3.783423131788115*^9}, {3.783423170557499*^9, 3.7834231864683104`*^9}, { - 3.783423235235924*^9, 3.783423243065174*^9}, {3.7834232813629103`*^9, - 3.78342328419268*^9}, {3.783423332465522*^9, 3.783423360958775*^9}, { - 3.7834235748693542`*^9, 3.783423585625668*^9}, {3.783423829774604*^9, - 3.783423906795795*^9}, {3.7835949976169567`*^9, 3.783595000387117*^9}, { - 3.7835964592279263`*^9, 3.783596465811654*^9}, {3.783600610945345*^9, - 3.7836006122709923`*^9}, {3.783600797137312*^9, 3.783600797760571*^9}, { - 3.7836009041833963`*^9, 3.7836009135655317`*^9}, {3.7836015781115103`*^9, - 3.783601584526657*^9}, {3.783602323461935*^9, 3.783602331901326*^9}, { - 3.783602567824038*^9, 3.783602568007573*^9}, {3.7836026056154127`*^9, - 3.783602606878813*^9}, {3.7836026943742332`*^9, 3.7836027045402813`*^9}, - 3.783603676744483*^9, {3.7836048280155373`*^9, 3.7836048306712303`*^9}, { - 3.7836120126686773`*^9, 3.783612058163261*^9}, {3.7836294962427387`*^9, - 3.7836294971450243`*^9}, {3.78367855699205*^9, 3.7836785579939947`*^9}, { - 3.783751914143035*^9, 3.783751917364276*^9}, {3.783752456130177*^9, - 3.7837524597846203`*^9}, {3.783753178273793*^9, 3.783753232024022*^9}, { - 3.783761366904949*^9, 3.7837614049966393`*^9}, {3.783762226638749*^9, - 3.7837622471563997`*^9}, 3.783762278390437*^9, {3.783762607811885*^9, - 3.783762642173745*^9}, {3.7837627210564404`*^9, 3.783762723836267*^9}, { - 3.7837627643079977`*^9, 3.7837627663538103`*^9}, {3.78376300089753*^9, - 3.783763029750209*^9}, 3.7837631167895403`*^9, {3.783766768067577*^9, - 3.7837668049512367`*^9}, {3.78376695714963*^9, 3.783767014492795*^9}, { - 3.783767086923337*^9, 3.783767089664115*^9}, {3.783767156740288*^9, - 3.783767218452998*^9}, 3.7837672577199917`*^9, 3.78376737697598*^9, { - 3.7837674952646513`*^9, 3.783767633994014*^9}, {3.7837676961523323`*^9, - 3.783767700096168*^9}, {3.783768354186084*^9, 3.78376836807111*^9}, { - 3.7837685061291428`*^9, 3.7837685383131104`*^9}, {3.783768583505228*^9, - 3.783768592440967*^9}, {3.783768656671399*^9, 3.783768659730729*^9}, { - 3.783769004845414*^9, 3.783769041874454*^9}, {3.783769082066485*^9, - 3.7837691263582697`*^9}, {3.7837691578773613`*^9, 3.783769194706942*^9}, { - 3.783769244773*^9, 3.7837693116340923`*^9}, {3.783769378120384*^9, - 3.7837693975069513`*^9}, {3.7837694287139883`*^9, 3.7837694316590853`*^9}, - 3.783769462289791*^9, {3.783769511026675*^9, 3.7837695164456472`*^9}, { - 3.783769552251379*^9, 3.783769586155624*^9}, {3.783786861387738*^9, - 3.783786871321435*^9}, {3.783787197957829*^9, 3.783787223225919*^9}, { - 3.7837872601933928`*^9, 3.7837872608809643`*^9}, {3.783787299674459*^9, - 3.783787300224313*^9}, {3.783788877735794*^9, 3.7837888819900703`*^9}, { - 3.783789037918386*^9, 3.7837890457150793`*^9}, 3.7837891814017687`*^9, { - 3.783789836378255*^9, 3.783789846952216*^9}, {3.783790172246834*^9, - 3.7837901876340103`*^9}, {3.783839057600107*^9, 3.783839063365744*^9}, { - 3.783839110887517*^9, 3.783839128574362*^9}, {3.783840111454967*^9, - 3.783840145989664*^9}, {3.7838402114228907`*^9, 3.7838402115883293`*^9}, { - 3.783856824593422*^9, 3.783856824936243*^9}, {3.783885890028225*^9, - 3.783885899531683*^9}, {3.78388639965694*^9, 3.783886424847077*^9}, { - 3.78388646471933*^9, 3.783886500022209*^9}, {3.783887115446066*^9, - 3.7838871162491217`*^9}, {3.7869680323113327`*^9, 3.786968033813298*^9}, { - 3.807369324569687*^9, 3.807369334674325*^9}, {3.8073694455637693`*^9, - 3.8073695042251997`*^9}, 3.843532303724967*^9, {3.84353260772267*^9, - 3.8435326100316477`*^9}, 3.861545577363594*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"0502aef3-99ab-4176-9f64-f6e697b1f164"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ECD$LoadNecessaries", "[", "crystal_String", "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "crystalData", ",", "atomData", ",", "crystalNotes", ",", "size", ",", - "latticeParameters"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"crystalData", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"atomData", "=", - RowBox[{"N", "@", - RowBox[{"crystalData", "[", "\"\<AtomData\>\"", "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"crystalNotes", "=", - RowBox[{"Lookup", "[", - RowBox[{"crystalData", ",", "\"\<Notes\>\"", ",", - RowBox[{"<|", "|>"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AssociationQ", "@", "crystalNotes"}]}], ",", - RowBox[{"crystalNotes", "=", - RowBox[{"<|", "|>"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"size", "=", - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{ - "crystalNotes", ",", "\"\<StructureSize\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"Round", "/@", - RowBox[{"Max", "/@", - RowBox[{"Transpose", "@", - RowBox[{"atomData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}]}]}]}]}], "\[IndentingNewLine]", "]"}], - "/.", - RowBox[{"{", - RowBox[{"0", "\[Rule]", "1"}], "}"}]}]}], ";", "\[IndentingNewLine]", - - RowBox[{"latticeParameters", "=", - RowBox[{"GetLatticeParameters", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "crystalData", ",", "atomData", ",", "size", ",", "latticeParameters"}], - "}"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760948481143589*^9, 3.760948499262701*^9}, { - 3.7609488207683067`*^9, 3.760948841778069*^9}, {3.760948882588552*^9, - 3.760948883842764*^9}, {3.760948940717063*^9, 3.760948975282666*^9}, { - 3.760949011970159*^9, 3.760949012184416*^9}, 3.760949083736237*^9, { - 3.760949130238394*^9, 3.76094916161519*^9}, 3.760985557982565*^9, { - 3.7611975087352133`*^9, 3.76119751660457*^9}, {3.761474171084214*^9, - 3.761474174768375*^9}, {3.761474414190099*^9, 3.761474436739811*^9}, { - 3.761474489155945*^9, 3.761474515473364*^9}, {3.761474549322021*^9, - 3.761474603151936*^9}, {3.761474729429777*^9, 3.761474784036825*^9}, { - 3.761474849276947*^9, 3.7614748512846203`*^9}, 3.7614749412429934`*^9, { - 3.761475075055262*^9, 3.761475111589944*^9}, {3.761475177678194*^9, - 3.761475208235873*^9}, {3.7614754099022007`*^9, 3.761475460275897*^9}, { - 3.7614755580354347`*^9, 3.7614755584485207`*^9}, {3.761475602255143*^9, - 3.761475618458747*^9}, {3.761475728303033*^9, 3.7614757291959743`*^9}, { - 3.761475895540306*^9, 3.761475953150948*^9}, {3.7614759877525053`*^9, - 3.7614760216772137`*^9}, {3.761476346852703*^9, 3.761476436475614*^9}, { - 3.761476501004677*^9, 3.7614765014024887`*^9}, {3.76147653684481*^9, - 3.7614765625145817`*^9}, {3.7614766027780857`*^9, 3.761476696389943*^9}, { - 3.761476781958541*^9, 3.761476847138636*^9}, {3.761476879235957*^9, - 3.761476898257463*^9}, {3.7614769388987217`*^9, 3.761476939672125*^9}, { - 3.7617280288811703`*^9, 3.7617280290289*^9}, {3.762062000358593*^9, - 3.762062002890757*^9}, 3.7622515661086082`*^9, {3.762251817102137*^9, - 3.762251929165433*^9}, {3.762252005452671*^9, 3.762252005611527*^9}, { - 3.762252046930657*^9, 3.7622520653518887`*^9}, {3.7622521337322073`*^9, - 3.762252160781577*^9}, {3.762252243669989*^9, 3.762252252382333*^9}, { - 3.7622522870584927`*^9, 3.7622523110998173`*^9}, {3.7622525892905617`*^9, - 3.762252653190784*^9}, {3.762252687617072*^9, 3.76225268868604*^9}, - 3.762252720098925*^9, {3.7622602134972677`*^9, 3.762260245781844*^9}, { - 3.7622603606728363`*^9, 3.7622603955795927`*^9}, 3.762260809124468*^9, { - 3.762260920835347*^9, 3.7622609336590014`*^9}, {3.7622611020859957`*^9, - 3.7622611022128*^9}, {3.762265433988163*^9, 3.762265647951427*^9}, { - 3.762265682974736*^9, 3.762265714676045*^9}, {3.7622657998190107`*^9, - 3.762265823490719*^9}, {3.762266150777772*^9, 3.762266183714326*^9}, { - 3.762266297442079*^9, 3.762266404084507*^9}, {3.762266503346043*^9, - 3.7622665058192873`*^9}, {3.762266581522806*^9, 3.762266603588318*^9}, { - 3.762266694495263*^9, 3.762266728238165*^9}, {3.762266789430751*^9, - 3.76226681293922*^9}, {3.7622668497813883`*^9, 3.762266850066354*^9}, { - 3.762267098742383*^9, 3.762267102028309*^9}, {3.762267643315309*^9, - 3.7622677082670116`*^9}, {3.762267743017583*^9, 3.762267788543005*^9}, { - 3.7622678343978357`*^9, 3.762267872315877*^9}, {3.762267908117887*^9, - 3.762267928051405*^9}, 3.762267973773315*^9, {3.762268017780451*^9, - 3.7622680575155687`*^9}, 3.762793093215591*^9, {3.763796995475988*^9, - 3.7637970043599586`*^9}, {3.7643154838421183`*^9, 3.764315495506998*^9}, { - 3.764945527167924*^9, 3.764945538174453*^9}, {3.767432814398486*^9, - 3.767432819483389*^9}, {3.7674328754926987`*^9, 3.767432894311245*^9}, { - 3.7674334785881023`*^9, 3.76743347876075*^9}, {3.783069231678774*^9, - 3.783069266967184*^9}, 3.7830693020753717`*^9, 3.7830876846213007`*^9, { - 3.783601557168208*^9, 3.78360156744668*^9}, {3.7836022865660763`*^9, - 3.783602306060294*^9}, {3.783602507800161*^9, 3.783602521215067*^9}, { - 3.7836025595507593`*^9, 3.783602559800055*^9}, {3.783604816433077*^9, - 3.783604819534629*^9}, {3.783749852081997*^9, 3.7837498583161583`*^9}, { - 3.783839612368231*^9, 3.783839619375147*^9}, {3.7838397408860607`*^9, - 3.783839742547872*^9}, 3.7838399432332*^9, {3.78383997716043*^9, - 3.783839994134857*^9}, {3.783840038479353*^9, 3.7838400808994637`*^9}, { - 3.783841286096673*^9, 3.783841286359161*^9}, {3.7869680370032673`*^9, - 3.7869680380252666`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[127]:=",ExpressionUUID->"5eff56b2-6e4a-495c-9b9c-28771d7f6b2c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExportCrystalData", "[", - RowBox[{"invalidProgram_String", ",", "rest___"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<DISCUS\>\"", ",", "\"\<DIFFUSE\>\""}], "}"}], ",", - "invalidProgram"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ExportCrystalData", "::", "InvalidProgramOrFormat"}], ",", - "invalidProgram"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{"ExportCrystalData", "::", "ParameterError"}], "]"}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}], "\[IndentingNewLine]", ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760948481143589*^9, 3.760948499262701*^9}, { - 3.7609488207683067`*^9, 3.760948841778069*^9}, {3.760948882588552*^9, - 3.760948883842764*^9}, {3.760948940717063*^9, 3.760948975282666*^9}, { - 3.760949011970159*^9, 3.760949012184416*^9}, 3.760949083736237*^9, { - 3.760949130238394*^9, 3.76094916161519*^9}, 3.760985557982565*^9, { - 3.7611975087352133`*^9, 3.76119751660457*^9}, {3.761474171084214*^9, - 3.761474174768375*^9}, {3.761474414190099*^9, 3.761474436739811*^9}, { - 3.761474489155945*^9, 3.761474515473364*^9}, {3.761474549322021*^9, - 3.761474603151936*^9}, {3.761474729429777*^9, 3.761474784036825*^9}, { - 3.761474849276947*^9, 3.7614748512846203`*^9}, 3.7614749412429934`*^9, { - 3.761475075055262*^9, 3.761475111589944*^9}, {3.761475177678194*^9, - 3.761475208235873*^9}, {3.7614754099022007`*^9, 3.761475460275897*^9}, { - 3.7614755580354347`*^9, 3.7614755584485207`*^9}, {3.761475602255143*^9, - 3.761475618458747*^9}, {3.761475728303033*^9, 3.7614757291959743`*^9}, { - 3.761475895540306*^9, 3.761475953150948*^9}, {3.7614759877525053`*^9, - 3.7614760216772137`*^9}, {3.761476346852703*^9, 3.761476436475614*^9}, { - 3.761476501004677*^9, 3.7614765014024887`*^9}, {3.76147653684481*^9, - 3.7614765625145817`*^9}, {3.7614766027780857`*^9, 3.761476696389943*^9}, { - 3.761476781958541*^9, 3.761476847138636*^9}, {3.761476879235957*^9, - 3.761476898257463*^9}, {3.7614769388987217`*^9, 3.761476939672125*^9}, { - 3.7617280288811703`*^9, 3.7617280290289*^9}, {3.762062000358593*^9, - 3.762062002890757*^9}, 3.7622515661086082`*^9, {3.762251817102137*^9, - 3.762251929165433*^9}, {3.762252005452671*^9, 3.762252005611527*^9}, { - 3.762252046930657*^9, 3.7622520653518887`*^9}, {3.7622521337322073`*^9, - 3.762252160781577*^9}, {3.762252243669989*^9, 3.762252252382333*^9}, { - 3.7622522870584927`*^9, 3.7622523110998173`*^9}, {3.7622525892905617`*^9, - 3.762252653190784*^9}, {3.762252687617072*^9, 3.76225268868604*^9}, - 3.762252720098925*^9, {3.7622602134972677`*^9, 3.762260245781844*^9}, { - 3.7622603606728363`*^9, 3.7622603955795927`*^9}, 3.762260809124468*^9, { - 3.762260920835347*^9, 3.7622609336590014`*^9}, {3.7622611020859957`*^9, - 3.7622611022128*^9}, {3.762265433988163*^9, 3.762265647951427*^9}, { - 3.762265682974736*^9, 3.762265714676045*^9}, {3.7622657998190107`*^9, - 3.762265823490719*^9}, {3.762266150777772*^9, 3.762266183714326*^9}, { - 3.762266297442079*^9, 3.762266404084507*^9}, {3.762266503346043*^9, - 3.7622665058192873`*^9}, {3.762266581522806*^9, 3.762266603588318*^9}, { - 3.762266694495263*^9, 3.762266728238165*^9}, {3.762266789430751*^9, - 3.76226681293922*^9}, {3.7622668497813883`*^9, 3.762266850066354*^9}, { - 3.762267098742383*^9, 3.762267102028309*^9}, {3.762267643315309*^9, - 3.7622677082670116`*^9}, {3.762267743017583*^9, 3.762267788543005*^9}, { - 3.7622678343978357`*^9, 3.762267872315877*^9}, {3.762267908117887*^9, - 3.762267928051405*^9}, 3.762267973773315*^9, {3.762268017780451*^9, - 3.7622680575155687`*^9}, 3.762793093215591*^9, {3.763796995475988*^9, - 3.7637970043599586`*^9}, {3.7643154838421183`*^9, 3.764315495506998*^9}, { - 3.764945527167924*^9, 3.764945538174453*^9}, {3.767432814398486*^9, - 3.767432819483389*^9}, {3.7674328754926987`*^9, 3.767432894311245*^9}, { - 3.7674334785881023`*^9, 3.76743347876075*^9}, {3.783069231678774*^9, - 3.783069266967184*^9}, 3.7830693020753717`*^9, 3.7830876846213007`*^9, { - 3.783601557168208*^9, 3.78360156744668*^9}, {3.7836022865660763`*^9, - 3.783602306060294*^9}, {3.783602507800161*^9, 3.783602521215067*^9}, { - 3.7836025595507593`*^9, 3.783602559800055*^9}, {3.783604816433077*^9, - 3.783604819534629*^9}, {3.783749852081997*^9, 3.7837498583161583`*^9}, { - 3.783839612368231*^9, 3.783839619375147*^9}, {3.7838397408860607`*^9, - 3.783839742547872*^9}, 3.7838399432332*^9, {3.78383997716043*^9, - 3.783839994134857*^9}, {3.783840038479353*^9, 3.783840055934451*^9}, { - 3.7856866354927807`*^9, 3.785686770095469*^9}, {3.785686913801567*^9, - 3.7856869257325363`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[128]:=",ExpressionUUID->"ec65ff9d-dcc3-4c62-8fcd-ffe5e2dc8b23"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[129]:=",ExpressionUUID->"263cc96a-cdbd-41b2-b127-3422100f2606"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExtinctionLength", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.715064144253417*^9, 3.71506414748868*^9}, - 3.7150666427337*^9, 3.728770283393445*^9, - 3.730386833829701*^9},ExpressionUUID->"064698d7-07ee-4271-a0fb-\ -5fe392638921"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[5]:=",ExpressionUUID->"0535ff75-a812-46ee-9080-8106546d401b"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ExtinctionLength"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Polarisation\>\"", "\[Rule]", "\"\<\[Pi]\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ExtinctionLength"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, - 3.715064183906497*^9, {3.715064323351753*^9, 3.715064331811014*^9}, { - 3.717137410052381*^9, 3.717137423793882*^9}, {3.7171375187693367`*^9, - 3.7171375311190987`*^9}, {3.7171379767179403`*^9, - 3.7171379940600653`*^9}, {3.71713832618981*^9, 3.7171383388679*^9}, { - 3.71907160441745*^9, 3.719071610599937*^9}, {3.726561450330326*^9, - 3.72656145245828*^9}, {3.728765825984562*^9, 3.728765826319784*^9}, - 3.728770283404731*^9, {3.756710835044408*^9, 3.7567108480185957`*^9}}, - CellLabel->"In[6]:=",ExpressionUUID->"61475c29-6689-4673-9c6a-46c789db1be2"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[8]:=",ExpressionUUID->"5fc9123d-2dc6-493b-bb3e-c3f12a741bcd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ExtinctionLength", "[", "\[IndentingNewLine]", - RowBox[{"crystal_", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", "hklInput_List", ",", - "\[IndentingNewLine]", - RowBox[{"\[Gamma]o", ":", - RowBox[{"_", "?", "NumericQ"}], ":", "1"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Gamma]h", ":", - RowBox[{"_", "?", "NumericQ"}], ":", "1"}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "sg", ",", "hkl", ",", "L", ",", "\[IndentingNewLine]", "\[Lambda]", ",", - "V", ",", "\[Theta]", ",", "R", ",", "\[CapitalChi]", ",", "FhFhbar", - ",", "g", ",", "\[CapitalLambda]o", ",", "\[IndentingNewLine]", - "temp"}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<SpaceGroup\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "hklInput", ",", "\"\<Integer\>\"", ",", "\"\<WrapSingle\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "hkl"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Wavelength", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ProcessWavelength\>\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Unit", " ", "cell", " ", "volume"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"V", "=", - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Classical", " ", "electron", " ", "radius"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"R", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"QuantityMagnitude", "@", - RowBox[{"UnitConvert", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Quantity", "[", "\"\<ClassicalElectronRadius\>\"", "]"}], - ",", "\"\<Angstroms\>\""}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"2.81794032", "*", - RowBox[{"Power", "[", - RowBox[{"10", ",", - RowBox[{"-", "5"}]}], "]"}]}]}], - RowBox[{"(*", " ", "\[ARing]ngstr\[ODoubleDot]ms", " ", "*)"}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Bragg", " ", "angle", " ", "and", " ", "polarisation"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"\[Theta]", "=", - RowBox[{ - RowBox[{"BraggAngle", "[", - RowBox[{"crystal", ",", "\[Lambda]", ",", "hkl", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}], "*", - "Degree"}]}], ";", "\[IndentingNewLine]", - RowBox[{"\[CapitalChi]", "=", - RowBox[{"Flatten", "[", - RowBox[{"{", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<Polarisation\>\"", ",", "\[IndentingNewLine]", - RowBox[{"OptionValue", "[", "\"\<Polarisation\>\"", "]"}], ",", - RowBox[{"2", "\[Theta]"}]}], "]"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Structure", " ", "factors"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{ - RowBox[{ - RowBox[{"StructureFactor", "[", - RowBox[{"crystal", ",", "#", ",", "\[Lambda]", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"hkl", ",", - RowBox[{"-", "hkl"}]}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Cases", "[", - RowBox[{"temp", ",", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"F_", "?", "NumericQ"}], ",", - RowBox[{"\[Phi]_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - "F"}], ",", "3"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"FhFhbar", "=", - RowBox[{"Times", "@@", - RowBox[{"ArrayReshape", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{"2", ",", "L"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Extinction", " ", - RowBox[{"(", "Pendell\[ODoubleDot]sung", ")"}], " ", "distance"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"\[Gamma]o", "===", "\[Gamma]h", "===", "1"}], ",", - RowBox[{"g", "=", "1"}], ",", - RowBox[{"g", "=", - RowBox[{"\[Pi]", "*", - SqrtBox[ - RowBox[{"\[Gamma]o", "*", - RowBox[{"Abs", "[", "\[Gamma]h", "]"}]}]]}]}]}], "]"}], ";", - RowBox[{"(*", " ", - RowBox[{"geometrical", " ", "factor"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{ - RowBox[{"Reap", "[", - RowBox[{"Do", "[", - RowBox[{ - RowBox[{"Quiet", "@", - RowBox[{"Sow", "[", "\[IndentingNewLine]", - RowBox[{ - FractionBox[ - RowBox[{"V", " ", "*", "g"}], - RowBox[{"R", "*", "\[Lambda]", "*", - RowBox[{ - "\[CapitalChi]", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "*", - RowBox[{"Sqrt", "@", - RowBox[{ - "FhFhbar", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}]], "*", - RowBox[{"(", - FractionBox[ - RowBox[{"1", " ", - RowBox[{"(*", " ", "\[Mu]m", " ", "*)"}]}], - RowBox[{ - SuperscriptBox["10", "4"], " ", - RowBox[{"(*", " ", "\[CapitalARing]", " ", "*)"}]}]], ")"}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "L"}], "}"}]}], "]"}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{"\[CapitalLambda]o", "/.", - RowBox[{"ComplexInfinity", "\[Rule]", "Undefined"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", "Units"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{"\[CapitalLambda]o", "/.", - RowBox[{ - RowBox[{"x_", "?", "NumericQ"}], "\[RuleDelayed]", - RowBox[{"Quantity", "[", - RowBox[{"x", ",", "\"\<Micrometers\>\""}], "]"}]}]}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"L", "===", "1"}], ",", - RowBox[{"First", "@", "\[CapitalLambda]o"}], ",", - "\[CapitalLambda]o"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.7150641849014177`*^9, - 3.715064208336918*^9}, {3.715064336668919*^9, 3.715064336823771*^9}, { - 3.7150644336583357`*^9, 3.71506443498072*^9}, {3.715064599313464*^9, - 3.7150646079814262`*^9}, {3.7150648325136347`*^9, 3.715064858683421*^9}, { - 3.715064959383336*^9, 3.71506497243955*^9}, {3.715065015991144*^9, - 3.7150650391032743`*^9}, 3.7150652844595957`*^9, {3.7150653189201393`*^9, - 3.715065425962084*^9}, {3.715065469844347*^9, 3.7150655302803*^9}, { - 3.7150655873892384`*^9, 3.715065652967656*^9}, {3.715065689624295*^9, - 3.7150656959385242`*^9}, {3.715065775044579*^9, 3.7150657795680733`*^9}, { - 3.715065865470538*^9, 3.7150658691411257`*^9}, {3.715066032083479*^9, - 3.7150662475735207`*^9}, {3.71506629896938*^9, 3.715066312996698*^9}, { - 3.71506637443011*^9, 3.715066441209529*^9}, 3.715067144046503*^9, - 3.715327875529291*^9, {3.717137869706513*^9, 3.71713797227919*^9}, - 3.7171380204468603`*^9, {3.717138085667194*^9, 3.717138099861533*^9}, { - 3.717138257794202*^9, 3.717138300046898*^9}, {3.717740904476035*^9, - 3.717740920625993*^9}, {3.719071295169293*^9, 3.719071306145207*^9}, { - 3.7190713453679743`*^9, 3.7190713498706007`*^9}, {3.719071570331616*^9, - 3.719071600316853*^9}, {3.719071682617531*^9, 3.719071716415783*^9}, - 3.726561454928636*^9, 3.727675294974962*^9, 3.727676784058449*^9, { - 3.728625084281598*^9, 3.7286250868079367`*^9}, {3.7287655420810003`*^9, - 3.72876556364753*^9}, 3.728765689062871*^9, {3.7287659418637114`*^9, - 3.728765973270775*^9}, {3.7287702834174*^9, 3.728770283426715*^9}, { - 3.7295875960614223`*^9, 3.7295876066718073`*^9}, {3.7295880419212914`*^9, - 3.729588045870008*^9}, 3.729588317886677*^9, {3.730016054914228*^9, - 3.73001609916604*^9}, {3.7300162031051483`*^9, 3.7300162210708637`*^9}, { - 3.730016402805884*^9, 3.730016434946889*^9}, {3.7300169223225613`*^9, - 3.730016931871814*^9}, {3.730016980487012*^9, 3.730016988414926*^9}, { - 3.730017058262102*^9, 3.73001713016367*^9}, {3.730017389367407*^9, - 3.730017393031343*^9}, {3.730017910923271*^9, 3.730017911905787*^9}, { - 3.7300179421231947`*^9, 3.730017942425879*^9}, {3.730053508967078*^9, - 3.7300535115130463`*^9}, {3.730053588041451*^9, 3.7300536135897427`*^9}, { - 3.730053685134899*^9, 3.730053747427683*^9}, {3.7303807975703983`*^9, - 3.73038082949577*^9}, {3.7303808808461246`*^9, 3.730380883510571*^9}, { - 3.730382682670476*^9, 3.730382722798382*^9}, {3.730382907061781*^9, - 3.730382914851068*^9}, {3.730382972130056*^9, 3.7303829955933104`*^9}, { - 3.7303868622474203`*^9, 3.730386862802196*^9}, 3.730386912351308*^9, { - 3.7303872993762083`*^9, 3.7303873037725277`*^9}, {3.730388758219499*^9, - 3.7303887933365726`*^9}, {3.7303890223980083`*^9, 3.730389028347728*^9}, { - 3.7303891190410757`*^9, 3.730389120834405*^9}, {3.730389164680416*^9, - 3.730389217974998*^9}, {3.730389325933663*^9, 3.7303893344932623`*^9}, { - 3.730389642846589*^9, 3.730389655727233*^9}, {3.730389688718611*^9, - 3.730389705765634*^9}, {3.73038984820268*^9, 3.73038984832907*^9}, { - 3.730389887448902*^9, 3.7303899156151333`*^9}, 3.730389960327202*^9, { - 3.7303900446145487`*^9, 3.73039005030311*^9}, {3.7303900846210203`*^9, - 3.7303901525709753`*^9}, {3.730390218609873*^9, 3.730390291473195*^9}, { - 3.730390334190436*^9, 3.730390535722308*^9}, {3.7303905678253393`*^9, - 3.7303905815937366`*^9}, {3.730390637143609*^9, 3.730390642919252*^9}, { - 3.730390688143659*^9, 3.7303906887496223`*^9}, {3.7303907485088778`*^9, - 3.730390781341004*^9}, {3.7303908537158613`*^9, 3.730390889281506*^9}, { - 3.730390963086314*^9, 3.7303910164482117`*^9}, {3.730392295188819*^9, - 3.7303923353288403`*^9}, {3.730392372387158*^9, 3.730392380323042*^9}, { - 3.730392429994944*^9, 3.73039254936828*^9}, {3.7303925800948*^9, - 3.7303926065978394`*^9}, {3.730392641925551*^9, 3.730392715523513*^9}, { - 3.730396806995736*^9, 3.730396938711412*^9}, {3.730397029158411*^9, - 3.730397057216755*^9}, {3.730397227802558*^9, 3.730397239752108*^9}, { - 3.730544224646261*^9, 3.730544224758662*^9}, 3.737968467860733*^9, { - 3.739170328108973*^9, 3.7391703389556093`*^9}, {3.7585292324233837`*^9, - 3.758529259814826*^9}, {3.759519321072632*^9, 3.759519322814753*^9}, - 3.7627930932348967`*^9, {3.786968042941324*^9, 3.786968044515555*^9}, { - 3.786968249405877*^9, 3.786968310108507*^9}, {3.861690932974635*^9, - 3.8616909336987667`*^9}, {3.891173097658402*^9, 3.8911731306701727`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"fdc9d81f-59dc-4973-9d53-1e4a7e533f55"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[10]:=",ExpressionUUID->"2922f8f5-f28e-4855-93c0-a2013bea323b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["FindPixelClusters", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.6678188399987793`*^9, 3.667818878319042*^9}, - 3.667973368548716*^9},ExpressionUUID->"d69b5591-dd13-4ce5-9222-\ -6adec15759cd"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[136]:=",ExpressionUUID->"b8ee57d8-6851-497e-8cbb-118c83b20113"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"FindPixelClusters", "::", "method"}], "=", - "\"\<The method \[LeftGuillemet]`1`\[RightGuillemet] was not recognised.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"FindPixelClusters", "::", "pixels"}], "=", - "\"\<Pixels in the binarised image: `1`.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"FindPixelClusters", "::", "dir"}], "=", - "\"\<Invalid directory.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "FindPixelClusters"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<ClusterRange\>\"", "\[Rule]", "3"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ClearStatus\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"Method", "\[Rule]", "\"\<Median\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<PixelDataFile\>\"", "\[Rule]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$TemporaryDirectory", ",", "\"\<MaXrd\>\"", ",", - "\"\<PixelData.m\>\""}], "}"}], "]"}]}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<RetrieveData\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnBinaryImage\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UpdateDataFile\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, {3.667926883433126*^9, 3.667926892913142*^9}, { - 3.6679303915678787`*^9, 3.667930397064508*^9}, {3.667930504515873*^9, - 3.6679305119877663`*^9}, {3.667930552979792*^9, 3.6679305587145452`*^9}, { - 3.6679305964269743`*^9, 3.667930598585484*^9}, {3.66793271531362*^9, - 3.667932721040504*^9}, {3.667972261358046*^9, 3.6679722648457327`*^9}, { - 3.6679723098927813`*^9, 3.667972310700526*^9}, {3.667973385739415*^9, - 3.667973388827128*^9}, {3.667977543043991*^9, 3.667977558082513*^9}, { - 3.667995016616452*^9, 3.667995022446369*^9}, {3.6679950722772903`*^9, - 3.6679950740452623`*^9}, {3.6679957762713337`*^9, 3.667995776453274*^9}, { - 3.667996475790578*^9, 3.6679964973333187`*^9}, {3.668230520096628*^9, - 3.668230520296247*^9}, {3.668231248823513*^9, 3.668231266470131*^9}, { - 3.668231934350088*^9, 3.6682319425497923`*^9}, {3.6682320393165903`*^9, - 3.668232046291453*^9}, {3.668232248143578*^9, 3.668232275009239*^9}, { - 3.6682338783511744`*^9, 3.668233902814499*^9}, {3.6682341617838697`*^9, - 3.66823416263997*^9}, 3.668234334356662*^9, {3.668234369772044*^9, - 3.6682343712508717`*^9}, {3.668234441121419*^9, 3.668234442249284*^9}, { - 3.668234474145546*^9, 3.668234476228924*^9}, {3.668234888878497*^9, - 3.668234889678135*^9}, {3.668234943421139*^9, 3.6682349550848227`*^9}, { - 3.6682352736460247`*^9, 3.66823528523668*^9}, {3.668235379331465*^9, - 3.668235382934746*^9}, {3.6682354313782387`*^9, 3.6682354331850758`*^9}, { - 3.68751217918044*^9, 3.687512181304822*^9}, 3.7138583598504868`*^9, { - 3.714207623856532*^9, 3.7142076294786367`*^9}, {3.7142085710706787`*^9, - 3.7142085726870623`*^9}, {3.824549415607658*^9, 3.824549449868452*^9}, { - 3.824549692777103*^9, 3.8245497188627357`*^9}, {3.824549834932473*^9, - 3.8245498504033012`*^9}, {3.8245500716598988`*^9, 3.824550077150653*^9}, { - 3.824550187318911*^9, 3.824550202311926*^9}, {3.824550542168377*^9, - 3.8245505440933247`*^9}, {3.824550875643718*^9, 3.8245508795590973`*^9}, { - 3.8246242446635027`*^9, 3.824624253471257*^9}, {3.824624286567259*^9, - 3.824624286867517*^9}, {3.824624791458826*^9, 3.8246247971838093`*^9}, { - 3.824624985774453*^9, 3.824624986847002*^9}, {3.8246262066743*^9, - 3.824626207100642*^9}, 3.824836304974125*^9, {3.824836400750367*^9, - 3.824836405742276*^9}}, - CellLabel-> - "In[137]:=",ExpressionUUID->"1be478aa-d26a-46dd-b092-2a2a7c168a73"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[141]:=",ExpressionUUID->"758c0ae7-002b-47eb-a0e6-93d136d7a167"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FPC$LoadPixelDataFile", "[", "dataFile_String", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "dataFile"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Quiet", "@", - RowBox[{"CreateDirectory", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"DirectoryName", "@", "dataFile"}], ",", - RowBox[{"CreateIntermediateDirectories", "\[Rule]", "True"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Export", "[", - RowBox[{"dataFile", ",", - RowBox[{"<|", "|>"}]}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Import", "@", "dataFile"}]}], "\[IndentingNewLine]", - ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.824549157884141*^9, - 3.824549159319586*^9}, {3.8245492253561296`*^9, 3.824549247629485*^9}, - 3.8245493292632647`*^9, {3.824549386072567*^9, 3.824549410357386*^9}, { - 3.824549474902042*^9, 3.824549512116287*^9}, {3.824549598827116*^9, - 3.8245496604630527`*^9}, {3.824549706380138*^9, 3.8245497609777327`*^9}, { - 3.824549844913988*^9, 3.824549846763631*^9}, {3.8245498794471292`*^9, - 3.824549881428441*^9}, {3.824549979839823*^9, 3.8245499800738077`*^9}, - 3.824550016309486*^9, {3.824550263587179*^9, 3.824550273676351*^9}, { - 3.824550356454542*^9, 3.824550397848559*^9}, 3.8245505155203037`*^9, { - 3.82455056653398*^9, 3.8245506401875257`*^9}, {3.824550689620389*^9, - 3.824550805106915*^9}, {3.824550840692254*^9, 3.8245508686236134`*^9}, { - 3.8245509105415916`*^9, 3.824550941488265*^9}, {3.824550999983103*^9, - 3.824551000135416*^9}, {3.824551191065404*^9, 3.824551310428009*^9}, { - 3.824551371207891*^9, 3.824551387084132*^9}, {3.82455163461265*^9, - 3.824551641709669*^9}, {3.824551676989612*^9, 3.8245516908209543`*^9}, { - 3.824551744320958*^9, 3.8245517988387537`*^9}, {3.8245518437147007`*^9, - 3.824551878676241*^9}, {3.824552093824395*^9, 3.824552094964884*^9}, { - 3.824613355161584*^9, 3.82461335891087*^9}, {3.8246134068736477`*^9, - 3.824613526703142*^9}, {3.824613697948286*^9, 3.824613729276009*^9}, { - 3.82461691671942*^9, 3.8246169170846767`*^9}, {3.828939188712387*^9, - 3.828939190369705*^9}, 3.828940292571979*^9, {3.836288683898563*^9, - 3.836288686146819*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"d3789866-1f12-44e7-b3c8-386355b1b418"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"FPC$MakeImageHash", "[", "image_Image", "]"}], ":=", - RowBox[{"Hash", "[", - RowBox[{"image", ",", "\"\<Expression\>\"", ",", "\"\<HexString\>\""}], - "]"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.824617695426052*^9, 3.8246177365094843`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[143]:=",ExpressionUUID->"6653b959-0d3d-4b5b-8ac2-a0c8cde07b00"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FPC$LookupPixelData", "[", - RowBox[{"dataFile_String", ",", "image_Image"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"data", ",", "hash"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "=", - RowBox[{"FPC$LoadPixelDataFile", "@", "dataFile"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hash", "=", - RowBox[{"FPC$MakeImageHash", "@", "image"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Lookup", "[", - RowBox[{"data", ",", "hash"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.824549157884141*^9, - 3.824549159319586*^9}, {3.8245492253561296`*^9, 3.824549247629485*^9}, - 3.8245493292632647`*^9, {3.824549386072567*^9, 3.824549410357386*^9}, { - 3.824549474902042*^9, 3.824549512116287*^9}, {3.824549598827116*^9, - 3.8245496604630527`*^9}, {3.824549706380138*^9, 3.8245497609777327`*^9}, { - 3.824549844913988*^9, 3.824549846763631*^9}, {3.8245498794471292`*^9, - 3.824549881428441*^9}, {3.824549979839823*^9, 3.8245499800738077`*^9}, - 3.824550016309486*^9, {3.824550263587179*^9, 3.824550273676351*^9}, { - 3.824550356454542*^9, 3.824550397848559*^9}, 3.8245505155203037`*^9, { - 3.82455056653398*^9, 3.8245506401875257`*^9}, {3.824550689620389*^9, - 3.824550805106915*^9}, {3.824550840692254*^9, 3.8245508686236134`*^9}, { - 3.8245509105415916`*^9, 3.824550941488265*^9}, {3.824550999983103*^9, - 3.824551000135416*^9}, {3.824551191065404*^9, 3.824551310428009*^9}, { - 3.824551371207891*^9, 3.824551387084132*^9}, {3.82455163461265*^9, - 3.824551641709669*^9}, {3.824551676989612*^9, 3.8245516908209543`*^9}, { - 3.824551744320958*^9, 3.8245517988387537`*^9}, {3.8245518437147007`*^9, - 3.824551878676241*^9}, {3.824552093824395*^9, 3.824552094964884*^9}, { - 3.824613355161584*^9, 3.82461335891087*^9}, {3.8246134068736477`*^9, - 3.824613526703142*^9}, {3.824613697948286*^9, 3.824613729276009*^9}, { - 3.82461691671942*^9, 3.8246169170846767`*^9}, {3.8246169924812803`*^9, - 3.824617030306223*^9}, {3.824617078730901*^9, 3.824617123391067*^9}, { - 3.82461773205303*^9, 3.82461773369724*^9}, 3.824625965110029*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[144]:=",ExpressionUUID->"50f8361f-3362-4fab-bfa1-157ce544b980"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FPC$UpdatePixelDataFile", "[", - RowBox[{"dataFile_String", ",", "image_Image", ",", "newEntryData_List"}], - "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"data", ",", "hash"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "=", - RowBox[{"FPC$LoadPixelDataFile", "@", "dataFile"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hash", "=", - RowBox[{"FPC$MakeImageHash", "@", "image"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"data", ",", - RowBox[{"hash", "\[Rule]", "newEntryData"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Export", "[", - RowBox[{"dataFile", ",", "data"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Length", "@", "data"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.824549157884141*^9, - 3.824549159319586*^9}, {3.8245492253561296`*^9, 3.824549247629485*^9}, - 3.8245493292632647`*^9, {3.824549386072567*^9, 3.824549410357386*^9}, { - 3.824549474902042*^9, 3.824549512116287*^9}, {3.824549598827116*^9, - 3.8245496604630527`*^9}, {3.824549706380138*^9, 3.8245497609777327`*^9}, { - 3.824549844913988*^9, 3.824549846763631*^9}, {3.8245498794471292`*^9, - 3.824549881428441*^9}, {3.824549979839823*^9, 3.8245499800738077`*^9}, - 3.824550016309486*^9, {3.824550263587179*^9, 3.824550273676351*^9}, { - 3.824550356454542*^9, 3.824550397848559*^9}, 3.8245505155203037`*^9, { - 3.82455056653398*^9, 3.8245506401875257`*^9}, {3.824550689620389*^9, - 3.824550805106915*^9}, {3.824550840692254*^9, 3.8245508686236134`*^9}, { - 3.8245509105415916`*^9, 3.824550941488265*^9}, {3.824550999983103*^9, - 3.824551000135416*^9}, {3.824551191065404*^9, 3.824551310428009*^9}, { - 3.824551371207891*^9, 3.824551387084132*^9}, {3.82455163461265*^9, - 3.824551641709669*^9}, {3.824551676989612*^9, 3.8245516908209543`*^9}, { - 3.824551744320958*^9, 3.8245517988387537`*^9}, {3.8245518437147007`*^9, - 3.824551878676241*^9}, {3.824552093824395*^9, 3.824552094964884*^9}, { - 3.824613355161584*^9, 3.82461335891087*^9}, {3.8246134068736477`*^9, - 3.824613526703142*^9}, {3.824613816634026*^9, 3.824613870024139*^9}, { - 3.824616868141634*^9, 3.824616895695395*^9}, 3.82461693079196*^9, { - 3.824617089412416*^9, 3.824617091916669*^9}, 3.824617742039572*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[145]:=",ExpressionUUID->"d7af6261-0147-4143-8899-1313b88b7dfd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FPC$Process", "[", - RowBox[{"image_Image", ",", - RowBox[{"OptionsPattern", "@", "FindPixelClusters"}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "bin", ",", "data", ",", "L", ",", "method", ",", "fraction", ",", - "check", ",", "\[IndentingNewLine]", "P", ",", "update", ",", "start", - ",", "near", ",", "r", ",", "progress", ",", "status", ",", "total", - ",", "p", ",", "i", ",", "j", ",", "neighbours", ",", "new", ",", "n", - ",", "new2", ",", "\[IndentingNewLine]", "clusters", ",", "k"}], "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparing", " ", "image", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Otsu", "'"}], "s", " ", "cluster", " ", "variance", " ", - "maximization", " ", "method"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"bin", "=", - RowBox[{"Binarize", "@", "image"}]}], ";", "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"PixelValuePositions", "[", - RowBox[{"bin", ",", "1"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "data"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", - RowBox[{"Choose", " ", "method"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"method", "=", - RowBox[{"OptionValue", "[", "Method", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Median\>\"", ",", "\"\<Mean\>\"", ",", "\"\<Cluster\>\"", - ",", "\"\<BinariseOnly\>\""}], "}"}], ",", "method"}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"FindPixelClusters", "::", "method"}], ",", "method"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"method", "===", "\"\<BinariseOnly\>\""}], ",", - RowBox[{"Goto", "[", "\"\<BinarisationDone\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "further", " ", "refinement", " ", "is", " ", - "necessary"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"L", "\[LessEqual]", "5000"}], ",", "Null", ",", - "\[IndentingNewLine]", - RowBox[{"L", "\[LessEqual]", "50000"}], ",", - RowBox[{"bin", "=", - RowBox[{"DeleteSmallComponents", "[", - RowBox[{"bin", ",", - RowBox[{"Method", "\[Rule]", "method"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Special", " ", "procedure", " ", "for", " ", "very", " ", "noisy", - " ", "images"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"fraction", "=", "1.00"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"check", "=", "True"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"While", "[", - RowBox[{"check", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"fraction", "=", - RowBox[{"fraction", "-", "0.005"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"bin", "=", - RowBox[{"Binarize", "[", - RowBox[{"image", ",", - RowBox[{"Method", "\[Rule]", - RowBox[{"{", - RowBox[{"\"\<BlackFraction\>\"", ",", " ", "fraction"}], - "}"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"check", "=", - RowBox[{ - RowBox[{"PixelValuePositions", "[", - RowBox[{"bin", ",", "1"}], "]"}], "\[Equal]", - RowBox[{"{", "}"}]}]}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"bin", "=", - RowBox[{"DeleteSmallComponents", "[", - RowBox[{"bin", ",", - RowBox[{"Method", "\[Rule]", "\"\<Mean\>\""}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"PixelValuePositions", "[", - RowBox[{"bin", ",", "1"}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", - RowBox[{ - "Return", " ", "binary", " ", "image", " ", "and", " ", "data", " ", - "length", " ", "for", " ", "inspection"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<BinarisationDone\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<ReturnBinaryImage\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"FindPixelClusters", "::", "pixels"}], ",", - "\[IndentingNewLine]", - RowBox[{"ToString", "@", - RowBox[{"NumberForm", "[", - RowBox[{ - RowBox[{"Length", "@", "data"}], ",", - RowBox[{"DigitBlock", "\[Rule]", "3"}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Return", "@", "bin"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Cluster", " ", "determination", " ", - "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"List", " ", "of", " ", "all", " ", "pixels"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"P", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"update", "=", - RowBox[{"N", "@", "data"}]}], ";", "\[IndentingNewLine]", - RowBox[{"start", "=", - RowBox[{"First", "@", "update"}]}], ";", "\[IndentingNewLine]", - RowBox[{"r", "=", - RowBox[{"N", "@", - RowBox[{"OptionValue", "[", "\"\<ClusterRange\>\"", "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"near", "=", - RowBox[{"N", "@", - RowBox[{"DeleteCases", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "j"}], "}"}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"-", "r"}], ",", "r"}], "}"}], ",", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"-", "r"}], ",", "r"}], "}"}]}], "]"}], ",", "1"}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"total", "=", - RowBox[{"Length", "@", "data"}]}], ";", "\[IndentingNewLine]", - RowBox[{"progress", "=", "total"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dynamic", " ", "status"}], " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{"status", "=", - RowBox[{"PrintTemporary", "[", "\[IndentingNewLine]", - RowBox[{"Row", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"Text", "[", - RowBox[{"Style", "[", - RowBox[{"\"\<Determining pixel clusters:\>\"", ",", - RowBox[{"FontFamily", "\[Rule]", "\"\<Avenir Next\>\""}], ",", - "14"}], "]"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "20", "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"ProgressIndicator", "[", - RowBox[{"1", "-", - RowBox[{"progress", "/", "total"}]}], "]"}]}]}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"Alignment", "\[Rule]", "Center"}]}], "\[IndentingNewLine]", - "]"}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Single", " ", "pixel"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"P", "=", - RowBox[{"Reap", "@", - RowBox[{"While", "[", - RowBox[{ - RowBox[{"update", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"First", " ", "iteration"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"p", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"neighbours", "=", - RowBox[{ - RowBox[{ - RowBox[{"start", "+", "#"}], "&"}], "/@", "near"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"new", "=", - RowBox[{"Intersection", "[", - RowBox[{"update", ",", "neighbours"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Avoid", " ", "looping", " ", "over", " ", "the", " ", "same", " ", - "single", " ", "pixel"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"new", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"update", "=", - RowBox[{"Rest", "@", "update"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"p", "=", - RowBox[{"Join", "[", - RowBox[{"p", ",", "new"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"update", "=", - RowBox[{"Complement", "[", - RowBox[{"update", ",", "p"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"The", " ", "next", " ", "iterations"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"While", "[", - RowBox[{ - RowBox[{"new", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Current", " ", "and", " ", "rest"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"n", "=", - RowBox[{"First", "@", "new"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"new", "=", - RowBox[{"Rest", "@", "new"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"neighbours", "=", - RowBox[{ - RowBox[{ - RowBox[{"n", "+", "#"}], "&"}], "/@", "near"}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Actual", " ", "new", " ", "elements"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"new2", "=", - RowBox[{"Intersection", "[", - RowBox[{"update", ",", "neighbours"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"p", "=", - RowBox[{"Join", "[", - RowBox[{"p", ",", "new2"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"update", "=", - RowBox[{"Complement", "[", - RowBox[{"update", ",", "p"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"new", "=", - RowBox[{"Join", "[", - RowBox[{"new", ",", "new2"}], "]"}]}], ";"}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"One", " ", "pixel", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Sow", "[", "p", "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"progress", "=", - RowBox[{"Length", "@", "update"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"update", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"start", "=", - RowBox[{"First", "@", "update"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ClearStatus\>\"", "]"}]}], ",", - RowBox[{"NotebookDelete", "@", "status"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"P", "=", - RowBox[{"P", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"clusters", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"P", ",", - RowBox[{"{", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Merge", " ", "pixel", " ", "clusters", - " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"P", "=", - RowBox[{"Reap", "@", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"k", "=", - RowBox[{"Round", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Total", "@", - RowBox[{"clusters", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "All", ",", "1"}], - "\[RightDoubleBracket]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Total", "@", - RowBox[{"clusters", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "All", ",", "2"}], - "\[RightDoubleBracket]"}]}]}], "\[IndentingNewLine]", "}"}], - "/", - RowBox[{"Length", "@", - RowBox[{ - "clusters", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}], "\[IndentingNewLine]", "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Sow", "[", "k", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "clusters"}]}], "}"}]}], - "\[IndentingNewLine]", "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", - RowBox[{"P", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.82454916718884*^9, - 3.824549169309597*^9}, {3.824549214504971*^9, 3.824549215420236*^9}, { - 3.824617767285918*^9, 3.824617774114985*^9}, {3.82461787872042*^9, - 3.824617888779348*^9}, {3.8246179607368393`*^9, 3.8246179984130287`*^9}, { - 3.8246303637223663`*^9, 3.82463056320922*^9}, {3.828892148816979*^9, - 3.828892153094716*^9}, {3.8288922635245533`*^9, 3.82889228105836*^9}, { - 3.828892341602765*^9, 3.828892466761808*^9}, {3.82889251813033*^9, - 3.828892518991088*^9}, {3.836278520636113*^9, 3.836278523617806*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"37237089-a0e0-47d7-ae1f-86dd3fc96880"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FindPixelClusters", "[", - RowBox[{"image_Image", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"dataFile", "=", - RowBox[{"OptionValue", "[", "\"\<PixelDataFile\>\"", "]"}]}], ",", - "imageClusterData"}], "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Driver", " ", - RowBox[{"routine", " ", "--"}], " ", "Check", " ", "if", " ", "image", - " ", "has", " ", "been", " ", "processed"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"imageClusterData", "=", - RowBox[{"FPC$LookupPixelData", "[", - RowBox[{"dataFile", ",", "image"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "imageClusterData"}]}], - "\[IndentingNewLine]", "&&", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<RetrieveData\>\"", "]"}]}], - "\[IndentingNewLine]", "&&", - RowBox[{"!", - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<ReturnBinaryImage\>\"", "]"}]}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Load"}], " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Return", "@", "imageClusterData"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Find"}], " ", "clusters"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"imageClusterData", "=", - RowBox[{"FPC$Process", "[", - RowBox[{"image", ",", "options"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UpdateDataFile\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"FPC$UpdatePixelDataFile", "[", - RowBox[{"dataFile", ",", "image", ",", "imageClusterData"}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", "imageClusterData"}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.824549157884141*^9, - 3.824549159319586*^9}, {3.8245492253561296`*^9, 3.824549247629485*^9}, - 3.8245493292632647`*^9, {3.824549386072567*^9, 3.824549410357386*^9}, { - 3.824549474902042*^9, 3.824549512116287*^9}, {3.824549598827116*^9, - 3.8245496604630527`*^9}, {3.824549706380138*^9, 3.8245497609777327`*^9}, { - 3.824549844913988*^9, 3.824549846763631*^9}, {3.8245498794471292`*^9, - 3.824549881428441*^9}, {3.824549979839823*^9, 3.8245499800738077`*^9}, - 3.824550016309486*^9, {3.824550263587179*^9, 3.824550273676351*^9}, { - 3.824550356454542*^9, 3.824550397848559*^9}, 3.8245505155203037`*^9, { - 3.82455056653398*^9, 3.8245506401875257`*^9}, {3.824550689620389*^9, - 3.824550805106915*^9}, {3.824550840692254*^9, 3.8245508686236134`*^9}, { - 3.8245509105415916`*^9, 3.824550941488265*^9}, {3.824550999983103*^9, - 3.824551000135416*^9}, {3.824551212577854*^9, 3.8245512141205063`*^9}, { - 3.824551325246599*^9, 3.8245513640924883`*^9}, 3.8245515969950953`*^9, { - 3.824552098427424*^9, 3.824552098819729*^9}, 3.8246134737650003`*^9, { - 3.8246135601434402`*^9, 3.824613570016657*^9}, {3.8246138922813263`*^9, - 3.8246138983205347`*^9}, {3.82461507173906*^9, 3.824615086599884*^9}, - 3.8246169319832973`*^9, {3.8246171459686937`*^9, 3.824617240300456*^9}, { - 3.8246172785112658`*^9, 3.824617369029109*^9}, {3.824617414068103*^9, - 3.824617473034834*^9}, {3.824617548497631*^9, 3.824617556226779*^9}, { - 3.82462481065853*^9, 3.8246248610496807`*^9}, {3.8246257036741343`*^9, - 3.8246257113721247`*^9}, {3.824625778124867*^9, 3.824625788974369*^9}, { - 3.8246259814629602`*^9, 3.8246259816828823`*^9}, {3.824626029958932*^9, - 3.8246260372164717`*^9}, {3.824626068192058*^9, 3.824626073707467*^9}, - 3.824836320153598*^9, {3.8287857176684437`*^9, 3.828785746750169*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[147]:=",ExpressionUUID->"157713f5-80da-424a-9ebd-52c81fdb2a5a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"FindPixelClusters", "[", - RowBox[{"images_List", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], ":=", - RowBox[{"Module", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"progress", ",", "L", ",", "\[IndentingNewLine]", - RowBox[{"dataFile", "=", - RowBox[{"OptionValue", "[", "\"\<PixelDataFile\>\"", "]"}]}], ",", - "tempDataFile", ",", "\[IndentingNewLine]", "image", ",", "data", ",", - "newData"}], "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dynamic", " ", "status"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"progress", "=", "0"}], ";", "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "images"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"PrintTemporary", "[", "\[IndentingNewLine]", - RowBox[{"Row", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"Text", "[", - RowBox[{"Style", "[", - RowBox[{"\"\<Progress:\>\"", ",", - RowBox[{"FontFamily", "\[Rule]", "\"\<Courier\>\""}], ",", - "16"}], "]"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "20", "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"ProgressIndicator", "[", - RowBox[{"progress", "/", "L"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "20", "]"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "[", - RowBox[{"Text", "[", - RowBox[{"Style", "[", - RowBox[{ - RowBox[{"\"\<Images done: \>\"", "<>", - RowBox[{"ToString", "[", "progress", "]"}], "<>", - "\"\< of \>\"", "<>", - RowBox[{"ToString", "@", "L"}]}], ",", - RowBox[{"FontFamily", "\[Rule]", "\"\<Courier\>\""}], ",", - "12"}], "]"}], "]"}], "]"}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"Alignment", "\[Rule]", "Center"}]}], "\[IndentingNewLine]", - "]"}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "output", " ", "file"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"tempDataFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "$TemporaryDirectory", ",", "\"\<MaXrd\>\"", ",", - "\"\<PixelData_InProgress.m\>\""}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Quiet", "@", - RowBox[{"DeleteFile", "@", "tempDataFile"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Loop", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"image", "=", - RowBox[{ - "images", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"FileExistsQ", "@", "image"}], ",", - RowBox[{"image", "=", - RowBox[{"Import", "@", "image"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"ImageQ", "@", "image"}]}], ",", - RowBox[{ - RowBox[{"progress", "++"}], ";", - RowBox[{"Continue", "[", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"FPC$Process", "[", - RowBox[{ - RowBox[{ - "images", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", "options"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"FPC$UpdatePixelDataFile", "[", - RowBox[{"tempDataFile", ",", "image", ",", "data"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"progress", "++"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "images"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "End", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"newData", "=", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"FPC$LoadPixelDataFile", "@", "dataFile"}], ",", - RowBox[{"Import", "@", "tempDataFile"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UpdateDataFile\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Quiet", "@", - RowBox[{"CreateDirectory", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"DirectoryName", "@", "dataFile"}], ",", - RowBox[{"CreateIntermediateDirectories", "\[Rule]", "True"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Export", "[", - RowBox[{"dataFile", ",", "newData"}], "]"}]}], ",", - "\[IndentingNewLine]", "newData"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.82462343794386*^9, 3.824623462472959*^9}, { - 3.824623594880454*^9, 3.824623621469824*^9}, {3.824623652596282*^9, - 3.824623825984915*^9}, {3.8246239096278067`*^9, 3.82462403670092*^9}, { - 3.824624084157564*^9, 3.82462411572295*^9}, {3.824624316289703*^9, - 3.8246244857146378`*^9}, {3.824624557865745*^9, 3.8246245652765427`*^9}, { - 3.824624638828724*^9, 3.824624729271182*^9}, 3.8246249671333942`*^9, { - 3.8246250610374413`*^9, 3.8246250612654943`*^9}, {3.8246250913785048`*^9, - 3.8246250925559072`*^9}, {3.824625128768745*^9, 3.824625132000638*^9}, { - 3.824625163511495*^9, 3.824625172162393*^9}, {3.824625208684952*^9, - 3.8246252114802837`*^9}, {3.824625278188076*^9, 3.824625307986364*^9}, { - 3.824625528055335*^9, 3.824625538777615*^9}, {3.824626225632885*^9, - 3.8246262263082533`*^9}, {3.824626350424768*^9, 3.824626364308844*^9}, { - 3.824626406165593*^9, 3.824626460701604*^9}, {3.824626654418415*^9, - 3.824626661554172*^9}, {3.824626697406028*^9, 3.824626718389853*^9}, { - 3.8246267517243547`*^9, 3.824626761703583*^9}, {3.824626805767438*^9, - 3.824626819798925*^9}, {3.824626862604327*^9, 3.824626870531557*^9}, { - 3.824626964329198*^9, 3.824626995561145*^9}, {3.824627057924707*^9, - 3.8246272250366993`*^9}, {3.824627273299508*^9, 3.824627433801586*^9}, { - 3.824629840259576*^9, 3.824629846108986*^9}, {3.824629923009941*^9, - 3.82462992358692*^9}, {3.8246301159463043`*^9, 3.824630125408814*^9}, { - 3.824630158195307*^9, 3.8246301637459593`*^9}, {3.8246302167280483`*^9, - 3.824630255288044*^9}, {3.828431767442685*^9, 3.8284317797690496`*^9}, { - 3.828432050008582*^9, 3.828432051320863*^9}, {3.828432102567946*^9, - 3.828432111245284*^9}, {3.8285867606002417`*^9, 3.828586762607375*^9}, { - 3.828586928068185*^9, 3.828586933612702*^9}, 3.828940298201776*^9, { - 3.83628827312103*^9, 3.836288276996477*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"33f91451-5120-47e8-8980-08202e39725e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[149]:=",ExpressionUUID->"a10cd45d-e7d8-4bae-8b09-f89839768f2a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetAtomCoordinates", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.8293026231106577`*^9, - 3.829302623823535*^9}, {3.8293027570071087`*^9, 3.829302758946487*^9}, - 3.82930394452954*^9, 3.829483783750011*^9, {3.830769793825995*^9, - 3.830769796315748*^9}},ExpressionUUID->"af31ba2f-1f8e-4571-b895-\ -1df59d535afb"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[294]:=",ExpressionUUID->"5541a297-201f-419f-a7d9-594096f3636a"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetAtomCoordinates", "::", "InvalidCrystalObject"}], "=", - "\"\<Invalid crystal object.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetAtomCoordinates", "::", "PlotObjectInsufficient"}], "=", - "\"\<Crystal plot object has insufficient lattice information.\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetAtomCoordinates"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Cartesian\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<GatherElements\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<IgnoreCharge\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetAtomCoordinates"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.737968467400035*^9, {3.756710992038847*^9, 3.756711001818603*^9}, { - 3.759514376819886*^9, 3.759514390944339*^9}, {3.759514442752858*^9, - 3.759514459127879*^9}, {3.7620606915941668`*^9, 3.762060716966055*^9}, { - 3.763737124837572*^9, 3.763737131186804*^9}, {3.829300211244548*^9, - 3.829300217928252*^9}, {3.829302771514923*^9, 3.829302776632184*^9}, { - 3.829302952319541*^9, 3.829302987952648*^9}, {3.8293030304877157`*^9, - 3.829303031633305*^9}, {3.82930327661059*^9, 3.829303302161089*^9}, { - 3.8293039445335627`*^9, 3.829303944535755*^9}, {3.8293040617743483`*^9, - 3.829304101521532*^9}, {3.829304604525337*^9, 3.829304661234688*^9}, { - 3.829304782361739*^9, 3.8293048057294703`*^9}, {3.829304879618533*^9, - 3.829304886535797*^9}, {3.82930505441435*^9, 3.829305065996848*^9}, { - 3.829305224429802*^9, 3.829305227855773*^9}, {3.829364019884699*^9, - 3.829364020154853*^9}, {3.8294676949563847`*^9, 3.82946769965521*^9}, { - 3.829483715227597*^9, 3.8294837159035883`*^9}, {3.8296554628880568`*^9, - 3.829655481752392*^9}, {3.829655649738199*^9, 3.829655650368064*^9}, { - 3.8307698000555553`*^9, 3.8307698201516943`*^9}, {3.830769896587031*^9, - 3.8307699002557793`*^9}, {3.830777696182219*^9, 3.8307777046741734`*^9}, { - 3.83084115761136*^9, 3.830841157766238*^9}, {3.8308412900344267`*^9, - 3.8308413230809917`*^9}, {3.830844435547453*^9, 3.830844435681487*^9}, { - 3.8311998199143057`*^9, 3.831199831118463*^9}, {3.831200726436451*^9, - 3.831200729791194*^9}, {3.835774605069007*^9, 3.835774613697164*^9}}, - CellLabel-> - "In[295]:=",ExpressionUUID->"1c726f3d-002f-4289-b79d-4c5478930e5c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[299]:=",ExpressionUUID->"abce8748-07f3-46fb-8382-3808da8b7f23"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetAtomCoordinates", "[", - RowBox[{"crystalObject_", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"atomData", ",", "plotData", ",", "\[IndentingNewLine]", - RowBox[{"toCartesianQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Cartesian\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"gatherElementsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<GatherElements\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"ignoreChargeQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<IgnoreCharge\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", "transformationMatrix"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Switch", "[", - RowBox[{ - "crystalObject", ",", "\[IndentingNewLine]", "_String", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystalObject"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"atomData", "=", - RowBox[{"Lookup", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetAtomData\>\"", ",", "crystalObject"}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"\"\<Element\>\"", ",", "\"\<FractionalCoordinates\>\""}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"gatherElementsQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"atomData", "=", - RowBox[{"Merge", "[", - RowBox[{ - RowBox[{"MapThread", "[", - RowBox[{"Rule", ",", - RowBox[{"Transpose", "@", "atomData"}]}], "]"}], ",", - "Identity"}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"toCartesianQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"transformationMatrix", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystalObject", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"atomData", "=", - RowBox[{"GAC$TransformCoordinates", "[", - RowBox[{"transformationMatrix", ",", "atomData"}], "]"}]}]}]}], - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - "_Graphics3D", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"plotData", "=", - RowBox[{"Cases", "[", - RowBox[{ - RowBox[{"First", "@", "crystalObject"}], ",", - RowBox[{"x_", "/;", - RowBox[{ - RowBox[{"Head", "@", - RowBox[{ - "x", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], "===", - "Opacity"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"plotData", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"plotData", ",", "_Opacity", ",", "2"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"plotData", "=", - RowBox[{"MapAt", "[", - RowBox[{"First", ",", "plotData", ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"plotData", "=", - RowBox[{"MapThread", "[", - RowBox[{"Rule", ",", - RowBox[{"Transpose", "@", "plotData"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"plotData", "=", - RowBox[{"Merge", "[", - RowBox[{"plotData", ",", "Identity"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"plotData", "=", - RowBox[{"KeyMap", "[", - RowBox[{"GAC$ColorToElementMap", ",", "plotData"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"atomData", "=", - RowBox[{ - RowBox[{ - RowBox[{"Flatten", "[", - RowBox[{"#", ",", - RowBox[{ - RowBox[{"Depth", "@", "#"}], "-", "3"}]}], "]"}], "&"}], "/@", - "plotData"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "gatherElementsQ"}], ",", "\[IndentingNewLine]", "\t", - - RowBox[{"atomData", "=", - RowBox[{"List", "@@@", - RowBox[{"Flatten", "@", - RowBox[{"KeyValueMap", "[", - RowBox[{ - RowBox[{ - RowBox[{"Thread", "[", - RowBox[{"#1", "\[Rule]", "#2"}], "]"}], "&"}], ",", - "atomData"}], "]"}]}]}]}]}], "\[IndentingNewLine]", "\t", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "toCartesianQ"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"transformationMatrix", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "GAC$GetMetricFromPlotVectors", "@", "crystalObject"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"atomData", "=", - RowBox[{"GAC$TransformCoordinates", "[", - RowBox[{"transformationMatrix", ",", "atomData"}], "]"}]}]}]}], - "]"}]}], ",", "\[IndentingNewLine]", "_", ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetAtomCoordinates", "::", "InvalidCrystalObject"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"ignoreChargeQ", ",", - RowBox[{"atomData", "=", - RowBox[{"atomData", "/.", "\[IndentingNewLine]", - RowBox[{"x_String", "\[RuleDelayed]", - RowBox[{"StringReplace", "[", - RowBox[{"x", ",", - RowBox[{ - RowBox[{ - "RegularExpression", "[", "\"\<([A-Z][a-z]?).*\>\"", "]"}], - "\[Rule]", "\"\<$1\>\""}]}], "]"}]}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "atomData"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.73796846746421*^9, - 3.737968467560033*^9}, 3.7595144390987997`*^9, {3.759514625711541*^9, - 3.7595146264809847`*^9}, {3.7595146838035517`*^9, 3.759514690635151*^9}, { - 3.759514763059952*^9, 3.7595147901447783`*^9}, {3.759514834448648*^9, - 3.759514916333564*^9}, {3.759515128606327*^9, 3.759515167675393*^9}, { - 3.7595152352855597`*^9, 3.759515258119936*^9}, {3.759515364824544*^9, - 3.759515368332971*^9}, {3.7595162005877247`*^9, 3.759516208018134*^9}, { - 3.75951629777057*^9, 3.7595163408148623`*^9}, {3.7595163778885307`*^9, - 3.7595164110130987`*^9}, {3.759516461214458*^9, 3.7595166165525713`*^9}, { - 3.759516755231249*^9, 3.759516812865972*^9}, {3.7595176681151123`*^9, - 3.7595176683065777`*^9}, {3.759517707451805*^9, 3.7595177778473387`*^9}, { - 3.759517837200191*^9, 3.75951794375373*^9}, {3.759517984477271*^9, - 3.759517993570887*^9}, {3.759518304886416*^9, 3.759518414857388*^9}, { - 3.7595184616339293`*^9, 3.75951861236721*^9}, {3.759518681333305*^9, - 3.759518682508336*^9}, {3.759518743028657*^9, 3.7595187431700993`*^9}, { - 3.7595189639997797`*^9, 3.759519026860339*^9}, 3.762793093306291*^9, { - 3.763735307214972*^9, 3.763735323859365*^9}, {3.763735374443718*^9, - 3.763735515015348*^9}, {3.763735604949443*^9, 3.763735656620427*^9}, { - 3.763735692571999*^9, 3.763735711779261*^9}, {3.76373583003401*^9, - 3.763735863088757*^9}, 3.7637364222218018`*^9, {3.76373681850941*^9, - 3.763736835699888*^9}, {3.763736867931713*^9, 3.763737064870956*^9}, { - 3.7637371143362617`*^9, 3.76373714702308*^9}, {3.7637371771275578`*^9, - 3.763737195476788*^9}, {3.763737226101709*^9, 3.7637372706108017`*^9}, { - 3.763737354299376*^9, 3.7637373599928627`*^9}, {3.76373754326728*^9, - 3.7637375602360563`*^9}, {3.763737729709491*^9, 3.763737798690954*^9}, { - 3.763737934208025*^9, 3.763737934479949*^9}, {3.763737983415518*^9, - 3.7637380656281157`*^9}, {3.76373812159638*^9, 3.7637381488767967`*^9}, { - 3.7637381947641573`*^9, 3.763738196392647*^9}, {3.7637383302094927`*^9, - 3.763738413933064*^9}, {3.7637387092258244`*^9, 3.76373871989156*^9}, { - 3.76373875447615*^9, 3.763738762634541*^9}, {3.763738807163105*^9, - 3.763738841747683*^9}, {3.763738876556121*^9, 3.763738938990823*^9}, { - 3.76373902141601*^9, 3.763739031429598*^9}, {3.76373909330882*^9, - 3.7637391444280043`*^9}, {3.763739181115068*^9, 3.763739232679335*^9}, { - 3.763739334310902*^9, 3.763739336179943*^9}, {3.763739446516017*^9, - 3.763739457094846*^9}, {3.763739517785274*^9, 3.7637395232393923`*^9}, { - 3.7637395810453978`*^9, 3.7637397973451014`*^9}, {3.7637398285757513`*^9, - 3.76373984386397*^9}, {3.763739900974869*^9, 3.763740029253831*^9}, { - 3.76374006447647*^9, 3.763740081466466*^9}, {3.763740113162266*^9, - 3.763740113689055*^9}, {3.7637402042162123`*^9, 3.763740251805451*^9}, { - 3.763740406579955*^9, 3.763740411531116*^9}, {3.763740493971175*^9, - 3.7637404941200867`*^9}, {3.76374056243196*^9, 3.76374057227813*^9}, { - 3.763740762043529*^9, 3.763740763160961*^9}, {3.7637408225134974`*^9, - 3.763740822983884*^9}, 3.764957586406007*^9, {3.781598023770009*^9, - 3.781598024960236*^9}, {3.781598282140304*^9, 3.781598343481772*^9}, { - 3.781598419937907*^9, 3.7815984233916683`*^9}, {3.781598455033387*^9, - 3.781598518549818*^9}, {3.781598559216206*^9, 3.781598583252808*^9}, { - 3.781598613301051*^9, 3.781598694362977*^9}, {3.781598775866355*^9, - 3.7815988788708687`*^9}, {3.7815993661732063`*^9, 3.781599394124114*^9}, { - 3.78159943845222*^9, 3.781599456218769*^9}, {3.781599577488717*^9, - 3.781599585759841*^9}, {3.781599670952115*^9, 3.7815997144059677`*^9}, { - 3.786968049877883*^9, 3.786968051123526*^9}, {3.829300098290213*^9, - 3.8293001000784397`*^9}, 3.829300158299266*^9, {3.829300689637033*^9, - 3.829300879518415*^9}, 3.82930126747305*^9, {3.8293013022166843`*^9, - 3.8293013223527603`*^9}, {3.82930142848499*^9, 3.829301436079876*^9}, { - 3.829301469291156*^9, 3.829301565421558*^9}, {3.829301606208708*^9, - 3.829301611576733*^9}, {3.8293016416232033`*^9, 3.829301740364512*^9}, { - 3.8293028199667683`*^9, 3.829302858074114*^9}, {3.8293029329984703`*^9, - 3.829302936579877*^9}, {3.829302997894484*^9, 3.829303066893353*^9}, { - 3.829303369670743*^9, 3.829303394540687*^9}, {3.8293034359004383`*^9, - 3.829303529168194*^9}, {3.8293035750691767`*^9, 3.829303581190557*^9}, { - 3.829303699707815*^9, 3.829303720364944*^9}, {3.829303806499789*^9, - 3.829303808195684*^9}, 3.829303871384306*^9, {3.82930390334405*^9, - 3.8293039445378637`*^9}, {3.829303981455184*^9, 3.8293040565778723`*^9}, { - 3.829304105505796*^9, 3.82930411491089*^9}, {3.829304232211289*^9, - 3.8293043275716257`*^9}, {3.829304507524486*^9, 3.829304587783533*^9}, { - 3.8293046666962023`*^9, 3.8293046678898973`*^9}, {3.82930470154191*^9, - 3.829304754279142*^9}, {3.829304812428781*^9, 3.8293048642146463`*^9}, { - 3.8293049049109783`*^9, 3.829304915590927*^9}, {3.8293049740777483`*^9, - 3.82930502306391*^9}, 3.8293050714474497`*^9, {3.829305191023116*^9, - 3.829305193182929*^9}, {3.829324731718067*^9, 3.829324790829871*^9}, { - 3.829324910391863*^9, 3.829325070343267*^9}, {3.829363112738798*^9, - 3.82936311353531*^9}, {3.8293632160254993`*^9, 3.829363229705492*^9}, { - 3.8293635155184*^9, 3.829363518693747*^9}, {3.829363555254383*^9, - 3.829363593448433*^9}, {3.829363974580515*^9, 3.829363992149003*^9}, { - 3.829364034393001*^9, 3.82936406190694*^9}, {3.829373570341778*^9, - 3.829373587445153*^9}, {3.829373635051536*^9, 3.8293736521428547`*^9}, { - 3.829376403996024*^9, 3.829376464222014*^9}, {3.829376551745672*^9, - 3.829376552913776*^9}, {3.829376586948677*^9, 3.82937660365388*^9}, { - 3.8293800214700212`*^9, 3.8293800589796*^9}, 3.829380550189166*^9, { - 3.829380696081829*^9, 3.829380708737759*^9}, {3.829386376656414*^9, - 3.82938638417586*^9}, {3.829386578513236*^9, 3.829386617059888*^9}, { - 3.8293866542771053`*^9, 3.8293866784568787`*^9}, {3.829386876276155*^9, - 3.829386931508686*^9}, {3.829457367124856*^9, 3.829457414858489*^9}, { - 3.8294578282732143`*^9, 3.829457892469348*^9}, {3.82945900250633*^9, - 3.829459011073886*^9}, {3.829459057579803*^9, 3.829459088949053*^9}, { - 3.829459120583506*^9, 3.82945915525939*^9}, {3.829460294784258*^9, - 3.829460299869467*^9}, {3.829460332419499*^9, 3.8294603342597303`*^9}, { - 3.829460384840852*^9, 3.8294603851286497`*^9}, {3.8294609960081453`*^9, - 3.8294611545411663`*^9}, {3.8294612104192*^9, 3.82946126084347*^9}, { - 3.829461574689789*^9, 3.829461645599517*^9}, {3.829461728301395*^9, - 3.82946173681913*^9}, {3.829461828453684*^9, 3.829461828965756*^9}, { - 3.829462356820475*^9, 3.829462438014144*^9}, {3.829462486159487*^9, - 3.829462494038417*^9}, {3.8294626306837187`*^9, 3.829462636304756*^9}, { - 3.8294630852354517`*^9, 3.829463152958663*^9}, {3.829463204309998*^9, - 3.8294632873072*^9}, {3.829463321706894*^9, 3.829463348490913*^9}, { - 3.8294634059803667`*^9, 3.829463499729168*^9}, {3.8294636936510897`*^9, - 3.829463710161933*^9}, {3.8294671908037577`*^9, 3.8294672070204782`*^9}, { - 3.829467414150881*^9, 3.8294674143059177`*^9}, {3.829468667254691*^9, - 3.829468683306059*^9}, {3.829468723630272*^9, 3.829468839050561*^9}, { - 3.829469250990179*^9, 3.829469297566183*^9}, {3.829469674395145*^9, - 3.829469690051963*^9}, {3.8294698176330347`*^9, 3.82946982255958*^9}, { - 3.8294699056024237`*^9, 3.829469956714449*^9}, {3.829470028289917*^9, - 3.829470052118741*^9}, {3.829470159745446*^9, 3.829470164660273*^9}, { - 3.829470205465598*^9, 3.829470205628922*^9}, 3.829470258473681*^9, { - 3.8294704014670553`*^9, 3.829470412763039*^9}, {3.8294837152339973`*^9, - 3.829483715236293*^9}, {3.829495732330559*^9, 3.829495734823403*^9}, { - 3.829655404950688*^9, 3.8296554859624643`*^9}, 3.8307698315702*^9, { - 3.830769865238673*^9, 3.8307698881158113`*^9}, {3.8307699848277283`*^9, - 3.830769985682803*^9}, {3.830770220997982*^9, 3.830770228351315*^9}, { - 3.830771292770116*^9, 3.830771330477892*^9}, {3.8307714419718113`*^9, - 3.830771498076078*^9}, {3.83077162209871*^9, 3.830771636008987*^9}, { - 3.830772454127747*^9, 3.830772471581262*^9}, {3.8307725155783443`*^9, - 3.8307725404758587`*^9}, {3.8307739586434298`*^9, 3.83077404883851*^9}, - 3.830774108902094*^9, {3.830774140457955*^9, 3.830774199282699*^9}, { - 3.830777032449082*^9, 3.830777036362321*^9}, {3.830777126021914*^9, - 3.830777127772521*^9}, {3.830777385257483*^9, 3.830777385702753*^9}, { - 3.8307774651599283`*^9, 3.83077748204784*^9}, {3.83077766571278*^9, - 3.830777711578168*^9}, 3.8307778973224983`*^9, {3.8308409926980877`*^9, - 3.8308409991116*^9}, 3.830841410534953*^9, {3.830841532307328*^9, - 3.830841613362406*^9}, {3.830841732230118*^9, 3.830841803657653*^9}, { - 3.830843181111719*^9, 3.830843201773294*^9}, {3.8308432361333017`*^9, - 3.8308432715883207`*^9}, {3.830843328912768*^9, 3.830843394245322*^9}, { - 3.83084346254805*^9, 3.8308434666597347`*^9}, 3.8308436535413437`*^9, { - 3.830843699747341*^9, 3.830843909156131*^9}, {3.8308440507106037`*^9, - 3.830844090302148*^9}, {3.8308441883930807`*^9, 3.830844205703157*^9}, { - 3.830844255526667*^9, 3.830844335706915*^9}, {3.830844395763027*^9, - 3.830844439767006*^9}, {3.831199915998616*^9, 3.8311999184911547`*^9}, { - 3.831199965190299*^9, 3.8311999664201307`*^9}, {3.8312002266293583`*^9, - 3.831200238859305*^9}, {3.83120028976341*^9, 3.831200294472907*^9}, { - 3.831200369791967*^9, 3.831200371754888*^9}, {3.8312004659178343`*^9, - 3.831200467510788*^9}, {3.831200523183331*^9, 3.831200573075657*^9}, { - 3.831200733250105*^9, 3.831200748472125*^9}, {3.831200812788217*^9, - 3.8312009038102207`*^9}, {3.831203353984695*^9, 3.8312033733822527`*^9}, { - 3.831203473526165*^9, 3.831203473862908*^9}, {3.8330869124068937`*^9, - 3.833086913401493*^9}, {3.833087285617136*^9, 3.83308728594864*^9}, { - 3.8330873188276463`*^9, 3.833087339254004*^9}, {3.835774617241043*^9, - 3.8357746306625757`*^9}, {3.835775025916813*^9, 3.835775109909903*^9}, { - 3.835775222717811*^9, 3.835775251701212*^9}, {3.835842449845484*^9, - 3.835842501163836*^9}, {3.835845133675172*^9, 3.835845136240734*^9}, { - 3.8358556337701397`*^9, 3.835855633916952*^9}, {3.8358566784706717`*^9, - 3.835856736207942*^9}, {3.8358570634114313`*^9, 3.835857100391398*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[356]:=",ExpressionUUID->"8ab1cbd2-3254-4af0-89b7-e69e0ec263e9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GAC$ColorToElementMap", ":=", - RowBox[{"Association", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ColorData", "[", "\"\<Atoms\>\"", "]"}], "[", "#", "]"}], - "\[Rule]", "#"}], "&"}], "/@", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], "]"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829384536022561*^9, 3.8293845475591707`*^9}, { - 3.8293863024604273`*^9, 3.8293863537545433`*^9}, 3.8294605568592253`*^9, { - 3.8294606785609837`*^9, 3.829460683070484*^9}, {3.8294609214952393`*^9, - 3.829460921659889*^9}, {3.829483698124606*^9, 3.8294836981256113`*^9}, { - 3.8307698554928207`*^9, 3.830769859623509*^9}, {3.830772306792371*^9, - 3.830772367318715*^9}, 3.830845448270556*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[301]:=",ExpressionUUID->"e634cf17-0a5d-4743-a102-d7212f0018a2"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GAC$GetMetricFromPlotVectors", "[", "plotObject_Graphics3D", "]"}], - ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "metric", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"metric", "=", - RowBox[{"Cases", "[", - RowBox[{ - RowBox[{"First", "@", "plotObject"}], ",", - RowBox[{"x_", "/;", - RowBox[{ - RowBox[{"Head", "@", - RowBox[{ - "x", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], "===", - "Arrow"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"metric", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetAtomCoordinates", "::", "PlotObjectInsufficient"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"metric", "=", - RowBox[{"Transpose", "@", - RowBox[{"metric", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2", ",", "1", ",", "1", ",", "2"}], - "\[RightDoubleBracket]"}]}]}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829384536022561*^9, 3.8293845475591707`*^9}, { - 3.8293863024604273`*^9, 3.8293863537545433`*^9}, 3.8294605568592253`*^9, { - 3.8294606785609837`*^9, 3.829460683070484*^9}, {3.8294609214952393`*^9, - 3.829460921659889*^9}, {3.829483698124606*^9, 3.8294836981256113`*^9}, { - 3.8307698554928207`*^9, 3.830769859623509*^9}, {3.830772306792371*^9, - 3.830772367318715*^9}, {3.8308404003008432`*^9, 3.8308404244887238`*^9}, { - 3.8308409508221273`*^9, 3.830840982227067*^9}, {3.830841054404567*^9, - 3.83084115104319*^9}, {3.83084133369351*^9, 3.8308414056389847`*^9}, { - 3.8308414930350513`*^9, 3.8308414939402847`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[302]:=",ExpressionUUID->"e65bc0dd-f835-4687-bd20-fa1143ae5c2f"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{"GAC$TransformCoordinates", "[", - RowBox[{"transformationMatrix_", ",", "coordinates_Association"}], "]"}], ":=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"transformationMatrix", ".", "#"}], "&"}], ",", "coordinates", - ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"GAC$TransformCoordinates", "[", - RowBox[{"transformationMatrix_", ",", "coordinates_List"}], "]"}], ":=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"transformationMatrix", ".", "#"}], "&"}], ",", "coordinates", - ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829384536022561*^9, 3.8293845475591707`*^9}, { - 3.8293863024604273`*^9, 3.8293863537545433`*^9}, 3.8294605568592253`*^9, { - 3.8294606785609837`*^9, 3.829460683070484*^9}, {3.8294609214952393`*^9, - 3.829460921659889*^9}, {3.829483698124606*^9, 3.8294836981256113`*^9}, { - 3.8307698554928207`*^9, 3.830769859623509*^9}, {3.830772306792371*^9, - 3.830772367318715*^9}, {3.8308404003008432`*^9, 3.8308404244887238`*^9}, { - 3.8308409508221273`*^9, 3.830840982227067*^9}, {3.830841054404567*^9, - 3.83084115104319*^9}, {3.83084133369351*^9, 3.8308414056389847`*^9}, { - 3.8308414930350513`*^9, 3.8308414939402847`*^9}, {3.83084410517017*^9, - 3.8308441756206493`*^9}, {3.830844230649713*^9, 3.830844244863371*^9}, { - 3.831200343682015*^9, 3.831200349770754*^9}, {3.831200380517845*^9, - 3.831200380953375*^9}, {3.831200450147448*^9, 3.831200452817259*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[303]:=",ExpressionUUID->"91cdf92d-8c0e-4f6c-9385-646398690b68"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[305]:=",ExpressionUUID->"bac5fc28-7f55-4804-825f-eeafbe780b4f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetAtomicScatteringFactors", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.6823273339048023`*^9, 3.6823273376015463`*^9}, 3.6823289774394608`*^9, - 3.683970210830709*^9, 3.6841265886995287`*^9, 3.719063106743903*^9, { - 3.74287932850016*^9, - 3.7428793293897877`*^9}},ExpressionUUID->"ce497608-7634-4ce0-a45a-\ -40d4d78da363"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[150]:=",ExpressionUUID->"21c8d12d-acdd-4752-9cf1-4afe2050dc5c"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "source"}], "=", - "\"\<Invalid data source option.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "missing"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is missing in data source for \ -the `2`.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "slRequired"}], "=", - "\"\<Crystal name or Sin[\[Theta]]/\[Lambda] values required.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "slRange"}], "=", - "\"\<The value `1` \!\(\*SuperscriptBox[\(\[CapitalARing]\), \(-1\)]\) is \ -out of range for the f0 source `2`.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetAtomicScatteringFactors"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<DispersionCorrections\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<f0Source\>\"", "\[Rule]", "\"\<WaasmaierKirfel\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<f1f2Source\>\"", "\[Rule]", "\"\<CromerLiberman\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SeparateCorrections\>\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetAtomicScatteringFactors"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685419009402873*^9, 3.685419029744906*^9}, { - 3.7125579359845037`*^9, 3.7125579398401833`*^9}, {3.712558012825982*^9, - 3.712558016365078*^9}, {3.712558329822263*^9, 3.712558336510482*^9}, - 3.7190631067759323`*^9, {3.7190632013232603`*^9, 3.719063246833488*^9}, { - 3.719063683402504*^9, 3.719063702743443*^9}, 3.719064421775221*^9, { - 3.719064571481073*^9, 3.7190645880804996`*^9}, 3.719081603083643*^9, { - 3.721116109499786*^9, 3.721116109669585*^9}, {3.721116270843298*^9, - 3.721116293378092*^9}, {3.721118253561348*^9, 3.721118283400021*^9}, { - 3.7219790998464947`*^9, 3.721979108957181*^9}, {3.721979808508971*^9, - 3.721979808678824*^9}, {3.7220628094983597`*^9, 3.722062820951103*^9}, { - 3.727243953544322*^9, 3.7272439559577703`*^9}, 3.72724401051222*^9, { - 3.7275499818549232`*^9, 3.727549987372429*^9}, {3.73530062366187*^9, - 3.735300624212389*^9}, {3.737968443951145*^9, 3.737968443986042*^9}, { - 3.738033298568212*^9, 3.738033315017757*^9}, {3.7380336856293583`*^9, - 3.738033688741171*^9}, {3.738033775094706*^9, 3.738033896732421*^9}, - 3.738044095733487*^9, 3.73837483731066*^9, {3.738377190650757*^9, - 3.738377219040332*^9}, {3.7389895484485607`*^9, 3.7389895490286427`*^9}, { - 3.73912287327794*^9, 3.739122879307662*^9}, {3.739123332751502*^9, - 3.739123336915341*^9}, {3.742836431091338*^9, 3.742836481639064*^9}, { - 3.74283683011233*^9, 3.742836833782606*^9}, {3.742837103929655*^9, - 3.742837111560454*^9}, {3.742837486368683*^9, 3.742837490095265*^9}, { - 3.743865850503646*^9, 3.743865850653304*^9}, {3.7567109504828167`*^9, - 3.7567109663176193`*^9}}, - CellLabel-> - "In[151]:=",ExpressionUUID->"f854cfaa-8501-47af-8ffd-b06d678f0a87"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[157]:=",ExpressionUUID->"28ff112b-882b-47b9-94a8-87906b3e98ae"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "[", "\[IndentingNewLine]", - RowBox[{ - "crystal_String", ",", "\[IndentingNewLine]", "hklInput_List", ",", - "\[IndentingNewLine]", - RowBox[{"input\[Lambda]", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Lambda]", "=", "input\[Lambda]"}], ",", "hkl", ",", - "elements", ",", "H", ",", "sl", ",", "options"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Basic", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Crystal", " ", "and", " ", - RowBox[{"wavelength", "/", "energy"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<ProcessWavelength\>\"", ",", "crystal", ",", "\[Lambda]", ",", - "False"}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Reflection", - RowBox[{"(", "s", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "hklInput", ",", "\"\<WrapSingle\>\"", ",", "\"\<Integer\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Processing", " ", "elements"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"GetElements", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Remove", " ", "charge", " ", "of", " ", "ions"}]}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<IgnoreIonCharge\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"DeleteDuplicates", "@", "\[IndentingNewLine]", "\t", - RowBox[{"StringDelete", "[", - RowBox[{"elements", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}]}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Sin", "[", "\[Theta]", "]"}], "/", "\[Lambda]"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"Chop", "@", - RowBox[{"N", "@", - RowBox[{"Inverse", "@", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"sl", "=", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"#", ".", "H", ".", "#"}], "]"}], "/", "2."}], "&"}], "/@", - "hkl"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Relaying", " ", "data", " ", "to", " ", - "main", " ", "function", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"options", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], "&"}], "/@", - "\[IndentingNewLine]", - RowBox[{"Keys", "@", - RowBox[{"Options", "@", "GetAtomicScatteringFactors"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"GetAtomicScatteringFactors", "[", - RowBox[{"elements", ",", "sl", ",", "\[Lambda]", ",", - RowBox[{"Sequence", "@@", "options"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.738989411700222*^9, 3.7389894703928623`*^9}, - 3.7389895343950033`*^9, {3.739029454453026*^9, 3.739029456444997*^9}, { - 3.7390294877647667`*^9, 3.7390294956530647`*^9}, {3.739029646544499*^9, - 3.739029646943084*^9}, {3.7390298191600237`*^9, 3.739029819507209*^9}, { - 3.7390298759303627`*^9, 3.739029876202117*^9}, {3.739029943482131*^9, - 3.739029944952951*^9}, {3.7390304120579443`*^9, 3.739030416064248*^9}, { - 3.7390305372605953`*^9, 3.7390305987622757`*^9}, {3.739030733247385*^9, - 3.739030855731241*^9}, {3.739067582047143*^9, 3.73906758245932*^9}, { - 3.739067624590288*^9, 3.7390676362436237`*^9}, {3.739067930645776*^9, - 3.739067952733529*^9}, {3.739068052660912*^9, 3.739068131969618*^9}, { - 3.7390686573589497`*^9, 3.7390686762449627`*^9}, {3.739070614123968*^9, - 3.7390706179920053`*^9}, {3.739070671409206*^9, 3.739070709350171*^9}, { - 3.7390915530140953`*^9, 3.739091562318021*^9}, {3.7390917410760517`*^9, - 3.739091742376841*^9}, {3.73909183390029*^9, 3.739091834556602*^9}, { - 3.739092703120399*^9, 3.739092717995928*^9}, {3.739092892829237*^9, - 3.73909291572052*^9}, {3.739093000100039*^9, 3.739093000439804*^9}, { - 3.739093050480298*^9, 3.7390930522227297`*^9}, {3.739122449036809*^9, - 3.73912245066613*^9}, {3.739124954088542*^9, 3.739124955982615*^9}, { - 3.739126141134688*^9, 3.739126155128496*^9}, {3.7428354928371267`*^9, - 3.742835505521462*^9}, {3.742837884031802*^9, 3.742837886711232*^9}, { - 3.7438658506946383`*^9, 3.7438658507734423`*^9}, 3.744034734712717*^9, { - 3.7595193372472153`*^9, 3.7595193379646807`*^9}, 3.762793093248846*^9, { - 3.786968327932839*^9, 3.786968329463501*^9}, {3.861548124255625*^9, - 3.861548125299259*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"47f9540e-562f-452c-94b8-8640462c63b9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "[", "\[IndentingNewLine]", - RowBox[{ - "inputElements_List", ",", "\[IndentingNewLine]", "inputSL_List", ",", - "\[IndentingNewLine]", - RowBox[{"input\[Lambda]", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Lambda]", "=", "input\[Lambda]"}], ",", - RowBox[{"elements", "=", "inputElements"}], ",", - RowBox[{"sl", "=", "inputSL"}], ",", "\[IndentingNewLine]", "f0Source", - ",", "f1f2Source", ",", "$f0Local", ",", "$f1f2Local", ",", - "\[IndentingNewLine]", "upperLimit", ",", "ignore", ",", - "\[IndentingNewLine]", - RowBox[{"addCorrectionsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<DispersionCorrections\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"separateQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<SeparateCorrections\>\"", "]"}]}]}], - ",", "\[IndentingNewLine]", "ipfQ", ",", "\[IndentingNewLine]", - "coefficients", ",", "akeys", ",", "bkeys", ",", "a", ",", "b", ",", - "c", ",", "\[IndentingNewLine]", "f0", ",", "corrections", ",", - "output", ",", "\[IndentingNewLine]", "temp"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Checking", " ", "input", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", "Elements", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"elements", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", - RowBox[{"Flatten", "[", - RowBox[{"{", "elements", "}"}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Sin", "[", "\[Theta]", "]"}], "/", "\[Lambda]"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"sl", "=", - RowBox[{"Flatten", "[", - RowBox[{"{", "sl", "}"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"sl", ",", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"Not", "@", - RowBox[{"Negative", "[", "#", "]"}]}]}], "&"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetAtomicScatteringFactors", "::", "slRequired"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Wavelength", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"\[Lambda]", "\[NotEqual]", - RowBox[{"-", "1"}]}], ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"QuantityMagnitude", "@", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetEnergyWavelength\>\"", ",", "\[Lambda]"}], - "]"}]}]}]}], "]"}], ";", "\t", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Data", " ", "sources"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"f0Source", "=", - RowBox[{"OptionValue", "[", "\"\<f0Source\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"f1f2Source", "=", - RowBox[{"OptionValue", "[", "\"\<f1f2Source\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"ignore", "=", - RowBox[{"{", - RowBox[{"\"\<H\>\"", ",", "\"\<He\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Validating", " ", "sources"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"FileBaseName", "/@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.m\>\"", ",", "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\""}], - "}"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "f0Source"}], "]"}]}], "||", "\[IndentingNewLine]", "\t", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"FileBaseName", "/@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.m\>\"", ",", "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\"", - ",", "\"\<AnomalousCorrections\>\""}], "}"}], "]"}]}], - "]"}]}], ",", "\[IndentingNewLine]", "f1f2Source"}], "]"}]}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetAtomicScatteringFactors", "::", "source"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Useful", " ", "variables", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "specific", " ", "range", " ", "limits"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"upperLimit", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"f0Source", "===", "\"\<CromerMann\>\""}], ",", "1.5", ",", - "\[IndentingNewLine]", - RowBox[{"f0Source", "===", "\"\<InternationalTablesC(3rd)\>\""}], ",", - "2.0", ",", "\[IndentingNewLine]", - RowBox[{"f0Source", "===", "\"\<WaasmaierKirfel\>\""}], ",", "6.0", - ",", "\[IndentingNewLine]", "True", ",", "2.5"}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"temp", "=", - RowBox[{ - "sl", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", ">", "upperLimit"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "slRange"}], ",", - "\[IndentingNewLine]", - RowBox[{"ToString", "@", "temp"}], ",", "f0Source"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "sl"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Loading", " ", "source", " ", "for", " ", "calculating", " ", "f0"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Setup", " ", "accumulative", " ", "variable", " ", "for", " ", "the", - " ", "session"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AssociationQ", "@", "$f0"}]}], ",", - RowBox[{"$f0", "=", - RowBox[{"<|", "|>"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Check"}], " ", "if", " ", "same", " ", - "source", " ", "is", " ", "imported", " ", "already"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$f0", ",", "f0Source"}], "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"$f0Local", "=", - RowBox[{"$f0", "[", "f0Source", "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Import"}], " ", "specified", " ", "data"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"$f0Local", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\t", "\"\<AtomicScatteringFactor\>\"", - ",", - RowBox[{"f0Source", "<>", "\"\<.m\>\""}]}], "}"}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Update", " ", "the", " ", "accumulative", " ", "variable"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"AppendTo", "[", - RowBox[{"$f0", ",", - RowBox[{"f0Source", "\[Rule]", "$f0Local"}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "atom", " ", "types", " ", "are", " ", "found", - " ", "in", " ", "$f0", " ", "source"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Complement", "[", - RowBox[{"elements", ",", - RowBox[{"Keys", "@", "$f0Local"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "missing"}], ",", - "\[IndentingNewLine]", - RowBox[{"First", "@", "temp"}], ",", - "\"\<non-dispersive part \ -(\!\(TraditionalForm\`\*SubscriptBox[\(f\), \(0\)]\))\>\""}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Calculating", " ", "form", " ", - "factor", " ", - RowBox[{"(", "f0", ")"}], " ", "from", " ", "tabulated", " ", "data", - " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"ipfQ", "=", - RowBox[{ - RowBox[{"Head", "@", - RowBox[{"First", "@", "$f0Local"}]}], "===", - "InterpolatingFunction"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Interpolation"}], " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"sin", - RowBox[{ - RowBox[{"(", "\[Theta]", ")"}], "/", "\[Lambda]"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"ipfQ", ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Non", "-", - RowBox[{ - "dispersive", " ", "part", " ", "of", " ", "form", " ", "factor"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"f0", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", - RowBox[{ - RowBox[{"$f0Local", "[", "X", "]"}], "[", "s", "]"}]}], "}"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"s", ",", "sl"}], "}"}], ",", - RowBox[{"{", - RowBox[{"X", ",", "elements"}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"b", ".", " ", "Coefficients"}], " ", "*)"}], - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Stored", " ", "with", " ", - RowBox[{"alternating", " ", "'"}], - RowBox[{"a", "'"}], " ", - RowBox[{"and", " ", "'"}], - RowBox[{"b", "'"}], "\[IndentingNewLine]", "\t", - RowBox[{"and", " ", "'"}], - RowBox[{"c", "'"}], " ", "last"}], " ", "*)"}], "\t\t", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"coefficients", "=", - RowBox[{ - "$f0Local", "\[LeftDoubleBracket]", "elements", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{"akeys", ",", "bkeys"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Keys", "@", - RowBox[{"First", "@", "coefficients"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"#", "~~", - RowBox[{"DigitCharacter", ".."}]}]}], "]"}]}], "&"}], "/@", - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\""}], "}"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{"a", ",", "b", ",", "c"}], "}"}], "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Values", "/@", - RowBox[{"coefficients", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "akeys"}], "\[RightDoubleBracket]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Values", "/@", - RowBox[{"coefficients", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "bkeys"}], "\[RightDoubleBracket]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Values", "@", - RowBox[{"coefficients", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<c\>\""}], "\[RightDoubleBracket]"}]}]}], - "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Non", "-", - RowBox[{ - "dispersive", " ", "part", " ", "of", " ", "form", " ", - "factor"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"f0", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"Keys", "[", "coefficients", "]"}], - "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Total", "[", - RowBox[{ - RowBox[{ - "a", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "*", - RowBox[{"Exp", "[", - RowBox[{ - RowBox[{"-", - RowBox[{ - "b", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "*", - SuperscriptBox[ - RowBox[{"(", - RowBox[{ - "sl", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], ")"}], "2"]}], "]"}]}], "]"}], - "+", - RowBox[{ - "c", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}]}], - "}"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"Length", "@", "sl"}]}], "}"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "elements"}]}], "}"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", ":", " ", - RowBox[{ - "Correct", " ", "normalisation", " ", "by", " ", "electrons"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"If", "[", - RowBox[{"ipfQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$f0Local", "[", "\"\<C\>\"", "]"}], "[", "0", "]"}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Total", "@", - RowBox[{"Values", "@", - RowBox[{"$f0Local", "\[LeftDoubleBracket]", - RowBox[{"\"\<C\>\"", ",", "akeys"}], - "\[RightDoubleBracket]"}]}]}], "\[IndentingNewLine]", "+", - RowBox[{"$f0Local", "[", - RowBox[{"\"\<C\>\"", ",", "\"\<c\>\""}], "]"}]}]}], "]"}], "-", - "6"}], - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Carbon", ":", " ", "Z"}], "=", "6"}], " ", "*)"}], "]"}], - ">", "0.5"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"f0", "=", - RowBox[{"f0", "/.", - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"X", ",", - RowBox[{"f", "*", - RowBox[{"$PeriodicTable", "[", - RowBox[{"X", ",", "\"\<AtomicNumber\>\""}], "]"}]}]}], - "}"}]}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Dispersion", " ", "corrections", " ", - RowBox[{"(", - RowBox[{"f1", " ", "+", " ", "f2"}], ")"}], " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"No", " ", "dispersion", " ", "corrections"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"\[Lambda]", "===", - RowBox[{"-", "1"}]}], ",", - RowBox[{"addCorrectionsQ", "=", "False"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "addCorrectionsQ"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "output"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"output", "=", - RowBox[{"Map", "[", - RowBox[{"Association", ",", - RowBox[{ - RowBox[{ - RowBox[{"MapThread", "[", - RowBox[{"Rule", ",", - RowBox[{"Transpose", "[", "#", "]"}]}], "]"}], "&"}], "/@", - "f0"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<End\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - "Loading", " ", "source", " ", "for", " ", "calculating", " ", - RowBox[{"f", "'"}]}], " ", "+", " ", - RowBox[{"f", "''"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Setup", " ", "global", " ", "variable", " ", "for", " ", "the", " ", - "session"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AssociationQ", "@", "$f1f2"}]}], ",", - RowBox[{"$f1f2", "=", - RowBox[{"<|", "|>"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Check"}], " ", "if", " ", "same", " ", - "source", " ", "is", " ", "imported", " ", "already"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$f1f2", ",", "f1f2Source"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"$f1f2Local", "=", - RowBox[{"$f1f2", "[", "f1f2Source", "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Import"}], " ", "specified", " ", "data"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"$f1f2Local", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\t", "\"\<AtomicScatteringFactor\>\"", - ",", "\"\<AnomalousCorrections\>\"", ",", "\[IndentingNewLine]", - "\t", - RowBox[{"f1f2Source", "<>", "\"\<.m\>\""}]}], "}"}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"(*", " ", - RowBox[{"Update", " ", "the", " ", - RowBox[{"session", "'"}], "s", " ", "global", " ", "variable"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t\t", - RowBox[{"AppendTo", "[", - RowBox[{"$f1f2", ",", - RowBox[{"f1f2Source", "\[Rule]", "$f1f2Local"}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "atom", " ", "types", " ", "are", " ", "found", - " ", "in", " ", "$f1f2", " ", "source"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Complement", "[", - RowBox[{"elements", ",", - RowBox[{"Keys", "@", "$f1f2Local"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"temp", "/.", - RowBox[{"Thread", "[", - RowBox[{"ignore", "\[Rule]", "Nothing"}], "]"}]}]}], ";", - RowBox[{"(*", " ", - RowBox[{"ignored", " ", "elements"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetAtomicScatteringFactors", "::", "missing"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"First", "@", "temp"}], ",", - "\"\<dispersion corrections \ -(\!\(\*FormBox[RowBox[{SuperscriptBox[\"f\", \ -\"\[Prime]\",MultilineFunction->None], \"+\", SuperscriptBox[\"f\", \ -\"\[Prime]\[Prime]\",MultilineFunction->None]}],TraditionalForm]\))\>\""}], - "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Procedure", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"ignore", ",", - RowBox[{ - "elements", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], "]"}], ",", - RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"corrections", "=", - RowBox[{ - RowBox[{"$f1f2Local", "[", - RowBox[{ - "elements", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], - "]"}], "[", "\[Lambda]", "]"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"f0", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "j"}], "\[RightDoubleBracket]"}], ",", - "corrections"}], "]"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "sl"}]}], "}"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"Length", "@", "elements"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparing", " ", "and", " ", - "returning", " ", "association", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"separateQ", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Return"}], " ", "f0", " ", "and", " ", - "f1f2", " ", "separated"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"f0", "=", - RowBox[{"f0", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Elements", " ", "with", " ", "corrections"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f0_", "?", "NumericQ"}], ",", - RowBox[{"f1f2_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - "\[IndentingNewLine]", - RowBox[{"(", - RowBox[{"X", "\[Rule]", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<f0\>\"", "\[Rule]", "f0"}], ",", - RowBox[{"\"\<f1f2\>\"", "\[Rule]", "f1f2"}]}], "|>"}]}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Without", " ", "corrections", " ", - RowBox[{"(", - RowBox[{"ignored", " ", "elements"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f0_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - RowBox[{"(", - RowBox[{"X", "\[Rule]", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<f0\>\"", "\[Rule]", "f0"}], ",", - RowBox[{"\"\<f1f2\>\"", "\[Rule]", "0."}]}], "|>"}]}], - ")"}]}]}], "\[IndentingNewLine]", "}"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Return"}], " ", "f0", " ", "and", " ", - "f1f2", " ", "combined"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"f0", "=", - RowBox[{"f0", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Elements", " ", "with", " ", "corrections"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f0_", "?", "NumericQ"}], ",", - RowBox[{"f1f2_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - "\[IndentingNewLine]", - RowBox[{"(", - RowBox[{"X", "\[Rule]", - RowBox[{"f0", "+", "f1f2"}]}], ")"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Without", " ", "corections", " ", - RowBox[{"(", - RowBox[{"ignored", " ", "elements"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"X_String", ",", - RowBox[{"f0_", "?", "NumericQ"}]}], "}"}], "\[RuleDelayed]", - RowBox[{"(", - RowBox[{"X", "\[Rule]", "f0"}], ")"}]}]}], "\[IndentingNewLine]", - "}"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"Association", "/@", "f0"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<End\>\"", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "output"}], "\[Equal]", "1"}], ",", - RowBox[{"First", "@", "output"}], ",", "output"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327825752265*^9, {3.682327891309991*^9, 3.682327908905006*^9}, { - 3.682328462663025*^9, 3.682328464594318*^9}, {3.6823288379476137`*^9, - 3.682328840375494*^9}, {3.6823289450420847`*^9, 3.682328948786008*^9}, - 3.682329021553924*^9, {3.682329649608305*^9, 3.682329652832589*^9}, - 3.6823298080835743`*^9, {3.682350312716905*^9, 3.682350378410404*^9}, - 3.6823504635691757`*^9, {3.6823505010243587`*^9, 3.682350503583688*^9}, { - 3.68235624088593*^9, 3.68235624215532*^9}, {3.6824154065363083`*^9, - 3.682415411290797*^9}, {3.6824949312809687`*^9, 3.682494933923278*^9}, { - 3.682494968776065*^9, 3.6824950015362787`*^9}, {3.682495062367214*^9, - 3.6824950649247932`*^9}, {3.682495113046337*^9, 3.6824951159073544`*^9}, { - 3.68249526412218*^9, 3.682495265376318*^9}, {3.68249545065454*^9, - 3.682495470163967*^9}, {3.682495512292554*^9, 3.682495515202944*^9}, { - 3.682495556347404*^9, 3.682495579369482*^9}, {3.6824958395091257`*^9, - 3.682495843227323*^9}, {3.6824961499028397`*^9, 3.682496152773938*^9}, { - 3.682496263451882*^9, 3.682496267049795*^9}, {3.682496312064939*^9, - 3.6824963159122458`*^9}, {3.682496526788476*^9, 3.682496526940209*^9}, { - 3.682496864685812*^9, 3.682496866861273*^9}, {3.682496942171248*^9, - 3.68249696514644*^9}, 3.682497201839513*^9, {3.6824972729799232`*^9, - 3.682497296643372*^9}, {3.6824973270838213`*^9, 3.68249734521832*^9}, - 3.68268180724885*^9, {3.684128291025429*^9, 3.684128389624958*^9}, { - 3.68412845933915*^9, 3.684128486385932*^9}, {3.684128529353738*^9, - 3.6841285582182617`*^9}, {3.6841288206899014`*^9, 3.684128901287672*^9}, { - 3.684128968928697*^9, 3.68412900913936*^9}, {3.6841292785084352`*^9, - 3.684129357017983*^9}, {3.684129890723934*^9, 3.684129917971912*^9}, { - 3.6841300831135187`*^9, 3.684130083432626*^9}, {3.684138321122032*^9, - 3.684138354809764*^9}, {3.684138494851803*^9, 3.6841385035605307`*^9}, { - 3.684138540043199*^9, 3.6841385752075777`*^9}, {3.685245928608788*^9, - 3.685245936564748*^9}, {3.685292498644186*^9, 3.685292547209746*^9}, { - 3.685293229629302*^9, 3.685293257980389*^9}, {3.6852936989464273`*^9, - 3.685293705920918*^9}, {3.685418988387327*^9, 3.6854191059404497`*^9}, - 3.685765928283773*^9, {3.686654834485551*^9, 3.686654890223186*^9}, { - 3.6870719114095488`*^9, 3.687071942441597*^9}, {3.687073759256621*^9, - 3.687073768483142*^9}, {3.7125582963506203`*^9, 3.712558305396607*^9}, { - 3.712559925957469*^9, 3.712559958639057*^9}, {3.7144624028419037`*^9, - 3.71446242110505*^9}, {3.714462795136908*^9, 3.714462796079183*^9}, { - 3.7144629484210367`*^9, 3.714462949924136*^9}, {3.7147117501417923`*^9, - 3.714711761681143*^9}, {3.714816107140924*^9, 3.714816126138484*^9}, { - 3.717740896691929*^9, 3.7177409196728354`*^9}, {3.717952009923753*^9, - 3.7179520150663*^9}, {3.7179522469270687`*^9, 3.717952248741308*^9}, { - 3.7179527562586317`*^9, 3.7179527571544733`*^9}, {3.718544518737887*^9, - 3.7185445547663393`*^9}, {3.718544588671667*^9, 3.718544588764153*^9}, { - 3.7185446206531773`*^9, 3.718544630189608*^9}, {3.718544762313016*^9, - 3.718544814550006*^9}, {3.718544854669929*^9, 3.718544932380745*^9}, { - 3.718544962436681*^9, 3.718545027673493*^9}, {3.71854509931327*^9, - 3.718545153141809*^9}, {3.7185453205399714`*^9, 3.718545412007901*^9}, { - 3.718545450896759*^9, 3.718545474214239*^9}, {3.718545507359365*^9, - 3.718545544238356*^9}, {3.718616920438265*^9, 3.7186169486191177`*^9}, { - 3.718618101945353*^9, 3.718618175014943*^9}, {3.71861823134766*^9, - 3.718618233851248*^9}, {3.718618432192004*^9, 3.71861847096095*^9}, { - 3.71861933868747*^9, 3.7186193433759203`*^9}, {3.718619375509334*^9, - 3.718619496235456*^9}, {3.718619532771413*^9, 3.718619580864337*^9}, - 3.718619728829987*^9, {3.718630103558402*^9, 3.7186301187980003`*^9}, { - 3.7186366955384483`*^9, 3.718636713785058*^9}, {3.7186374428406067`*^9, - 3.7186374662234697`*^9}, {3.718656479247999*^9, 3.7186564858851337`*^9}, { - 3.718983804226858*^9, 3.71898380604974*^9}, 3.719062288435821*^9, { - 3.71906310678584*^9, 3.719063106792266*^9}, {3.719064122833111*^9, - 3.719064129919709*^9}, {3.71906420106341*^9, 3.719064259852654*^9}, { - 3.719064297563863*^9, 3.719064496821637*^9}, {3.719064545749486*^9, - 3.719064592700036*^9}, {3.719064642354143*^9, 3.71906476771029*^9}, { - 3.719064823557804*^9, 3.719065238482019*^9}, {3.719065277135886*^9, - 3.719065303399061*^9}, {3.719065395813827*^9, 3.719065399308429*^9}, { - 3.719065437323184*^9, 3.7190654511549473`*^9}, {3.719065561170032*^9, - 3.719065627343844*^9}, {3.719065670965363*^9, 3.719065959082838*^9}, { - 3.719065992179327*^9, 3.719066064234557*^9}, {3.719066151894588*^9, - 3.719066207283177*^9}, {3.719066242019342*^9, 3.719066304096162*^9}, { - 3.719066351920788*^9, 3.719066359399228*^9}, {3.71906641432609*^9, - 3.719066542108021*^9}, {3.719066589433022*^9, 3.7190665954992647`*^9}, { - 3.719067892506781*^9, 3.71906802254603*^9}, {3.719068084604827*^9, - 3.719068291842124*^9}, {3.719068376944273*^9, 3.71906849841955*^9}, { - 3.719069206288807*^9, 3.719069218336574*^9}, {3.71906933199855*^9, - 3.7190693337006483`*^9}, 3.719069638219943*^9, {3.719069709698402*^9, - 3.719069710945162*^9}, {3.719070447671543*^9, 3.719070461169828*^9}, { - 3.7190705162010508`*^9, 3.719070528918353*^9}, 3.719081605979241*^9, { - 3.721111484659971*^9, 3.721111498639818*^9}, {3.721114454508944*^9, - 3.721114476380396*^9}, {3.721116073710249*^9, 3.721116105096229*^9}, { - 3.721116139165756*^9, 3.7211161755548077`*^9}, {3.7211162447180643`*^9, - 3.7211162652677107`*^9}, {3.721116304117589*^9, 3.721116355056438*^9}, { - 3.721116452754876*^9, 3.721116467221505*^9}, {3.7211169325691433`*^9, - 3.7211170058057423`*^9}, {3.721117041112558*^9, 3.7211170477626753`*^9}, { - 3.721117332499308*^9, 3.7211173675329247`*^9}, {3.7211179516387444`*^9, - 3.721117953257985*^9}, {3.7211180826882343`*^9, 3.721118171815936*^9}, { - 3.721118217999258*^9, 3.721118247833887*^9}, 3.7211182947294817`*^9, { - 3.72111835817647*^9, 3.721118370282798*^9}, 3.721118417964911*^9, { - 3.721118679807076*^9, 3.7211188691654882`*^9}, {3.721119001756874*^9, - 3.721119004843071*^9}, {3.7213695267756367`*^9, 3.72136952711127*^9}, { - 3.7213696067684183`*^9, 3.721369607060883*^9}, 3.721369689533557*^9, { - 3.721369757784193*^9, 3.7213698829506197`*^9}, {3.721371083758843*^9, - 3.7213710990474377`*^9}, {3.72137113797754*^9, 3.7213711507631893`*^9}, { - 3.7213711847212*^9, 3.721371188174782*^9}, {3.721371685952198*^9, - 3.7213717065716248`*^9}, {3.721371766390019*^9, 3.7213719755300817`*^9}, { - 3.721372756009329*^9, 3.721372949382916*^9}, {3.721470172812934*^9, - 3.721470178730687*^9}, {3.7214702679556103`*^9, 3.72147034954385*^9}, { - 3.7216675361871223`*^9, 3.721667588792684*^9}, {3.7217381025032473`*^9, - 3.721738163898419*^9}, {3.7217381946470137`*^9, 3.721738227941464*^9}, { - 3.721738503929742*^9, 3.721738506861105*^9}, {3.721738837218*^9, - 3.721738838966873*^9}, {3.721738890429645*^9, 3.721738905286234*^9}, { - 3.721738943252236*^9, 3.721738999644347*^9}, {3.721739033683166*^9, - 3.7217390375656013`*^9}, {3.72173907096627*^9, 3.721739079289625*^9}, { - 3.721739320598371*^9, 3.721739348557314*^9}, {3.721739402271968*^9, - 3.721739404192616*^9}, {3.7217394351329517`*^9, 3.7217394636473303`*^9}, - 3.721978061389715*^9, 3.721978138688751*^9, {3.721978206640265*^9, - 3.721978208092898*^9}, {3.7219785079842653`*^9, 3.721978509914443*^9}, { - 3.7219785635057592`*^9, 3.721978563662822*^9}, {3.721978732407447*^9, - 3.7219787397994967`*^9}, {3.721978918989682*^9, 3.721978976909795*^9}, { - 3.721979165739716*^9, 3.721979210741995*^9}, 3.721979597187673*^9, { - 3.7219796310100183`*^9, 3.7219796891672897`*^9}, {3.7219798180589237`*^9, - 3.721979818654977*^9}, {3.721979861140045*^9, 3.721979863917323*^9}, { - 3.721982886145628*^9, 3.721982890654036*^9}, 3.721983004540848*^9, - 3.7219833873520203`*^9, {3.7220628751118727`*^9, 3.722062879005816*^9}, { - 3.722062917283605*^9, 3.7220629634710503`*^9}, {3.7220630332216253`*^9, - 3.722063111337685*^9}, {3.7220631494555893`*^9, 3.7220631950136127`*^9}, { - 3.722063245677351*^9, 3.722063245754569*^9}, {3.7220632861497726`*^9, - 3.722063298693756*^9}, {3.722063614430664*^9, 3.7220636503987513`*^9}, { - 3.722063724542623*^9, 3.7220638054642982`*^9}, {3.722063847312479*^9, - 3.722063959471467*^9}, {3.722064007036425*^9, 3.722064008040326*^9}, { - 3.722064091453974*^9, 3.722064098537808*^9}, {3.7220642034603243`*^9, - 3.722064223013564*^9}, {3.7220648781494017`*^9, 3.722064899648937*^9}, { - 3.722064959884466*^9, 3.722064997021698*^9}, {3.722070723902894*^9, - 3.7220708235593147`*^9}, {3.7220710632953033`*^9, - 3.7220710658061457`*^9}, {3.722071129589094*^9, 3.722071146534827*^9}, { - 3.722071669280542*^9, 3.722071765901602*^9}, {3.722071822272051*^9, - 3.722071845683749*^9}, {3.722072164516849*^9, 3.722072167780717*^9}, { - 3.722073655169406*^9, 3.7220736617514887`*^9}, 3.722073805452601*^9, { - 3.72207386943486*^9, 3.722073870941247*^9}, {3.7220740869677896`*^9, - 3.722074234766919*^9}, {3.722074642509527*^9, 3.722074668862341*^9}, { - 3.722074757686634*^9, 3.7220747595372257`*^9}, {3.72207490374716*^9, - 3.7220749274001503`*^9}, {3.722074961839517*^9, 3.722074971593493*^9}, { - 3.722075008921195*^9, 3.722075018780717*^9}, {3.722075215353648*^9, - 3.7220753120849047`*^9}, {3.722076994991275*^9, 3.722077069678069*^9}, { - 3.722077195062983*^9, 3.722077243822541*^9}, 3.7220772743854513`*^9, { - 3.722243649938464*^9, 3.7222437148647757`*^9}, 3.722243761880186*^9, { - 3.72224401456736*^9, 3.7222440921223297`*^9}, {3.7222441629239063`*^9, - 3.722244206882749*^9}, {3.72224429108885*^9, 3.722244297037649*^9}, { - 3.722244469565585*^9, 3.722244493083477*^9}, {3.722244742617938*^9, - 3.722244829576676*^9}, {3.722244864913772*^9, 3.722244865438043*^9}, { - 3.722244904946373*^9, 3.7222449065887117`*^9}, {3.7222449569000607`*^9, - 3.722244985152135*^9}, {3.7222450326142883`*^9, 3.722245087078844*^9}, { - 3.722245211235154*^9, 3.722245324219537*^9}, {3.722245388354319*^9, - 3.72224546123627*^9}, {3.722245564764122*^9, 3.722245602990396*^9}, { - 3.722245650062417*^9, 3.7222458427141237`*^9}, {3.7222459236619883`*^9, - 3.722245925999093*^9}, {3.7222459577587442`*^9, 3.722246038452992*^9}, { - 3.722246068729703*^9, 3.7222461134808683`*^9}, 3.722246197289178*^9, { - 3.722246227722828*^9, 3.722246233988699*^9}, {3.722246466996821*^9, - 3.722246489019541*^9}, {3.7222465272614803`*^9, 3.72224653182295*^9}, { - 3.722246623496787*^9, 3.7222466492769814`*^9}, {3.722246684608173*^9, - 3.7222467872720537`*^9}, {3.722246865247857*^9, 3.722246897929769*^9}, { - 3.725450303231864*^9, 3.725450375874055*^9}, {3.7254506754329567`*^9, - 3.7254506760393887`*^9}, {3.725617035799721*^9, 3.725617090660178*^9}, { - 3.726561272575226*^9, 3.726561274880137*^9}, {3.727190754853161*^9, - 3.727190758466567*^9}, 3.7272440207193537`*^9, {3.727244062854665*^9, - 3.7272440720571413`*^9}, {3.7272441062895412`*^9, 3.7272441219715643`*^9}, - 3.727675291335369*^9, 3.727676784440756*^9, {3.727677723074018*^9, - 3.7276777305774937`*^9}, {3.727677842605393*^9, 3.727677842848339*^9}, - 3.7303792902468443`*^9, 3.7303795870483294`*^9, 3.730544161219339*^9, { - 3.735300592767964*^9, 3.735300700450007*^9}, {3.7353007716396646`*^9, - 3.735300799957919*^9}, {3.73780662301538*^9, 3.737806623155034*^9}, { - 3.73780665691374*^9, 3.737806661938918*^9}, {3.737968444012001*^9, - 3.737968466742126*^9}, {3.738033394156886*^9, 3.738033405133856*^9}, { - 3.738033463353322*^9, 3.738033466796254*^9}, {3.7380336179612617`*^9, - 3.738033675235551*^9}, {3.738033907923669*^9, 3.7380339474822598`*^9}, { - 3.738034499039502*^9, 3.738034829837838*^9}, {3.738042804020746*^9, - 3.7380428243889933`*^9}, 3.738042869407331*^9, {3.738044069175473*^9, - 3.738044075665268*^9}, {3.738044587915038*^9, 3.738044609408504*^9}, { - 3.738374849526939*^9, 3.73837486611399*^9}, {3.738375561949725*^9, - 3.7383755788616657`*^9}, {3.738376351336351*^9, 3.73837636721344*^9}, { - 3.73837648700519*^9, 3.738376504603709*^9}, {3.7383765957531567`*^9, - 3.738376597048367*^9}, {3.738377383380872*^9, 3.7383774119624166`*^9}, { - 3.738377483068665*^9, 3.7383775471710443`*^9}, {3.738989535573518*^9, - 3.738989564467999*^9}, {3.7390294441931458`*^9, 3.739029452581423*^9}, - 3.73902948487638*^9, {3.7390305195750637`*^9, 3.7390305356373043`*^9}, { - 3.739030588203383*^9, 3.739030612183899*^9}, {3.739067426454228*^9, - 3.739067431611511*^9}, {3.739067543213336*^9, 3.73906755042027*^9}, { - 3.7390677181533937`*^9, 3.739067809999744*^9}, {3.739068246421269*^9, - 3.739068367918603*^9}, {3.73906846077668*^9, 3.73906848789557*^9}, { - 3.7390692568568907`*^9, 3.739069262310021*^9}, {3.73907016157126*^9, - 3.739070228128346*^9}, {3.739070266641101*^9, 3.7390703796683273`*^9}, { - 3.73907043147178*^9, 3.739070482013937*^9}, {3.739070549748425*^9, - 3.739070581456558*^9}, 3.739070651144397*^9, {3.7390707171014223`*^9, - 3.739070888355019*^9}, {3.739070920225849*^9, 3.7390709932279167`*^9}, { - 3.739071046423064*^9, 3.739071106867024*^9}, {3.739071139516616*^9, - 3.739071139644754*^9}, {3.7390712048593607`*^9, 3.739071214027072*^9}, { - 3.739091844973487*^9, 3.739091848421885*^9}, {3.739118949258746*^9, - 3.73911895237396*^9}, {3.739122084305634*^9, 3.739122107394026*^9}, { - 3.739122175929167*^9, 3.739122197093604*^9}, {3.739122277093368*^9, - 3.7391223277430763`*^9}, {3.7391223601992397`*^9, 3.739122427148471*^9}, { - 3.739122494574834*^9, 3.739122547036766*^9}, {3.7391225967208633`*^9, - 3.739122868703513*^9}, {3.739122942628067*^9, 3.739122960537838*^9}, { - 3.739122996377776*^9, 3.739123025222269*^9}, {3.7391232755617447`*^9, - 3.739123311458004*^9}, {3.739123345161305*^9, 3.7391234203204117`*^9}, { - 3.739123471040163*^9, 3.7391234988332644`*^9}, {3.739123583213578*^9, - 3.7391236164442587`*^9}, {3.739123707773747*^9, 3.739123716331357*^9}, { - 3.739123838903887*^9, 3.73912390812017*^9}, {3.7391239656894083`*^9, - 3.7391239800613203`*^9}, {3.739124013732561*^9, 3.7391240438900843`*^9}, { - 3.739124092146432*^9, 3.739124101163595*^9}, {3.7391242703740892`*^9, - 3.7391243138881083`*^9}, {3.7391243821879387`*^9, 3.739124431664143*^9}, { - 3.739124645162651*^9, 3.7391246482649107`*^9}, 3.742836771505156*^9, { - 3.742836807056857*^9, 3.742836816961413*^9}, {3.742836880541464*^9, - 3.742836967507223*^9}, {3.742837040956266*^9, 3.742837078243389*^9}, { - 3.742837238855632*^9, 3.742837258821867*^9}, {3.7428373668286657`*^9, - 3.742837429504389*^9}, {3.7428374630660954`*^9, 3.742837470649785*^9}, { - 3.7428375176544447`*^9, 3.742837519601564*^9}, {3.7428376441124363`*^9, - 3.7428376444445887`*^9}, {3.742839789437457*^9, 3.74283982100668*^9}, { - 3.742839878580009*^9, 3.7428398869376783`*^9}, {3.7428400477123137`*^9, - 3.742840079988522*^9}, {3.7428793564906693`*^9, 3.742879357265019*^9}, { - 3.7438654119933443`*^9, 3.743865412153145*^9}, {3.743865850854823*^9, - 3.7438658511023407`*^9}, 3.7440347878671427`*^9, {3.758529265067565*^9, - 3.758529328654203*^9}, {3.7585293735907288`*^9, 3.75852938658265*^9}, { - 3.7595193416703978`*^9, 3.759519341922925*^9}, 3.762793093289785*^9, { - 3.78696833908181*^9, 3.7869683491996813`*^9}, {3.8615455805201683`*^9, - 3.861545587447527*^9}, 3.861545666495781*^9, 3.861545696912798*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"4967cd28-6976-4128-b0ee-9285d067ed54"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[160]:=",ExpressionUUID->"274cc24d-fecb-44ab-9c25-feed4dd03b30"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetCrystalMetric", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.8293026231106577`*^9, - 3.829302623823535*^9}, {3.8293027570071087`*^9, 3.829302758946487*^9}, - 3.82930394452954*^9, - 3.829483783750011*^9},ExpressionUUID->"04a41a43-bab0-42c7-ba0a-\ -06efd718cf2f"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[161]:=",ExpressionUUID->"cf5243ac-5c96-469c-8154-ab804479f35f"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidCategory"}], "=", - "\"\<Category must be either \\\"LatticeParameters\\\" or \\\"MetricMatrix\ -\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidSpace"}], "=", - "\"\<\\\"Space\\\" must either be \\\"Direct\\\", \\\"Reciprocal\\\" or \\\ -\"Both\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidMatrix"}], "=", - "\"\<Input metric must be a 3\[Times]3 matrix.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidList"}], "=", - "\"\<Expected six numerical lattice parameters.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidAssociation"}], "=", - "\"\<Association expected to contain six lattice parameters with keys \ -\\\"a\\\", \\\"b\\\", \\\"c\\\", \\\"\[Alpha]\\\", \\\"\[Beta]\\\" and \\\"\ -\[Gamma]\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidInput"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet].\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetCrystalMetric"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Category\>\"", "\[Rule]", "\"\<MetricMatrix\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Radians\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RoundAnglesThreshold\>\"", "\[Rule]", "0.001"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Direct\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetCrystalMetric"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.737968467400035*^9, {3.756710992038847*^9, 3.756711001818603*^9}, { - 3.759514376819886*^9, 3.759514390944339*^9}, {3.759514442752858*^9, - 3.759514459127879*^9}, {3.7620606915941668`*^9, 3.762060716966055*^9}, { - 3.763737124837572*^9, 3.763737131186804*^9}, {3.829300211244548*^9, - 3.829300217928252*^9}, {3.829302771514923*^9, 3.829302776632184*^9}, { - 3.829302952319541*^9, 3.829302987952648*^9}, {3.8293030304877157`*^9, - 3.829303031633305*^9}, {3.82930327661059*^9, 3.829303302161089*^9}, { - 3.8293039445335627`*^9, 3.829303944535755*^9}, {3.8293040617743483`*^9, - 3.829304101521532*^9}, {3.829304604525337*^9, 3.829304661234688*^9}, { - 3.829304782361739*^9, 3.8293048057294703`*^9}, {3.829304879618533*^9, - 3.829304886535797*^9}, {3.82930505441435*^9, 3.829305065996848*^9}, { - 3.829305224429802*^9, 3.829305227855773*^9}, {3.829364019884699*^9, - 3.829364020154853*^9}, {3.8294676949563847`*^9, 3.82946769965521*^9}, { - 3.829483715227597*^9, 3.8294837159035883`*^9}, {3.8296554628880568`*^9, - 3.829655481752392*^9}, {3.829655649738199*^9, 3.829655650368064*^9}, { - 3.836291351803267*^9, 3.836291359555702*^9}}, - CellLabel->"",ExpressionUUID->"5cce676a-3156-49d4-9a2b-deaf43477133"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[170]:=",ExpressionUUID->"4b4d4455-ea40-4cf6-add6-6459371a2e98"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetCrystalMetric", "[", - RowBox[{"userInput_", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"outputCategory", "=", - RowBox[{"OptionValue", "[", "\"\<Category\>\"", "]"}]}], ",", - RowBox[{"outputSpace", "=", - RowBox[{"OptionValue", "[", "\"\<Space\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "reciprocalInputQ", ",", "\[IndentingNewLine]", - "latticeParameters", ",", "outputSettings"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<LatticeParameters\>\"", ",", "\"\<MetricMatrix\>\""}], - "}"}], ",", "outputCategory"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetCrystalMetric", "::", "InvalidCategory"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<Direct\>\"", ",", "\"\<Reciprocal\>\"", ",", "\"\<Both\>\""}], - "}"}], ",", "outputSpace"}], "]"}]}], ",", "\[IndentingNewLine]", - - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetCrystalMetric", "::", "InvalidSpace"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{"GCM$ExtractLatticeParameters", "@", "userInput"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"reciprocalInputQ", "=", - RowBox[{"AnyTrue", "[", - RowBox[{"latticeParameters", ",", - RowBox[{ - RowBox[{"CompatibleUnitQ", "[", - RowBox[{"#", ",", - RowBox[{"Quantity", "[", - RowBox[{"1", "/", "\"\<Angstroms\>\""}], "]"}]}], "]"}], "&"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{ - "GCM$StandardizeLatticeParameters", "[", "\[IndentingNewLine]", - RowBox[{"latticeParameters", ",", "reciprocalInputQ"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"outputSettings", "=", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<LatticeQ\>\"", "\[Rule]", - RowBox[{"outputCategory", "===", "\"\<LatticeParameters\>\""}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<RoundAnglesThreshold\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<ReciprocalQ\>\"", "\[Rule]", - RowBox[{"outputSpace", "===", "\"\<Reciprocal\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UnitsQ\>\"", "\[Rule]", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RadiansQ\>\"", "\[Rule]", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Radians\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OrthogonalizeQ\>\"", "\[Rule]", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ToCartesian\>\"", "]"}]}]}]}], - "\[IndentingNewLine]", "|>"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"outputSpace", "===", "\"\<Both\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GCM$DeliverOutput", "[", - RowBox[{"latticeParameters", ",", - RowBox[{"ReplacePart", "[", - RowBox[{"outputSettings", ",", "\[IndentingNewLine]", - RowBox[{"\"\<ReciprocalQ\>\"", "\[Rule]", "#"}]}], "]"}]}], - "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"False", ",", "True"}], "}"}]}], ",", "\[IndentingNewLine]", - - RowBox[{"GCM$DeliverOutput", "[", - RowBox[{"latticeParameters", ",", "outputSettings"}], "]"}]}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.73796846746421*^9, - 3.737968467560033*^9}, 3.7595144390987997`*^9, {3.759514625711541*^9, - 3.7595146264809847`*^9}, {3.7595146838035517`*^9, 3.759514690635151*^9}, { - 3.759514763059952*^9, 3.7595147901447783`*^9}, {3.759514834448648*^9, - 3.759514916333564*^9}, {3.759515128606327*^9, 3.759515167675393*^9}, { - 3.7595152352855597`*^9, 3.759515258119936*^9}, {3.759515364824544*^9, - 3.759515368332971*^9}, {3.7595162005877247`*^9, 3.759516208018134*^9}, { - 3.75951629777057*^9, 3.7595163408148623`*^9}, {3.7595163778885307`*^9, - 3.7595164110130987`*^9}, {3.759516461214458*^9, 3.7595166165525713`*^9}, { - 3.759516755231249*^9, 3.759516812865972*^9}, {3.7595176681151123`*^9, - 3.7595176683065777`*^9}, {3.759517707451805*^9, 3.7595177778473387`*^9}, { - 3.759517837200191*^9, 3.75951794375373*^9}, {3.759517984477271*^9, - 3.759517993570887*^9}, {3.759518304886416*^9, 3.759518414857388*^9}, { - 3.7595184616339293`*^9, 3.75951861236721*^9}, {3.759518681333305*^9, - 3.759518682508336*^9}, {3.759518743028657*^9, 3.7595187431700993`*^9}, { - 3.7595189639997797`*^9, 3.759519026860339*^9}, 3.762793093306291*^9, { - 3.763735307214972*^9, 3.763735323859365*^9}, {3.763735374443718*^9, - 3.763735515015348*^9}, {3.763735604949443*^9, 3.763735656620427*^9}, { - 3.763735692571999*^9, 3.763735711779261*^9}, {3.76373583003401*^9, - 3.763735863088757*^9}, 3.7637364222218018`*^9, {3.76373681850941*^9, - 3.763736835699888*^9}, {3.763736867931713*^9, 3.763737064870956*^9}, { - 3.7637371143362617`*^9, 3.76373714702308*^9}, {3.7637371771275578`*^9, - 3.763737195476788*^9}, {3.763737226101709*^9, 3.7637372706108017`*^9}, { - 3.763737354299376*^9, 3.7637373599928627`*^9}, {3.76373754326728*^9, - 3.7637375602360563`*^9}, {3.763737729709491*^9, 3.763737798690954*^9}, { - 3.763737934208025*^9, 3.763737934479949*^9}, {3.763737983415518*^9, - 3.7637380656281157`*^9}, {3.76373812159638*^9, 3.7637381488767967`*^9}, { - 3.7637381947641573`*^9, 3.763738196392647*^9}, {3.7637383302094927`*^9, - 3.763738413933064*^9}, {3.7637387092258244`*^9, 3.76373871989156*^9}, { - 3.76373875447615*^9, 3.763738762634541*^9}, {3.763738807163105*^9, - 3.763738841747683*^9}, {3.763738876556121*^9, 3.763738938990823*^9}, { - 3.76373902141601*^9, 3.763739031429598*^9}, {3.76373909330882*^9, - 3.7637391444280043`*^9}, {3.763739181115068*^9, 3.763739232679335*^9}, { - 3.763739334310902*^9, 3.763739336179943*^9}, {3.763739446516017*^9, - 3.763739457094846*^9}, {3.763739517785274*^9, 3.7637395232393923`*^9}, { - 3.7637395810453978`*^9, 3.7637397973451014`*^9}, {3.7637398285757513`*^9, - 3.76373984386397*^9}, {3.763739900974869*^9, 3.763740029253831*^9}, { - 3.76374006447647*^9, 3.763740081466466*^9}, {3.763740113162266*^9, - 3.763740113689055*^9}, {3.7637402042162123`*^9, 3.763740251805451*^9}, { - 3.763740406579955*^9, 3.763740411531116*^9}, {3.763740493971175*^9, - 3.7637404941200867`*^9}, {3.76374056243196*^9, 3.76374057227813*^9}, { - 3.763740762043529*^9, 3.763740763160961*^9}, {3.7637408225134974`*^9, - 3.763740822983884*^9}, 3.764957586406007*^9, {3.781598023770009*^9, - 3.781598024960236*^9}, {3.781598282140304*^9, 3.781598343481772*^9}, { - 3.781598419937907*^9, 3.7815984233916683`*^9}, {3.781598455033387*^9, - 3.781598518549818*^9}, {3.781598559216206*^9, 3.781598583252808*^9}, { - 3.781598613301051*^9, 3.781598694362977*^9}, {3.781598775866355*^9, - 3.7815988788708687`*^9}, {3.7815993661732063`*^9, 3.781599394124114*^9}, { - 3.78159943845222*^9, 3.781599456218769*^9}, {3.781599577488717*^9, - 3.781599585759841*^9}, {3.781599670952115*^9, 3.7815997144059677`*^9}, { - 3.786968049877883*^9, 3.786968051123526*^9}, {3.829300098290213*^9, - 3.8293001000784397`*^9}, 3.829300158299266*^9, {3.829300689637033*^9, - 3.829300879518415*^9}, 3.82930126747305*^9, {3.8293013022166843`*^9, - 3.8293013223527603`*^9}, {3.82930142848499*^9, 3.829301436079876*^9}, { - 3.829301469291156*^9, 3.829301565421558*^9}, {3.829301606208708*^9, - 3.829301611576733*^9}, {3.8293016416232033`*^9, 3.829301740364512*^9}, { - 3.8293028199667683`*^9, 3.829302858074114*^9}, {3.8293029329984703`*^9, - 3.829302936579877*^9}, {3.829302997894484*^9, 3.829303066893353*^9}, { - 3.829303369670743*^9, 3.829303394540687*^9}, {3.8293034359004383`*^9, - 3.829303529168194*^9}, {3.8293035750691767`*^9, 3.829303581190557*^9}, { - 3.829303699707815*^9, 3.829303720364944*^9}, {3.829303806499789*^9, - 3.829303808195684*^9}, 3.829303871384306*^9, {3.82930390334405*^9, - 3.8293039445378637`*^9}, {3.829303981455184*^9, 3.8293040565778723`*^9}, { - 3.829304105505796*^9, 3.82930411491089*^9}, {3.829304232211289*^9, - 3.8293043275716257`*^9}, {3.829304507524486*^9, 3.829304587783533*^9}, { - 3.8293046666962023`*^9, 3.8293046678898973`*^9}, {3.82930470154191*^9, - 3.829304754279142*^9}, {3.829304812428781*^9, 3.8293048642146463`*^9}, { - 3.8293049049109783`*^9, 3.829304915590927*^9}, {3.8293049740777483`*^9, - 3.82930502306391*^9}, 3.8293050714474497`*^9, {3.829305191023116*^9, - 3.829305193182929*^9}, {3.829324731718067*^9, 3.829324790829871*^9}, { - 3.829324910391863*^9, 3.829325070343267*^9}, {3.829363112738798*^9, - 3.82936311353531*^9}, {3.8293632160254993`*^9, 3.829363229705492*^9}, { - 3.8293635155184*^9, 3.829363518693747*^9}, {3.829363555254383*^9, - 3.829363593448433*^9}, {3.829363974580515*^9, 3.829363992149003*^9}, { - 3.829364034393001*^9, 3.82936406190694*^9}, {3.829373570341778*^9, - 3.829373587445153*^9}, {3.829373635051536*^9, 3.8293736521428547`*^9}, { - 3.829376403996024*^9, 3.829376464222014*^9}, {3.829376551745672*^9, - 3.829376552913776*^9}, {3.829376586948677*^9, 3.82937660365388*^9}, { - 3.8293800214700212`*^9, 3.8293800589796*^9}, 3.829380550189166*^9, { - 3.829380696081829*^9, 3.829380708737759*^9}, {3.829386376656414*^9, - 3.82938638417586*^9}, {3.829386578513236*^9, 3.829386617059888*^9}, { - 3.8293866542771053`*^9, 3.8293866784568787`*^9}, {3.829386876276155*^9, - 3.829386931508686*^9}, {3.829457367124856*^9, 3.829457414858489*^9}, { - 3.8294578282732143`*^9, 3.829457892469348*^9}, {3.82945900250633*^9, - 3.829459011073886*^9}, {3.829459057579803*^9, 3.829459088949053*^9}, { - 3.829459120583506*^9, 3.82945915525939*^9}, {3.829460294784258*^9, - 3.829460299869467*^9}, {3.829460332419499*^9, 3.8294603342597303`*^9}, { - 3.829460384840852*^9, 3.8294603851286497`*^9}, {3.8294609960081453`*^9, - 3.8294611545411663`*^9}, {3.8294612104192*^9, 3.82946126084347*^9}, { - 3.829461574689789*^9, 3.829461645599517*^9}, {3.829461728301395*^9, - 3.82946173681913*^9}, {3.829461828453684*^9, 3.829461828965756*^9}, { - 3.829462356820475*^9, 3.829462438014144*^9}, {3.829462486159487*^9, - 3.829462494038417*^9}, {3.8294626306837187`*^9, 3.829462636304756*^9}, { - 3.8294630852354517`*^9, 3.829463152958663*^9}, {3.829463204309998*^9, - 3.8294632873072*^9}, {3.829463321706894*^9, 3.829463348490913*^9}, { - 3.8294634059803667`*^9, 3.829463499729168*^9}, {3.8294636936510897`*^9, - 3.829463710161933*^9}, {3.8294671908037577`*^9, 3.8294672070204782`*^9}, { - 3.829467414150881*^9, 3.8294674143059177`*^9}, {3.829468667254691*^9, - 3.829468683306059*^9}, {3.829468723630272*^9, 3.829468839050561*^9}, { - 3.829469250990179*^9, 3.829469297566183*^9}, {3.829469674395145*^9, - 3.829469690051963*^9}, {3.8294698176330347`*^9, 3.82946982255958*^9}, { - 3.8294699056024237`*^9, 3.829469956714449*^9}, {3.829470028289917*^9, - 3.829470052118741*^9}, {3.829470159745446*^9, 3.829470164660273*^9}, { - 3.829470205465598*^9, 3.829470205628922*^9}, 3.829470258473681*^9, { - 3.8294704014670553`*^9, 3.829470412763039*^9}, {3.8294837152339973`*^9, - 3.829483715236293*^9}, {3.829495732330559*^9, 3.829495734823403*^9}, { - 3.829655404950688*^9, 3.8296554859624643`*^9}, {3.836288729765856*^9, - 3.836288729882516*^9}, {3.861556120200973*^9, 3.861556120838211*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"4ff8e84c-d336-4703-90e9-a8703717e4e4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$DeliverOutput", "[", - RowBox[{"latticeParameters_", ",", "settings_"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"settings", "[", "\"\<LatticeQ\>\"", "]"}], ",", - "\[IndentingNewLine]", "GCM$DeliverLatticeParameterOutput", ",", - "\[IndentingNewLine]", "GCM$DeliverMetricMatrixOutput"}], "]"}], "[", - RowBox[{"latticeParameters", ",", "settings"}], "]"}], - "\[IndentingNewLine]", ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829462677335065*^9, 3.829462956393991*^9}, { - 3.8294629921675863`*^9, 3.829463076758236*^9}, {3.829467801923867*^9, - 3.829467823973534*^9}, {3.829467863142993*^9, 3.829467877878818*^9}, { - 3.829468008515428*^9, 3.829468037944085*^9}, {3.829468225927374*^9, - 3.829468237434434*^9}, {3.829469352517949*^9, 3.829469420904505*^9}, { - 3.8294694579272537`*^9, 3.829469540657599*^9}, {3.829469748829134*^9, - 3.829469804357545*^9}, {3.829470182016231*^9, 3.829470193332243*^9}, { - 3.8294702761755123`*^9, 3.829470295632271*^9}, {3.8294704342399607`*^9, - 3.829470440672687*^9}, {3.829495735853649*^9, 3.8294957371777887`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[172]:=",ExpressionUUID->"4b771d54-16ad-40c9-a9ea-0eee964ff0c1"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$DeliverLatticeParameterOutput", "[", - RowBox[{"latticeParameters_", ",", "settings_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output", "=", "latticeParameters"}], ",", "\[Delta]", ",", - "reciprocalQ", ",", "unitsQ", ",", "radiansQ"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - "\[Delta]", ",", "reciprocalQ", ",", "unitsQ", ",", "radiansQ"}], - "}"}], "=", - RowBox[{"Lookup", "[", - RowBox[{"settings", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<Threshold\>\"", ",", "\"\<ReciprocalQ\>\"", ",", - "\"\<UnitsQ\>\"", ",", "\"\<RadiansQ\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"reciprocalQ", ",", - RowBox[{"output", "=", - RowBox[{"GCM$FlipLatticeParameters", "@", "output"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"GCM$RoundAngles", "[", - RowBox[{"output", ",", "\[Delta]"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"output", "=", - RowBox[{"GCM$ApplyUnitsList", "[", - RowBox[{"output", ",", "reciprocalQ"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"radiansQ", ",", - RowBox[{ - RowBox[{"output", "\[LeftDoubleBracket]", - RowBox[{"4", ";;", "6"}], "\[RightDoubleBracket]"}], "*=", - RowBox[{"\[Pi]", "/", "180"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "output"}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829462677335065*^9, 3.829462956393991*^9}, { - 3.8294629921675863`*^9, 3.829463076758236*^9}, {3.829467801923867*^9, - 3.829467823973534*^9}, {3.829467863142993*^9, 3.829467877878818*^9}, { - 3.829468008515428*^9, 3.829468037944085*^9}, {3.829468225927374*^9, - 3.829468237434434*^9}, {3.829469352517949*^9, 3.829469420904505*^9}, { - 3.8294694579272537`*^9, 3.829469540657599*^9}, {3.82947045332906*^9, - 3.8294704828725023`*^9}, {3.829495737687511*^9, 3.829495740090231*^9}, - 3.861556472191153*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[173]:=",ExpressionUUID->"7364ab7e-4944-4fb6-abc9-3684f9fa3d52"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$DeliverMetricMatrixOutput", "[", - RowBox[{"latticeParameters_", ",", "settings_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output", "=", "latticeParameters"}], ",", "reciprocalQ", ",", - "unitsQ", ",", "orthogonalizeQ"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"reciprocalQ", ",", "unitsQ", ",", "orthogonalizeQ"}], "}"}], - "=", - RowBox[{"Lookup", "[", - RowBox[{"settings", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<ReciprocalQ\>\"", ",", "\"\<UnitsQ\>\"", ",", - "\"\<OrthogonalizeQ\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"GCM$MakeMetricFromLatticeParameters", "@", "output"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"reciprocalQ", ",", - RowBox[{"output", "=", - RowBox[{"Inverse", "@", "output"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"output", "=", - RowBox[{"GCM$ApplyUnitsMatrix", "[", - RowBox[{"output", ",", "reciprocalQ"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"orthogonalizeQ", ",", - RowBox[{"output", "=", - RowBox[{"CholeskyDecomposition", "@", "output"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "output"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829462677335065*^9, 3.829462956393991*^9}, { - 3.8294629921675863`*^9, 3.829463076758236*^9}, {3.829467801923867*^9, - 3.829467823973534*^9}, {3.829467863142993*^9, 3.829467877878818*^9}, { - 3.829468008515428*^9, 3.829468037944085*^9}, {3.829468162113006*^9, - 3.829468185879871*^9}, {3.82946822033722*^9, 3.8294682616193666`*^9}, { - 3.829469555361401*^9, 3.829469616486815*^9}, {3.8294703172393293`*^9, - 3.829470366300042*^9}, {3.8294704856503963`*^9, 3.82947051275263*^9}, { - 3.829470549571623*^9, 3.829470607107449*^9}, {3.829495741528576*^9, - 3.829495742759262*^9}, 3.861556474482499*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[174]:=",ExpressionUUID->"ab40b46e-dec9-4537-9d5d-01e287a1d6cd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"GCM$ExtractLatticeParameters", "[", "userInput_", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "temp", "}"}], ",", - RowBox[{"Switch", "[", - RowBox[{ - "userInput", ",", "\[IndentingNewLine]", "_String", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "userInput", ",", "False"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"temp", "[", "\"\<LatticeParameters\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"GCM$ExtractLatticeParameters", "@", "temp"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"_", "?", "MatrixQ"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{ - RowBox[{"Dimensions", "[", "userInput", "]"}], "===", - RowBox[{"{", - RowBox[{"3", ",", "3"}], "}"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetCrystalMetric", "::", "InvalidMatrix"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"GCM$MakeLatticeParametersFromMetric", "@", "userInput"}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "_Association", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Lookup", "[", - RowBox[{"userInput", ",", - RowBox[{"{", - RowBox[{ - "\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\"", ",", - "\"\<\[Alpha]\>\"", ",", "\"\<\[Beta]\>\"", ",", - "\"\<\[Gamma]\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{"temp", ",", "MissingQ"}], "]"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetCrystalMetric", "::", "InvalidAssociation"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "temp"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "_List", - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"userInput", ",", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}]}], "]"}]}], "||", - RowBox[{ - RowBox[{"Length", "[", "userInput", "]"}], "\[NotEqual]", "6"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetCrystalMetric", "::", "InvalidList"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "userInput"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - "_", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetCrystalMetric", "::", "InvalidInput"}], ",", - "userInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}]}], - "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.82936333103767*^9, 3.829363398470859*^9}, - 3.8294593166427193`*^9, {3.829459380051065*^9, 3.829459427546936*^9}, { - 3.829463645699288*^9, 3.829463646015271*^9}, {3.829463757258629*^9, - 3.8294637822092257`*^9}, {3.829483698112355*^9, 3.829483715240263*^9}, { - 3.8303447250612717`*^9, 3.830344738167624*^9}, {3.830344830050962*^9, - 3.830344835460709*^9}, {3.83309314969212*^9, 3.83309322833928*^9}, - 3.8615564762131643`*^9, {3.861604479057105*^9, 3.861604485895014*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"98325794-a260-4f2e-b78b-d84c46481ea5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - "GCM$MakeMetricFromLatticeParameters", "[", "latticeParameters_", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}], "=", "latticeParameters"}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\[Alpha]", ",", "\[Beta]", ",", "\[Gamma]"}], "}"}], "*=", - RowBox[{"\[Pi]", "/", "180"}]}], ";", "\[IndentingNewLine]", - RowBox[{"N", "@", - RowBox[{"Chop", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - SuperscriptBox["a", "2"], ",", - RowBox[{"a", "*", "b", "*", - RowBox[{"Cos", "[", "\[Gamma]", "]"}]}], ",", - RowBox[{"a", "*", "c", "*", - RowBox[{"Cos", "[", "\[Beta]", "]"}]}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"a", "*", "b", "*", - RowBox[{"Cos", "[", "\[Gamma]", "]"}]}], ",", - SuperscriptBox["b", "2"], ",", - RowBox[{"b", "*", "c", "*", - RowBox[{"Cos", "[", "\[Alpha]", "]"}]}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"a", "*", "c", "*", - RowBox[{"Cos", "[", "\[Beta]", "]"}]}], ",", - RowBox[{"b", "*", "c", "*", - RowBox[{"Cos", "[", "\[Alpha]", "]"}]}], ",", - SuperscriptBox["c", "2"]}], "}"}]}], "}"}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.73796846746421*^9, - 3.737968467560033*^9}, 3.7595144390987997`*^9, {3.759514625711541*^9, - 3.7595146264809847`*^9}, {3.7595146838035517`*^9, 3.759514690635151*^9}, { - 3.759514763059952*^9, 3.7595147901447783`*^9}, {3.759514834448648*^9, - 3.759514916333564*^9}, {3.759515128606327*^9, 3.759515167675393*^9}, { - 3.7595152352855597`*^9, 3.759515258119936*^9}, {3.759515364824544*^9, - 3.759515368332971*^9}, {3.7595162005877247`*^9, 3.759516208018134*^9}, { - 3.75951629777057*^9, 3.7595163408148623`*^9}, {3.7595163778885307`*^9, - 3.7595164110130987`*^9}, {3.759516461214458*^9, 3.7595166165525713`*^9}, { - 3.759516755231249*^9, 3.759516812865972*^9}, {3.7595176681151123`*^9, - 3.7595176683065777`*^9}, {3.759517707451805*^9, 3.7595177778473387`*^9}, { - 3.759517837200191*^9, 3.75951794375373*^9}, {3.759517984477271*^9, - 3.759517993570887*^9}, {3.759518304886416*^9, 3.759518414857388*^9}, { - 3.7595184616339293`*^9, 3.75951861236721*^9}, {3.759518681333305*^9, - 3.759518682508336*^9}, {3.759518743028657*^9, 3.7595187431700993`*^9}, { - 3.7595189639997797`*^9, 3.759519026860339*^9}, 3.762793093306291*^9, { - 3.763735307214972*^9, 3.763735323859365*^9}, {3.763735374443718*^9, - 3.763735515015348*^9}, {3.763735604949443*^9, 3.763735656620427*^9}, { - 3.763735692571999*^9, 3.763735711779261*^9}, {3.76373583003401*^9, - 3.763735863088757*^9}, 3.7637364222218018`*^9, {3.76373681850941*^9, - 3.763736835699888*^9}, {3.763736867931713*^9, 3.763737064870956*^9}, { - 3.7637371143362617`*^9, 3.76373714702308*^9}, {3.7637371771275578`*^9, - 3.763737195476788*^9}, {3.763737226101709*^9, 3.7637372706108017`*^9}, { - 3.763737354299376*^9, 3.7637373599928627`*^9}, {3.76373754326728*^9, - 3.7637375602360563`*^9}, {3.763737729709491*^9, 3.763737798690954*^9}, { - 3.763737934208025*^9, 3.763737934479949*^9}, {3.763737983415518*^9, - 3.7637380656281157`*^9}, {3.76373812159638*^9, 3.7637381488767967`*^9}, { - 3.7637381947641573`*^9, 3.763738196392647*^9}, {3.7637383302094927`*^9, - 3.763738413933064*^9}, {3.7637387092258244`*^9, 3.76373871989156*^9}, { - 3.76373875447615*^9, 3.763738762634541*^9}, {3.763738807163105*^9, - 3.763738841747683*^9}, {3.763738876556121*^9, 3.763738938990823*^9}, { - 3.76373902141601*^9, 3.763739031429598*^9}, {3.76373909330882*^9, - 3.7637391444280043`*^9}, {3.763739181115068*^9, 3.763739232679335*^9}, { - 3.763739334310902*^9, 3.763739336179943*^9}, {3.763739446516017*^9, - 3.763739457094846*^9}, {3.763739517785274*^9, 3.7637395232393923`*^9}, { - 3.7637395810453978`*^9, 3.7637397973451014`*^9}, {3.7637398285757513`*^9, - 3.76373984386397*^9}, {3.763739900974869*^9, 3.763740029253831*^9}, { - 3.76374006447647*^9, 3.763740081466466*^9}, {3.763740113162266*^9, - 3.763740113689055*^9}, {3.7637402042162123`*^9, 3.763740251805451*^9}, { - 3.763740406579955*^9, 3.763740411531116*^9}, {3.763740493971175*^9, - 3.7637404941200867`*^9}, {3.76374056243196*^9, 3.76374057227813*^9}, { - 3.763740762043529*^9, 3.763740763160961*^9}, {3.7637408225134974`*^9, - 3.763740822983884*^9}, 3.764957586406007*^9, {3.781598023770009*^9, - 3.781598024960236*^9}, {3.781598282140304*^9, 3.781598343481772*^9}, { - 3.781598419937907*^9, 3.7815984233916683`*^9}, {3.781598455033387*^9, - 3.781598518549818*^9}, {3.781598559216206*^9, 3.781598583252808*^9}, { - 3.781598613301051*^9, 3.781598694362977*^9}, {3.781598775866355*^9, - 3.7815988788708687`*^9}, {3.7815993661732063`*^9, 3.781599394124114*^9}, { - 3.78159943845222*^9, 3.781599456218769*^9}, {3.781599577488717*^9, - 3.781599585759841*^9}, {3.781599670952115*^9, 3.7815997144059677`*^9}, { - 3.786968049877883*^9, 3.786968051123526*^9}, {3.829300098290213*^9, - 3.8293001000784397`*^9}, 3.829300158299266*^9, 3.829300293011322*^9, { - 3.829300426385214*^9, 3.82930058340714*^9}, {3.8293006398558903`*^9, - 3.829300674923359*^9}, {3.829303082964505*^9, 3.829303084095482*^9}, - 3.8293041650768137`*^9, {3.8294594766879883`*^9, 3.829459480671301*^9}, { - 3.829460771786022*^9, 3.82946090217877*^9}, 3.8294836981144657`*^9, - 3.861556479480832*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[176]:=",ExpressionUUID->"d22c44cc-5906-4635-b87a-10c034555f85"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$MakeLatticeParametersFromMetric", "[", "matrix_", "]"}], ":=", - - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"a", ",", "b", ",", "c"}], "}"}], "=", - RowBox[{"Sqrt", "@", - RowBox[{"Diagonal", "@", "matrix"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "=", - RowBox[{ - RowBox[{"ArcCos", "[", - RowBox[{ - RowBox[{"matrix", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "3"}], "\[RightDoubleBracket]"}], "/", - RowBox[{"(", - RowBox[{"b", "*", "c"}], ")"}]}], "]"}], "/", "Degree"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Beta]", "=", - RowBox[{ - RowBox[{"ArcCos", "[", - RowBox[{ - RowBox[{"matrix", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "3"}], "\[RightDoubleBracket]"}], "/", - RowBox[{"(", - RowBox[{"a", "*", "c"}], ")"}]}], "]"}], "/", "Degree"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Gamma]", "=", - RowBox[{ - RowBox[{"ArcCos", "[", - RowBox[{ - RowBox[{"matrix", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "2"}], "\[RightDoubleBracket]"}], "/", - RowBox[{"(", - RowBox[{"a", "*", "b"}], ")"}]}], "]"}], "/", "Degree"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.73796846746421*^9, - 3.737968467560033*^9}, 3.7595144390987997`*^9, {3.759514625711541*^9, - 3.7595146264809847`*^9}, {3.7595146838035517`*^9, 3.759514690635151*^9}, { - 3.759514763059952*^9, 3.7595147901447783`*^9}, {3.759514834448648*^9, - 3.759514916333564*^9}, {3.759515128606327*^9, 3.759515167675393*^9}, { - 3.7595152352855597`*^9, 3.759515258119936*^9}, {3.759515364824544*^9, - 3.759515368332971*^9}, {3.7595162005877247`*^9, 3.759516208018134*^9}, { - 3.75951629777057*^9, 3.7595163408148623`*^9}, {3.7595163778885307`*^9, - 3.7595164110130987`*^9}, {3.759516461214458*^9, 3.7595166165525713`*^9}, { - 3.759516755231249*^9, 3.759516812865972*^9}, {3.7595176681151123`*^9, - 3.7595176683065777`*^9}, {3.759517707451805*^9, 3.7595177778473387`*^9}, { - 3.759517837200191*^9, 3.75951794375373*^9}, {3.759517984477271*^9, - 3.759517993570887*^9}, {3.759518304886416*^9, 3.759518414857388*^9}, { - 3.7595184616339293`*^9, 3.75951861236721*^9}, {3.759518681333305*^9, - 3.759518682508336*^9}, {3.759518743028657*^9, 3.7595187431700993`*^9}, { - 3.7595189639997797`*^9, 3.759519026860339*^9}, 3.762793093306291*^9, { - 3.763735307214972*^9, 3.763735323859365*^9}, {3.763735374443718*^9, - 3.763735515015348*^9}, {3.763735604949443*^9, 3.763735656620427*^9}, { - 3.763735692571999*^9, 3.763735711779261*^9}, {3.76373583003401*^9, - 3.763735863088757*^9}, 3.7637364222218018`*^9, {3.76373681850941*^9, - 3.763736835699888*^9}, {3.763736867931713*^9, 3.763737064870956*^9}, { - 3.7637371143362617`*^9, 3.76373714702308*^9}, {3.7637371771275578`*^9, - 3.763737195476788*^9}, {3.763737226101709*^9, 3.7637372706108017`*^9}, { - 3.763737354299376*^9, 3.7637373599928627`*^9}, {3.76373754326728*^9, - 3.7637375602360563`*^9}, {3.763737729709491*^9, 3.763737798690954*^9}, { - 3.763737934208025*^9, 3.763737934479949*^9}, {3.763737983415518*^9, - 3.7637380656281157`*^9}, {3.76373812159638*^9, 3.7637381488767967`*^9}, { - 3.7637381947641573`*^9, 3.763738196392647*^9}, {3.7637383302094927`*^9, - 3.763738413933064*^9}, {3.7637387092258244`*^9, 3.76373871989156*^9}, { - 3.76373875447615*^9, 3.763738762634541*^9}, {3.763738807163105*^9, - 3.763738841747683*^9}, {3.763738876556121*^9, 3.763738938990823*^9}, { - 3.76373902141601*^9, 3.763739031429598*^9}, {3.76373909330882*^9, - 3.7637391444280043`*^9}, {3.763739181115068*^9, 3.763739232679335*^9}, { - 3.763739334310902*^9, 3.763739336179943*^9}, {3.763739446516017*^9, - 3.763739457094846*^9}, {3.763739517785274*^9, 3.7637395232393923`*^9}, { - 3.7637395810453978`*^9, 3.7637397973451014`*^9}, {3.7637398285757513`*^9, - 3.76373984386397*^9}, {3.763739900974869*^9, 3.763740029253831*^9}, { - 3.76374006447647*^9, 3.763740081466466*^9}, {3.763740113162266*^9, - 3.763740113689055*^9}, {3.7637402042162123`*^9, 3.763740251805451*^9}, { - 3.763740406579955*^9, 3.763740411531116*^9}, {3.763740493971175*^9, - 3.7637404941200867`*^9}, {3.76374056243196*^9, 3.76374057227813*^9}, { - 3.763740762043529*^9, 3.763740763160961*^9}, {3.7637408225134974`*^9, - 3.763740822983884*^9}, 3.764957586406007*^9, {3.781598023770009*^9, - 3.781598024960236*^9}, {3.781598282140304*^9, 3.781598343481772*^9}, { - 3.781598419937907*^9, 3.7815984233916683`*^9}, {3.781598455033387*^9, - 3.781598518549818*^9}, {3.781598559216206*^9, 3.781598583252808*^9}, { - 3.781598613301051*^9, 3.781598694362977*^9}, {3.781598775866355*^9, - 3.7815988788708687`*^9}, {3.7815993661732063`*^9, 3.781599394124114*^9}, { - 3.78159943845222*^9, 3.781599456218769*^9}, {3.781599577488717*^9, - 3.781599585759841*^9}, {3.781599670952115*^9, 3.7815997144059677`*^9}, { - 3.786968049877883*^9, 3.786968051123526*^9}, {3.829300098290213*^9, - 3.8293001000784397`*^9}, 3.829300158299266*^9, 3.829300293011322*^9, { - 3.829300426385214*^9, 3.82930058340714*^9}, {3.8293006398558903`*^9, - 3.829300674923359*^9}, {3.829303082964505*^9, 3.829303084095482*^9}, { - 3.829304136585977*^9, 3.829304187324222*^9}, {3.829376447131809*^9, - 3.829376448714078*^9}, 3.829483698116271*^9, 3.861556481781255*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[177]:=",ExpressionUUID->"887a4611-b492-424c-9198-3e0e94dda306"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$StandardizeLatticeParameters", "[", - RowBox[{"latticeParameters_List", ",", - RowBox[{"reciprocalQ_", ":", "False"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"cell", "=", "latticeParameters"}], ",", "lengths", ",", - "angles"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"lengths", ",", "angles"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Part", "[", - RowBox[{"cell", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{ - RowBox[{"1", ";;", "3"}], ",", - RowBox[{"4", ";;", "6"}]}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"lengths", "=", - RowBox[{"lengths", "/.", - RowBox[{"q_Quantity", "\[RuleDelayed]", - RowBox[{"UnitConvert", "[", - RowBox[{"q", ",", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "reciprocalQ"}], ",", "\[IndentingNewLine]", - RowBox[{"1", "/", "\"\<Angstroms\>\""}], ",", - "\"\<Angstroms\>\""}], "]"}]}], "]"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"angles", "=", - RowBox[{"angles", "/.", - RowBox[{"q_Quantity", "\[RuleDelayed]", - RowBox[{"UnitConvert", "[", - RowBox[{"q", ",", "\"\<Degrees\>\""}], "]"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"cell", "=", - RowBox[{"N", "@", - RowBox[{"QuantityMagnitude", "[", - RowBox[{"Join", "@@", - RowBox[{"{", - RowBox[{"lengths", ",", "angles"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "reciprocalQ"}], ",", - RowBox[{"cell", "=", - RowBox[{"GCM$FlipLatticeParameters", "@", "cell"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "cell"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.73796846746421*^9, - 3.737968467560033*^9}, 3.7595144390987997`*^9, {3.759514625711541*^9, - 3.7595146264809847`*^9}, {3.7595146838035517`*^9, 3.759514690635151*^9}, { - 3.759514763059952*^9, 3.7595147901447783`*^9}, {3.759514834448648*^9, - 3.759514916333564*^9}, {3.759515128606327*^9, 3.759515167675393*^9}, { - 3.7595152352855597`*^9, 3.759515258119936*^9}, {3.759515364824544*^9, - 3.759515368332971*^9}, {3.7595162005877247`*^9, 3.759516208018134*^9}, { - 3.75951629777057*^9, 3.7595163408148623`*^9}, {3.7595163778885307`*^9, - 3.7595164110130987`*^9}, {3.759516461214458*^9, 3.7595166165525713`*^9}, { - 3.759516755231249*^9, 3.759516812865972*^9}, {3.7595176681151123`*^9, - 3.7595176683065777`*^9}, {3.759517707451805*^9, 3.7595177778473387`*^9}, { - 3.759517837200191*^9, 3.75951794375373*^9}, {3.759517984477271*^9, - 3.759517993570887*^9}, {3.759518304886416*^9, 3.759518414857388*^9}, { - 3.7595184616339293`*^9, 3.75951861236721*^9}, {3.759518681333305*^9, - 3.759518682508336*^9}, {3.759518743028657*^9, 3.7595187431700993`*^9}, { - 3.7595189639997797`*^9, 3.759519026860339*^9}, 3.762793093306291*^9, { - 3.763735307214972*^9, 3.763735323859365*^9}, {3.763735374443718*^9, - 3.763735515015348*^9}, {3.763735604949443*^9, 3.763735656620427*^9}, { - 3.763735692571999*^9, 3.763735711779261*^9}, {3.76373583003401*^9, - 3.763735863088757*^9}, 3.7637364222218018`*^9, {3.76373681850941*^9, - 3.763736835699888*^9}, {3.763736867931713*^9, 3.763737064870956*^9}, { - 3.7637371143362617`*^9, 3.76373714702308*^9}, {3.7637371771275578`*^9, - 3.763737195476788*^9}, {3.763737226101709*^9, 3.7637372706108017`*^9}, { - 3.763737354299376*^9, 3.7637373599928627`*^9}, {3.76373754326728*^9, - 3.7637375602360563`*^9}, {3.763737729709491*^9, 3.763737798690954*^9}, { - 3.763737934208025*^9, 3.763737934479949*^9}, {3.763737983415518*^9, - 3.7637380656281157`*^9}, {3.76373812159638*^9, 3.7637381488767967`*^9}, { - 3.7637381947641573`*^9, 3.763738196392647*^9}, {3.7637383302094927`*^9, - 3.763738413933064*^9}, {3.7637387092258244`*^9, 3.76373871989156*^9}, { - 3.76373875447615*^9, 3.763738762634541*^9}, {3.763738807163105*^9, - 3.763738841747683*^9}, {3.763738876556121*^9, 3.763738938990823*^9}, { - 3.76373902141601*^9, 3.763739031429598*^9}, {3.76373909330882*^9, - 3.7637391444280043`*^9}, {3.763739181115068*^9, 3.763739232679335*^9}, { - 3.763739334310902*^9, 3.763739336179943*^9}, {3.763739446516017*^9, - 3.763739457094846*^9}, {3.763739517785274*^9, 3.7637395232393923`*^9}, { - 3.7637395810453978`*^9, 3.7637397973451014`*^9}, {3.7637398285757513`*^9, - 3.76373984386397*^9}, {3.763739900974869*^9, 3.763740029253831*^9}, { - 3.76374006447647*^9, 3.763740081466466*^9}, {3.763740113162266*^9, - 3.763740113689055*^9}, {3.7637402042162123`*^9, 3.763740251805451*^9}, { - 3.763740406579955*^9, 3.763740411531116*^9}, {3.763740493971175*^9, - 3.7637404941200867`*^9}, {3.76374056243196*^9, 3.76374057227813*^9}, { - 3.763740762043529*^9, 3.763740763160961*^9}, {3.7637408225134974`*^9, - 3.763740822983884*^9}, 3.764957586406007*^9, {3.781598023770009*^9, - 3.781598024960236*^9}, {3.781598282140304*^9, 3.781598343481772*^9}, { - 3.781598419937907*^9, 3.7815984233916683`*^9}, {3.781598455033387*^9, - 3.781598518549818*^9}, {3.781598559216206*^9, 3.781598583252808*^9}, { - 3.781598613301051*^9, 3.781598694362977*^9}, {3.781598775866355*^9, - 3.7815988788708687`*^9}, {3.7815993661732063`*^9, 3.781599394124114*^9}, { - 3.78159943845222*^9, 3.781599456218769*^9}, {3.781599577488717*^9, - 3.781599585759841*^9}, {3.781599670952115*^9, 3.7815997144059677`*^9}, { - 3.786968049877883*^9, 3.786968051123526*^9}, {3.829300098290213*^9, - 3.8293001000784397`*^9}, 3.829300158299266*^9, 3.829300293011322*^9, { - 3.829300426385214*^9, 3.82930058340714*^9}, {3.8293006398558903`*^9, - 3.829300674923359*^9}, {3.829303082964505*^9, 3.829303084095482*^9}, { - 3.829304136585977*^9, 3.829304187324222*^9}, {3.829304363143013*^9, - 3.829304391664052*^9}, {3.829363775367573*^9, 3.829363800116502*^9}, { - 3.829369024027823*^9, 3.8293690764163303`*^9}, {3.829369189315782*^9, - 3.829369202052966*^9}, {3.829373485191098*^9, 3.8293735263563347`*^9}, { - 3.829386505752795*^9, 3.829386559619773*^9}, {3.829457255123455*^9, - 3.829457305529911*^9}, {3.8294672816779346`*^9, 3.8294672855238457`*^9}, { - 3.829467331875564*^9, 3.829467333344322*^9}, {3.8294836981180696`*^9, - 3.829483698118939*^9}, 3.861556484945912*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[178]:=",ExpressionUUID->"3142ba3c-df4e-4e15-be42-795ead41a1a7"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$RoundAngles", "[", - RowBox[{"cell_List", ",", "threshold_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"temp", "=", "cell"}], ",", "fr"}], "}"}], ",", - RowBox[{ - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"fr", "=", - RowBox[{"FractionalPart", "@", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"fr", ">", "0.5"}], ",", - RowBox[{"fr", "=", - RowBox[{"1", "-", "fr"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"fr", "\[LessEqual]", "threshold"}], ",", - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "=", - RowBox[{"Round", "@", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "4", ",", "6"}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "temp"}]}], "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.82938326516136*^9, 3.8293833416780376`*^9}, - 3.82938381651091*^9, {3.829386397339683*^9, 3.8293864028506813`*^9}, - 3.829483698120419*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[179]:=",ExpressionUUID->"42588147-1750-4b0a-8ace-79ccc603dee5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$ApplyUnitsList", "[", - RowBox[{"cell_", ",", - RowBox[{"reciprocalQ_", ":", "False"}]}], "]"}], ":=", - RowBox[{ - RowBox[{ - RowBox[{"Quantity", "[", - RowBox[{"#1", ",", "#2"}], "]"}], "&"}], "@@@", - RowBox[{"Transpose", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"cell", ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - "#1", ",", "#1", ",", "#1", ",", "#2", ",", "#2", ",", "#2"}], "}"}], - "&"}], "@@", - RowBox[{"{", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "reciprocalQ"}], ",", - RowBox[{"1", "/", "\"\<Angstroms\>\""}], ",", - "\"\<Angstroms\>\""}], "]"}], ",", "\"\<Degrees\>\""}], "}"}]}]}], - "}"}], "]"}]}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829363909169589*^9, 3.829363914883003*^9}, - 3.829380746577376*^9, {3.829381118169898*^9, 3.829381132067706*^9}, { - 3.829383834364353*^9, 3.829383952103496*^9}, {3.829383998887149*^9, - 3.829384074856642*^9}, {3.829461505782133*^9, 3.829461549984158*^9}, - 3.829483698121871*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[180]:=",ExpressionUUID->"7b16ec35-71d8-4484-92cf-821053ec4be6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$ApplyUnitsMatrix", "[", - RowBox[{"metric_", ",", - RowBox[{"reciprocalQ_", ":", "False"}]}], "]"}], ":=", - RowBox[{"Quantity", "[", - RowBox[{"metric", ",", - RowBox[{"Evaluate", "@", - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"TrueQ", "@", "reciprocalQ"}], ",", - RowBox[{"1", "/", - RowBox[{"\"\<Angstroms\>\"", "^", "2"}]}], ",", - RowBox[{"\"\<Angstroms\>\"", "^", "2"}]}], "]"}]}]}], "]"}]}]], "Input",\ - - InitializationCell->True, - CellChangeTimes->{{3.829363909169589*^9, 3.829363914883003*^9}, - 3.829380746577376*^9, {3.829381118169898*^9, 3.829381132067706*^9}, { - 3.829383834364353*^9, 3.829383952103496*^9}, {3.829383998887149*^9, - 3.829384074856642*^9}, {3.829461505782133*^9, 3.829461549984158*^9}, { - 3.8294618619824047`*^9, 3.8294618678280907`*^9}, {3.8294620292409353`*^9, - 3.829462054082436*^9}, {3.829462124057104*^9, 3.829462275622712*^9}, - 3.829483698123266*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[181]:=",ExpressionUUID->"d418a3ce-62f7-43c7-a910-378b29c2afb3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GCM$FlipLatticeParameters", "[", "latticeParameters_List", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "metric", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"metric", "=", - RowBox[{ - "GCM$MakeMetricFromLatticeParameters", "@", "latticeParameters"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"GCM$MakeLatticeParametersFromMetric", "@", - RowBox[{"Inverse", "@", "metric"}]}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829384536022561*^9, 3.8293845475591707`*^9}, { - 3.8293863024604273`*^9, 3.8293863537545433`*^9}, 3.8294605568592253`*^9, { - 3.8294606785609837`*^9, 3.829460683070484*^9}, {3.8294609214952393`*^9, - 3.829460921659889*^9}, {3.829483698124606*^9, 3.8294836981256113`*^9}, - 3.8615564949410543`*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[182]:=",ExpressionUUID->"f1a7bdf4-7aa8-4de3-b51f-efc578c88659"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[183]:=",ExpressionUUID->"a6653335-459e-4d11-adf7-d20c0acaeb7e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetElements", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, {3.682327435776711*^9, - 3.6823274383615713`*^9}, 3.682327610544837*^9, - 3.717739586397138*^9},ExpressionUUID->"88c4de5a-4949-4b68-97ca-\ -4759909bd9bf"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[184]:=",ExpressionUUID->"38c1c577-79e2-4841-b88b-708f6fd6e513"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetElements", "::", "InvalidFormula"}], "=", - "\"\<Invalid chemical formula.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetElements", "::", "InvalidElements"}], "=", - "\"\<Invalid elements detected: `1`.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetElements"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "False"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SetAttributes", "[", - RowBox[{"GetElements", ",", "Listable"}], "]"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetElements"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.719174557698147*^9, 3.719174575089182*^9}, - 3.7272440207601767`*^9, {3.735028184066166*^9, 3.735028195898958*^9}, { - 3.735028314418393*^9, 3.7350283221953506`*^9}, {3.756711191744135*^9, - 3.756711197701984*^9}, {3.761729420079978*^9, 3.761729420357827*^9}, { - 3.785688061057519*^9, 3.785688068304034*^9}, {3.785688099776156*^9, - 3.7856881015857267`*^9}}, - CellLabel-> - "In[185]:=",ExpressionUUID->"88fadf1d-ba42-4f8e-af1c-b209a884eebf"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[190]:=",ExpressionUUID->"b175460b-c6b9-41d7-aa11-cd8f2602c4de"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetElements", "[", - RowBox[{"input_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"formula", "=", "input"}], ",", "patternX", ",", "groupX", ",", - - RowBox[{"tallyQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Tally\>\"", "]"}]}]}], ",", - "elements", ",", "temp"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Check", " ", "input", " ", "string", - " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"A", ".", " ", "Crystal"}], " ", "name", " ", "input", " ", - "*", "--"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$CrystalData"}], ",", "input"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Use"}], " ", "chemical", " ", "formula"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "@", "input"}], ",", - "\"\<ChemicalFormula\>\"", ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Return"}], " ", "elements", " ", - "contained", " ", - RowBox[{"in", " ", "'"}], - RowBox[{"AtomData", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"elements", "=", - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "input", ",", "\"\<AtomData\>\"", ",", "All", ",", - "\"\<Element\>\""}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"tallyQ", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Return", " ", "tally"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"Tally", "@", "elements"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Return", " ", "elements", " ", "only"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"DeleteDuplicates", "@", "elements"}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"--", - RowBox[{"*", " ", - RowBox[{"B", ".", " ", "Chemical"}], " ", "formula", " ", "string", - " ", "*", "--"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{"FullForm", "@", "formula"}]}], ",", "\"\<!\>\""}], "]"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Formatted"}], " ", "string"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Considering", " ", "the", " ", "full", " ", "form"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"elements", "=", - RowBox[{"ToString", "@", - RowBox[{"FullForm", "@", "formula"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"Marking", " ", "subscripts", " ", - RowBox[{"with", " ", "'"}], - RowBox[{"$", "'"}], " ", "\[IndentingNewLine]", "\t\t", - "elements"}], "=", - RowBox[{"StringReplace", "[", - RowBox[{"elements", ",", - RowBox[{"\"\<\\\\), \\\\(\>\"", "\[Rule]", "\"\<$\>\""}]}], - "]"}]}], ";"}], "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Cleaning", " ", "the", " ", "full", " ", "form"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"elements", "=", - RowBox[{"StringDelete", "[", - RowBox[{"elements", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"{", - RowBox[{ - "\"\<\\\\!\\\\(\\\\*SubscriptBox[\\\\(\>\"", ",", - "\[IndentingNewLine]", "\t\t", "\"\<[\\\\(\>\"", ",", - "\"\<\\\\)]\\\\)\>\"", ",", "\"\<\\\\), \\\\(\>\""}], "}"}]}], - "]"}]}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Plain"}], " ", "string"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"elements", "=", "formula"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Useful", " ", "local", " ", - "variables", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"patternX", "=", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"_", "?", "UpperCaseQ"}], "~~", - RowBox[{"_", "?", "LowerCaseQ"}]}], ",", - RowBox[{"_", "?", "UpperCaseQ"}]}], "}"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"groupX", "[", "S_", "]"}], ":=", - RowBox[{ - RowBox[{"StringCases", "[", - RowBox[{"S", ",", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"x", ":", "patternX"}], "~~", - RowBox[{"{", - RowBox[{ - RowBox[{"n1", ":", - RowBox[{"DigitCharacter", ".."}]}], "~~", "\"\<.\>\"", "~~", - RowBox[{"n2", ":", - RowBox[{"DigitCharacter", ".."}]}]}], "}"}]}], - "\[IndentingNewLine]", "\t", "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", - RowBox[{"ToExpression", "[", - RowBox[{"n1", "<>", "\"\<.\>\"", "<>", "n2"}], "]"}]}], - "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"x", ":", "patternX"}], "~~", - RowBox[{"n", ":", - RowBox[{"DigitCharacter", ".."}]}], "~~", - RowBox[{"pm", ":", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\""}], "}"}]}]}], - "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", - RowBox[{"n", "~~", "pm"}]}], "}"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"x", ":", "patternX"}], "~~", - RowBox[{"pm", ":", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\""}], "}"}]}], "~~", - RowBox[{"n", ":", - RowBox[{"DigitCharacter", "..."}]}]}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", - RowBox[{"n", "~~", "pm"}]}], "}"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"x", ":", "patternX"}], "~~", - RowBox[{"n", ":", - RowBox[{"DigitCharacter", "..."}]}]}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", - RowBox[{"ToExpression", "@", "n"}]}], "}"}]}]}], - "\[IndentingNewLine]", "\t", "}"}]}], "]"}], "/.", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<\>\"", "\[Rule]", "\"\<1\>\""}], ",", - RowBox[{"Null", "\[Rule]", "1"}]}], "}"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Extracting", " ", "symbols", " ", - "and", " ", "numbers", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Distribute", " ", "parenthesis", " ", "subscripts"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"StringReplace", "[", - RowBox[{"elements", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\"\<(\>\"", "~~", "p__", "~~", "\"\<)\>\"", "~~", - RowBox[{"s", ":", - RowBox[{"DigitCharacter", ".."}]}]}], "\[IndentingNewLine]", - "\t\t", "\[RuleDelayed]", - RowBox[{"StringJoin", "[", - RowBox[{"ToString", "/@", - RowBox[{"Flatten", "@", - RowBox[{"MapAt", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"#", "*", - RowBox[{"ToExpression", "[", "s", "]"}]}], "&"}], ",", - RowBox[{"groupX", "@", "p"}], ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Group", " ", "elements", " ", "and", " ", "corresponding", " ", - "subscripts"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"groupX", "@", "elements"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"elements", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetElements", "::", "InvalidFormula"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t\t", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"elements", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "temp"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"DeleteDuplicates", "@", "temp"}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"temp", "=", - RowBox[{"Complement", "[", - RowBox[{"temp", ",", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetElements", "::", "InvalidElements"}], ",", - RowBox[{"ToString", "@", "temp"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Merge", " ", "equal", " ", "elements"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DuplicateFreeQ", "[", - RowBox[{"First", "/@", "elements"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"elements", "=", - RowBox[{"MapAt", "[", - RowBox[{"ToExpression", ",", "elements", ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"GatherBy", "[", - RowBox[{"elements", ",", "First"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"elements", "/.", - RowBox[{ - RowBox[{"x_", "/;", - RowBox[{ - RowBox[{"Depth", "[", "x", "]"}], "===", "3"}]}], - "\[RuleDelayed]", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"x", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"Total", "@", - RowBox[{"x", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}]}], - "}"}]}]}]}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "for", " ", "ions"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"elements", "=", - RowBox[{"elements", "/.", - RowBox[{ - RowBox[{"x_List", "/;", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Depth", "[", "x", "]"}], "\[Equal]", "2"}], "&&", - RowBox[{"StringContainsQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{ - "x", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], - ",", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\""}], "}"}]}], "]"}]}]}], - "\[RuleDelayed]", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"StringJoin", "@@", "x"}], ",", "\"\<1\>\""}], "}"}]}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Remove", " ", "charge", " ", "of", " ", "ions"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<IgnoreIonCharge\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"MapAt", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"StringDelete", "[", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}], "&"}], ",", "\[IndentingNewLine]", "elements", - ",", - RowBox[{"{", - RowBox[{"All", ",", "1"}], "}"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Confirm", " ", "that", " ", "tally", " ", "numbers", " ", "are", " ", - "expressions"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"MapAt", "[", - RowBox[{"ToExpression", ",", "elements", ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Keep", " ", "tally", " ", "of", " ", "the", " ", "various", " ", - "atoms"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "tallyQ"}], ",", - RowBox[{"elements", "=", - RowBox[{"DeleteDuplicates", "[", - RowBox[{"First", "/@", "elements"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "elements"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.6823275058706827`*^9, {3.685292929314414*^9, 3.685292949551355*^9}, { - 3.685292980630427*^9, 3.685293093109366*^9}, {3.6852935686996202`*^9, - 3.685293592607072*^9}, {3.685294304496677*^9, 3.685294312832938*^9}, { - 3.685294359159436*^9, 3.685294392591338*^9}, 3.685294452156907*^9, { - 3.7125585005216303`*^9, 3.712558599149044*^9}, {3.712558653688374*^9, - 3.712558706404811*^9}, 3.712558740953339*^9, {3.7125590860901546`*^9, - 3.712559142612122*^9}, {3.7125592016674137`*^9, 3.7125592063906593`*^9}, { - 3.712559401604739*^9, 3.71255953948845*^9}, {3.716825435019915*^9, - 3.716825443192257*^9}, {3.716829256621364*^9, 3.716829678456518*^9}, { - 3.716829747406776*^9, 3.7168297497583103`*^9}, {3.716829817072053*^9, - 3.716829872267585*^9}, {3.7168702686821833`*^9, 3.716870278953738*^9}, { - 3.719168963772888*^9, 3.7191689675316343`*^9}, {3.7191690693051367`*^9, - 3.71916911050533*^9}, {3.719169157745376*^9, 3.7191691630471363`*^9}, { - 3.719169213549266*^9, 3.719169225037245*^9}, {3.7191694293210917`*^9, - 3.719169484711543*^9}, {3.719169568221366*^9, 3.71916957778019*^9}, { - 3.7191703668084784`*^9, 3.7191704010195827`*^9}, {3.719170432031032*^9, - 3.719170480309218*^9}, {3.7191707916063957`*^9, 3.719170851325012*^9}, { - 3.719170886467657*^9, 3.719170977504312*^9}, {3.719171068463624*^9, - 3.7191711057322683`*^9}, {3.719171210442648*^9, 3.719171214817477*^9}, { - 3.7191717353185587`*^9, 3.71917173550896*^9}, {3.719171831764216*^9, - 3.719171832127336*^9}, {3.719171976553056*^9, 3.719171978487883*^9}, { - 3.719172633208712*^9, 3.7191726664464083`*^9}, {3.719173370807959*^9, - 3.719173382142346*^9}, {3.71917342099035*^9, 3.719173584729095*^9}, { - 3.7191736766562643`*^9, 3.71917378886082*^9}, 3.719173877524808*^9, { - 3.719173941337644*^9, 3.7191739875119867`*^9}, 3.719174069918503*^9, { - 3.7191742150360928`*^9, 3.719174247370132*^9}, {3.719174503030614*^9, - 3.7191745794530478`*^9}, {3.719174865447359*^9, 3.719174867454191*^9}, { - 3.719174900223995*^9, 3.719174903453495*^9}, {3.719174946589995*^9, - 3.7191749492283287`*^9}, {3.719174996797008*^9, 3.7191750201387253`*^9}, { - 3.719175669790955*^9, 3.7191757249355516`*^9}, {3.719176455672847*^9, - 3.719176469255004*^9}, {3.719176846095621*^9, 3.719177110017375*^9}, - 3.7272440207729063`*^9, {3.735026359560768*^9, 3.735026415725293*^9}, { - 3.735026452534255*^9, 3.7350264984462748`*^9}, {3.735026556379381*^9, - 3.73502668032768*^9}, {3.735027182439661*^9, 3.735027257538212*^9}, { - 3.735027287691483*^9, 3.73502735715379*^9}, {3.735027390658354*^9, - 3.735027451511298*^9}, {3.735027580296316*^9, 3.735027583171487*^9}, { - 3.735027614671505*^9, 3.73502765105129*^9}, {3.735027695863276*^9, - 3.735027748161511*^9}, {3.7350278283459587`*^9, 3.735027830051031*^9}, { - 3.735027908613785*^9, 3.7350279090084343`*^9}, {3.7350279586886263`*^9, - 3.735027997182349*^9}, {3.735028138640189*^9, 3.735028172319462*^9}, { - 3.7350283323634443`*^9, 3.7350284239931192`*^9}, {3.7350284765515842`*^9, - 3.735028502245571*^9}, {3.735028532733877*^9, 3.7350285646801977`*^9}, { - 3.7350286139958363`*^9, 3.735028614225257*^9}, {3.737384802769537*^9, - 3.73738485758283*^9}, {3.737384892058063*^9, 3.737384920149081*^9}, { - 3.737384968509556*^9, 3.737385024213161*^9}, {3.7373850962752028`*^9, - 3.737385169697603*^9}, {3.737385206944845*^9, 3.737385234562249*^9}, { - 3.739210170513124*^9, 3.739210172239122*^9}, {3.7392102340995407`*^9, - 3.7392102379176903`*^9}, {3.739210281988481*^9, 3.7392102932204247`*^9}, { - 3.7392104917399178`*^9, 3.739210492064567*^9}, {3.739210768332066*^9, - 3.739210783338932*^9}, {3.73921083063846*^9, 3.7392108948330183`*^9}, { - 3.7392109736499968`*^9, 3.739211116047324*^9}, {3.7392111528303413`*^9, - 3.739211209194542*^9}, {3.742020582664439*^9, 3.7420205872094193`*^9}, { - 3.742020622844721*^9, 3.742020679523018*^9}, {3.742021091478095*^9, - 3.74202109197392*^9}, {3.74202121505618*^9, 3.742021236453971*^9}, { - 3.7420213185883703`*^9, 3.7420213578267717`*^9}, {3.7420213952475348`*^9, - 3.742021407915893*^9}, {3.7420216306880617`*^9, 3.742021632527237*^9}, { - 3.7585293888930483`*^9, 3.7585294093832912`*^9}, {3.75951936129001*^9, - 3.7595193615112133`*^9}, 3.7627930933445883`*^9, {3.7856880719969873`*^9, - 3.785688077785399*^9}, 3.785688120580406*^9, {3.786968355406589*^9, - 3.7869683574198503`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[191]:=",ExpressionUUID->"1347a758-df44-4a37-811e-a5f71f856ecc"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[192]:=",ExpressionUUID->"88892b1f-2c9d-4af4-90e3-325b656413cd"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetLatticeParameters", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, - 3.705030491163352*^9}},ExpressionUUID->"83c266d6-504a-4004-b6a7-\ -b06bafe5c55a"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[193]:=",ExpressionUUID->"a8a0970e-2413-44ef-b0c2-44f83abdd4a0"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetLatticeParameters"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "@", "GetCrystalMetric"}]}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->CompressedData[" -1:eJxTTMoPSmViYGAQBmIQveDshM17yl876vFKbQHRQkznD4Pohbd+nALRK/53 -vj0x67Vj0UfmdyD67cqjaieBdClLnAaIvjNPrwtEV7jlgOlfbosOgei+4/uO -g+ju2r8fola/dnw1ifcjiDY5u+f88rWvHecdOw2mbb4Vv5t987VjCV8ZmD6t -M2Fl9N/XjilVAatBdLxE41VFpjeOy28FXQfRu7IvOCkB6YDta91BtJ1yzyEQ -3bd3O5huOnnokC+QPjaz/jCIvnlnB5s/kG7uOAym9534+4ND643jxqX8P0H0 -gVTL99Pb3zhu27MDTLd95G/W7ADqfyHSAqLf/BHkrQXSe5M9wDQAjfao8Q== - - "], - CellLabel-> - "In[194]:=",ExpressionUUID->"512ac662-5267-466d-b67c-a97e353b16bd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[195]:=",ExpressionUUID->"fca868db-efc7-45c2-887f-8c77a8ed85ba"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetLatticeParameters", "[", - RowBox[{"input_", ",", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "@", "GetCrystalMetric"}]}]}], "]"}], ":=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"input", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Category\>\"", "\[Rule]", "\"\<LatticeParameters\>\""}], ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<Space\>\"", "]"}]}], ",", "options"}], - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, 3.705030516132319*^9, { - 3.705030854490851*^9, 3.705030855594645*^9}, {3.705030886826001*^9, - 3.705030897163478*^9}, {3.705031098702557*^9, 3.705031114340454*^9}, { - 3.705031170526485*^9, 3.7050311927839212`*^9}, {3.705031531018292*^9, - 3.705031543220398*^9}, {3.70503165376649*^9, 3.705031676591818*^9}, { - 3.705031712520639*^9, 3.705031713810836*^9}, {3.7050318153266163`*^9, - 3.705031930883963*^9}, {3.705031983369022*^9, 3.705032057059581*^9}, { - 3.7137185004843197`*^9, 3.7137185357381477`*^9}, 3.714924306008999*^9, { - 3.714924684167651*^9, 3.714924833922771*^9}, {3.71492487802812*^9, - 3.7149249497280197`*^9}, {3.714924983688899*^9, 3.7149250098399477`*^9}, { - 3.7149250443684483`*^9, 3.714925097110804*^9}, {3.714925261826474*^9, - 3.714925271569159*^9}, 3.7177409207486897`*^9, {3.730145347590613*^9, - 3.730145350061535*^9}, {3.737968499769812*^9, 3.737968499911303*^9}, { - 3.758529411976033*^9, 3.758529447744554*^9}, {3.758529510672456*^9, - 3.7585295122315207`*^9}, {3.759214128869026*^9, 3.759214129487618*^9}, { - 3.759214273277697*^9, 3.7592143965695066`*^9}, {3.759214914395612*^9, - 3.759214987863502*^9}, {3.7592150245868397`*^9, 3.759215039947249*^9}, { - 3.759215072046776*^9, 3.759215120620841*^9}, {3.759215177099942*^9, - 3.7592152180372353`*^9}, {3.75921530886723*^9, 3.759215317243203*^9}, { - 3.7592155275536137`*^9, 3.759215532043428*^9}, {3.7592156191927977`*^9, - 3.759215628751072*^9}, {3.759215873817337*^9, 3.7592161211308517`*^9}, { - 3.7592161762079163`*^9, 3.7592162307507887`*^9}, {3.759216311543207*^9, - 3.759216341586823*^9}, {3.7592165147090483`*^9, 3.759216647627503*^9}, { - 3.759216762942222*^9, 3.759216786322085*^9}, {3.759305944991763*^9, - 3.759305995859367*^9}, {3.759306458627666*^9, 3.75930650793466*^9}, - 3.759306809682476*^9, {3.75930709183512*^9, 3.75930709248184*^9}, { - 3.7593071429612494`*^9, 3.759307243560383*^9}, {3.75930728769536*^9, - 3.7593073095578814`*^9}, {3.759307353303314*^9, 3.759307387075882*^9}, { - 3.7593074955236683`*^9, 3.7593074998642473`*^9}, {3.7593075371608877`*^9, - 3.7593075392236156`*^9}, {3.759307575647236*^9, 3.759307622862166*^9}, { - 3.759307663319539*^9, 3.759307878689664*^9}, {3.759308556762401*^9, - 3.7593086249283333`*^9}, {3.759308655119772*^9, 3.7593088915720577`*^9}, { - 3.7593089367253437`*^9, 3.759309046088253*^9}, {3.759309092553344*^9, - 3.759309116742985*^9}, {3.759309329637364*^9, 3.759309352642446*^9}, { - 3.759519369568359*^9, 3.75951937011089*^9}, 3.762793093368389*^9, { - 3.7637405528325443`*^9, 3.763740582589224*^9}, {3.786968053837101*^9, - 3.786968054890833*^9}, {3.829186606511395*^9, 3.829186606641438*^9}, { - 3.829186705720471*^9, 3.829186719796191*^9}, {3.8291868434660263`*^9, - 3.829186898683683*^9}, {3.8291869411215067`*^9, 3.8291870491159267`*^9}, { - 3.829187094597036*^9, 3.8291871863886414`*^9}, {3.829187262412809*^9, - 3.829187264340592*^9}, {3.829187329191555*^9, 3.829187456684247*^9}, { - 3.82918750797943*^9, 3.8291875271215878`*^9}, {3.829483984939872*^9, - 3.829483987919022*^9}, {3.829484117987528*^9, 3.829484158839014*^9}, - 3.829484265497972*^9, {3.829484364279852*^9, 3.829484430619885*^9}, { - 3.829484523492304*^9, 3.829484536848072*^9}, {3.8296556645885487`*^9, - 3.829655674325438*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[196]:=",ExpressionUUID->"1f6f1972-6af8-4c70-97ae-982f951c724e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[197]:=",ExpressionUUID->"025da413-f892-46d5-b527-d2a5e50c4768"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetLaueClass", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.681669216072617*^9, 3.6816692308311157`*^9}, { - 3.682134073518475*^9, 3.682134077310957*^9}, {3.6821351637913322`*^9, - 3.682135164412662*^9}, {3.682138013029172*^9, 3.682138014016361*^9}, { - 3.684667958524547*^9, 3.684667960120316*^9}, {3.6846686457735453`*^9, - 3.6846686463667*^9}, - 3.68570063082576*^9},ExpressionUUID->"898cafc9-ecd9-4aba-8e7d-\ -9a05e3db7235"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[198]:=",ExpressionUUID->"66d71e77-4ab7-478d-84fe-59fd855cb3af"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetLaueClass", "::", "missing"}], "=", - "\"\<No data found on \[LeftGuillemet]`1`\[RightGuillemet].\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetLaueClass"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", "_", "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.737968520211151*^9, {3.756711269674296*^9, 3.756711273361972*^9}, { - 3.756711355733519*^9, 3.7567114217022133`*^9}}, - CellLabel-> - "In[199]:=",ExpressionUUID->"f25998bc-df47-499a-8b0a-9c97ae5497bc"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[201]:=",ExpressionUUID->"79ea042e-a351-4320-bd3f-aedef5fe4bbd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetLaueClass", "[", "symbol_String", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"g", ",", "extract"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", "$CrystalData", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"g", "=", - RowBox[{ - RowBox[{"$CrystalData", "[", "symbol", "]"}], "[", - "\"\<SpaceGroup\>\"", "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "g"}], ",", - RowBox[{"Goto", "[", "\"\<End\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Special", " ", - RowBox[{"case", ":", " ", - RowBox[{ - RowBox[{"-", "3"}], "m"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "symbol", "\[Equal]", - "\"\<\!\(\*OverscriptBox[\(3\), \(_\)]\)1m\>\""}], "||", - RowBox[{"symbol", "\[Equal]", "\"\<-31m\>\""}]}], ",", - RowBox[{ - "Return", "[", "\"\<\!\(\*OverscriptBox[\(3\), \(_\)]\)1m\>\"", "]"}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "symbol", "\[Equal]", - "\"\<\!\(\*OverscriptBox[\(3\), \(_\)]\)m:r\>\""}], "||", - RowBox[{"symbol", "\[Equal]", "\"\<-3m:r\>\""}]}], ",", - RowBox[{ - "Return", "[", "\"\<\!\(\*OverscriptBox[\(3\), \(_\)]\)m:r\>\"", "]"}], - ",", "\[IndentingNewLine]", "True", ",", "Null"}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Point", " ", "group", " ", "or", " ", "space", " ", "group"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"g", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "symbol", "]"}], "[", - "\"\<LaueClass\>\"", "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "g"}], ",", - RowBox[{"Return", "@", "g"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Point", " ", "group", " ", "or", " ", "space", " ", "group", " ", - RowBox[{"(", - RowBox[{"alternative", " ", "setting"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"extract", "=", - RowBox[{ - RowBox[{"FullForm", "[", - RowBox[{"Quiet", "@", - RowBox[{"Extract", "[", "\[IndentingNewLine]", - RowBox[{ - "$GroupSymbolRedirect", ",", "\[IndentingNewLine]", "symbol", ",", - "Inactivate"}], "]"}]}], "]"}], "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"g", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "extract", "]"}], "[", - "\"\<LaueClass\>\"", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"No", " ", "match"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "g"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetLaueClass", "::", "missing"}], ",", "symbol"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Return", "@", "g"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"End", " ", - RowBox[{"(", - RowBox[{"for", " ", "use", " ", "with", " ", "$CrystalData"}], - ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<End\>\"", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"GetLaueClass", "[", "g", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.68166924518751*^9, 3.681669257401746*^9}, - 3.681706490571958*^9, {3.681706560665007*^9, 3.681706560808091*^9}, { - 3.681706701190172*^9, 3.6817067089323483`*^9}, {3.681706888369705*^9, - 3.68170694343121*^9}, {3.681707009919237*^9, 3.681707054877233*^9}, - 3.681707094253208*^9, {3.681707298537107*^9, 3.681707301151917*^9}, { - 3.681710383837879*^9, 3.681710517243684*^9}, {3.681710549236743*^9, - 3.681710591906762*^9}, 3.68171076139857*^9, 3.681710814623724*^9, { - 3.6817109067478313`*^9, 3.6817110010439167`*^9}, {3.681711080522023*^9, - 3.6817111039844112`*^9}, 3.681711207870273*^9, {3.6817112607821617`*^9, - 3.681711305188384*^9}, {3.681711445370324*^9, 3.681711513296112*^9}, { - 3.6817115774404993`*^9, 3.681711650636854*^9}, {3.68171500692944*^9, - 3.681715026767819*^9}, {3.681715181501337*^9, 3.681715181739588*^9}, { - 3.681715678282447*^9, 3.6817156946895933`*^9}, {3.681715923758252*^9, - 3.6817159597723722`*^9}, {3.68171782238949*^9, 3.681717946865253*^9}, { - 3.681718348825375*^9, 3.681718349067914*^9}, {3.681718672178816*^9, - 3.68171869694698*^9}, {3.681718727898713*^9, 3.681718795793612*^9}, { - 3.681719297392269*^9, 3.681719364987854*^9}, {3.681719424875423*^9, - 3.681719476273019*^9}, {3.681719564217062*^9, 3.6817195753909283`*^9}, { - 3.681719696949328*^9, 3.681719703508996*^9}, {3.681720146779862*^9, - 3.681720188282736*^9}, {3.681720357048739*^9, 3.681720404007724*^9}, { - 3.681720538565111*^9, 3.68172054257139*^9}, {3.681720713993903*^9, - 3.681720714144103*^9}, {3.6817209858918037`*^9, 3.681721182870202*^9}, { - 3.681721229493627*^9, 3.6817212759562902`*^9}, {3.681721318685071*^9, - 3.681721337315277*^9}, {3.681721411035223*^9, 3.681721483737514*^9}, { - 3.6817215519766006`*^9, 3.6817216024457273`*^9}, {3.681721640646819*^9, - 3.681721648839014*^9}, {3.681721731125741*^9, 3.681721732668375*^9}, { - 3.681721789833881*^9, 3.681721806418096*^9}, {3.6817219185830507`*^9, - 3.6817219344066553`*^9}, {3.681722442266707*^9, 3.6817224444361963`*^9}, { - 3.6817227023431807`*^9, 3.681722723774548*^9}, {3.6817228369801702`*^9, - 3.681722870587195*^9}, 3.6817229070837173`*^9, {3.681723229228771*^9, - 3.681723316371806*^9}, 3.681723352394136*^9, {3.681723491110834*^9, - 3.6817234976219*^9}, {3.681723533046878*^9, 3.681723549182931*^9}, { - 3.681723690723069*^9, 3.681723710538261*^9}, {3.681723746168332*^9, - 3.681723764431592*^9}, {3.6817239634608393`*^9, 3.681724024526379*^9}, { - 3.681724085449534*^9, 3.6817242176903954`*^9}, {3.6817242696057167`*^9, - 3.681724295774458*^9}, 3.681724327237109*^9, {3.681724474011566*^9, - 3.681724476993256*^9}, 3.681724828780448*^9, {3.6818125091048193`*^9, - 3.6818125114155693`*^9}, {3.6818368257106333`*^9, 3.68183686908536*^9}, { - 3.681836932372287*^9, 3.6818369624101877`*^9}, 3.681837110530672*^9, { - 3.681837208341257*^9, 3.681837224397664*^9}, {3.6818373595787363`*^9, - 3.6818374537754908`*^9}, {3.681837562221323*^9, 3.6818375769428663`*^9}, { - 3.681910108411652*^9, 3.681910109523672*^9}, {3.681914019772044*^9, - 3.6819140660350637`*^9}, {3.681914192192573*^9, 3.681914197016157*^9}, { - 3.6819143018703423`*^9, 3.6819143025663137`*^9}, {3.681915201163806*^9, - 3.681915204987383*^9}, {3.681915310962316*^9, 3.681915331517808*^9}, { - 3.681915405175632*^9, 3.6819154062625723`*^9}, {3.681915499756755*^9, - 3.681915499981236*^9}, {3.682073936912169*^9, 3.6820739483816547`*^9}, { - 3.6820743306881447`*^9, 3.682074335621664*^9}, {3.682074407370736*^9, - 3.682074414704529*^9}, {3.6820745276580267`*^9, 3.6820745282934628`*^9}, { - 3.6820746925334578`*^9, 3.682074694860141*^9}, {3.682074732983082*^9, - 3.682074765426908*^9}, {3.6820749940801067`*^9, 3.682075014622149*^9}, { - 3.682075051439227*^9, 3.6820750769809523`*^9}, {3.682080559474235*^9, - 3.682080571064229*^9}, {3.682081192052569*^9, 3.682081198850922*^9}, { - 3.6820825372652617`*^9, 3.682082587828931*^9}, {3.682083882451795*^9, - 3.682083906361766*^9}, {3.682084834510179*^9, 3.682084909148551*^9}, { - 3.682085355867062*^9, 3.6820853570730352`*^9}, {3.682085387352064*^9, - 3.682085468590469*^9}, {3.6820954917674417`*^9, 3.682095491933237*^9}, { - 3.6820955359818773`*^9, 3.6820955368911743`*^9}, {3.6820955810166683`*^9, - 3.682095702639804*^9}, {3.6820958051670427`*^9, 3.682095833859441*^9}, { - 3.6820959556190987`*^9, 3.682095960147934*^9}, {3.682096089911231*^9, - 3.682096098702631*^9}, {3.6820961601906853`*^9, 3.682096164437451*^9}, { - 3.6820962600043573`*^9, 3.682096261183568*^9}, 3.6820964289853363`*^9, { - 3.682101172972685*^9, 3.682101186499799*^9}, {3.682102756494223*^9, - 3.6821027720587893`*^9}, {3.682102815514278*^9, 3.682102843539885*^9}, { - 3.682102913889373*^9, 3.6821029181999683`*^9}, {3.682134119475279*^9, - 3.68213414049387*^9}, {3.682134230034416*^9, 3.682134358353902*^9}, { - 3.682134389202623*^9, 3.682134415753475*^9}, {3.68213471223449*^9, - 3.682134738680016*^9}, {3.682135167917287*^9, 3.6821351692739058`*^9}, { - 3.682138062911598*^9, 3.682138063720244*^9}, {3.6821381082904797`*^9, - 3.682138208115355*^9}, {3.682138260558123*^9, 3.682138470630207*^9}, { - 3.682142430328573*^9, 3.682142561470036*^9}, {3.6821426027834806`*^9, - 3.682142633588481*^9}, {3.682142673674217*^9, 3.682142683054764*^9}, { - 3.682142831982066*^9, 3.6821428879204903`*^9}, {3.6821443136719933`*^9, - 3.682144398215694*^9}, {3.682144667707994*^9, 3.682144722485908*^9}, { - 3.682146073210956*^9, 3.68214608362833*^9}, {3.6821461172637672`*^9, - 3.6821461630666447`*^9}, {3.6821463016789713`*^9, 3.682146327282445*^9}, { - 3.682151620835616*^9, 3.682151624741599*^9}, {3.682151684939176*^9, - 3.6821516924478617`*^9}, {3.6821521411767*^9, 3.682152149634416*^9}, { - 3.682152264995434*^9, 3.682152328608294*^9}, {3.682152441457012*^9, - 3.68215245878516*^9}, {3.682152762344564*^9, 3.682152791810916*^9}, { - 3.6821528601618853`*^9, 3.682152860391903*^9}, {3.6821529539507027`*^9, - 3.682152984540741*^9}, {3.68215302321913*^9, 3.682153129482265*^9}, { - 3.682153280259882*^9, 3.682153321673149*^9}, {3.684668021791493*^9, - 3.6846681658947287`*^9}, {3.6846682780447197`*^9, 3.684668352798271*^9}, { - 3.684668436113463*^9, 3.684668448437615*^9}, {3.6846684900089483`*^9, - 3.684668526904063*^9}, {3.684668561814063*^9, 3.68466856288406*^9}, { - 3.684668655065772*^9, 3.6846686926482964`*^9}, {3.684668903775888*^9, - 3.684668909809854*^9}, {3.68466897106539*^9, 3.6846690320927258`*^9}, { - 3.685079528520215*^9, 3.6850795700522537`*^9}, {3.685079609824223*^9, - 3.68507976209107*^9}, {3.6850801175697823`*^9, 3.685080136669197*^9}, { - 3.6850801705077353`*^9, 3.685080193540316*^9}, {3.6850802428064957`*^9, - 3.685080244336314*^9}, {3.68508029169517*^9, 3.6850803659439173`*^9}, { - 3.685080400088478*^9, 3.685080401518166*^9}, {3.6850805073455763`*^9, - 3.685080567126417*^9}, {3.6852486796520853`*^9, 3.6852486864393597`*^9}, { - 3.685248720001297*^9, 3.685248724174099*^9}, 3.6852487544120092`*^9, { - 3.685248800204956*^9, 3.685248803000963*^9}, {3.685249136526149*^9, - 3.685249179200903*^9}, {3.685249683180578*^9, 3.6852497229340143`*^9}, { - 3.685249765477912*^9, 3.685249806794134*^9}, {3.685249936405735*^9, - 3.685250039598538*^9}, {3.685250203904066*^9, 3.685250237194146*^9}, { - 3.685250268520568*^9, 3.685250278543681*^9}, {3.685250310995026*^9, - 3.685250473891493*^9}, {3.685250515497068*^9, 3.685250550260337*^9}, { - 3.685250596138503*^9, 3.685250597311151*^9}, {3.685250650170144*^9, - 3.685250701320359*^9}, {3.685678714163109*^9, 3.685678724227903*^9}, { - 3.685680631552026*^9, 3.685680726344557*^9}, {3.685680777866826*^9, - 3.685680813584144*^9}, {3.685700637133027*^9, 3.685700641664912*^9}, { - 3.7177409045951014`*^9, 3.717740920784957*^9}, {3.730145930529347*^9, - 3.730145931248543*^9}, {3.730146045655348*^9, 3.730146046973926*^9}, { - 3.737968520312047*^9, 3.737968520667469*^9}, {3.7438654556085653`*^9, - 3.743865455699587*^9}, {3.758529519679034*^9, 3.7585295218073063`*^9}, - 3.7627930933853416`*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[202]:=",ExpressionUUID->"15a6dfdb-c115-405c-b0e9-dd98448c8011"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[203]:=",ExpressionUUID->"74663297-5820-4131-8c01-782e637c78f3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetScatteringCrossSections", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, {3.682327435776711*^9, - 3.6823274383615713`*^9}, 3.682327610544837*^9, 3.717739586397138*^9, { - 3.735291133581037*^9, - 3.735291138159142*^9}},ExpressionUUID->"feafbab9-d59a-4ca9-94ed-\ -3ac0157ec3a6"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[204]:=",ExpressionUUID->"1efaff58-21c3-441d-b94d-b681e0d368ad"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "\"\<invsrc\>\""}], "=", - "\"\<Invalid source.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "\"\<invelt\>\""}], "=", - "\"\<Invalid element.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "invproc"}], "=", - "\"\<The scattering process type \[LeftGuillemet]`1`\[RightGuillemet] is \ -not recognised.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "\"\<invwlrange\>\""}], "=", - "\"\<The wavelength, `1` \[CapitalARing], must be within (0.001 \ -\[LessEqual] \[Lambda] \[LessEqual] 3.000) \[CapitalARing] when using cross \ -sections.\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetScatteringCrossSections"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Source\>\"", "\[Rule]", "\"\<xraylib\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetScatteringCrossSections"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.719174557698147*^9, 3.719174575089182*^9}, - 3.7272440207601767`*^9, {3.735028184066166*^9, 3.735028195898958*^9}, { - 3.735028314418393*^9, 3.7350283221953506`*^9}, {3.735291141295652*^9, - 3.735291184066963*^9}, {3.735291225379405*^9, 3.735291229257778*^9}, { - 3.735291632802617*^9, 3.7352916596886263`*^9}, {3.735291714655457*^9, - 3.735291726262683*^9}, {3.735291774887849*^9, 3.735291810741148*^9}, { - 3.7352918492397757`*^9, 3.735291853499892*^9}, {3.7352946419742203`*^9, - 3.735294652334242*^9}, {3.73529518760988*^9, 3.7352951926106787`*^9}, { - 3.735295565794612*^9, 3.73529556679265*^9}, {3.735295724749537*^9, - 3.735295724893229*^9}, 3.735306079956148*^9, {3.735306390011011*^9, - 3.735306399498732*^9}, {3.7438658806326017`*^9, 3.743865880812434*^9}, - 3.744172272698161*^9, {3.75671155508288*^9, 3.7567115785387573`*^9}}, - CellLabel-> - "In[205]:=",ExpressionUUID->"4b14ee0a-1324-48de-9d66-7c4ab7b7fc16"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[211]:=",ExpressionUUID->"f714e5a1-512c-4505-a27e-115a7be13ab0"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetScatteringCrossSections", "[", - RowBox[{"input_", ",", "\[IndentingNewLine]", - RowBox[{"wavelength", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"src", ",", "unitsQ", ",", "elements", ",", - RowBox[{"\[Lambda]", "=", "wavelength"}], ",", - RowBox[{"pp", "=", - RowBox[{"OptionValue", "[", "\"\<PhysicalProcess\>\"", "]"}]}], ",", - "column", ",", "\[IndentingNewLine]", "setpos", ",", "\[Sigma]", ",", - "file", ",", "read", ",", "\[Sigma]i"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Checks", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Chemical", " ", "element", - RowBox[{"(", "s", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"elements", "=", - RowBox[{"Flatten", "@", - RowBox[{"GetElements", "[", "input", "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Data", " ", "source"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"src", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\"\<CrossSections\>\"", ",", - RowBox[{"OptionValue", "[", "\"\<Source\>\"", "]"}]}], "}"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DirectoryQ", "@", "src"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetScatteringCrossSections", "::", "\"\<invsrc\>\""}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"unitsQ", "=", - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Wavelength", " ", "and", " ", "its", " ", "range"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"(", - RowBox[{ - "0.001", "\[LessEqual]", "\[Lambda]", "\[LessEqual]", "3.000"}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "invwlrange"}], ",", - RowBox[{"ToString", "@", "\[Lambda]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<ProcessWavelength\>\"", ",", "\"\<\>\"", ",", "wavelength"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Column", " ", "to", " ", "read", " ", "from", " ", - RowBox[{"(", - RowBox[{"cross", " ", "section", " ", "type"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"column", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"pp", "===", "\"\<\>\""}], ",", "5", ",", - "\[IndentingNewLine]", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<Photoelectric\>\"", ",", "\"\<Photoionisation\>\""}], - "}"}], ",", "pp"}], "]"}], ",", "2", ",", "\[IndentingNewLine]", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Coherent\>\"", ",", "\"\<Rayleigh\>\"", ",", - "\"\<Thompson\>\"", ",", "\[IndentingNewLine]", - "\"\<Classical\>\"", ",", "\"\<Elastic\>\""}], "}"}], ",", "pp"}], - "]"}], ",", "3", ",", "\[IndentingNewLine]", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Incoherent\>\"", ",", "\"\<Compton\>\"", ",", - "\"\<Inelastic\>\""}], "\[IndentingNewLine]", "}"}], ",", "pp"}], - "]"}], ",", "4", ",", "\[IndentingNewLine]", - RowBox[{"pp", "===", "\"\<Total\>\""}], ",", "5", ",", - "\[IndentingNewLine]", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetScatteringCrossSections", "::", "invproc"}], ",", - "pp"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Read", " ", "from", " ", "file", " ", - "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Stream", " ", "position", " ", "in", " ", "dat", " ", "files"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"setpos", "=", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"$OperatingSystem", "===", "\"\<Windows\>\""}], ",", "65", - ",", "66"}], "]"}], "*", - RowBox[{"(", - RowBox[{ - RowBox[{"Round", "[", - RowBox[{"1000", "*", "\[Lambda]"}], "]"}], "-", "1"}], ")"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Extract", " ", "cross", " ", "sections"}], ";", " ", - RowBox[{"\[Sigma]", " ", "=", " ", - RowBox[{"\[Sigma]", - RowBox[{"(", - RowBox[{"element", ",", " ", "wavelength"}], ")"}]}]}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"\[Sigma]", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"file", "=", - RowBox[{"OpenRead", "@", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"src", ",", - RowBox[{"X", "<>", "\"\<.dat\>\""}]}], "}"}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SetStreamPosition", "[", - RowBox[{"file", ",", "setpos"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"read", "=", - RowBox[{"Read", "[", - RowBox[{"file", ",", "Record"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Sigma]i", "=", - RowBox[{"ToExpression", "@", - RowBox[{"StringReplace", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringSplit", "[", "read", "]"}], - "\[LeftDoubleBracket]", "column", "\[RightDoubleBracket]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"m__", "~~", "\"\<E\>\"", "~~", - RowBox[{"s", ":", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\""}], "}"}]}], "~~", - RowBox[{"e", ":", - RowBox[{"DigitCharacter", ".."}]}]}], "\[RuleDelayed]", - "\[IndentingNewLine]", - RowBox[{ - "m", "<>", "\"\<*10^(\>\"", "<>", "s", "<>", "e", "<>", - "\"\<)\>\""}]}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"\[Sigma]i", "=", - RowBox[{"Quantity", "[", - RowBox[{"\[Sigma]i", ",", "\"\<Barns\>\""}], "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"Close", "[", "file", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"\[Sigma]", ",", - RowBox[{"X", "\[Rule]", "\[Sigma]i"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"X", ",", "elements"}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Output", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Association", "@", "\[Sigma]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.6823275058706827`*^9, {3.685292929314414*^9, 3.685292949551355*^9}, { - 3.685292980630427*^9, 3.685293093109366*^9}, {3.6852935686996202`*^9, - 3.685293592607072*^9}, {3.685294304496677*^9, 3.685294312832938*^9}, { - 3.685294359159436*^9, 3.685294392591338*^9}, 3.685294452156907*^9, { - 3.7125585005216303`*^9, 3.712558599149044*^9}, {3.712558653688374*^9, - 3.712558706404811*^9}, 3.712558740953339*^9, {3.7125590860901546`*^9, - 3.712559142612122*^9}, {3.7125592016674137`*^9, 3.7125592063906593`*^9}, { - 3.712559401604739*^9, 3.71255953948845*^9}, {3.716825435019915*^9, - 3.716825443192257*^9}, {3.716829256621364*^9, 3.716829678456518*^9}, { - 3.716829747406776*^9, 3.7168297497583103`*^9}, {3.716829817072053*^9, - 3.716829872267585*^9}, {3.7168702686821833`*^9, 3.716870278953738*^9}, { - 3.719168963772888*^9, 3.7191689675316343`*^9}, {3.7191690693051367`*^9, - 3.71916911050533*^9}, {3.719169157745376*^9, 3.7191691630471363`*^9}, { - 3.719169213549266*^9, 3.719169225037245*^9}, {3.7191694293210917`*^9, - 3.719169484711543*^9}, {3.719169568221366*^9, 3.71916957778019*^9}, { - 3.7191703668084784`*^9, 3.7191704010195827`*^9}, {3.719170432031032*^9, - 3.719170480309218*^9}, {3.7191707916063957`*^9, 3.719170851325012*^9}, { - 3.719170886467657*^9, 3.719170977504312*^9}, {3.719171068463624*^9, - 3.7191711057322683`*^9}, {3.719171210442648*^9, 3.719171214817477*^9}, { - 3.7191717353185587`*^9, 3.71917173550896*^9}, {3.719171831764216*^9, - 3.719171832127336*^9}, {3.719171976553056*^9, 3.719171978487883*^9}, { - 3.719172633208712*^9, 3.7191726664464083`*^9}, {3.719173370807959*^9, - 3.719173382142346*^9}, {3.71917342099035*^9, 3.719173584729095*^9}, { - 3.7191736766562643`*^9, 3.71917378886082*^9}, 3.719173877524808*^9, { - 3.719173941337644*^9, 3.7191739875119867`*^9}, 3.719174069918503*^9, { - 3.7191742150360928`*^9, 3.719174247370132*^9}, {3.719174503030614*^9, - 3.7191745794530478`*^9}, {3.719174865447359*^9, 3.719174867454191*^9}, { - 3.719174900223995*^9, 3.719174903453495*^9}, {3.719174946589995*^9, - 3.7191749492283287`*^9}, {3.719174996797008*^9, 3.7191750201387253`*^9}, { - 3.719175669790955*^9, 3.7191757249355516`*^9}, {3.719176455672847*^9, - 3.719176469255004*^9}, {3.719176846095621*^9, 3.719177110017375*^9}, - 3.7272440207729063`*^9, {3.735026359560768*^9, 3.735026415725293*^9}, { - 3.735026452534255*^9, 3.7350264984462748`*^9}, {3.735026556379381*^9, - 3.73502668032768*^9}, {3.735027182439661*^9, 3.735027257538212*^9}, { - 3.735027287691483*^9, 3.73502735715379*^9}, {3.735027390658354*^9, - 3.735027451511298*^9}, {3.735027580296316*^9, 3.735027583171487*^9}, { - 3.735027614671505*^9, 3.73502765105129*^9}, {3.735027695863276*^9, - 3.735027748161511*^9}, {3.7350278283459587`*^9, 3.735027830051031*^9}, { - 3.735027908613785*^9, 3.7350279090084343`*^9}, {3.7350279586886263`*^9, - 3.735027997182349*^9}, {3.735028138640189*^9, 3.735028172319462*^9}, { - 3.7350283323634443`*^9, 3.7350284239931192`*^9}, {3.7350284765515842`*^9, - 3.735028502245571*^9}, {3.735028532733877*^9, 3.7350285646801977`*^9}, { - 3.7350286139958363`*^9, 3.735028614225257*^9}, {3.735291150800659*^9, - 3.735291169475254*^9}, {3.7352912368180227`*^9, 3.735291276457193*^9}, { - 3.7352913496176023`*^9, 3.735291377512362*^9}, {3.735291591653658*^9, - 3.735291622523106*^9}, 3.735291701489131*^9, {3.735291733794158*^9, - 3.735291771207726*^9}, {3.7352918222169437`*^9, 3.7352918270087843`*^9}, { - 3.73529186003209*^9, 3.7352918997085457`*^9}, {3.735291981203569*^9, - 3.735291995311404*^9}, {3.7352920944713697`*^9, 3.735292333783617*^9}, { - 3.7352941774627867`*^9, 3.735294198529961*^9}, {3.735294360872147*^9, - 3.735294364486846*^9}, {3.735294395526725*^9, 3.735294431941141*^9}, { - 3.7352944887078648`*^9, 3.735294628272335*^9}, {3.735294660521525*^9, - 3.73529471570223*^9}, {3.735294793471644*^9, 3.735294809995585*^9}, { - 3.735294879211343*^9, 3.735295003526989*^9}, {3.735295180916245*^9, - 3.735295183786879*^9}, {3.73529522295564*^9, 3.735295272817762*^9}, { - 3.73529531596251*^9, 3.7352953605696497`*^9}, {3.735295452357264*^9, - 3.735295486173215*^9}, {3.735295532692325*^9, 3.7352955332273684`*^9}, { - 3.735295645691324*^9, 3.735295710297604*^9}, {3.7352997948361263`*^9, - 3.7352998463232727`*^9}, {3.735305592745775*^9, 3.7353057118758707`*^9}, { - 3.73530577839625*^9, 3.735305809425119*^9}, 3.7353059146736517`*^9, { - 3.735306278649869*^9, 3.735306367750526*^9}, {3.735306415334628*^9, - 3.735306434406185*^9}, 3.735306484402957*^9, 3.743865412276691*^9, { - 3.743865880884262*^9, 3.743865881015009*^9}, {3.743992547175686*^9, - 3.7439925517869883`*^9}, {3.758529524205367*^9, 3.758529526512549*^9}, { - 3.759519391967732*^9, 3.759519392245387*^9}, 3.7627930934071407`*^9, { - 3.786968368341013*^9, 3.7869683711069813`*^9}, 3.8073799255123653`*^9, - 3.861545701593727*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"84427fe3-bf97-4c7b-abed-513b77389f90"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[213]:=",ExpressionUUID->"acb916b9-adf5-4e95-8aba-68fa65ad15d3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetSymmetryData", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745594530423*^9, {3.713180935870894*^9, 3.713180938209676*^9}, - 3.717767492093237*^9},ExpressionUUID->"ec3234e6-9ccb-40af-a7f8-\ -b85486276271"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[214]:=",ExpressionUUID->"71425781-fcfc-4379-a882-1c1575233aad"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"GetSymmetryData", "::", "InvalidLabel"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a recognised \ -label.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"GetSymmetryData", "::", "Incompatible"}], "=", - "\"\<Incompatible group type and label.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetSymmetryData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<UnambiguousSymbol\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UseMainEntry\>\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetSymmetryData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7131810413608723`*^9, 3.713181077064309*^9}, { - 3.713181132188043*^9, 3.7131811983538933`*^9}, {3.713255047767827*^9, - 3.713255056779663*^9}, {3.713255506659046*^9, 3.713255517296316*^9}, { - 3.713255553288314*^9, 3.7132555744919357`*^9}, {3.7136030670066347`*^9, - 3.7136030675094767`*^9}, {3.7143685834948673`*^9, 3.714368593787736*^9}, { - 3.71785181409776*^9, 3.717851843742972*^9}, {3.7379685452616777`*^9, - 3.737968545394628*^9}, {3.756711602445937*^9, 3.7567116052607718`*^9}, { - 3.756711644373386*^9, 3.7567116716863194`*^9}, {3.785392030238619*^9, - 3.785392081267581*^9}}, - CellLabel-> - "In[215]:=",ExpressionUUID->"e740b5bc-96f8-46d7-8a8a-0912dbc9684a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[219]:=",ExpressionUUID->"a2dbefa0-179a-42ec-aa6d-46cb75f01c77"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetSymmetryData", "[", - RowBox[{"input_String", ",", - RowBox[{"label_String", ":", "\"\<Lookup\>\""}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "group", ",", "validLabels", ",", "type", ",", "data", ",", "dataMain", - ",", "temp"}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Extract", " ", "point"}], "-", " ", - RowBox[{"or", " ", "space", " ", "group", " ", - RowBox[{"(", - RowBox[{"also", " ", "check", " ", "$CrystalData"}], ")"}]}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"group", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "input"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"validLabels", "=", - RowBox[{"{", - RowBox[{ - "\"\<Lookup\>\"", ",", "\"\<Symbol\>\"", ",", - "\"\<HermannMauguinFull\>\"", ",", "\"\<HermannMauguinShort\>\"", ",", - "\t", "\"\<HallString\>\"", ",", "\"\<PointGroupNumber\>\"", ",", - "\"\<SpaceGroupNumber\>\"", ",", "\"\<LaueClass\>\"", ",", - "\"\<CrystalSystem\>\"", ",", "\"\<Centring\>\"", ",", - "\"\<MainEntryQ\>\"", ",", "\"\<GroupType\>\"", ",", - "\"\<Setting\>\""}], "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"validLabels", ",", "label"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"GetSymmetryData", "::", "InvalidLabel"}], ",", "label"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"$GroupSymbolRedirect", "@", "group"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"type", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"$PointGroups", ",", "data", ",", "Infinity"}], "]"}], ",", - "\"\<PointGroup\>\"", ",", "\"\<SpaceGroup\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"type", "===", "\"\<PointGroup\>\""}], "&&", - RowBox[{"label", "===", "\"\<SpaceGroupNumber\>\""}]}], ")"}], "||", - "\[IndentingNewLine]", - RowBox[{"(", - RowBox[{ - RowBox[{"type", "===", "\"\<SpaceGroup\>\""}], "&&", - RowBox[{"label", "===", "\"\<PointGroupNumber\>\""}]}], ")"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetSymmetryData", "::", "incompatible"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "===", "\"\<GroupType\>\""}], ",", - RowBox[{"Return", "@", "type"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Group", " ", "designation"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"group", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"type", "===", "\"\<SpaceGroup\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"data", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"data", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "\[Equal]", "\"\<Centring\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"type", "\[Equal]", "\"\<PointGroup\>\""}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"GetSymmetryData", "::", "Incompatible"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"StringTake", "[", - RowBox[{"group", ",", "1"}], "]"}]}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Ascertain", " ", "main", " ", "entry"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"dataMain", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"type", "===", "\"\<SpaceGroup\>\""}], ",", "\t", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Position", "[", - RowBox[{"$SpaceGroups", ",", "group"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"$SpaceGroups", "[", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1"}], "\[RightDoubleBracket]"}], - "]"}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Position", "[", - RowBox[{"$PointGroups", ",", "data"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"$PointGroups", "[", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1"}], "\[RightDoubleBracket]"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Use", " ", "main", " ", "entry", " ", "corresponding", " ", "to", " ", - "input"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UseMainEntry\>\"", "]"}]}], ",", - RowBox[{"data", "=", "dataMain"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Executing", " ", "commands"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "===", "\"\<Lookup\>\""}], ",", - RowBox[{"Return", "@", "data"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "===", "\"\<MainEntryQ\>\""}], ",", - RowBox[{"Return", "@", - RowBox[{"KeyExistsQ", "[", - RowBox[{"data", ",", - RowBox[{"type", "<>", "\"\<Number\>\""}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Symbol\>\"", ",", "\"\<HermannMauguinFull\>\"", ",", - "\[IndentingNewLine]", "\"\<HermannMauguinShort\>\"", ",", - "\"\<HallString\>\""}], "}"}], ",", "label"}], "]"}], ",", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Let", " ", "output", " ", "be", " ", "unambiguous"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UnambiguousSymbol\>\"", "]"}]}], "&&", - RowBox[{"label", "===", "\"\<Symbol\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"ToStandardSetting", "@", - RowBox[{"data", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], - "]"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"data", "[", - RowBox[{"\"\<Name\>\"", ",", "label"}], "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "===", "\"\<Setting\>\""}], ",", - RowBox[{"Return", "@", - RowBox[{"data", "@", "label"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<PointGroupNumber\>\"", ",", "\"\<SpaceGroupNumber\>\"", ",", - "\[IndentingNewLine]", "\"\<LaueClass\>\"", ",", - "\"\<CrystalSystem\>\""}], "}"}], ",", "label"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"dataMain", "@", "label"}]}]}], "\[IndentingNewLine]", - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685682044952615*^9, 3.6856820504144278`*^9}, { - 3.685682141325856*^9, 3.685682178024384*^9}, {3.685682225953554*^9, - 3.6856822264375687`*^9}, 3.685686496167932*^9, {3.6856944477863503`*^9, - 3.68569446921675*^9}, {3.685694605238812*^9, 3.6856946062341757`*^9}, { - 3.685695893282233*^9, 3.685695896451762*^9}, {3.6856960214137506`*^9, - 3.6856960251722317`*^9}, {3.687521359980748*^9, 3.687521435237295*^9}, { - 3.6875214687991743`*^9, 3.687521494623404*^9}, {3.6876768933160543`*^9, - 3.687676910356525*^9}, {3.712650700261273*^9, 3.7126507027975063`*^9}, { - 3.7126508246994467`*^9, 3.7126508373862047`*^9}, {3.712650880057147*^9, - 3.71265091066479*^9}, {3.712650944551971*^9, 3.712650951383466*^9}, { - 3.712651061181072*^9, 3.7126510654943533`*^9}, {3.71265113385168*^9, - 3.712651134019478*^9}, {3.7126512882721786`*^9, 3.712651310583632*^9}, { - 3.712651420262867*^9, 3.712651422476676*^9}, {3.7131809448179398`*^9, - 3.7131810356054564`*^9}, {3.713181086907085*^9, 3.713181107379854*^9}, { - 3.713181159084453*^9, 3.713181161701188*^9}, {3.713181213099559*^9, - 3.713181282581812*^9}, {3.713181395925655*^9, 3.71318151312195*^9}, { - 3.7131815453258333`*^9, 3.713181580107853*^9}, {3.713251827327198*^9, - 3.7132518702424192`*^9}, {3.713251944205166*^9, 3.713251965880468*^9}, - 3.713253926836597*^9, {3.713254030079486*^9, 3.713254056001268*^9}, { - 3.713254601042029*^9, 3.713254606903442*^9}, {3.713255033399905*^9, - 3.7132550452582607`*^9}, {3.713255173715601*^9, 3.713255178277837*^9}, { - 3.713255269047741*^9, 3.713255296701899*^9}, {3.7132554233367357`*^9, - 3.713255456956232*^9}, {3.713255524341331*^9, 3.7132555370046387`*^9}, { - 3.713255630041746*^9, 3.713255754351347*^9}, {3.713255878197596*^9, - 3.713255884948148*^9}, {3.713256297692585*^9, 3.7132563372575808`*^9}, { - 3.71325646948123*^9, 3.713256549123855*^9}, {3.713256593063978*^9, - 3.713256606351722*^9}, {3.713256684861882*^9, 3.713256723112616*^9}, { - 3.7132567780590973`*^9, 3.713256778951418*^9}, {3.7132569482601748`*^9, - 3.7132569919648247`*^9}, {3.7132570445646544`*^9, 3.713257318364801*^9}, { - 3.713257422816969*^9, 3.71325751243474*^9}, {3.713257781793808*^9, - 3.713257789422627*^9}, {3.713257920552896*^9, 3.713257951558282*^9}, { - 3.713258002738751*^9, 3.713258023002263*^9}, {3.713258132808494*^9, - 3.7132581573886557`*^9}, {3.713258280011162*^9, 3.713258306930822*^9}, { - 3.713258406157126*^9, 3.7132584079015827`*^9}, {3.713258483627623*^9, - 3.713258501832863*^9}, {3.713258874176128*^9, 3.7132589621947727`*^9}, { - 3.713259006586093*^9, 3.71325902705698*^9}, {3.713259151029574*^9, - 3.713259157722631*^9}, {3.713259295981337*^9, 3.713259305376504*^9}, { - 3.713259340305367*^9, 3.713259344080024*^9}, {3.7132593807762957`*^9, - 3.713259395145294*^9}, {3.7132594289741507`*^9, 3.7132595096258097`*^9}, { - 3.713259724575598*^9, 3.7132597478771753`*^9}, {3.713259845692296*^9, - 3.7132598664044523`*^9}, {3.713259951731834*^9, 3.713259957818882*^9}, { - 3.7132601222001143`*^9, 3.7132601792802553`*^9}, {3.71326028434074*^9, - 3.7132602890460987`*^9}, {3.7132603605954638`*^9, - 3.7132603734089727`*^9}, {3.7132604960901403`*^9, 3.713260498539002*^9}, { - 3.713260967143147*^9, 3.7132610324499474`*^9}, {3.713261075884906*^9, - 3.713261088728733*^9}, {3.713261130434133*^9, 3.713261149036117*^9}, { - 3.7132611849243603`*^9, 3.7132611850904217`*^9}, {3.713261308398665*^9, - 3.713261362591132*^9}, {3.7132614080968943`*^9, 3.713261418237978*^9}, { - 3.713261503519844*^9, 3.713261575487731*^9}, {3.713261606302849*^9, - 3.713261608471685*^9}, {3.713261675536581*^9, 3.7132617730431957`*^9}, { - 3.7132628769562807`*^9, 3.713262902060273*^9}, {3.7132629411877193`*^9, - 3.713262972458766*^9}, {3.713497308178856*^9, 3.713497311117917*^9}, { - 3.7134975717584867`*^9, 3.71349757189139*^9}, {3.7134976066938972`*^9, - 3.7134976090462093`*^9}, {3.713588548318825*^9, 3.7135886446923227`*^9}, { - 3.71360308316119*^9, 3.7136031245029917`*^9}, {3.713604419569841*^9, - 3.713604489759857*^9}, {3.713604571895423*^9, 3.713604587756934*^9}, { - 3.713604657988145*^9, 3.7136046586250687`*^9}, {3.714368625065659*^9, - 3.714368677606341*^9}, {3.714368711557106*^9, 3.7143687468505793`*^9}, { - 3.7143688423652163`*^9, 3.714368893670738*^9}, {3.7143691901424303`*^9, - 3.714369196393856*^9}, {3.7143692468223867`*^9, 3.714369320979141*^9}, { - 3.7143694816793833`*^9, 3.714369533987314*^9}, {3.714383361847651*^9, - 3.71438336499629*^9}, {3.714457630929338*^9, 3.714457636104167*^9}, { - 3.716614813072504*^9, 3.716614815003395*^9}, {3.7166159509002*^9, - 3.71661595367447*^9}, {3.7166160223818274`*^9, 3.716616068780747*^9}, { - 3.717740896766366*^9, 3.717740919790469*^9}, {3.717828717817094*^9, - 3.717828728359373*^9}, 3.717829526691352*^9, {3.717829561834627*^9, - 3.717829567842368*^9}, {3.717829711332901*^9, 3.7178297138923473`*^9}, { - 3.717829820148017*^9, 3.71782984300292*^9}, {3.717829873857195*^9, - 3.71782999705438*^9}, {3.717830146665791*^9, 3.717830174018708*^9}, { - 3.717830961192195*^9, 3.717830998176252*^9}, {3.7178516904059267`*^9, - 3.717851800821513*^9}, 3.7178518557153673`*^9, {3.7178520759837837`*^9, - 3.717852103172366*^9}, {3.7178521808521338`*^9, 3.717852207898322*^9}, { - 3.7263414849809303`*^9, 3.7263415053987093`*^9}, {3.726341580490561*^9, - 3.726341596874646*^9}, {3.72767546182131*^9, 3.727675588001774*^9}, { - 3.727677599027997*^9, 3.7276776008168907`*^9}, {3.727679791641213*^9, - 3.7276797934416122`*^9}, 3.7276806018676662`*^9, {3.7276807387029448`*^9, - 3.7276807612601*^9}, {3.728625292765798*^9, 3.728625298660047*^9}, { - 3.728625349898917*^9, 3.7286253534828987`*^9}, {3.728674363211102*^9, - 3.7286744204279222`*^9}, {3.728674524191201*^9, 3.728674527109857*^9}, - 3.728674560656323*^9, {3.737968545464172*^9, 3.737968545759601*^9}, { - 3.742813077399351*^9, 3.742813176814568*^9}, 3.743865455795642*^9, { - 3.7585295289114113`*^9, 3.758529536216538*^9}, {3.759519400784865*^9, - 3.7595194010715*^9}, 3.762793093433989*^9, {3.7853909358609943`*^9, - 3.785391074473959*^9}, {3.7853911060423*^9, 3.785391422081409*^9}, { - 3.7853919174900208`*^9, 3.78539211230951*^9}, {3.785392548533534*^9, - 3.785392574948049*^9}, {3.786968460923102*^9, 3.786968462045446*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[220]:=",ExpressionUUID->"fbc1dde7-d186-4c38-8c08-58bc8d674121"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[221]:=",ExpressionUUID->"568bc022-84ce-464d-861d-64f0650057f5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetSymmetryOperations", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.681669216072617*^9, 3.6816692308311157`*^9}, { - 3.682134073518475*^9, 3.682134077310957*^9}, {3.6821351637913322`*^9, - 3.682135164412662*^9}, {3.682138013029172*^9, 3.682138014016361*^9}, { - 3.684667958524547*^9, 3.684667960120316*^9}, {3.6846686457735453`*^9, - 3.6846686463667*^9}, {3.684837480210894*^9, 3.684837483365593*^9}, - 3.685074444164577*^9, 3.68508167559099*^9, - 3.685700701541703*^9},ExpressionUUID->"b2458eed-63b4-45bb-a7ac-\ -1be707279682"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[222]:=",ExpressionUUID->"0aad5e28-4013-4a49-93ff-a7c775990b22"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "GetSymmetryOperations"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<AugmentedMatrix\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<IgnoreTranslations\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "GetSymmetryOperations"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.734076134151382*^9, 3.7340761479096622`*^9}, { - 3.7379685760782547`*^9, 3.7379685761314907`*^9}, {3.756711740652343*^9, - 3.756711763554955*^9}, {3.830418533597329*^9, 3.8304185396776867`*^9}, { - 3.830424829091278*^9, 3.830424856371311*^9}, {3.830781242130143*^9, - 3.8307812855980673`*^9}, {3.830781505960786*^9, 3.83078150648125*^9}, { - 3.83078170708517*^9, 3.830781719232037*^9}, {3.830782333669341*^9, - 3.830782334037417*^9}, {3.830830979030613*^9, 3.830830979456483*^9}}, - CellLabel-> - "In[223]:=",ExpressionUUID->"c3deb4ee-7e91-4472-9bfc-2691ae199a28"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[225]:=",ExpressionUUID->"72365e8a-c8d3-4f05-a4ca-268ddc909a62"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"GetSymmetryOperations", "[", - RowBox[{"input_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"symData", ",", "operations", ",", - RowBox[{"pointGroupQ", "=", "False"}], ",", "centeringVectors"}], "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"symData", "=", - RowBox[{"$GroupSymbolRedirect", "@", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "input"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"Lookup", "[", - RowBox[{"symData", ",", "\"\<SymmetryOperations\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "operations"}], "||", - RowBox[{"AssociationQ", "@", "operations"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"pointGroupQ", "=", "True"}], ";", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "operations"}], ",", "symData", ",", - "operations"}], "]"}], ",", "\"\<MatrixOperations\>\""}], - "]"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "pointGroupQ"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<IgnoreTranslations\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"operations", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UseCentring\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"centeringVectors", "=", - RowBox[{"Quiet", "@", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "input"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"operations", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"Mod", "[", - RowBox[{ - RowBox[{ - RowBox[{"operations", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}], "+", - RowBox[{ - "centeringVectors", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], ",", "1"}], "]"}]}], "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"Length", "@", "centeringVectors"}]}], "}"}], ",", - - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "operations"}]}], "}"}]}], "]"}], - ",", "1"}], "]"}]}]}]}], "\[IndentingNewLine]", "]"}]}], - "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<AugmentedMatrix\>\"", "]"}]}], ",", - RowBox[{"AffineTransform", "/@", "operations"}], ",", "operations"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.68166924518751*^9, 3.681669257401746*^9}, - 3.681706490571958*^9, {3.681706560665007*^9, 3.681706560808091*^9}, { - 3.681706701190172*^9, 3.6817067089323483`*^9}, {3.681706888369705*^9, - 3.68170694343121*^9}, {3.681707009919237*^9, 3.681707054877233*^9}, - 3.681707094253208*^9, {3.681707298537107*^9, 3.681707301151917*^9}, { - 3.681710383837879*^9, 3.681710517243684*^9}, {3.681710549236743*^9, - 3.681710591906762*^9}, 3.68171076139857*^9, 3.681710814623724*^9, { - 3.6817109067478313`*^9, 3.6817110010439167`*^9}, {3.681711080522023*^9, - 3.6817111039844112`*^9}, 3.681711207870273*^9, {3.6817112607821617`*^9, - 3.681711305188384*^9}, {3.681711445370324*^9, 3.681711513296112*^9}, { - 3.6817115774404993`*^9, 3.681711650636854*^9}, {3.68171500692944*^9, - 3.681715026767819*^9}, {3.681715181501337*^9, 3.681715181739588*^9}, { - 3.681715678282447*^9, 3.6817156946895933`*^9}, {3.681715923758252*^9, - 3.6817159597723722`*^9}, {3.68171782238949*^9, 3.681717946865253*^9}, { - 3.681718348825375*^9, 3.681718349067914*^9}, {3.681718672178816*^9, - 3.68171869694698*^9}, {3.681718727898713*^9, 3.681718795793612*^9}, { - 3.681719297392269*^9, 3.681719364987854*^9}, {3.681719424875423*^9, - 3.681719476273019*^9}, {3.681719564217062*^9, 3.6817195753909283`*^9}, { - 3.681719696949328*^9, 3.681719703508996*^9}, {3.681720146779862*^9, - 3.681720188282736*^9}, {3.681720357048739*^9, 3.681720404007724*^9}, { - 3.681720538565111*^9, 3.68172054257139*^9}, {3.681720713993903*^9, - 3.681720714144103*^9}, {3.6817209858918037`*^9, 3.681721182870202*^9}, { - 3.681721229493627*^9, 3.6817212759562902`*^9}, {3.681721318685071*^9, - 3.681721337315277*^9}, {3.681721411035223*^9, 3.681721483737514*^9}, { - 3.6817215519766006`*^9, 3.6817216024457273`*^9}, {3.681721640646819*^9, - 3.681721648839014*^9}, {3.681721731125741*^9, 3.681721732668375*^9}, { - 3.681721789833881*^9, 3.681721806418096*^9}, {3.6817219185830507`*^9, - 3.6817219344066553`*^9}, {3.681722442266707*^9, 3.6817224444361963`*^9}, { - 3.6817227023431807`*^9, 3.681722723774548*^9}, {3.6817228369801702`*^9, - 3.681722870587195*^9}, 3.6817229070837173`*^9, {3.681723229228771*^9, - 3.681723316371806*^9}, 3.681723352394136*^9, {3.681723491110834*^9, - 3.6817234976219*^9}, {3.681723533046878*^9, 3.681723549182931*^9}, { - 3.681723690723069*^9, 3.681723710538261*^9}, {3.681723746168332*^9, - 3.681723764431592*^9}, {3.6817239634608393`*^9, 3.681724024526379*^9}, { - 3.681724085449534*^9, 3.6817242176903954`*^9}, {3.6817242696057167`*^9, - 3.681724295774458*^9}, 3.681724327237109*^9, {3.681724474011566*^9, - 3.681724476993256*^9}, 3.681724828780448*^9, {3.6818125091048193`*^9, - 3.6818125114155693`*^9}, {3.6818368257106333`*^9, 3.68183686908536*^9}, { - 3.681836932372287*^9, 3.6818369624101877`*^9}, 3.681837110530672*^9, { - 3.681837208341257*^9, 3.681837224397664*^9}, {3.6818373595787363`*^9, - 3.6818374537754908`*^9}, {3.681837562221323*^9, 3.6818375769428663`*^9}, { - 3.681910108411652*^9, 3.681910109523672*^9}, {3.681914019772044*^9, - 3.6819140660350637`*^9}, {3.681914192192573*^9, 3.681914197016157*^9}, { - 3.6819143018703423`*^9, 3.6819143025663137`*^9}, {3.681915201163806*^9, - 3.681915204987383*^9}, {3.681915310962316*^9, 3.681915331517808*^9}, { - 3.681915405175632*^9, 3.6819154062625723`*^9}, {3.681915499756755*^9, - 3.681915499981236*^9}, {3.682073936912169*^9, 3.6820739483816547`*^9}, { - 3.6820743306881447`*^9, 3.682074335621664*^9}, {3.682074407370736*^9, - 3.682074414704529*^9}, {3.6820745276580267`*^9, 3.6820745282934628`*^9}, { - 3.6820746925334578`*^9, 3.682074694860141*^9}, {3.682074732983082*^9, - 3.682074765426908*^9}, {3.6820749940801067`*^9, 3.682075014622149*^9}, { - 3.682075051439227*^9, 3.6820750769809523`*^9}, {3.682080559474235*^9, - 3.682080571064229*^9}, {3.682081192052569*^9, 3.682081198850922*^9}, { - 3.6820825372652617`*^9, 3.682082587828931*^9}, {3.682083882451795*^9, - 3.682083906361766*^9}, {3.682084834510179*^9, 3.682084909148551*^9}, { - 3.682085355867062*^9, 3.6820853570730352`*^9}, {3.682085387352064*^9, - 3.682085468590469*^9}, {3.6820954917674417`*^9, 3.682095491933237*^9}, { - 3.6820955359818773`*^9, 3.6820955368911743`*^9}, {3.6820955810166683`*^9, - 3.682095702639804*^9}, {3.6820958051670427`*^9, 3.682095833859441*^9}, { - 3.6820959556190987`*^9, 3.682095960147934*^9}, {3.682096089911231*^9, - 3.682096098702631*^9}, {3.6820961601906853`*^9, 3.682096164437451*^9}, { - 3.6820962600043573`*^9, 3.682096261183568*^9}, 3.6820964289853363`*^9, { - 3.682101172972685*^9, 3.682101186499799*^9}, {3.682102756494223*^9, - 3.6821027720587893`*^9}, {3.682102815514278*^9, 3.682102843539885*^9}, { - 3.682102913889373*^9, 3.6821029181999683`*^9}, {3.682134119475279*^9, - 3.68213414049387*^9}, {3.682134230034416*^9, 3.682134358353902*^9}, { - 3.682134389202623*^9, 3.682134415753475*^9}, {3.68213471223449*^9, - 3.682134738680016*^9}, {3.682135167917287*^9, 3.6821351692739058`*^9}, { - 3.682138062911598*^9, 3.682138063720244*^9}, {3.6821381082904797`*^9, - 3.682138208115355*^9}, {3.682138260558123*^9, 3.682138470630207*^9}, { - 3.682142430328573*^9, 3.682142561470036*^9}, {3.6821426027834806`*^9, - 3.682142633588481*^9}, {3.682142673674217*^9, 3.682142683054764*^9}, { - 3.682142831982066*^9, 3.6821428879204903`*^9}, {3.6821443136719933`*^9, - 3.682144398215694*^9}, {3.682144667707994*^9, 3.682144722485908*^9}, { - 3.682146073210956*^9, 3.68214608362833*^9}, {3.6821461172637672`*^9, - 3.6821461630666447`*^9}, {3.6821463016789713`*^9, 3.682146327282445*^9}, { - 3.682151620835616*^9, 3.682151624741599*^9}, {3.682151684939176*^9, - 3.6821516924478617`*^9}, {3.6821521411767*^9, 3.682152149634416*^9}, { - 3.682152264995434*^9, 3.682152328608294*^9}, {3.682152441457012*^9, - 3.68215245878516*^9}, {3.682152762344564*^9, 3.682152791810916*^9}, { - 3.6821528601618853`*^9, 3.682152860391903*^9}, {3.6821529539507027`*^9, - 3.682152984540741*^9}, {3.68215302321913*^9, 3.682153129482265*^9}, { - 3.682153280259882*^9, 3.682153321673149*^9}, {3.684668021791493*^9, - 3.6846681658947287`*^9}, {3.6846682780447197`*^9, 3.684668352798271*^9}, { - 3.684668436113463*^9, 3.684668448437615*^9}, {3.6846684900089483`*^9, - 3.684668526904063*^9}, {3.684668561814063*^9, 3.68466856288406*^9}, { - 3.684668655065772*^9, 3.6846686926482964`*^9}, {3.684668903775888*^9, - 3.684668909809854*^9}, {3.68466897106539*^9, 3.6846690320927258`*^9}, - 3.685074261443593*^9, {3.685080709320731*^9, 3.685080721804512*^9}, { - 3.685080764745716*^9, 3.6850808805559807`*^9}, {3.68508092962964*^9, - 3.6850809341411123`*^9}, {3.685081014698917*^9, 3.6850811293896*^9}, { - 3.685081173070106*^9, 3.685081230337706*^9}, 3.685081300925284*^9, { - 3.685081341850636*^9, 3.685081358126698*^9}, {3.6850818355206947`*^9, - 3.685081835699297*^9}, {3.685120724135499*^9, 3.685120754724948*^9}, { - 3.685120804629829*^9, 3.685120838795546*^9}, 3.685120900087543*^9, { - 3.685120954884305*^9, 3.6851209627033567`*^9}, {3.6851210281209993`*^9, - 3.685121100111109*^9}, {3.685121131684601*^9, 3.685121175144966*^9}, { - 3.6851212087246017`*^9, 3.6851214248011837`*^9}, {3.685121460013051*^9, - 3.685121487798689*^9}, {3.6851217072037277`*^9, 3.685121914718864*^9}, { - 3.6851220048170958`*^9, 3.685122005941601*^9}, {3.6851220491750507`*^9, - 3.685122049974614*^9}, {3.685123695915769*^9, 3.685123701937531*^9}, { - 3.685123734493568*^9, 3.6851237403569517`*^9}, {3.6851241822831697`*^9, - 3.685124185297907*^9}, {3.685125479207363*^9, 3.685125499047991*^9}, { - 3.6851263077107067`*^9, 3.68512644910214*^9}, {3.685126547021373*^9, - 3.685126702387765*^9}, {3.685350851724683*^9, 3.685350853038637*^9}, { - 3.6856794352419147`*^9, 3.685679544384791*^9}, {3.685679692841302*^9, - 3.6856797084427013`*^9}, {3.685679746023396*^9, 3.68567987927634*^9}, { - 3.685685092575449*^9, 3.6856851072626762`*^9}, {3.6856949536468353`*^9, - 3.685694959496551*^9}, {3.685695023405781*^9, 3.685695049017387*^9}, { - 3.685699158166354*^9, 3.685699158825663*^9}, {3.685700703455983*^9, - 3.6857007046212263`*^9}, {3.685702859526775*^9, 3.685702879954515*^9}, { - 3.717740903622292*^9, 3.717740919923519*^9}, {3.727505260288527*^9, - 3.7275052607324343`*^9}, {3.72751425216635*^9, 3.7275142589027233`*^9}, { - 3.727514317450564*^9, 3.727514334992009*^9}, {3.727514377326157*^9, - 3.727514442630692*^9}, {3.7275145339976892`*^9, 3.7275145367939262`*^9}, { - 3.727547164727139*^9, 3.7275471776929483`*^9}, {3.727677154651916*^9, - 3.727677154917931*^9}, {3.734076226619268*^9, 3.734076285681925*^9}, { - 3.734076434114067*^9, 3.734076442966711*^9}, 3.734076483606106*^9, { - 3.7340808632864323`*^9, 3.734080953803822*^9}, {3.734080986930374*^9, - 3.734081101183668*^9}, {3.7340820059912653`*^9, 3.734082109729949*^9}, { - 3.734082146450555*^9, 3.7340821634971313`*^9}, {3.734082297607605*^9, - 3.734082329565339*^9}, 3.73408240619228*^9, 3.737968576183352*^9, - 3.743865455889378*^9, {3.758529538846924*^9, 3.758529548927311*^9}, { - 3.759519411749242*^9, 3.759519412091115*^9}, 3.762793093451117*^9, { - 3.786968468177456*^9, 3.786968480063651*^9}, {3.786968844574111*^9, - 3.786968847349703*^9}, {3.8304187522200737`*^9, 3.8304189060446463`*^9}, { - 3.8304190866766443`*^9, 3.830419107491737*^9}, {3.830419297844837*^9, - 3.830419341603291*^9}, {3.8304194014414186`*^9, 3.830419403536846*^9}, { - 3.830419632312839*^9, 3.8304197890311003`*^9}, {3.830419864718289*^9, - 3.830419887996809*^9}, {3.8304199604115887`*^9, 3.830420051259441*^9}, { - 3.830420103585454*^9, 3.830420140736999*^9}, {3.830420257218768*^9, - 3.830420281475507*^9}, {3.830420745317636*^9, 3.830420764322356*^9}, { - 3.830420814095933*^9, 3.8304208159574137`*^9}, {3.830420880394525*^9, - 3.830420939694368*^9}, {3.8304210815478973`*^9, 3.830421151113655*^9}, { - 3.830421183204404*^9, 3.8304211854495897`*^9}, {3.830421265619823*^9, - 3.830421348606834*^9}, {3.830421507141693*^9, 3.830421508899123*^9}, { - 3.830424670912216*^9, 3.830424808495482*^9}, 3.830424926480537*^9, { - 3.830425821353731*^9, 3.830425828635159*^9}, {3.830432899412693*^9, - 3.83043290635485*^9}, {3.8304371339145193`*^9, 3.8304371373431664`*^9}, { - 3.830437175865596*^9, 3.830437232006667*^9}, {3.8304392621928663`*^9, - 3.8304393214410553`*^9}, {3.830439414135427*^9, 3.830439414428596*^9}, { - 3.83078137396577*^9, 3.8307814298697987`*^9}, {3.8307815101810837`*^9, - 3.8307815149637823`*^9}, 3.830782426584573*^9, {3.830782487579152*^9, - 3.8307825051817083`*^9}, {3.830830899865347*^9, 3.830830900788563*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[226]:=",ExpressionUUID->"a22460e0-b6b0-48ba-abb2-941919ed1d38"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[227]:=",ExpressionUUID->"94f0117e-173c-4127-9d36-ca79e97d0393"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ImportCrystalData", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.681669216072617*^9, 3.6816692308311157`*^9}, - 3.717942205149007*^9, {3.7268980577164307`*^9, - 3.726898057878839*^9}},ExpressionUUID->"5037ea76-deeb-4152-a2c1-\ -0e470ff06c4f"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[228]:=",ExpressionUUID->"e92e519b-0ea3-4f22-b776-30b8e5bbb859"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "subdataInteger"}], "=", - "\"\<\\\"\!\(\*StyleBox[\"ExtractSubdata\", \"Program\"]\)\\\" must be a \ -positive integer.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "subdataLength"}], "=", - "\"\<The \!\(\*StyleBox[\".\", \"Program\"]\)\!\(\*StyleBox[\"cif\", \ -\"Program\"]\) file has a subdata length of `1`.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "latticeParameters"}], "=", - "\"\<No lattice parameters were located, or they have an invalid \ -form.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "atomData"}], "=", - "\"\<No atom data was located.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "SG"}], "=", - "\"\<Could not determine space group. 'P1' will be used.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "cell"}], "=", - "\"\<Could not work out the unit cell properly.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "notMaXrd"}], "=", - "\"\<Data collected using `1` radiation. Errors may occur.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "modulation"}], "=", - "\"\<Modulated structure detected. Errors may occur.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "::", "SpecialLabel"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is a reserved label and should \ -not be used.\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ImportCrystalData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<DataFile\>\"", "\[Rule]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\"\<UserData\>\"", ",", "\"\<CrystalData.m\>\""}], "}"}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExtractSubdata\>\"", "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Notes\>\"", "\[Rule]", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<RoundAnglesThreshold\>\"", "\[Rule]", "0.001"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ImportCrystalData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"___", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, 3.66810571214802*^9, {3.6681867516522207`*^9, - 3.668186778354513*^9}, {3.6681868394172163`*^9, 3.6681868614325943`*^9}, { - 3.668187374101748*^9, 3.6681874104278383`*^9}, {3.668187695125526*^9, - 3.668187730468417*^9}, {3.668188056044814*^9, 3.668188056876872*^9}, { - 3.6681926250344687`*^9, 3.668192625250432*^9}, 3.68166923708845*^9, { - 3.6817064191712627`*^9, 3.68170642414537*^9}, {3.6817239114596*^9, - 3.681723955601696*^9}, {3.681724223652172*^9, 3.681724224172266*^9}, { - 3.6818128705108147`*^9, 3.681812886108671*^9}, {3.681819874858591*^9, - 3.681819895264824*^9}, {3.681835709479094*^9, 3.681835743293057*^9}, { - 3.682100938006762*^9, 3.682100938717538*^9}, {3.683537673194815*^9, - 3.683537695846451*^9}, {3.683537801117275*^9, 3.683537820368045*^9}, { - 3.6835378509602337`*^9, 3.6835379652168307`*^9}, {3.683872568026477*^9, - 3.6838725813488774`*^9}, {3.6838755364193954`*^9, - 3.6838755630017953`*^9}, {3.683875596619796*^9, 3.6838755997709956`*^9}, { - 3.683883154459938*^9, 3.6838831559107385`*^9}, {3.6838834647439404`*^9, - 3.68388346822274*^9}, 3.6838844948587465`*^9, {3.683884644312748*^9, - 3.683884657962748*^9}, {3.6838850595535507`*^9, 3.6838850748883505`*^9}, { - 3.683885134589551*^9, 3.6838851736519513`*^9}, {3.683913171307146*^9, - 3.683913207514256*^9}, {3.6839171824682417`*^9, 3.683917209618238*^9}, { - 3.6839469879120827`*^9, 3.683947021990581*^9}, 3.683966169680979*^9, { - 3.683966389814184*^9, 3.683966401444254*^9}, {3.6839672153149443`*^9, - 3.683967216968305*^9}, 3.685383224383915*^9, 3.6865396500180807`*^9, { - 3.6865474433420763`*^9, 3.6865474810423117`*^9}, {3.717394967952651*^9, - 3.717394985509343*^9}, {3.7173986023852253`*^9, 3.717398648986843*^9}, { - 3.717942206289736*^9, 3.717942206316785*^9}, {3.717951917348363*^9, - 3.717951925065959*^9}, {3.718014808848607*^9, 3.718014817499877*^9}, - 3.718015826329137*^9, 3.718016203248323*^9, {3.72111992623072*^9, - 3.721119960300297*^9}, {3.73736723509699*^9, 3.737367235446919*^9}, { - 3.737374290135022*^9, 3.737374293045693*^9}, {3.738307378688077*^9, - 3.738307378902713*^9}, {3.739209258179865*^9, 3.739209258423847*^9}, { - 3.739209866595991*^9, 3.739209867810956*^9}, {3.739251594550383*^9, - 3.739251605678607*^9}, {3.7392653600532627`*^9, 3.739265382579735*^9}, { - 3.739502515356379*^9, 3.7395025380522223`*^9}, {3.739503650580277*^9, - 3.7395036705144863`*^9}, {3.7395047560359173`*^9, 3.739504756236701*^9}, - 3.743865412368585*^9, {3.7567124299510717`*^9, 3.756712434787074*^9}, { - 3.756712488661512*^9, 3.756712490705117*^9}, {3.780117202234179*^9, - 3.780117203032283*^9}, {3.787914610923992*^9, 3.787914612145852*^9}, { - 3.807984457845402*^9, 3.807984458936859*^9}, {3.86179387122956*^9, - 3.861793874542117*^9}},ExpressionUUID->"f22ad440-d639-405c-ace0-\ -7115c9febf3a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[240]:=",ExpressionUUID->"a01f8dab-f887-4343-8669-820d33ddcd7c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"crystalName_String", ",", "\[IndentingNewLine]", - RowBox[{"chemicalFormula", ":", - RowBox[{"_", "?", "StringQ"}], ":", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Z", ":", - RowBox[{"_", "?", "IntegerQ"}], ":", "0"}], ",", "\[IndentingNewLine]", - RowBox[{"spaceGroup_", ":", "1"}], ",", "\[IndentingNewLine]", - RowBox[{"wavelength", ":", - RowBox[{"_", "?", "NumericQ"}], ":", - RowBox[{"-", "1"}]}]}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "GetLatticeParameters_List", ",", - "\[IndentingNewLine]", "AtomData_List", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "choice", ",", "name", ",", "sg", ",", "cell", ",", "\[Delta]", ",", - "fr", ",", "latticeItem", ",", "\[Lambda]", ",", "itemAtomData", ",", - "item", ",", - RowBox[{"dataFile", "=", - RowBox[{"OptionValue", "[", "\"\<DataFile\>\"", "]"}]}], ",", "temp"}], - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Check", " ", "if", " ", "name", " ", - "already", " ", "exists", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"name", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"crystalName", "===", "\"\<\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ImportedCrystal_\>\"", "<>", - RowBox[{"DateString", "[", "\"\<ISODate\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "crystalName"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<OverwriteWarning\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$CrystalData", ",", "name"}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"choice", "=", - RowBox[{"ChoiceDialog", "[", - RowBox[{ - "\"\<\[LeftGuillemet]\>\"", "<>", "name", "<>", - "\[IndentingNewLine]", - "\"\<\[RightGuillemet] already exists in $CrystalData.\\nDo you \ -want to overwrite this entry?\>\""}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "choice"}], ",", - RowBox[{"Return", "[", "]"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Space"}]}], " ", "Group", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "spaceGroup"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"ToStandardSetting", "@", "sg"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Lattice", " ", "parameters", " ", "*", - - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"GetLatticeParameters", ",", - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "&"}]}], "]"}]}], "||", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Length", "@", "GetLatticeParameters"}], "\[NotEqual]", - "6"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "latticeParameters"}], "]"}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Round", " ", "angles"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"cell", "=", "GetLatticeParameters"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Delta]", "=", - RowBox[{"OptionValue", "[", "\"\<RoundAnglesThreshold\>\"", "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"fr", "=", - RowBox[{"FractionalPart", "@", - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"fr", ">", "0.5"}], ",", - RowBox[{"fr", "=", - RowBox[{"1", "-", "fr"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"fr", "\[LessEqual]", "\[Delta]"}], ",", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "=", - RowBox[{"Round", "@", - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", "4", ",", "6"}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Use", " ", "units"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"i", "\[LessEqual]", "3"}], ",", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "=", - RowBox[{"Quantity", "[", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", "\"\<Angstroms\>\""}], "]"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"i", "\[GreaterEqual]", "4"}], ",", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "=", - RowBox[{"Quantity", "[", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", "\"\<Degrees\>\""}], "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", "6"}], "}"}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "association", " ", "entry"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"latticeItem", "=", - RowBox[{"Association", "@", "\[IndentingNewLine]", "\t", - RowBox[{"Thread", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\"", ",", - "\"\<\[Alpha]\>\"", ",", "\"\<\[Beta]\>\"", ",", - "\"\<\[Gamma]\>\""}], "}"}], "\[Rule]", "cell"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Wavelength", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Use", " ", "units"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Lambda]", "=", - RowBox[{"Quantity", "[", - RowBox[{"wavelength", ",", "\"\<Angstroms\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Lambda]", "=", "wavelength"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Atom", " ", "data", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AtomData", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"itemAtomData", "=", - RowBox[{"{", - RowBox[{"<|", "|>"}], "}"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"itemAtomData", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"DeleteMissing", "@", - RowBox[{"Part", "[", - RowBox[{ - RowBox[{ - "AtomData", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Element\>\"", ",", "\[IndentingNewLine]", - "\"\<OccupationFactor\>\"", ",", "\[IndentingNewLine]", - "\"\<SiteSymmetryMultiplicity\>\"", ",", - "\[IndentingNewLine]", "\"\<SiteSymmetryOrder\>\"", ",", - "\[IndentingNewLine]", "\"\<FractionalCoordinates\>\"", ",", - "\[IndentingNewLine]", "\"\<DisplacementParameters\>\"", ",", - "\[IndentingNewLine]", "\"\<Type\>\""}], "}"}]}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "AtomData"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"First", "@", "itemAtomData"}], ",", "k"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"itemAtomData", "=", - RowBox[{"MapAt", "[", "\[IndentingNewLine]", - RowBox[{"ToExpression", ",", "itemAtomData", ",", - RowBox[{"{", - RowBox[{"All", ",", - RowBox[{"Key", "[", "k", "]"}]}], "}"}]}], "]"}]}]}], "]"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"k", ",", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<OccupationFactor\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<SiteSymmetryMultiplicity\>\"", ",", "\[IndentingNewLine]", - "\t", "\"\<SiteSymmetryOrder\>\"", ",", "\[IndentingNewLine]", - "\t", "\"\<DisplacementParameters\>\""}], "}"}]}], "}"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "strings", " ", "in", " ", "coordinates"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", - RowBox[{ - RowBox[{ - RowBox[{"itemAtomData", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}], "=", - RowBox[{ - RowBox[{"itemAtomData", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}], "/.", - RowBox[{"x_String", "\[RuleDelayed]", - RowBox[{"ToExpression", "[", "x", "]"}]}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "itemAtomData"}]}], "}"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparing", " ", "item", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"item", "=", - RowBox[{"<|", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\"\<ChemicalFormula\>\"", "\[Rule]", "chemicalFormula"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<FormulaUnits\>\"", "\[Rule]", "Z"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<SpaceGroup\>\"", "\[Rule]", "sg"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<LatticeParameters\>\"", "\[Rule]", "latticeItem"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<Wavelength\>\"", "\[Rule]", "\[Lambda]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<AtomData\>\"", "\[Rule]", "itemAtomData"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<Notes\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<Notes\>\"", "]"}]}]}], - "\[IndentingNewLine]", "\t", "|>"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Delete", " ", "certain", " ", "keys"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"item", "[", "\"\<ChemicalFormula\>\"", "]"}], "===", - "\"\<\>\""}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"item", ",", "\"\<ChemicalFormula\>\""}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"item", "[", "\"\<Notes\>\"", "]"}], "===", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"item", ",", "\"\<Notes\>\""}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"Positive", "@", - RowBox[{"item", "[", "\"\<Wavelength\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"item", ",", "\"\<Wavelength\>\""}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Z", "===", "0"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"item", ",", "\"\<FormulaUnits\>\""}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"If", " ", "all", " ", "occupation", " ", "factors"}], " ", - "=", " ", "1"}], ",", " ", - RowBox[{"delete", " ", "column"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", "\"\<OccupationFactor\>\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"N", "@", "temp"}], ",", - RowBox[{ - RowBox[{"#", "\[Equal]", "1."}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{"\"\<AtomData\>\"", ",", "All"}], "\[RightDoubleBracket]"}], - "=", - RowBox[{"KeyDrop", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{"\"\<AtomData\>\"", ",", "All"}], - "\[RightDoubleBracket]"}], ",", "\"\<OccupationFactor\>\""}], - "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"If", " ", "all", " ", "displacement", " ", "parameters"}], - " ", "=", " ", "0"}], ",", " ", - RowBox[{"delete", " ", "column"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", - "\"\<DisplacementParameters\>\""}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"N", "@", "temp"}], ",", - RowBox[{ - RowBox[{"#", "\[Equal]", "0."}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{"\"\<AtomData\>\"", ",", "All"}], "\[RightDoubleBracket]"}], - "=", - RowBox[{"KeyDrop", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"item", "\[LeftDoubleBracket]", - RowBox[{"\"\<AtomData\>\"", ",", "All"}], - "\[RightDoubleBracket]"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"\"\<DisplacementParameters\>\"", ",", "\"\<Type\>\""}], - "}"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<Update$CrystalDataFile\>\"", ",", "dataFile", ",", "name", ",", - "item"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ShallowDisplayCrystal\>\"", ",", "name"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.68166924518751*^9, 3.681669257401746*^9}, - 3.681706490571958*^9, {3.681706560665007*^9, 3.681706560808091*^9}, { - 3.681706701190172*^9, 3.6817067089323483`*^9}, {3.681706888369705*^9, - 3.68170694343121*^9}, {3.681707009919237*^9, 3.681707054877233*^9}, - 3.681707094253208*^9, {3.681707298537107*^9, 3.681707301151917*^9}, { - 3.681710383837879*^9, 3.681710517243684*^9}, {3.681710549236743*^9, - 3.681710591906762*^9}, 3.68171076139857*^9, 3.681710814623724*^9, { - 3.6817109067478313`*^9, 3.6817110010439167`*^9}, {3.681711080522023*^9, - 3.6817111039844112`*^9}, 3.681711207870273*^9, {3.6817112607821617`*^9, - 3.681711305188384*^9}, {3.681711445370324*^9, 3.681711513296112*^9}, { - 3.6817115774404993`*^9, 3.681711650636854*^9}, {3.68171500692944*^9, - 3.681715026767819*^9}, {3.681715181501337*^9, 3.681715181739588*^9}, { - 3.681715678282447*^9, 3.6817156946895933`*^9}, {3.681715923758252*^9, - 3.6817159597723722`*^9}, {3.68171782238949*^9, 3.681717946865253*^9}, { - 3.681718348825375*^9, 3.681718349067914*^9}, {3.681718672178816*^9, - 3.68171869694698*^9}, {3.681718727898713*^9, 3.681718795793612*^9}, { - 3.681719297392269*^9, 3.681719364987854*^9}, {3.681719424875423*^9, - 3.681719476273019*^9}, {3.681719564217062*^9, 3.6817195753909283`*^9}, { - 3.681719696949328*^9, 3.681719703508996*^9}, {3.681720146779862*^9, - 3.681720188282736*^9}, {3.681720357048739*^9, 3.681720404007724*^9}, { - 3.681720538565111*^9, 3.68172054257139*^9}, {3.681720713993903*^9, - 3.681720714144103*^9}, {3.6817209858918037`*^9, 3.681721182870202*^9}, { - 3.681721229493627*^9, 3.6817212759562902`*^9}, {3.681721318685071*^9, - 3.681721337315277*^9}, {3.681721411035223*^9, 3.681721483737514*^9}, { - 3.6817215519766006`*^9, 3.6817216024457273`*^9}, {3.681721640646819*^9, - 3.681721648839014*^9}, {3.681721731125741*^9, 3.681721732668375*^9}, { - 3.681721789833881*^9, 3.681721806418096*^9}, {3.6817219185830507`*^9, - 3.6817219344066553`*^9}, {3.681722442266707*^9, 3.6817224444361963`*^9}, { - 3.6817227023431807`*^9, 3.681722723774548*^9}, {3.6817228369801702`*^9, - 3.681722870587195*^9}, 3.6817229070837173`*^9, {3.681723229228771*^9, - 3.681723316371806*^9}, 3.681723352394136*^9, {3.681723491110834*^9, - 3.6817234976219*^9}, {3.681723533046878*^9, 3.681723549182931*^9}, { - 3.681723690723069*^9, 3.681723710538261*^9}, {3.681723746168332*^9, - 3.681723764431592*^9}, {3.6817239634608393`*^9, 3.681724024526379*^9}, { - 3.681724085449534*^9, 3.6817242176903954`*^9}, {3.6817242696057167`*^9, - 3.681724295774458*^9}, 3.681724327237109*^9, {3.681724474011566*^9, - 3.681724476993256*^9}, 3.681724828780448*^9, {3.6818125091048193`*^9, - 3.6818125114155693`*^9}, {3.6818368257106333`*^9, 3.68183686908536*^9}, { - 3.681836932372287*^9, 3.6818369624101877`*^9}, 3.681837110530672*^9, { - 3.681837208341257*^9, 3.681837224397664*^9}, {3.6818373595787363`*^9, - 3.6818374537754908`*^9}, {3.681837562221323*^9, 3.6818375769428663`*^9}, { - 3.681910108411652*^9, 3.681910109523672*^9}, {3.681914019772044*^9, - 3.6819140660350637`*^9}, {3.681914192192573*^9, 3.681914197016157*^9}, { - 3.6819143018703423`*^9, 3.6819143025663137`*^9}, {3.681915201163806*^9, - 3.681915204987383*^9}, {3.681915310962316*^9, 3.681915331517808*^9}, { - 3.681915405175632*^9, 3.6819154062625723`*^9}, {3.681915499756755*^9, - 3.681915499981236*^9}, {3.682073936912169*^9, 3.6820739483816547`*^9}, { - 3.6820743306881447`*^9, 3.682074335621664*^9}, {3.682074407370736*^9, - 3.682074414704529*^9}, {3.6820745276580267`*^9, 3.6820745282934628`*^9}, { - 3.6820746925334578`*^9, 3.682074694860141*^9}, {3.682074732983082*^9, - 3.682074765426908*^9}, {3.6820749940801067`*^9, 3.682075014622149*^9}, { - 3.682075051439227*^9, 3.6820750769809523`*^9}, {3.682080559474235*^9, - 3.682080571064229*^9}, {3.682081192052569*^9, 3.682081198850922*^9}, { - 3.6820825372652617`*^9, 3.682082587828931*^9}, {3.682083882451795*^9, - 3.682083906361766*^9}, {3.682084834510179*^9, 3.682084909148551*^9}, { - 3.682085355867062*^9, 3.6820853570730352`*^9}, {3.682085387352064*^9, - 3.682085468590469*^9}, {3.6820954917674417`*^9, 3.682095491933237*^9}, { - 3.6820955359818773`*^9, 3.6820955368911743`*^9}, {3.6820955810166683`*^9, - 3.682095702639804*^9}, {3.6820958051670427`*^9, 3.682095833859441*^9}, { - 3.6820959556190987`*^9, 3.682095960147934*^9}, {3.682096089911231*^9, - 3.682096098702631*^9}, {3.6820961601906853`*^9, 3.682096164437451*^9}, { - 3.6820962600043573`*^9, 3.682096261183568*^9}, 3.6820964289853363`*^9, { - 3.682101172972685*^9, 3.682101186499799*^9}, {3.682102756494223*^9, - 3.6821027720587893`*^9}, {3.682102815514278*^9, 3.682102843539885*^9}, { - 3.682102913889373*^9, 3.6821029181999683`*^9}, {3.682676951614175*^9, - 3.682677014282371*^9}, {3.682743302412827*^9, 3.682743302984312*^9}, { - 3.68283882611203*^9, 3.682838829861582*^9}, {3.682839274791851*^9, - 3.6828392951419153`*^9}, {3.6828394322211113`*^9, 3.682839485235921*^9}, { - 3.682839522176443*^9, 3.6828396062695837`*^9}, {3.6838754373593946`*^9, - 3.6838754620697947`*^9}, {3.683875498464595*^9, 3.6838755411461954`*^9}, { - 3.6838755757937956`*^9, 3.6838756168373957`*^9}, {3.683877299628604*^9, - 3.683877302748604*^9}, {3.683877625231806*^9, 3.683877735617407*^9}, { - 3.6838777700934067`*^9, 3.683877786629407*^9}, {3.683877824459407*^9, - 3.683877883255808*^9}, {3.683877991675808*^9, 3.6838780441230087`*^9}, - 3.6838781541810093`*^9, {3.6838785155238113`*^9, 3.6838785162258115`*^9}, { - 3.683883648168741*^9, 3.6838836561403418`*^9}, {3.6838836902887416`*^9, - 3.683884028949144*^9}, {3.6838840713655443`*^9, 3.6838841621887445`*^9}, { - 3.683885078039551*^9, 3.6838850783983507`*^9}, {3.6840604337874165`*^9, - 3.6840604341150165`*^9}, {3.684060677475018*^9, 3.6840607181130185`*^9}, { - 3.684064659458737*^9, 3.684064660824226*^9}, {3.684065013290655*^9, - 3.6840651007018023`*^9}, 3.684091992501087*^9, {3.684092047571642*^9, - 3.684092056517186*^9}, {3.684092093787097*^9, 3.684092109418057*^9}, { - 3.684092154139434*^9, 3.684092154840337*^9}, 3.684092215316921*^9, { - 3.684092293078665*^9, 3.684092296157777*^9}, {3.684092465243285*^9, - 3.684092482747108*^9}, {3.684092743174653*^9, 3.684092745262229*^9}, { - 3.684122119660481*^9, 3.684122119802287*^9}, {3.684122540865759*^9, - 3.684122543651548*^9}, {3.684122650380859*^9, 3.684122682496744*^9}, { - 3.684122718574717*^9, 3.6841227264847918`*^9}, {3.6841275607768307`*^9, - 3.684127629729051*^9}, {3.684127891116247*^9, 3.684127892571128*^9}, { - 3.684483205713032*^9, 3.684483211262594*^9}, {3.684483790403738*^9, - 3.684483795123879*^9}, {3.685285890213419*^9, 3.685285902411302*^9}, { - 3.6852859679097023`*^9, 3.685285972385825*^9}, {3.686539651186246*^9, - 3.686539652401841*^9}, {3.6865488692683764`*^9, 3.686548871875628*^9}, { - 3.686549678453073*^9, 3.686549812821848*^9}, {3.6865498480750237`*^9, - 3.6865498666827497`*^9}, {3.686549900073018*^9, 3.686549936893228*^9}, { - 3.6865499930279913`*^9, 3.686550060430197*^9}, {3.686550112225142*^9, - 3.6865501356261597`*^9}, {3.6865501835287313`*^9, 3.686550267746396*^9}, { - 3.686550530272417*^9, 3.686550577558567*^9}, {3.686636392798913*^9, - 3.686636458512154*^9}, {3.686636825377118*^9, 3.6866368257130737`*^9}, { - 3.690876148810753*^9, 3.690876180435878*^9}, {3.690888859078938*^9, - 3.690888904056428*^9}, {3.6908895958854427`*^9, 3.690889596291432*^9}, { - 3.690889701343381*^9, 3.690889744880413*^9}, {3.690889780680581*^9, - 3.690889820427496*^9}, {3.690890032406951*^9, 3.690890053995669*^9}, { - 3.690890444323526*^9, 3.6908904470700083`*^9}, {3.690890814997316*^9, - 3.690890815831262*^9}, {3.690891007984201*^9, 3.690891031395673*^9}, { - 3.690891133552911*^9, 3.690891137120051*^9}, {3.690891176841043*^9, - 3.6908911898237658`*^9}, {3.690891626381727*^9, 3.690891627189205*^9}, { - 3.690891712786038*^9, 3.690891713655484*^9}, {3.690891758219355*^9, - 3.6908917585035152`*^9}, {3.690891852466124*^9, 3.690891855496437*^9}, { - 3.690892074279029*^9, 3.690892122266016*^9}, {3.690892157891358*^9, - 3.690892159507001*^9}, {3.690892460974785*^9, 3.690892488819858*^9}, { - 3.690892643174568*^9, 3.6908926561424713`*^9}, {3.690892695920432*^9, - 3.690892761646077*^9}, {3.705381561172036*^9, 3.705381563232807*^9}, { - 3.705381730133943*^9, 3.705381731010749*^9}, {3.705381761485899*^9, - 3.7053817625813923`*^9}, {3.705381961091528*^9, 3.705381961739848*^9}, { - 3.705382886776128*^9, 3.705382910719694*^9}, {3.70538298540779*^9, - 3.705382999790876*^9}, {3.705383200859761*^9, 3.705383201317832*^9}, { - 3.712039804004003*^9, 3.712039837410914*^9}, {3.712039888007128*^9, - 3.712039976950371*^9}, {3.712040039595913*^9, 3.7120400428353252`*^9}, { - 3.71437291775845*^9, 3.714372920591165*^9}, {3.714373013115429*^9, - 3.714373111168646*^9}, {3.714381611549461*^9, 3.71438168878443*^9}, { - 3.71438182004793*^9, 3.7143818226490498`*^9}, {3.714913981660367*^9, - 3.714913993459426*^9}, {3.716819647322055*^9, 3.716819649144059*^9}, { - 3.716819738528111*^9, 3.716819741943658*^9}, {3.716819893292836*^9, - 3.716819911259316*^9}, {3.716820049225861*^9, 3.716820110288262*^9}, { - 3.716820157664789*^9, 3.7168201582227993`*^9}, 3.716820271941564*^9, { - 3.7173994935959806`*^9, 3.717399535062772*^9}, 3.717740896966391*^9, { - 3.7179422063447857`*^9, 3.717942206357648*^9}, {3.7180130748350773`*^9, - 3.7180130910990973`*^9}, {3.7180148242351923`*^9, - 3.7180148311457357`*^9}, {3.718014898102281*^9, 3.718014898233629*^9}, { - 3.718015243930171*^9, 3.718015282584255*^9}, 3.718015315920961*^9, { - 3.7180156461055937`*^9, 3.718015755165243*^9}, {3.7180157967662783`*^9, - 3.718015829733087*^9}, {3.7180158831958733`*^9, 3.7180160053342524`*^9}, { - 3.718016239795858*^9, 3.718016245499477*^9}, {3.71844534122999*^9, - 3.718445351214416*^9}, {3.718445534462845*^9, 3.718445544887985*^9}, { - 3.726464354380864*^9, 3.726464357211823*^9}, {3.7264644108631153`*^9, - 3.72646442689914*^9}, {3.726470847882986*^9, 3.726470865128058*^9}, { - 3.7264709109909163`*^9, 3.72647099076378*^9}, {3.726471087701652*^9, - 3.726471104816641*^9}, {3.726474185878257*^9, 3.726474189604694*^9}, - 3.726474223211694*^9, {3.7264744761979103`*^9, 3.726474483011284*^9}, { - 3.7264745194447823`*^9, 3.72647451967942*^9}, {3.726904493491934*^9, - 3.726904531469075*^9}, {3.726905529651862*^9, 3.726905645699419*^9}, - 3.727164723614419*^9, {3.7271647636423893`*^9, 3.727164798426024*^9}, { - 3.727164958421529*^9, 3.727164988222075*^9}, {3.727165042310004*^9, - 3.7271650488753567`*^9}, {3.727679329728222*^9, 3.727679384869399*^9}, - 3.72767941926967*^9, {3.7301441859807997`*^9, 3.7301441909532824`*^9}, { - 3.7305437419606*^9, 3.7305437430825768`*^9}, {3.730544137286261*^9, - 3.730544137542388*^9}, {3.730544272563367*^9, 3.73054429091084*^9}, { - 3.734086643112812*^9, 3.734086650280046*^9}, {3.734086721542708*^9, - 3.734086741504282*^9}, {3.734086996113962*^9, 3.7340869980551243`*^9}, - 3.73408730066591*^9, {3.734087391864551*^9, 3.734087401446116*^9}, { - 3.734087436367076*^9, 3.734087460116948*^9}, {3.7340876420579853`*^9, - 3.7340876423708982`*^9}, {3.734087932780149*^9, 3.734088059863969*^9}, { - 3.734088377921844*^9, 3.7340884199114656`*^9}, {3.734088509745023*^9, - 3.734088518509304*^9}, {3.7340885760800037`*^9, 3.734088595190104*^9}, - 3.7340888079526997`*^9, {3.734088951665037*^9, 3.734089018509555*^9}, { - 3.734092222193697*^9, 3.73409229550977*^9}, {3.734092364593038*^9, - 3.73409237038064*^9}, {3.734097452322815*^9, 3.7340974727356043`*^9}, { - 3.7340976191960287`*^9, 3.734097652441235*^9}, {3.73410054000917*^9, - 3.734100541951701*^9}, {3.735030627906562*^9, 3.7350306391261253`*^9}, { - 3.7350306883908873`*^9, 3.7350307008109818`*^9}, {3.7350309342608757`*^9, - 3.735030941583761*^9}, {3.7350311561314373`*^9, 3.73503121656846*^9}, { - 3.735031371649341*^9, 3.73503137200354*^9}, {3.7350314486109877`*^9, - 3.735031497236422*^9}, {3.735031527623269*^9, 3.735031536838859*^9}, { - 3.737968498976862*^9, 3.737968499224889*^9}, {3.758529550852418*^9, - 3.758529723846592*^9}, {3.759519421858753*^9, 3.759519422273179*^9}, - 3.762793093487715*^9, {3.767429226854641*^9, 3.767429227023518*^9}, { - 3.767429361529838*^9, 3.767429372416533*^9}, {3.7741631032659397`*^9, - 3.774163106115437*^9}, {3.7801172241973057`*^9, 3.780117258802784*^9}, { - 3.780117937312771*^9, 3.7801179398540087`*^9}, {3.7869684882693243`*^9, - 3.786968489587207*^9}, {3.7874610484996147`*^9, 3.787461049168895*^9}, - 3.7879189518581457`*^9, {3.787919893314981*^9, 3.787919899779025*^9}, - 3.787920620467207*^9, {3.787920703361155*^9, 3.787920714504895*^9}, { - 3.787920784495517*^9, 3.787920869957136*^9}, {3.7879209123963003`*^9, - 3.787920926755817*^9}, {3.787921181054405*^9, 3.7879212051335506`*^9}, { - 3.807981747899035*^9, 3.8079817644104156`*^9}, {3.808076122478218*^9, - 3.80807614447685*^9}, {3.808105402037675*^9, 3.808105473542317*^9}, { - 3.808105508712895*^9, 3.80810550943211*^9}, {3.834838981553276*^9, - 3.8348389869743423`*^9}, {3.891172425627554*^9, 3.8911724300403023`*^9}, { - 3.891172461067546*^9, 3.8911724815761127`*^9}, {3.891172514273013*^9, - 3.891172520426619*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"8bec8f45-67ff-4553-bdc8-a2a53ef217d6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ImportCrystalData", "[", - RowBox[{"ciffile_", ",", - RowBox[{"Name_String", ":", "\"\<\>\""}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "Input"}], " ", "check", " ", "and", " ", - "setup"}], " ", "*)"}], - RowBox[{"name", ",", - RowBox[{"specialLabels", "=", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"{", "\"\<Void\>\"", "}"}], ",", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], "]"}]}], ",", "import", - ",", "sub", ",", "endstring", ",", "enc", ",", "left", ",", "mid", ",", - "right", ",", "\[IndentingNewLine]", - RowBox[{"modulationQ", "=", "False"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Lattice"}], " ", "parameters"}], " ", "*)"}], - "cell", ",", "x", ",", "X", ",", "multipleQ", ",", "parts", ",", - "coordCount", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"C", ".", " ", "Atom"}], " ", "data"}], " ", "*)"}], - "atomdata", ",", "atomtags", ",", "c", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"D", ".", " ", "Anisotropic"}], " ", "displacement", " ", - "parameters", " ", - RowBox[{"(", "ADPs", ")"}]}], " ", "*)"}], "anisodata", ",", - "anisoOrder", ",", "P", ",", "atomoverview", ",", "tags", ",", "labels", - ",", "disp", ",", "item", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"E", ".", " ", "Misc"}], " ", "data", " ", "labels", " ", - RowBox[{"(", - RowBox[{"wavelength", ",", " ", - RowBox[{"formula", " ", "units"}]}], ")"}]}], " ", "*)"}], - "\[Lambda]", ",", "Z", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"F", ".", " ", "Chemical"}], " ", "formula"}], " ", "*)"}], - "formula", ",", "chemicalformula", ",", "L", ",", "l", ",", "r", ",", - "checkParentheses", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"G", ".", " ", "Space"}], " ", "group"}], " ", "*)"}], - "sgTags", ",", "sgData", ",", "sg", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"H", ".", " ", "Adding"}], " ", "item", " ", "to", " ", - "dataset"}], " ", "*)"}], "options", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Misc", " ", "*)"}], "temp"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"A", ".", " ", "Input"}], " ", "check", " ", "and", " ", - "setup", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Name", "\[Equal]", "\"\<\>\""}], ",", - RowBox[{"name", "=", - RowBox[{"FileBaseName", "[", "ciffile", "]"}]}], ",", - RowBox[{"name", "=", "Name"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"specialLabels", ",", "name"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ImportCrystalData", "::", "SpecialLabel"}], ",", "name"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".1", ".", " ", "Check"}], " ", "file"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"import", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Import", "[", - RowBox[{"ciffile", ",", "\"\<String\>\""}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"sub", "=", - RowBox[{"OptionValue", "[", "\"\<ExtractSubdata\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"IntegerQ", "[", "#", "]"}], "&&", - RowBox[{"Positive", "[", "#", "]"}]}], "&"}], "@", "sub"}], - ")"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "subdataInteger"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".2", ".", " ", "Auxiliary"}], " ", "variables"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"endstring", "=", - RowBox[{"{", - RowBox[{ - "\"\<loop_\>\"", ",", "\"\<\\n\\n\>\"", ",", "\"\<;\>\"", ",", - "\"\<#\>\"", ",", "EndOfString"}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"enc", "=", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}]}], ";", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"annotation", "/", "enclosing"}], " ", "marks"}], " ", "*)"}], - "\[IndentingNewLine]", - StyleBox[ - RowBox[{ - RowBox[{"{", - RowBox[{"left", ",", "mid", ",", "right"}], "}"}], "=", - RowBox[{"{", - RowBox[{ - "\"\<\\!\\(\\*SubscriptBox[\\(\>\"", ",", "\"\<\\), \\(\>\"", ",", - "\"\<\\)]\\)\>\""}], "}"}]}], - ShowSpecialCharacters->False, - ShowStringCharacters->True, - NumberMarks->True], - StyleBox[";", - ShowSpecialCharacters->False, - ShowStringCharacters->True, - NumberMarks->True], "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".3", ".", " ", "Check"}], " ", "radiation", " ", "type"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<_diffrn_radiation_type\>\"", ",", - "\"\<_diffrn_radiation_probe\>\""}], "}"}], - "\[IndentingNewLine]", "~~", "Whitespace", "~~", - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", "enc"}], "}"}], "~~", - RowBox[{"t", ":", - RowBox[{"LetterCharacter", ".."}]}], "~~", "\"\<\\n\>\""}], "]"}], - "\[RuleDelayed]", "t"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"temp", ",", "#"}], "]"}], ",", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ImportCrystalData", "::", "notMaXrd"}], ",", "#"}], - "]"}]}], "]"}], "\[IndentingNewLine]", "&"}], "/@", - RowBox[{"{", - RowBox[{"\"\<neutron\>\"", ",", "\"\<electron\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".4", ".", " ", "Check"}], " ", "for", " ", "modulation"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"import", ",", "\"\<_space_group_ssg_name\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"modulationQ", "=", "True"}], ";", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "modulation"}], "]"}]}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"B", ".", " ", "Lattice"}], " ", "parameters", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", - RowBox[{".1", ".", " ", "Extracting"}], " ", "lattice", " ", - "parameters"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"cell", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"x", ":", - RowBox[{"(", - RowBox[{"\"\<_cell_\>\"", "~~", - RowBox[{"{", - RowBox[{"\"\<length\>\"", ",", "\"\<angle\>\""}], "}"}], "~~", - "__", "~~", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<.\>\""}], "}"}], ".."}]}], - ")"}]}], "~~", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<(\>\"", ",", "Whitespace"}], "}"}]}], "]"}], - "\[RuleDelayed]", - RowBox[{"ToLowerCase", "@", "x"}]}], ",", "\[IndentingNewLine]", - RowBox[{"IgnoreCase", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"cell", "\[Equal]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "latticeParameters"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", - RowBox[{".2", ".", " ", "Check"}], " ", "for", " ", "multiplue", " ", - "structures"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"cell", "=", - RowBox[{"StringSplit", "[", - RowBox[{"cell", ",", "Whitespace"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "cell"}], ">", "6"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"multipleQ", "=", "True"}], ";", - RowBox[{"parts", "=", - RowBox[{ - RowBox[{"Length", "[", "cell", "]"}], "/", "6"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Length", "@", "cell"}], "\[Equal]", "6"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"multipleQ", "=", "False"}], ";", - RowBox[{"parts", "=", "1"}]}], ",", "\[IndentingNewLine]", "\t", - "True", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "cell"}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Return", "@", "cell"}]}]}], "\[IndentingNewLine]", "\t", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Correct", " ", "ordering"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"cell", "=", - RowBox[{"Partition", "[", - RowBox[{"cell", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Length", "@", "cell"}], "/", - RowBox[{"Quotient", "[", - RowBox[{ - RowBox[{"Length", "@", "cell"}], ",", "6"}], "]"}]}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"X", "=", - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"x", "=", - RowBox[{"X", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"P", "=", - RowBox[{"FindPermutation", "[", - RowBox[{"x", ",", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<_cell_length_a\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<_cell_length_b\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<_cell_length_c\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<_cell_angle_alpha\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<_cell_angle_beta\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<_cell_angle_gamma\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - "cell", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", - - RowBox[{"Permute", "[", - RowBox[{"X", ",", "P"}], "]"}]}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "cell"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"cell", "=", - RowBox[{"cell", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "All", ",", "2"}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", - RowBox[{".3", ".", " ", "Check"}], " ", "subdata", " ", "extraction"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Verify", " ", "with", " ", "fractional", " ", "coordinates"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"coordCount", "=", - RowBox[{"StringCount", "[", - RowBox[{"import", ",", "\"\<_atom_site_fract_x\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"coordCount", "===", "0"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "atomData"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\t", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"parts", "=", - RowBox[{"Min", "[", - RowBox[{"parts", ",", "coordCount"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"multipleQ", "&&", - RowBox[{"sub", ">", "parts"}]}], ")"}], "||", - RowBox[{"(", - RowBox[{ - RowBox[{"!", "multipleQ"}], "&&", - RowBox[{"sub", "\[NotEqual]", "1"}]}], ")"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ImportCrystalData", "::", "subdataLength"}], ",", - "parts"}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"IntegerQ", "[", "parts", "]"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "subdataInteger"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Return", "@", "parts"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Extract", " ", "subdata"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"cell", "=", - RowBox[{"ToExpression", "@", - RowBox[{ - "cell", "\[LeftDoubleBracket]", "sub", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"C", ".", " ", "Atom"}], " ", "data", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<AtomData\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".1", ".", " ", "Extracting"}], " ", "relevant", " ", "data", - " ", "block"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Fractional", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Occupation", " ", "factor"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Site", " ", "symmetry", " ", "multiplicity"}], " ", "*)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Extracting", " ", "_atom", "_site", " ", "loop"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"atomdata", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"labels", ":", - RowBox[{"(", - RowBox[{ - "Whitespace", "~~", "\"\<_atom_site_\>\"", "~~", "__", "~~", - "\"\<\\n\>\""}], ")"}]}], "~~", - RowBox[{"data", ":", - RowBox[{"(", - RowBox[{"StartOfLine", "~~", - RowBox[{"Whitespace", "..."}], "~~", "LetterCharacter", "~~", - "__", "~~", "\"\<\\n\>\""}], ")"}]}], "\[IndentingNewLine]", "~~", - RowBox[{"{", - RowBox[{"endstring", ",", "\"\<_atom_site_aniso\>\"", ",", - RowBox[{"\"\<_\>\"", "~~", - RowBox[{"Except", "[", "\"\<a\>\"", "]"}]}]}], "}"}]}], "]"}], - "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"labels", ",", "data"}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"No", " ", - RowBox[{"data", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"atomdata", "\[Equal]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "atomData"}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Delete", " ", "cases", " ", "containing", " ", "anisotropy", " ", - "data"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"atomdata", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"atomdata", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"x_", "/;", - RowBox[{"StringContainsQ", "[", - RowBox[{ - RowBox[{ - "x", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ",", - "\"\<aniso\>\""}], "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Specify", " ", "sub"}], "-", "data"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"atomdata", "=", - RowBox[{ - "atomdata", "\[LeftDoubleBracket]", "sub", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".2", ".", " ", "Organising"}], " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"atomtags", "=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{ - "atomdata", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<_atom_site_\>\"", "~~", - RowBox[{ - RowBox[{"{", - RowBox[{"WordCharacter", ",", "\"\<_\>\""}], "}"}], ".."}]}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{ - "atomdata", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - ",", - RowBox[{"\"\<(\>\"", "~~", - RowBox[{"DigitCharacter", ".."}], "~~", "\"\<)\>\""}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"Partition", "[", - RowBox[{ - RowBox[{"StringSplit", "@", "atomdata"}], ",", - RowBox[{"Length", "@", "atomtags"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"atomdata", ",", - RowBox[{"x_", "/;", - RowBox[{ - RowBox[{"Length", "[", "x", "]"}], "\[NotEqual]", - RowBox[{"Length", "[", "atomtags", "]"}]}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", - RowBox[{"atomtags", "\[Rule]", - RowBox[{"Transpose", "@", "atomdata"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", ".3", " ", "Fixing", " ", "entries"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"If", " ", "'"}], "site_type", - RowBox[{"_symbol", "'"}], " ", "is", " ", "missing"}], ",", " ", - RowBox[{ - RowBox[{"copy", " ", "'"}], - RowBox[{"site_label", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"atomdata", ",", "\"\<_atom_site_type_symbol\>\""}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"atomdata", ",", "\[IndentingNewLine]", - RowBox[{"\"\<_atom_site_type_symbol\>\"", "\[Rule]", - RowBox[{"atomdata", "[", "\"\<_atom_site_label\>\"", "]"}]}]}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Process", " ", "and", " ", "check", " ", "elements"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"atomdata", "[", "\"\<_atom_site_type_symbol\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "temp"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Clear", " ", "any", " ", "ion", " ", "charges"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<IgnoreIonCharge\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringDelete", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\"", ",", "DigitCharacter"}], - "}"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Update", " ", "'"}], - RowBox[{"atomdata", "'"}], " ", - RowBox[{"with", " ", "'"}], - RowBox[{"temp", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomdata", "[", "\"\<_atom_site_type_symbol\>\"", "]"}], "=", - "temp"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"D", ".", " ", "Anisotropic"}], " ", "displacement", " ", - "parameters", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"D", - RowBox[{".1", ".", " ", "If"}], " ", "missing"}], ",", " ", - RowBox[{ - "use", " ", "default", " ", "values", " ", "for", " ", "ADP"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", - RowBox[{"First", "@", "atomdata"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"atomdata", ",", "\"\<_atom_site_adp_type\>\""}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"atomdata", ",", - RowBox[{"\"\<_atom_site_adp_type\>\"", "\[Rule]", - RowBox[{"ConstantArray", "[", - RowBox[{"\"\<Uiso\>\"", ",", "L"}], "]"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"atomdata", ",", "\"\<_atom_site_U_iso_or_equiv\>\""}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"atomdata", ",", - RowBox[{"\"\<_atom_site_U_iso_or_equiv\>\"", "\[Rule]", - RowBox[{"ConstantArray", "[", - RowBox[{"0", ",", "L"}], "]"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"D", - RowBox[{".2", ".", " ", "Anisotropic"}], " ", "displacement", " ", - "parameters"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - "\"\<loop_\>\"", "~~", "Whitespace", "~~", "\[IndentingNewLine]", - RowBox[{"x", ":", - RowBox[{"(", - RowBox[{"\"\<_atom_site_aniso\>\"", "~~", "__"}], ")"}]}], "~~", - "endstring"}], "]"}], "\[RuleDelayed]", "x"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"anisodata", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<OrganiseAtomdata\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"anisodata", "=", - RowBox[{ - "anisodata", "\[LeftDoubleBracket]", "sub", - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"D", - RowBox[{".3", ".", " ", "Noting"}], " ", "the", " ", "order", " ", - RowBox[{"(", "permutation", ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"anisoOrder", "=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{"anisodata", ",", - RowBox[{"\"\<U_\>\"", "~~", - RowBox[{"DigitCharacter", ".."}]}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"P", "=", - RowBox[{"FindPermutation", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<U_11\>\"", ",", "\"\<U_22\>\"", ",", "\"\<U_33\>\"", ",", - "\"\<U_12\>\"", ",", "\"\<U_13\>\"", ",", "\"\<U_23\>\""}], "}"}], - ",", "anisoOrder"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Nothing", " ", "there", " ", "to", " ", - RowBox[{"extract", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{"anisodata", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - "\"\<_atom_site_aniso_\>\"", "~~", "x__", "~~", "Whitespace"}], - "]"}], "\[RuleDelayed]", "x"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"c", "=", - RowBox[{"Flatten", "@", - RowBox[{"Quiet", "@", - RowBox[{"Position", "[", - RowBox[{"temp", ",", "\[IndentingNewLine]", "\t", - RowBox[{"x_", "/;", - RowBox[{"StringContainsQ", "[", - RowBox[{"x", ",", "\"\<U\>\""}], "]"}]}]}], "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"D", - RowBox[{".4", ".", " ", "Extracting"}], " ", "relevant", " ", "data", - " ", "and", " ", "trimming"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"StringCases", "[", - RowBox[{"anisodata", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - "\"\<_atom_site_aniso\>\"", "~~", "__", "~~", "EndOfLine"}], "]"}], - "~~", "Whitespace", "~~", - RowBox[{"(*", " ", - RowBox[{"Last", " ", "line"}], " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{"x", ":", - RowBox[{"(", - RowBox[{"WordCharacter", "~~", "__"}], ")"}]}]}], - "\[RuleDelayed]", "x"}]}], - RowBox[{"(*", " ", "Content", " ", "*)"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "there", " ", "is", " ", "any", " ", "actual", - " ", "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"anisodata", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Goto", "[", "\"\<OrganiseAtomdata\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"StringSplit", "[", - RowBox[{ - RowBox[{"First", "@", "anisodata"}], ",", "Whitespace"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"StringReplace", "[", - RowBox[{"anisodata", ",", - RowBox[{ - RowBox[{"x__", "~~", "\"\<(\>\"", "~~", "__", "~~", "\"\<)\>\""}], - "\[RuleDelayed]", "x"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"Partition", "[", - RowBox[{"anisodata", ",", - RowBox[{"Length", "@", "temp"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Correcting", " ", "parameter", " ", "order"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anisodata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "c"}], "\[RightDoubleBracket]"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Permute", "[", - RowBox[{"#", ",", "P"}], "]"}], "&"}], "/@", - RowBox[{"anisodata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "c"}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Associating", " ", "each", " ", "atom", " ", "with", " ", "values"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"anisodata", "=", - RowBox[{"Association", "[", "\[IndentingNewLine]", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{ - RowBox[{"anisodata", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}], "\[Rule]", - RowBox[{"anisodata", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "c"}], "\[RightDoubleBracket]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "anisodata"}]}], "}"}]}], "]"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"D", - RowBox[{".5", ".", " ", "Organising"}], " ", "the", " ", "atom", " ", - "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<OrganiseAtomdata\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"atomoverview", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"tags", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<_atom_site_occupancy\>\"", ",", "\[IndentingNewLine]", - "\"\<_atom_site_site_symmetry_multiplicity\>\"", ",", - "\[IndentingNewLine]", "\"\<_atom_site_site_symmetry_order\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"labels", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<OccupationFactor\>\"", ",", "\[IndentingNewLine]", - "\"\<SiteSymmetryMultiplicity\>\"", ",", "\[IndentingNewLine]", - "\"\<SiteSymmetryOrder\>\""}], "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"item", "=", - RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"item", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Element\>\"", "\[Rule]", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"\"\<_atom_site_type_symbol\>\"", ",", "i"}], - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"atomdata", ",", - RowBox[{ - "tags", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"item", ",", - RowBox[{ - RowBox[{ - "labels", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[Rule]", "\[IndentingNewLine]", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{ - "tags", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], ",", "i"}], - "\[RightDoubleBracket]"}]}]}], "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"Length", "@", "tags"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"item", ",", - RowBox[{ - "\"\<FractionalCoordinates\>\"", "\[Rule]", "\[IndentingNewLine]", - RowBox[{"Evaluate", "[", - RowBox[{ - RowBox[{ - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"\"\<_atom_site_fract_\>\"", "<>", "#"}], ",", "i"}], - "\[RightDoubleBracket]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"\"\<x\>\"", ",", "\"\<y\>\"", ",", "\"\<z\>\""}], - "}"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"\"\<_atom_site_adp_type\>\"", ",", "i"}], - "\[RightDoubleBracket]"}], ",", - RowBox[{"-", "3"}]}], "]"}], "===", "\"\<ani\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"disp", "=", - RowBox[{"Part", "[", - RowBox[{"anisodata", ",", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"\"\<_atom_site_label\>\"", ",", "i"}], - "\[RightDoubleBracket]"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"disp", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"\"\<_atom_site_U_iso_or_equiv\>\"", ",", "i"}], - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"item", ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "disp"}]}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"item", ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"\"\<_atom_site_adp_type\>\"", ",", "i"}], - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"AppendTo", "[", - RowBox[{"atomoverview", ",", "item"}], "]"}]}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", - RowBox[{"First", "@", "atomdata"}]}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"E", ".", " ", "Misc"}], " ", "data", " ", "labels", " ", "*", - - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"E", - RowBox[{".1", ".", " ", "Wavelength"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - "\"\<_diffrn_radiation_wavelength\>\"", "~~", "\[IndentingNewLine]", - "Whitespace", "~~", - RowBox[{"x", ":", - RowBox[{ - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<.\>\""}], "}"}], ".."}]}], "~~", - "Whitespace"}], "]"}], "\[RuleDelayed]", "x"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"\[Lambda]", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "\[Lambda]"}], ">", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"ToExpression", "@", - RowBox[{ - "\[Lambda]", "\[LeftDoubleBracket]", "sub", - "\[RightDoubleBracket]"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"ToExpression", "@", - RowBox[{"First", "@", "\[Lambda]"}]}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"E", - RowBox[{".2", ".", " ", "Forumla"}], " ", "units", " ", - RowBox[{"(", "Z", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Z", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - "\"\<_cell_formula_units_Z\>\"", "~~", "\[IndentingNewLine]", - "Whitespace", "~~", - RowBox[{"z", ":", "DigitCharacter"}]}], "]"}], "\[RuleDelayed]", - "z"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Z", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Z", "=", "0"}], ",", - RowBox[{"Z", "=", - RowBox[{"ToExpression", "@", - RowBox[{"First", "@", "Z"}]}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"F", ".", " ", "Chemical"}], " ", "formula", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"F", - RowBox[{".1", ".", " ", "Extracting"}], " ", "formula"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{ - RowBox[{ - RowBox[{"StringCases", "[", - RowBox[{"import", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{"#", "~~", - RowBox[{ - RowBox[{"{", - RowBox[{"Whitespace", ",", "\"\<\\n\>\""}], "}"}], ".."}], "~~", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", "f__", - "~~", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", - RowBox[{ - RowBox[{"{", - RowBox[{"Whitespace", ",", "\"\<\\n\>\""}], "}"}], ".."}]}], - "]"}], "\[RuleDelayed]", "f"}]}], "]"}], "&"}], "/@", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Prioritised", " ", "order"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - "\"\<_chemical_formula_iupac\>\"", ",", "\[IndentingNewLine]", - "\"\<_chemical_formula_structural\>\"", ",", "\[IndentingNewLine]", - "\"\<_chemical_formula_sum\>\""}], "}"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"Select", "[", - RowBox[{ - RowBox[{"Flatten", "@", "formula"}], ",", - RowBox[{ - RowBox[{"!", - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"\"\<,\>\"", ",", "\"\<?\>\""}], "}"}]}], "]"}]}], - "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"StringDelete", "[", - RowBox[{"formula", ",", - RowBox[{"{", - RowBox[{"\"\<\\r\>\"", ",", "\"\<~\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"F", - RowBox[{".2", ".", " ", "Check"}], " ", "for", " ", "simplest", " ", - "formula"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Select", "[", - RowBox[{"formula", ",", - RowBox[{ - RowBox[{"!", - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", "\"\<(\>\""}], "]"}]}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{"formula", "=", - RowBox[{"{", - RowBox[{"First", "@", "temp"}], "}"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"F", - RowBox[{".3", ".", " ", "Misc"}], " ", "treatmeant", " ", "and", " ", - "possible", " ", "subdata", " ", "selection"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"formula", "===", - RowBox[{"{", "}"}]}], "||", - RowBox[{"formula", "===", - RowBox[{"{", "\"\<\>\"", "}"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"chemicalformula", "=", "\"\<\>\""}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroup\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"{", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"StringTrim", "@", - RowBox[{"First", "@", "formula"}]}], ",", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}]}], "]"}], "}"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"formula", "===", - RowBox[{"{", "\"\<\>\"", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"chemicalformula", "=", "\"\<\>\""}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroup\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"StringSplit", "@", "formula"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "formula"}], ">", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{ - "formula", "\[LeftDoubleBracket]", "sub", "\[RightDoubleBracket]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"formula", "=", - RowBox[{"Flatten", "@", "formula"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"F", - RowBox[{".4", ".", " ", "Loop"}], " ", "for", " ", "formatting", " ", - "the", " ", "chemical", " ", "formula"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<FormatFormula\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{"formula", ",", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"\"\<(\>\"", ",", "\"\<)\>\""}], "}"}]}], "]"}], "&"}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"l", ",", "r"}], "}"}], "=", - RowBox[{"Flatten", "@", - RowBox[{"Position", "[", - RowBox[{ - RowBox[{"StringPosition", "[", "\[IndentingNewLine]", - RowBox[{"formula", ",", - RowBox[{"{", - RowBox[{"\"\<(\>\"", ",", "\"\<)\>\""}], "}"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"_", ",", "_"}], "}"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"checkParentheses", "=", "True"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"chemicalformula", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{ - "formula", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"x", ":", - RowBox[{"LetterCharacter", ".."}]}], "~~", - "\[IndentingNewLine]", - RowBox[{"y", ":", - RowBox[{ - RowBox[{"(", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<.\>\""}], "}"}], ")"}], - ".."}]}]}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", "y"}], "}"}]}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"AppendTo", "[", - RowBox[{"chemicalformula", ",", - RowBox[{ - "formula", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "\[Equal]", "\"\<1\>\""}], ",", - RowBox[{"AppendTo", "[", - RowBox[{"chemicalformula", ",", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], - "]"}], ",", "\[IndentingNewLine]", "True", ",", - RowBox[{"AppendTo", "[", - RowBox[{"chemicalformula", ",", - RowBox[{"left", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "<>", - "mid", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "<>", - "right"}]}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "formula"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"chemicalformula", "=", - RowBox[{"StringDelete", "[", - RowBox[{"chemicalformula", ",", - RowBox[{"{", - RowBox[{"\"\<(\>\"", ",", "\"\<)\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Adding", " ", "back", " ", "parentheses"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"checkParentheses", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "chemicalformula", "\[LeftDoubleBracket]", "l", - "\[RightDoubleBracket]"}], "=", - RowBox[{"\"\<(\>\"", "<>", - RowBox[{ - "chemicalformula", "\[LeftDoubleBracket]", "l", - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "chemicalformula", "\[LeftDoubleBracket]", "r", - "\[RightDoubleBracket]"}], "=", - RowBox[{ - RowBox[{ - "chemicalformula", "\[LeftDoubleBracket]", "r", - "\[RightDoubleBracket]"}], "<>", "\"\<)\>\""}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"chemicalformula", "=", - RowBox[{"StringJoin", "@", "chemicalformula"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"G", ".", " ", "Space"}], " ", "group", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<SpaceGroup\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"G", - RowBox[{".1", ".", " ", "Prioritised"}], " ", "list", " ", "of", " ", - "data", " ", "labels"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"sgTags", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<_space_group_name_Hall\>\"", ",", "\[IndentingNewLine]", - "\"\<_space_group_name_H-M_alt\>\"", ",", "\[IndentingNewLine]", - "\"\<_space_group_IT_number\>\"", ",", "\[IndentingNewLine]", - "\"\<_symmetry_space_group_name_Hall\>\"", ",", - "\[IndentingNewLine]", "\"\<_symmetry_space_group_name_H-M\>\"", ",", - "\[IndentingNewLine]", "\"\<_symmetry_Int_Tables_number\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"G", - RowBox[{".2", ".", " ", "Extract"}], " ", "space", " ", "group", " ", - "sections", " ", "from", " ", "imported", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"sgData", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{"Shortest", "[", - RowBox[{"sgTags", "~~", "__", "~~", "\"\<loop_\>\""}], "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "[", "sgData", "]"}], ">", "0"}], ",", - RowBox[{"sgData", "=", - RowBox[{ - "sgData", "\[LeftDoubleBracket]", "sub", - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"sgData", "=", - RowBox[{"StringTrim", "@", - RowBox[{"StringDelete", "[", - RowBox[{"sgData", ",", "\"\<loop_\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"G", - RowBox[{".3", ".", " ", "Make"}], " ", "association", " ", "of", " ", - "tags", " ", "and", " ", "corresponding", " ", "info"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"sgData", "=", - RowBox[{"StringCases", "[", - RowBox[{"sgData", ",", - RowBox[{ - RowBox[{ - RowBox[{"t", ":", "sgTags"}], "~~", "Whitespace", "~~", - RowBox[{"sg", ":", - RowBox[{"Shortest", "[", - RowBox[{ - RowBox[{"Except", "[", "WhitespaceCharacter", "]"}], "~~", - "__"}], "]"}]}], "~~", - RowBox[{"{", - RowBox[{"\"\<\\n\>\"", ",", "EndOfString"}], "}"}]}], - "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"t", "\[Rule]", "sg"}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"sgData", "=", - RowBox[{"Association", "@", - RowBox[{"Flatten", "@", "sgData"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"sgData", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"sgData", ",", "\"\<?\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"G", - RowBox[{".4", ".", " ", "Go"}], " ", "through", " ", "priority", " ", - "order", " ", "and", " ", "validate"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"sg", "=", - RowBox[{"sgData", "[", - RowBox[{ - "sgTags", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"Quiet", "@", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretSpaceGroup\>\"", ",", "sg", ",", "False"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sg", "=!=", "Null"}], ",", - RowBox[{"Break", "[", "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "sgTags"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"G", - RowBox[{".5", ".", " ", "For"}], " ", "modulated", " ", "structures"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"sg", "===", "Null"}], "&&", "modulationQ"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"sg", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<_space_group_ssg_name\>\"", "~~", "Whitespace", "~~", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", "sg__", - "~~", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", - "\"\<\\n\>\""}], "\[RuleDelayed]", "sg"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"StringCases", "[", - RowBox[{"sg", ",", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{"StartOfString", "~~", "___", "\[IndentingNewLine]", "~~", - RowBox[{"sg", ":", - RowBox[{"(", - RowBox[{"LetterCharacter", "~~", "__"}], ")"}]}], "~~", - "\"\<(\>\""}], "]"}], "\[RuleDelayed]", "sg"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sg", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{"sg", "=", - RowBox[{"Quiet", "@", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<InterpretSpaceGroup\>\"", ",", "\[IndentingNewLine]", - RowBox[{"First", "@", - RowBox[{"Flatten", "@", "sg"}]}], ",", "False"}], "]"}]}]}]}], - "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"G", - RowBox[{".6", ".", " ", "If"}], " ", "missing", " ", "space", " ", - "group"}], ",", " ", - RowBox[{"display", " ", "message", " ", "and", " ", - RowBox[{"use", " ", "'"}], - RowBox[{"P1", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sg", "===", "Null"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "SG"}], "]"}], ";", - RowBox[{"sg", "=", "\"\<P1\>\""}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"H", ".", " ", "Adding"}], " ", "item", " ", "to", " ", - "dataset", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"options", "=", - RowBox[{ - RowBox[{ - RowBox[{"Thread", "[", - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], ",", "String"}], "]"}], - "&"}], "/@", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{"First", "/@", - RowBox[{"Options", "@", "ImportCrystalData"}]}], ")"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "name", ",", "chemicalformula", ",", "Z", ",", "sg", ",", - "\[Lambda]"}], "}"}], ",", "\[IndentingNewLine]", "cell", ",", - "atomoverview", ",", "\[IndentingNewLine]", "options"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.681837686555131*^9, 3.681837715873535*^9}, { - 3.681877151035359*^9, 3.681877151857564*^9}, {3.681877348954164*^9, - 3.681877351369781*^9}, {3.6819101014855537`*^9, 3.681910102580982*^9}, { - 3.681910388849527*^9, 3.681910408879343*^9}, {3.68191049699089*^9, - 3.681910537526072*^9}, 3.681911688964922*^9, {3.681911786680073*^9, - 3.68191179058315*^9}, {3.6819118723996363`*^9, 3.681911873844613*^9}, { - 3.6819140964123163`*^9, 3.681914157322269*^9}, {3.681914205795579*^9, - 3.681914208330812*^9}, {3.6819143084716177`*^9, 3.681914309199279*^9}, { - 3.681915194701557*^9, 3.68191521259623*^9}, {3.681915428641061*^9, - 3.6819154541920223`*^9}, {3.681915508982588*^9, 3.6819155187349586`*^9}, { - 3.6819168348799667`*^9, 3.681916852300927*^9}, {3.681916888900612*^9, - 3.6819168922893877`*^9}, {3.6820739592699213`*^9, 3.682073996952688*^9}, { - 3.682077463877149*^9, 3.6820776052573*^9}, {3.6820776372594213`*^9, - 3.682077686799657*^9}, {3.682082418603697*^9, 3.682082430746922*^9}, { - 3.682082519458561*^9, 3.682082521010309*^9}, {3.682082595976618*^9, - 3.682082596294907*^9}, {3.6820837443110313`*^9, 3.682083747517606*^9}, { - 3.682085086096871*^9, 3.682085095360746*^9}, 3.682085308263221*^9, { - 3.682100925090796*^9, 3.682100925856657*^9}, {3.682101196995595*^9, - 3.68210120054681*^9}, {3.682102829546782*^9, 3.682102838691023*^9}, { - 3.682102904632976*^9, 3.68210290614216*^9}, {3.6821029535021467`*^9, - 3.68210296190212*^9}, {3.6821774013515873`*^9, 3.6821774370058517`*^9}, { - 3.682177563252334*^9, 3.6821775661249437`*^9}, {3.682177600506325*^9, - 3.682177656459094*^9}, {3.682177729400577*^9, 3.6821778309729347`*^9}, { - 3.6821779750759077`*^9, 3.6821780129943647`*^9}, {3.682178072320471*^9, - 3.682178073136857*^9}, {3.682214729418475*^9, 3.68221473007382*^9}, { - 3.682214797329495*^9, 3.682214821071869*^9}, {3.682677055762129*^9, - 3.682677082149714*^9}, {3.682832420816259*^9, 3.682832449368558*^9}, { - 3.682832537779292*^9, 3.682832682693927*^9}, {3.682832735492477*^9, - 3.682832824132668*^9}, {3.6828328598467293`*^9, 3.682833026767085*^9}, - 3.682833162444942*^9, {3.682837210396799*^9, 3.6828372402788343`*^9}, - 3.6828373947973213`*^9, {3.68283759506389*^9, 3.682837664986249*^9}, { - 3.682837709908091*^9, 3.682837753503565*^9}, {3.6828379970329027`*^9, - 3.682838055525839*^9}, 3.682838232320035*^9, {3.682838429627843*^9, - 3.682838434879648*^9}, {3.682838593168171*^9, 3.682838596462935*^9}, { - 3.682838879126762*^9, 3.6828390199199743`*^9}, {3.682839067845223*^9, - 3.682839077317922*^9}, {3.682839121979623*^9, 3.682839223955677*^9}, { - 3.6828393367109547`*^9, 3.682839338923073*^9}, 3.682839501563301*^9, { - 3.6828417490831413`*^9, 3.682841811537655*^9}, {3.682842027045608*^9, - 3.6828420299735603`*^9}, {3.682842258778105*^9, 3.682842282884631*^9}, { - 3.683459177108799*^9, 3.683459293968474*^9}, {3.6834593554150763`*^9, - 3.683459366581719*^9}, {3.6834598133851852`*^9, 3.683459848895413*^9}, { - 3.683459997268997*^9, 3.6834600067561207`*^9}, {3.6835293248460393`*^9, - 3.683529326321478*^9}, {3.6835294138321333`*^9, 3.6835295044250803`*^9}, { - 3.683537492652543*^9, 3.68353749405657*^9}, {3.683537541824689*^9, - 3.6835375782357893`*^9}, {3.683537711555953*^9, 3.683537794377946*^9}, { - 3.683537977977876*^9, 3.683537990192911*^9}, {3.6835380313465023`*^9, - 3.6835380750741434`*^9}, {3.683538285553391*^9, 3.6835383618232574`*^9}, { - 3.6835383921034403`*^9, 3.6835383922126417`*^9}, {3.6835385237387714`*^9, - 3.683538644173087*^9}, {3.683538876743412*^9, 3.6835388845745115`*^9}, { - 3.683539294421953*^9, 3.683539430798027*^9}, 3.6835395063385925`*^9, { - 3.683539599016776*^9, 3.683539607581341*^9}, {3.683539676599069*^9, - 3.6835396785491066`*^9}, {3.6835397231971655`*^9, 3.683539733087755*^9}, { - 3.683540253168607*^9, 3.6835404587493606`*^9}, {3.6835404930700207`*^9, - 3.6835404965800877`*^9}, {3.683540560868924*^9, 3.6835405975523753`*^9}, { - 3.6835406619192133`*^9, 3.6835407044144306`*^9}, 3.683541270345587*^9, { - 3.68354135218476*^9, 3.6835414187044396`*^9}, {3.6835414565975685`*^9, - 3.683541461776868*^9}, {3.683541917711236*^9, 3.6835419313458977`*^9}, - 3.6835422222290916`*^9, {3.683572964384384*^9, 3.683572966999359*^9}, { - 3.6835730541015053`*^9, 3.683573069879159*^9}, {3.683573103784048*^9, - 3.683573132220851*^9}, {3.68357317178211*^9, 3.683573226507544*^9}, { - 3.68357326053117*^9, 3.683573653411612*^9}, {3.683573688834921*^9, - 3.6835737835140333`*^9}, {3.683573824322988*^9, 3.6835738252471046`*^9}, { - 3.683595424868795*^9, 3.683595451786187*^9}, {3.683595483733911*^9, - 3.683595484340826*^9}, {3.6835955910574837`*^9, 3.6835956274016047`*^9}, { - 3.683595762457136*^9, 3.683595797136365*^9}, {3.683595846224218*^9, - 3.683596001170824*^9}, {3.6835960422674*^9, 3.6835960891762123`*^9}, { - 3.6835962378875504`*^9, 3.6835962484282827`*^9}, {3.683596395857547*^9, - 3.6835966353910303`*^9}, {3.683596898118559*^9, 3.683596901156117*^9}, { - 3.683596978213135*^9, 3.6835970018659067`*^9}, {3.683597032809555*^9, - 3.6835970665686617`*^9}, {3.68359712696749*^9, 3.6835971278314257`*^9}, { - 3.683597176550775*^9, 3.68359717787001*^9}, {3.68359720886909*^9, - 3.683597216597783*^9}, {3.6835972585402813`*^9, 3.6835972594512873`*^9}, { - 3.68359730637988*^9, 3.68359732121716*^9}, {3.683597369010441*^9, - 3.6835974243989*^9}, {3.683597489283207*^9, 3.6835974932304993`*^9}, { - 3.6835975761879187`*^9, 3.683597578756028*^9}, {3.683597619308737*^9, - 3.683597743987504*^9}, 3.683598235040094*^9, {3.683598338929348*^9, - 3.683598413911125*^9}, {3.68359850546655*^9, 3.683598562786562*^9}, { - 3.683600135064497*^9, 3.6836001441563673`*^9}, 3.683600190405829*^9, { - 3.683600223266963*^9, 3.68360022351584*^9}, {3.683861653697109*^9, - 3.6838617583709097`*^9}, {3.6838617890837097`*^9, 3.68386180051851*^9}, { - 3.6838720230872736`*^9, 3.6838721491664743`*^9}, {3.6838722337964754`*^9, - 3.6838723530428762`*^9}, {3.683872389047676*^9, 3.683872467032077*^9}, { - 3.68387824945021*^9, 3.68387825924701*^9}, {3.6838782937698097`*^9, - 3.6838783371378107`*^9}, {3.683878387057811*^9, 3.6838784373210115`*^9}, { - 3.683878666485012*^9, 3.6838787350002127`*^9}, {3.683879405377817*^9, - 3.6838794279042177`*^9}, {3.6838794682146177`*^9, 3.683879531597418*^9}, { - 3.6838823679725337`*^9, 3.683882399500134*^9}, {3.683882440028934*^9, - 3.683882440200534*^9}, {3.68388345639794*^9, 3.68388345794234*^9}, { - 3.683883545037141*^9, 3.683883563881941*^9}, {3.6838843089223456`*^9, - 3.6838843101859455`*^9}, {3.6838846093375473`*^9, - 3.6838846380259476`*^9}, {3.6838847150743484`*^9, 3.683884738474348*^9}, { - 3.683884796022749*^9, 3.683884836645149*^9}, {3.683884879498349*^9, - 3.6838848901375494`*^9}, {3.68388495205395*^9, 3.68388501010155*^9}, { - 3.68388504030315*^9, 3.68388504270555*^9}, 3.6838850989123507`*^9, { - 3.683885198268751*^9, 3.683885218689152*^9}, {3.683912883065785*^9, - 3.683912893756435*^9}, {3.683913100428589*^9, 3.6839131623230047`*^9}, { - 3.6839132253230247`*^9, 3.6839132395051737`*^9}, {3.683913537550117*^9, - 3.68391355671695*^9}, {3.683914614791511*^9, 3.683914615884431*^9}, { - 3.683914757414419*^9, 3.683914851565317*^9}, {3.683914963356751*^9, - 3.683915043562475*^9}, {3.6839150884529943`*^9, 3.68391514006312*^9}, { - 3.683915261541957*^9, 3.683915267605801*^9}, {3.683915370843563*^9, - 3.683915373148366*^9}, {3.6839154629056883`*^9, 3.683915465520754*^9}, { - 3.683916066162204*^9, 3.683916209881385*^9}, {3.683916242403504*^9, - 3.68391624273678*^9}, {3.68391631311016*^9, 3.683916315029543*^9}, { - 3.683916417398801*^9, 3.683916493270235*^9}, 3.683916540969326*^9, { - 3.6839165797143183`*^9, 3.683916597561346*^9}, {3.683916669848016*^9, - 3.6839166878486032`*^9}, {3.683916731510866*^9, 3.6839167406461277`*^9}, { - 3.683916779525547*^9, 3.683916810603664*^9}, {3.683916856013338*^9, - 3.683916880227283*^9}, {3.683916915864532*^9, 3.6839169239385757`*^9}, { - 3.683916981905188*^9, 3.683917053855734*^9}, 3.683917085238093*^9, { - 3.683917117406871*^9, 3.683917155940662*^9}, {3.683917254301112*^9, - 3.683917322640829*^9}, {3.683917369048996*^9, 3.6839173725287027`*^9}, { - 3.683945926436631*^9, 3.683945951299859*^9}, {3.6839460310261507`*^9, - 3.683946039878233*^9}, {3.683946754408388*^9, 3.683946763862039*^9}, { - 3.683946855058311*^9, 3.6839468559487123`*^9}, {3.683946888930604*^9, - 3.6839468916350193`*^9}, {3.683965973504136*^9, 3.683965981803792*^9}, { - 3.6839660266131144`*^9, 3.6839660635760393`*^9}, {3.683966150618153*^9, - 3.68396615989508*^9}, {3.683966552362355*^9, 3.683966630751149*^9}, { - 3.683966716879807*^9, 3.6839667201718407`*^9}, {3.683966814971418*^9, - 3.683966816827961*^9}, {3.6839670871586246`*^9, 3.683967092940967*^9}, { - 3.6839672384469957`*^9, 3.683967264565357*^9}, {3.68396731494932*^9, - 3.6839673155162992`*^9}, {3.6839675945381927`*^9, - 3.6839676210608873`*^9}, {3.683967653597517*^9, 3.683967667282453*^9}, { - 3.683967706895344*^9, 3.68396783896605*^9}, {3.683967886281891*^9, - 3.683967890763636*^9}, {3.6839680655577517`*^9, 3.683968086932863*^9}, { - 3.6840603924630165`*^9, 3.684060392650216*^9}, {3.6840604459398165`*^9, - 3.6840604461270165`*^9}, {3.684060758127019*^9, 3.6840607719330187`*^9}, { - 3.684091108204876*^9, 3.684091109186337*^9}, {3.6840912297215223`*^9, - 3.684091257151688*^9}, {3.684091304149659*^9, 3.6840913743737698`*^9}, { - 3.684091528500297*^9, 3.684091546612001*^9}, {3.6840916760088882`*^9, - 3.684091710208632*^9}, {3.684091779365342*^9, 3.6840917872010107`*^9}, { - 3.6840918193186693`*^9, 3.684091822997663*^9}, {3.6840920204991217`*^9, - 3.684092027753368*^9}, {3.684092242821933*^9, 3.68409224877349*^9}, { - 3.684092375853321*^9, 3.684092446402137*^9}, {3.684092529479371*^9, - 3.684092601541663*^9}, {3.684092631976705*^9, 3.684092706444932*^9}, { - 3.684122583204362*^9, 3.684122583338593*^9}, {3.684122617769887*^9, - 3.6841226326425533`*^9}, {3.684122842850892*^9, 3.6841228803670053`*^9}, - 3.684662456408539*^9, {3.685083215676849*^9, 3.685083225479327*^9}, { - 3.685273842160692*^9, 3.685273843369611*^9}, 3.6852859866984377`*^9, { - 3.6852865797565203`*^9, 3.6852867418301563`*^9}, {3.68528678670284*^9, - 3.685286837658393*^9}, {3.6852876402392797`*^9, 3.68528764082928*^9}, { - 3.685287686672612*^9, 3.6852877328345823`*^9}, 3.685288359599786*^9, { - 3.685288405265378*^9, 3.685288413567605*^9}, {3.685288460159389*^9, - 3.6852885790055923`*^9}, {3.685288768401976*^9, 3.685288776719144*^9}, { - 3.6852888594727592`*^9, 3.685288869167355*^9}, {3.6852889018778133`*^9, - 3.685288928989695*^9}, {3.685289137837894*^9, 3.685289156578895*^9}, { - 3.6852893298741426`*^9, 3.685289339184761*^9}, {3.6852894371950483`*^9, - 3.685289490675153*^9}, {3.685289568013756*^9, 3.685289576976079*^9}, { - 3.685289608357773*^9, 3.685289658711172*^9}, {3.685289735218001*^9, - 3.6852898069422903`*^9}, {3.685289930471755*^9, 3.6852900810382442`*^9}, { - 3.685290184784808*^9, 3.685290208077758*^9}, {3.685290251165133*^9, - 3.685290252421399*^9}, {3.68529039678588*^9, 3.685290434036058*^9}, { - 3.6852905616198597`*^9, 3.685290648834957*^9}, {3.685290772225479*^9, - 3.6852908445314827`*^9}, {3.685290944529559*^9, 3.685290945406761*^9}, { - 3.6852994143987617`*^9, 3.6852994382525454`*^9}, {3.685299497976466*^9, - 3.685299503829215*^9}, {3.6852995392171392`*^9, 3.685299553596043*^9}, { - 3.685299992582048*^9, 3.685300067802575*^9}, {3.685300115636456*^9, - 3.6853001652887*^9}, {3.685857413666704*^9, 3.685857416648685*^9}, { - 3.685857458690517*^9, 3.685857460318738*^9}, {3.685857739673769*^9, - 3.685857804387884*^9}, {3.685858053804237*^9, 3.685858097255934*^9}, { - 3.685858148189295*^9, 3.685858151202751*^9}, {3.6858582764177513`*^9, - 3.685858278372242*^9}, {3.685858315119955*^9, 3.685858329069948*^9}, { - 3.6858583599842167`*^9, 3.685858443918298*^9}, {3.685858474929714*^9, - 3.685858549786276*^9}, {3.685858646044956*^9, 3.685858729439179*^9}, { - 3.685858780464095*^9, 3.6858588174599037`*^9}, {3.6858588495554333`*^9, - 3.685858854343585*^9}, {3.685858884851486*^9, 3.685858951983511*^9}, { - 3.6858589994260674`*^9, 3.685859010716827*^9}, {3.6858590913432503`*^9, - 3.6858590933696404`*^9}, {3.6858591266083927`*^9, 3.685859175567238*^9}, - 3.6858592443417377`*^9, {3.685859293152143*^9, 3.685859295503252*^9}, { - 3.685859355430237*^9, 3.685859372237409*^9}, {3.685859410728088*^9, - 3.685859590839635*^9}, {3.685859820712883*^9, 3.685859834624839*^9}, { - 3.685859901734437*^9, 3.685859903978137*^9}, {3.685860388384758*^9, - 3.685860416754836*^9}, {3.6858604795627413`*^9, 3.685860511227654*^9}, { - 3.685860553637973*^9, 3.685860566610154*^9}, {3.685860914338649*^9, - 3.685860923340206*^9}, {3.6858609596753263`*^9, 3.685861032397937*^9}, { - 3.685861066897966*^9, 3.685861207437435*^9}, {3.685861269462768*^9, - 3.685861333954526*^9}, {3.68586136454725*^9, 3.685861474318748*^9}, { - 3.685861517225202*^9, 3.685861630127417*^9}, 3.686539654224182*^9, { - 3.6865404731983*^9, 3.686540476632311*^9}, {3.686540838010448*^9, - 3.6865408409572363`*^9}, {3.6865408783411818`*^9, - 3.6865409309172087`*^9}, {3.6865410083871517`*^9, 3.686541019566337*^9}, { - 3.686541108523757*^9, 3.6865411160838137`*^9}, {3.686541345632307*^9, - 3.6865413786757183`*^9}, {3.686541414671311*^9, 3.6865414232386217`*^9}, { - 3.686542165948737*^9, 3.686542250863388*^9}, {3.686542299286373*^9, - 3.686542419483355*^9}, {3.686542765365814*^9, 3.686542896718195*^9}, { - 3.6865429651805696`*^9, 3.686542994361959*^9}, {3.686543052880053*^9, - 3.68654308126692*^9}, {3.686543188486841*^9, 3.686543246136475*^9}, { - 3.686543277183275*^9, 3.686543354140892*^9}, {3.6865439221051064`*^9, - 3.6865439500516567`*^9}, {3.686543985426251*^9, 3.6865439866119337`*^9}, { - 3.686545075225861*^9, 3.686545085996263*^9}, {3.686545142403131*^9, - 3.686545154301223*^9}, {3.686545598710578*^9, 3.686545685031988*^9}, { - 3.686545806504096*^9, 3.686545808221018*^9}, {3.686545843613908*^9, - 3.686545858760723*^9}, {3.6865468611972027`*^9, 3.686546864228973*^9}, { - 3.686547018082903*^9, 3.686547062903644*^9}, {3.686547103018654*^9, - 3.6865472172532377`*^9}, {3.686547286632975*^9, 3.6865473094649553`*^9}, { - 3.68654734925193*^9, 3.686547436898713*^9}, {3.68654749370965*^9, - 3.686547528959359*^9}, {3.6865475636469088`*^9, 3.686547609057955*^9}, { - 3.686547718709216*^9, 3.6865477759813023`*^9}, {3.686547826737184*^9, - 3.6865480149557037`*^9}, {3.686548045811688*^9, 3.6865480534768553`*^9}, { - 3.686548358608864*^9, 3.6865483707973957`*^9}, {3.686548545229116*^9, - 3.686548549254797*^9}, {3.686548686552582*^9, 3.686548712479574*^9}, { - 3.686548761541046*^9, 3.686548806149107*^9}, {3.686548844469076*^9, - 3.6865488456614323`*^9}, {3.6865512672815323`*^9, 3.686551349772369*^9}, { - 3.686551394491152*^9, 3.686551419220949*^9}, {3.68655189093897*^9, - 3.686551964617752*^9}, {3.686552125034718*^9, 3.686552127678214*^9}, { - 3.686552278738872*^9, 3.686552288051901*^9}, {3.6865525035827713`*^9, - 3.6865525526784353`*^9}, {3.686552735101828*^9, 3.686552795442685*^9}, { - 3.686628436474517*^9, 3.686628536322258*^9}, {3.68662881083289*^9, - 3.686628821580617*^9}, {3.686628873638318*^9, 3.686628910585565*^9}, { - 3.686628983168025*^9, 3.686628993135873*^9}, {3.6866290244093027`*^9, - 3.686629036936223*^9}, {3.6866293771745977`*^9, 3.686629573836637*^9}, { - 3.686629642177215*^9, 3.686629642772787*^9}, {3.6866297243246927`*^9, - 3.6866297671380577`*^9}, {3.68662980589575*^9, 3.686629921941725*^9}, { - 3.6866301477171917`*^9, 3.6866302198000402`*^9}, {3.686631051792659*^9, - 3.686631052244384*^9}, {3.686631154483254*^9, 3.6866311697969627`*^9}, { - 3.686631263333723*^9, 3.686631263601918*^9}, {3.68663139867869*^9, - 3.686631404581489*^9}, {3.686632984962451*^9, 3.686633004174432*^9}, { - 3.686633061394642*^9, 3.686633130346314*^9}, 3.68663316413481*^9, { - 3.686633214954659*^9, 3.686633436141959*^9}, {3.686633467345083*^9, - 3.6866334864811068`*^9}, {3.686633732074704*^9, 3.686633950675581*^9}, { - 3.6866339912854033`*^9, 3.6866340595716867`*^9}, {3.686634611539404*^9, - 3.686634722427601*^9}, {3.686634814350337*^9, 3.686634814637828*^9}, { - 3.686634848303295*^9, 3.686634860468422*^9}, {3.686634959197269*^9, - 3.686635026207364*^9}, {3.68663506717763*^9, 3.6866350677294807`*^9}, { - 3.686635268873169*^9, 3.686635270603788*^9}, {3.68663534659659*^9, - 3.6866353696721687`*^9}, {3.686635471413412*^9, 3.686635473760983*^9}, { - 3.6866356402250023`*^9, 3.686635644442481*^9}, {3.686635679985345*^9, - 3.686635680347102*^9}, {3.686635843450626*^9, 3.686635908529458*^9}, { - 3.686635953810897*^9, 3.6866359950759563`*^9}, {3.686636042815072*^9, - 3.6866360445918283`*^9}, {3.686636224007688*^9, 3.686636234413014*^9}, { - 3.6866363817222557`*^9, 3.6866363842471933`*^9}, {3.686636486734826*^9, - 3.686636604026161*^9}, {3.686636645111916*^9, 3.6866366626343937`*^9}, { - 3.6866368484698067`*^9, 3.6866368552832947`*^9}, {3.686636984722148*^9, - 3.686637049101089*^9}, {3.6866375767735558`*^9, 3.686637597148796*^9}, { - 3.686637631857192*^9, 3.686637660318914*^9}, 3.686637776999043*^9, - 3.6866378241871567`*^9, {3.686638044023232*^9, 3.6866380683314543`*^9}, { - 3.686648571674737*^9, 3.686648590586588*^9}, {3.686648644103341*^9, - 3.686648699630372*^9}, {3.6866488318241167`*^9, 3.686648927329699*^9}, { - 3.686649011926078*^9, 3.686649017761073*^9}, 3.6866490558613367`*^9, { - 3.686649180311656*^9, 3.686649237585517*^9}, {3.686649268341486*^9, - 3.686649299889591*^9}, 3.686649347683876*^9, 3.6866493803691263`*^9, { - 3.686649421883061*^9, 3.686649452018013*^9}, {3.68664949952623*^9, - 3.686649514816061*^9}, {3.686649598044321*^9, 3.6866496640735693`*^9}, { - 3.6866499742318172`*^9, 3.686650012613455*^9}, {3.68665014714787*^9, - 3.686650168490876*^9}, {3.686653129809244*^9, 3.686653140923666*^9}, - 3.686653171799799*^9, {3.686653203816307*^9, 3.686653397228634*^9}, { - 3.686653465870021*^9, 3.686653466088895*^9}, {3.6866591193849993`*^9, - 3.6866591352071877`*^9}, {3.6866591837970877`*^9, 3.686659210764454*^9}, { - 3.690874230627651*^9, 3.690874268469171*^9}, {3.69087456514154*^9, - 3.690874571118001*^9}, {3.690874767574018*^9, 3.690874860731365*^9}, { - 3.690875040950881*^9, 3.6908750514047613`*^9}, {3.690875087293241*^9, - 3.69087508958405*^9}, {3.6908751460732193`*^9, 3.690875201464147*^9}, { - 3.690875238324142*^9, 3.690875244244442*^9}, {3.690875332110111*^9, - 3.690875363938733*^9}, {3.690875479188937*^9, 3.690875485268502*^9}, - 3.690875705424657*^9, {3.6908757446717033`*^9, 3.6908757566453743`*^9}, { - 3.690876018113851*^9, 3.690876090202244*^9}, {3.690876130301553*^9, - 3.6908761305931997`*^9}, {3.6908777563640127`*^9, 3.690877779628961*^9}, - 3.690877827070587*^9, {3.690877871694067*^9, 3.690877874641543*^9}, { - 3.69087798628898*^9, 3.6908779879454107`*^9}, {3.6908781424130697`*^9, - 3.6908781425572853`*^9}, {3.6908803713150663`*^9, 3.690880375245215*^9}, { - 3.690880409207288*^9, 3.690880410842257*^9}, {3.690880443383237*^9, - 3.6908804962567787`*^9}, {3.6908805517361307`*^9, 3.690880564888294*^9}, { - 3.69088101790664*^9, 3.690881022556374*^9}, {3.690881227807176*^9, - 3.690881275933888*^9}, {3.690881502287149*^9, 3.690881522253579*^9}, { - 3.6908815757498693`*^9, 3.690881595413355*^9}, {3.690881689977112*^9, - 3.69088169272445*^9}, {3.690881823214643*^9, 3.69088186786427*^9}, { - 3.690881955183896*^9, 3.690881961966961*^9}, {3.690881998162924*^9, - 3.6908820032421503`*^9}, {3.690882071583241*^9, 3.6908821174670258`*^9}, { - 3.6908824066073523`*^9, 3.690882492658814*^9}, {3.690882526130692*^9, - 3.690882543146225*^9}, {3.690882573247946*^9, 3.6908826192923326`*^9}, { - 3.690882691946703*^9, 3.6908827488378057`*^9}, {3.690883257173853*^9, - 3.690883258024938*^9}, 3.690883321343444*^9, {3.6908834730530787`*^9, - 3.690883505616665*^9}, {3.690883586666316*^9, 3.690883587886053*^9}, { - 3.690883726732333*^9, 3.690883730635768*^9}, {3.6908847416899967`*^9, - 3.690884800086941*^9}, {3.690884833588965*^9, 3.690884846707543*^9}, { - 3.690884956325741*^9, 3.690884960595014*^9}, {3.6908851561812887`*^9, - 3.690885159020203*^9}, {3.6908851897244253`*^9, 3.690885201131942*^9}, { - 3.690885272446883*^9, 3.6908852729055567`*^9}, {3.6908859970913353`*^9, - 3.6908859977945843`*^9}, {3.6908861081770906`*^9, - 3.6908862090540743`*^9}, {3.6908862482401733`*^9, 3.690886364363151*^9}, { - 3.690886399985446*^9, 3.690886400137809*^9}, {3.6908865069000893`*^9, - 3.6908865110757093`*^9}, {3.690886573914403*^9, 3.690886576086144*^9}, { - 3.6908866803232403`*^9, 3.690886722521126*^9}, {3.690886883712907*^9, - 3.6908868936917353`*^9}, {3.690886953697514*^9, 3.69088720818289*^9}, { - 3.690887585108078*^9, 3.690887606738702*^9}, {3.690887655800318*^9, - 3.690887749544612*^9}, {3.6908879194909277`*^9, 3.690888005258441*^9}, { - 3.690888075006751*^9, 3.690888123005012*^9}, {3.690888154107943*^9, - 3.690888165839559*^9}, {3.6908882161064177`*^9, 3.690888300778494*^9}, { - 3.690888770051404*^9, 3.690888783892008*^9}, {3.6908901458703527`*^9, - 3.69089015758394*^9}, {3.690890191114049*^9, 3.690890310979289*^9}, { - 3.690890370799263*^9, 3.6908904356941547`*^9}, {3.6908905934376993`*^9, - 3.690890698958642*^9}, {3.690890731521749*^9, 3.690890737003929*^9}, { - 3.690890771478266*^9, 3.690890787306638*^9}, {3.6908910420417356`*^9, - 3.690891074213822*^9}, {3.690891258425971*^9, 3.690891490528727*^9}, { - 3.690891524491589*^9, 3.690891537510817*^9}, {3.690891574588409*^9, - 3.6908916135805607`*^9}, {3.690891651212935*^9, 3.69089166958366*^9}, { - 3.705028644018639*^9, 3.705028647599525*^9}, {3.705029101172365*^9, - 3.705029107290732*^9}, {3.705029149528407*^9, 3.705029166206131*^9}, { - 3.7050292214937363`*^9, 3.705029222428486*^9}, {3.705029256554995*^9, - 3.7050292575576143`*^9}, {3.705029316649047*^9, 3.705029347147097*^9}, { - 3.705379984089679*^9, 3.7053800543548393`*^9}, {3.705380095250505*^9, - 3.705380108115614*^9}, 3.705380148169414*^9, {3.70538019683451*^9, - 3.705380213095047*^9}, {3.7053804166764708`*^9, 3.7053804402345467`*^9}, { - 3.705380566776813*^9, 3.705380576521379*^9}, {3.705380611345931*^9, - 3.705380640053465*^9}, {3.705380722618957*^9, 3.7053807433800993`*^9}, { - 3.705380799464793*^9, 3.7053808012668877`*^9}, {3.70538083355977*^9, - 3.7053808588703537`*^9}, {3.705380894266776*^9, 3.705380895503932*^9}, { - 3.705381058358472*^9, 3.705381065358697*^9}, {3.705381102219154*^9, - 3.705381105719275*^9}, {3.7053811558848658`*^9, 3.705381277348399*^9}, { - 3.705381974474321*^9, 3.705382003060091*^9}, {3.70538203810003*^9, - 3.7053820411788607`*^9}, {3.705382108889456*^9, 3.7053821467573442`*^9}, { - 3.7053821786248293`*^9, 3.705382179617531*^9}, {3.705382481290308*^9, - 3.705382522062904*^9}, {3.7053825535503798`*^9, 3.705382555679167*^9}, { - 3.705382630831314*^9, 3.705382708240117*^9}, {3.705383207993224*^9, - 3.705383246279758*^9}, {3.7053833306512327`*^9, 3.705383407796979*^9}, { - 3.7053834552078743`*^9, 3.705383537800829*^9}, {3.705384029774302*^9, - 3.7053840422253847`*^9}, {3.705384123564886*^9, 3.705384143090168*^9}, { - 3.705384309537613*^9, 3.7053843356127777`*^9}, {3.705384405334144*^9, - 3.705384495729072*^9}, {3.705384623715996*^9, 3.7053846592758636`*^9}, { - 3.711351111770576*^9, 3.711351113856388*^9}, {3.711351145943018*^9, - 3.711351152774556*^9}, {3.711352489546802*^9, 3.7113524914060583`*^9}, { - 3.711352591876399*^9, 3.711352760371176*^9}, {3.711352795505945*^9, - 3.7113528061494007`*^9}, {3.711352946687026*^9, 3.711352947992275*^9}, { - 3.711872206103055*^9, 3.711872263469742*^9}, {3.711872332850672*^9, - 3.711872333104144*^9}, {3.712038639037058*^9, 3.712038722071074*^9}, { - 3.712039155304579*^9, 3.712039158509935*^9}, {3.712039224408853*^9, - 3.712039251439427*^9}, 3.712039316350741*^9, {3.712039482613575*^9, - 3.7120395129520063`*^9}, {3.712039594482299*^9, 3.712039605579571*^9}, - 3.712039718787567*^9, {3.712039758887706*^9, 3.7120397888413477`*^9}, { - 3.712041870075758*^9, 3.712041943264638*^9}, {3.712042231432576*^9, - 3.712042273473843*^9}, {3.712042360001617*^9, 3.71204237737145*^9}, { - 3.7120424364915*^9, 3.712042501698626*^9}, {3.7120431096884727`*^9, - 3.712043171911232*^9}, {3.712476026225499*^9, 3.712476051024411*^9}, - 3.712476100775619*^9, {3.712476645729344*^9, 3.712476702921423*^9}, { - 3.712476737449065*^9, 3.712476758588127*^9}, {3.712476821297773*^9, - 3.712476831624687*^9}, {3.712478672953239*^9, 3.712478687162466*^9}, { - 3.71247877161519*^9, 3.7124788849639*^9}, {3.71247892120807*^9, - 3.712479085521503*^9}, 3.712479672963057*^9, 3.712479765712575*^9, { - 3.712479876872574*^9, 3.712479903650322*^9}, {3.71247996505613*^9, - 3.712479966003675*^9}, {3.712480117261688*^9, 3.712480119698488*^9}, { - 3.712482156061984*^9, 3.71248216501117*^9}, {3.712482757208851*^9, - 3.712482776726468*^9}, {3.712483335793894*^9, 3.712483376257092*^9}, { - 3.712483534540847*^9, 3.712483585245718*^9}, {3.712554043916257*^9, - 3.71255407205492*^9}, {3.7125541494405003`*^9, 3.712554259995756*^9}, { - 3.7143644954690237`*^9, 3.714364498620454*^9}, {3.714364530650523*^9, - 3.714364532234413*^9}, {3.7143646331374283`*^9, 3.714364648867915*^9}, { - 3.714365035935523*^9, 3.714365068184824*^9}, {3.7143652039844503`*^9, - 3.714365213251802*^9}, {3.714365295999627*^9, 3.7143653030948477`*^9}, { - 3.7143657521081333`*^9, 3.714365762242819*^9}, {3.714366393814814*^9, - 3.714366419913129*^9}, {3.714366466477858*^9, 3.714366467674356*^9}, { - 3.714366501937438*^9, 3.714366505723628*^9}, {3.714367167021729*^9, - 3.71436740245326*^9}, {3.71436784827663*^9, 3.71436790164959*^9}, { - 3.714368199518496*^9, 3.714368219341834*^9}, {3.714371806450234*^9, - 3.7143718693604507`*^9}, {3.714382063322034*^9, 3.7143820825814953`*^9}, { - 3.714382171958996*^9, 3.714382227738618*^9}, {3.7143822632015457`*^9, - 3.714382264865775*^9}, {3.714382426612254*^9, 3.714382427651102*^9}, { - 3.714382513226758*^9, 3.714382549358738*^9}, {3.714382765216748*^9, - 3.71438278235201*^9}, {3.714382814153933*^9, 3.714382877397443*^9}, { - 3.714382914463346*^9, 3.7143829604795856`*^9}, {3.7143830031041183`*^9, - 3.714383016857888*^9}, {3.714383452159505*^9, 3.714383452706373*^9}, { - 3.71438357484027*^9, 3.714383576234696*^9}, {3.7143842702358847`*^9, - 3.7143842886956043`*^9}, {3.714384418210403*^9, 3.714384448154595*^9}, { - 3.714384480836069*^9, 3.7143844888277197`*^9}, {3.714384681093793*^9, - 3.714384684135685*^9}, {3.714384749336495*^9, 3.714384813372967*^9}, { - 3.714913420900578*^9, 3.714913427072555*^9}, {3.714913637647194*^9, - 3.714913637787532*^9}, {3.717255063345069*^9, 3.717255067807077*^9}, { - 3.717395044031961*^9, 3.7173950695702343`*^9}, {3.717398264490716*^9, - 3.717398264834695*^9}, {3.7173982974356413`*^9, 3.71739829773092*^9}, { - 3.7173983312148123`*^9, 3.717398410935465*^9}, {3.7173985489270277`*^9, - 3.7173985906669397`*^9}, {3.717398663320311*^9, 3.7173986995367126`*^9}, { - 3.717398766756649*^9, 3.7173988344406033`*^9}, 3.71774089699483*^9, { - 3.717942206461034*^9, 3.717942206596238*^9}, {3.718001083421361*^9, - 3.7180010863717527`*^9}, {3.718001135716935*^9, 3.7180011730042562`*^9}, { - 3.7180012420205603`*^9, 3.718001246082906*^9}, {3.71800131202584*^9, - 3.718001490297841*^9}, {3.718001758217325*^9, 3.7180017624723253`*^9}, { - 3.7180020086844378`*^9, 3.71800202103938*^9}, {3.7180021208313513`*^9, - 3.718002138298472*^9}, {3.718002178107481*^9, 3.7180021870757427`*^9}, { - 3.718002278697837*^9, 3.7180022917418327`*^9}, {3.718004011257444*^9, - 3.718004060306809*^9}, {3.718004178323606*^9, 3.718004200606402*^9}, { - 3.718004231644692*^9, 3.718004294053293*^9}, {3.718004332014246*^9, - 3.7180043497396603`*^9}, {3.718004412450512*^9, 3.718004595533595*^9}, { - 3.7180050361781807`*^9, 3.718005036907324*^9}, {3.7180052709414*^9, - 3.7180052733987427`*^9}, {3.718005586792924*^9, 3.7180056075707893`*^9}, { - 3.718005658259408*^9, 3.718005754817443*^9}, {3.71800856463656*^9, - 3.71800857111441*^9}, {3.718011555406355*^9, 3.7180116436145687`*^9}, { - 3.7180116767277927`*^9, 3.718011716802039*^9}, {3.718011812817415*^9, - 3.7180119039718733`*^9}, {3.718011946973734*^9, 3.718012009401104*^9}, { - 3.7180123279232197`*^9, 3.7180123303706408`*^9}, {3.71801252154222*^9, - 3.718012528853718*^9}, {3.718012574849312*^9, 3.718012574966339*^9}, { - 3.718013271916046*^9, 3.7180133097037563`*^9}, {3.718016115636971*^9, - 3.718016120139029*^9}, 3.718016215078356*^9, {3.718019262481444*^9, - 3.718019291892578*^9}, {3.718019370276717*^9, 3.718019382214369*^9}, { - 3.7211196117950983`*^9, 3.7211196190156116`*^9}, {3.721119873978917*^9, - 3.7211199180767117`*^9}, {3.721120069028652*^9, 3.721120086820054*^9}, { - 3.7211203629974737`*^9, 3.721120378086216*^9}, {3.721120546601379*^9, - 3.721120563053873*^9}, {3.721120663741705*^9, 3.721120766165029*^9}, { - 3.721120876472484*^9, 3.721120891775013*^9}, {3.7264644375260687`*^9, - 3.7264645036052856`*^9}, {3.726464686640902*^9, 3.726464771880875*^9}, { - 3.7264648643195066`*^9, 3.726464864714224*^9}, {3.726464894788763*^9, - 3.726464899931055*^9}, {3.726465521020912*^9, 3.7264655296166677`*^9}, { - 3.726465562307811*^9, 3.726465564286838*^9}, {3.7264656031749563`*^9, - 3.726465603565353*^9}, {3.72646579688305*^9, 3.726465891906356*^9}, { - 3.7264663432198753`*^9, 3.72646636188659*^9}, {3.726466394426621*^9, - 3.726466397906537*^9}, {3.72646643028502*^9, 3.7264664738672743`*^9}, { - 3.726470472993636*^9, 3.726470659912174*^9}, {3.726470703245821*^9, - 3.7264708113652277`*^9}, {3.726471139895425*^9, 3.726471141013126*^9}, { - 3.726472819712816*^9, 3.726472845807508*^9}, {3.726472914426814*^9, - 3.726472989073833*^9}, {3.7264736097205877`*^9, 3.7264736249601183`*^9}, { - 3.726473937644083*^9, 3.7264740296429377`*^9}, {3.726474069875421*^9, - 3.726474072787526*^9}, {3.726474120797406*^9, 3.726474143959763*^9}, { - 3.726903049806059*^9, 3.7269030547343407`*^9}, {3.726903142272684*^9, - 3.7269031702654457`*^9}, {3.72690323817605*^9, 3.72690324214952*^9}, { - 3.726904666797345*^9, 3.72690472961802*^9}, {3.72690503908265*^9, - 3.7269050510823603`*^9}, {3.7269053676492443`*^9, - 3.7269053707222843`*^9}, {3.726905403463994*^9, 3.7269054117154408`*^9}, { - 3.726905443971477*^9, 3.726905503921131*^9}, {3.727164034637611*^9, - 3.727164037865155*^9}, {3.7271640764732323`*^9, 3.727164077961165*^9}, { - 3.727164122196415*^9, 3.727164195119008*^9}, {3.72716427909273*^9, - 3.7271643209900007`*^9}, {3.727164551035019*^9, 3.727164566305697*^9}, { - 3.727164826004902*^9, 3.727164856425762*^9}, {3.727164911864665*^9, - 3.7271649472276087`*^9}, 3.727165028000827*^9, {3.727165439732793*^9, - 3.727165443410883*^9}, {3.7271655152345543`*^9, 3.727165518210894*^9}, { - 3.727165612817891*^9, 3.7271656329615726`*^9}, {3.727165667879693*^9, - 3.727165694496305*^9}, {3.727165734300901*^9, 3.727165734484397*^9}, { - 3.7271657951285973`*^9, 3.727165800373414*^9}, 3.727166507374901*^9, { - 3.727166549641523*^9, 3.7271665498291388`*^9}, {3.727679363556376*^9, - 3.72767937948258*^9}, {3.730144293448069*^9, 3.730144296917568*^9}, { - 3.73054370707415*^9, 3.730543712122634*^9}, {3.730543761369562*^9, - 3.730543761517167*^9}, {3.7305443832698298`*^9, 3.730544389970169*^9}, { - 3.7305444347499123`*^9, 3.730544441814794*^9}, {3.7338213833691607`*^9, - 3.73382142523367*^9}, {3.733821517836343*^9, 3.733821589706148*^9}, { - 3.7340600124562607`*^9, 3.734060063003248*^9}, {3.734060151981092*^9, - 3.734060191746683*^9}, {3.734060532242168*^9, 3.734060537704068*^9}, { - 3.734060585434946*^9, 3.7340606246327257`*^9}, {3.734061322798773*^9, - 3.7340613832977667`*^9}, {3.734069414109047*^9, 3.734069418132304*^9}, { - 3.734069680538341*^9, 3.734069682825083*^9}, {3.734069733114378*^9, - 3.734069767695834*^9}, {3.734070638970187*^9, 3.7340706410756283`*^9}, { - 3.734070708827845*^9, 3.7340707230922327`*^9}, {3.734083757070177*^9, - 3.734083760402235*^9}, {3.7340840063424*^9, 3.734084006846657*^9}, - 3.734084066556363*^9, {3.7340842329062567`*^9, 3.7340842649203176`*^9}, { - 3.734084439828793*^9, 3.734084441876491*^9}, 3.734085096434462*^9, { - 3.735025726975864*^9, 3.7350257613559637`*^9}, {3.7350258084118757`*^9, - 3.73502582134374*^9}, {3.7373672276558247`*^9, 3.737367228060437*^9}, { - 3.737367271609766*^9, 3.737367504463647*^9}, {3.737367582693924*^9, - 3.737367631755705*^9}, {3.737367687697275*^9, 3.737367900789085*^9}, { - 3.737367931531619*^9, 3.7373679328500347`*^9}, {3.737367992378326*^9, - 3.737368184001418*^9}, {3.737368333564695*^9, 3.737368401954623*^9}, { - 3.737368455521988*^9, 3.7373687186417828`*^9}, {3.7373687558414373`*^9, - 3.737368894109664*^9}, {3.737370888637344*^9, 3.737370901891749*^9}, { - 3.737371024231876*^9, 3.7373711379412193`*^9}, {3.737371190992815*^9, - 3.737371197173321*^9}, {3.7373714128846693`*^9, 3.737371471027995*^9}, - 3.73737150259584*^9, {3.7373716044231253`*^9, 3.737371628470811*^9}, { - 3.737371991230308*^9, 3.73737216973435*^9}, {3.737372259597537*^9, - 3.73737230284109*^9}, {3.737372371273141*^9, 3.737372416495337*^9}, { - 3.7373726176529007`*^9, 3.737372640371661*^9}, {3.737372675754272*^9, - 3.737372688047003*^9}, {3.737372730568018*^9, 3.737372787801385*^9}, { - 3.737373842226688*^9, 3.7373738544398613`*^9}, {3.737373922351479*^9, - 3.7373739660355883`*^9}, {3.7373739961147947`*^9, - 3.7373740095217733`*^9}, {3.73737417904727*^9, 3.7373741904563*^9}, { - 3.737374318036729*^9, 3.737374333651806*^9}, {3.737374502409672*^9, - 3.737374528134899*^9}, {3.737374592736747*^9, 3.73737462776425*^9}, { - 3.737382441958872*^9, 3.737382542523754*^9}, {3.737382588651662*^9, - 3.737382598538786*^9}, {3.737382658892776*^9, 3.737382680641808*^9}, - 3.737968544778825*^9, {3.738044991514905*^9, 3.738045063823347*^9}, { - 3.738045218611374*^9, 3.738045254776026*^9}, {3.738045467737158*^9, - 3.738045468426176*^9}, {3.738292472268417*^9, 3.738292476830532*^9}, { - 3.7382975723874826`*^9, 3.738297572664035*^9}, {3.738297678253478*^9, - 3.738297691732843*^9}, {3.738297799382346*^9, 3.738297799698987*^9}, { - 3.738297854337059*^9, 3.7382978562770987`*^9}, {3.738299981879734*^9, - 3.738299985756028*^9}, {3.738300232134356*^9, 3.738300265159543*^9}, { - 3.738301417561187*^9, 3.738301421379984*^9}, {3.738305570882181*^9, - 3.738305574359171*^9}, {3.738305621413837*^9, 3.738305622716712*^9}, { - 3.7383056704989567`*^9, 3.7383056997381477`*^9}, {3.738307257373272*^9, - 3.738307324478037*^9}, {3.738307399772354*^9, 3.7383074103856564`*^9}, { - 3.738308050665287*^9, 3.7383081040337133`*^9}, {3.738308166180523*^9, - 3.7383082080336847`*^9}, {3.7383082450667143`*^9, 3.738308250712489*^9}, { - 3.738308384535429*^9, 3.7383083908472548`*^9}, {3.738308495902157*^9, - 3.738308505252943*^9}, {3.7383086210103207`*^9, 3.7383086225272503`*^9}, { - 3.738308655158655*^9, 3.7383086656697283`*^9}, {3.738309065814824*^9, - 3.73830911591614*^9}, {3.7383091656127863`*^9, 3.7383092548540363`*^9}, { - 3.7383093166278467`*^9, 3.738309381077928*^9}, {3.7383094140745573`*^9, - 3.7383094144477453`*^9}, {3.738309474660437*^9, 3.7383094763264933`*^9}, { - 3.738309544373711*^9, 3.7383095672818317`*^9}, {3.738309626746223*^9, - 3.738309686606472*^9}, {3.7383097878300123`*^9, 3.7383098080184298`*^9}, { - 3.73831008863527*^9, 3.7383100931104927`*^9}, {3.73831012540152*^9, - 3.738310153239818*^9}, {3.73831018813549*^9, 3.7383101906998787`*^9}, { - 3.738310702605604*^9, 3.7383107366660223`*^9}, {3.738311448517243*^9, - 3.738311476287703*^9}, {3.73831153232588*^9, 3.738311643201743*^9}, { - 3.73831170591776*^9, 3.7383117596420403`*^9}, {3.738311803135922*^9, - 3.738311881839653*^9}, {3.738312660839986*^9, 3.738312769887286*^9}, { - 3.738312858806275*^9, 3.738312880821744*^9}, {3.7383130875270042`*^9, - 3.738313159525738*^9}, {3.73831449690935*^9, 3.73831472574437*^9}, { - 3.738315037050962*^9, 3.738315100386753*^9}, 3.7386448366225033`*^9, { - 3.739209267282373*^9, 3.739209268018241*^9}, {3.739209326856827*^9, - 3.7392094359818153`*^9}, {3.739209885542487*^9, 3.739209934701859*^9}, { - 3.7392514819307404`*^9, 3.739251581962144*^9}, {3.739255008253765*^9, - 3.739255011490672*^9}, {3.739255066656047*^9, 3.7392550824240007`*^9}, { - 3.739255142878743*^9, 3.739255283903492*^9}, {3.739255720480454*^9, - 3.739255727111*^9}, {3.739256287055029*^9, 3.739256341393654*^9}, { - 3.73925641825317*^9, 3.7392565173479767`*^9}, {3.739263649822032*^9, - 3.739263658124049*^9}, 3.739263715216667*^9, {3.7392637780936117`*^9, - 3.7392638339231377`*^9}, {3.7392646974800873`*^9, - 3.7392647880938883`*^9}, {3.739264828770708*^9, 3.739264860614913*^9}, { - 3.739265111538767*^9, 3.73926511238643*^9}, 3.7392651895141582`*^9, { - 3.739265274853752*^9, 3.739265344393036*^9}, 3.739265406508833*^9, { - 3.739265501727188*^9, 3.7392655468414288`*^9}, {3.7392655797055807`*^9, - 3.739265654530856*^9}, {3.7392658147651653`*^9, 3.739265844506536*^9}, { - 3.739265905041802*^9, 3.739265913559229*^9}, {3.739265992597846*^9, - 3.739265993275798*^9}, {3.739266033723297*^9, 3.739266035422327*^9}, { - 3.739266811418664*^9, 3.73926687478578*^9}, {3.739266977670642*^9, - 3.739267041586645*^9}, {3.7392670907045803`*^9, 3.739267124775742*^9}, { - 3.739267566391371*^9, 3.739267581859811*^9}, {3.739267693849613*^9, - 3.739267733480055*^9}, {3.739500656020678*^9, 3.739500659976337*^9}, { - 3.7395006969264317`*^9, 3.739500713982374*^9}, {3.739501495335629*^9, - 3.739501544167218*^9}, {3.739501598877145*^9, 3.739501624752326*^9}, { - 3.739501656382229*^9, 3.73950165674544*^9}, {3.739501696252055*^9, - 3.739501700174621*^9}, {3.739501815789463*^9, 3.739501848527233*^9}, { - 3.7395020425474033`*^9, 3.739502055293776*^9}, {3.739502270383594*^9, - 3.7395023249533443`*^9}, {3.739502364851117*^9, 3.7395023649874983`*^9}, { - 3.739502397724936*^9, 3.73950245059044*^9}, {3.739502494773876*^9, - 3.7395025078806763`*^9}, {3.739503687333411*^9, 3.739503690907442*^9}, { - 3.739504615185549*^9, 3.7395046199765778`*^9}, {3.7395046607954073`*^9, - 3.7395046937366962`*^9}, {3.739504739026966*^9, 3.7395047466587133`*^9}, { - 3.739504808349332*^9, 3.739504840551146*^9}, {3.739505054065979*^9, - 3.739505086771042*^9}, {3.739505219115593*^9, 3.7395052742229757`*^9}, { - 3.7395053160638657`*^9, 3.7395053687482347`*^9}, {3.739505438709841*^9, - 3.739505440939834*^9}, {3.739505712856276*^9, 3.739505720094058*^9}, { - 3.73950674796898*^9, 3.7395067895030527`*^9}, {3.739506837284807*^9, - 3.7395069307398977`*^9}, {3.739510669635346*^9, 3.7395106958391943`*^9}, { - 3.739510854101157*^9, 3.7395108698816967`*^9}, {3.739510902032847*^9, - 3.7395109474224663`*^9}, {3.739510978476756*^9, 3.739511061221396*^9}, { - 3.739511141633822*^9, 3.739511147488902*^9}, {3.739511365717485*^9, - 3.7395113847506*^9}, {3.739511574592642*^9, 3.7395115751698093`*^9}, { - 3.739512742152898*^9, 3.739512781917255*^9}, {3.739512835388238*^9, - 3.739512836450012*^9}, {3.73951292009779*^9, 3.7395129219629602`*^9}, { - 3.73951303923135*^9, 3.739513068695093*^9}, {3.739513170936591*^9, - 3.739513178640259*^9}, {3.7395132394206257`*^9, 3.739513271927874*^9}, - 3.739513333199873*^9, {3.739513835482668*^9, 3.7395138598415413`*^9}, { - 3.739516616294798*^9, 3.739516630184428*^9}, {3.739520325663392*^9, - 3.739520357127063*^9}, 3.73952039036992*^9, {3.739520609942298*^9, - 3.739520628512047*^9}, {3.7395213965133944`*^9, 3.7395215217751837`*^9}, { - 3.7395218684504423`*^9, 3.739521868798478*^9}, {3.739522181151222*^9, - 3.739522185509658*^9}, {3.7395250428083553`*^9, 3.73952512999087*^9}, { - 3.739525231381093*^9, 3.739525236148944*^9}, {3.739525441628783*^9, - 3.739525447141528*^9}, {3.739525625305385*^9, 3.739525630522257*^9}, { - 3.739525688987609*^9, 3.7395257248002577`*^9}, {3.739525961073133*^9, - 3.739525961341238*^9}, {3.739526200207596*^9, 3.739526260428417*^9}, { - 3.739526412293812*^9, 3.739526448415297*^9}, {3.7395270643373623`*^9, - 3.7395270673875637`*^9}, {3.7395271048722343`*^9, 3.739527119577311*^9}, { - 3.739527214889127*^9, 3.739527301903318*^9}, {3.739527355429894*^9, - 3.739527358675673*^9}, {3.7395273897861547`*^9, 3.739527416968782*^9}, { - 3.742010806687113*^9, 3.742010858483757*^9}, {3.742010908226156*^9, - 3.742010932749796*^9}, {3.742011160214778*^9, 3.74201116475535*^9}, - 3.742011265860978*^9, {3.74201160271281*^9, 3.7420116069067287`*^9}, { - 3.74201165267314*^9, 3.7420117396509542`*^9}, {3.7420117771334352`*^9, - 3.742011792107109*^9}, {3.742011841321661*^9, 3.742011845982538*^9}, { - 3.742012242145617*^9, 3.742012242629952*^9}, {3.7420122736923532`*^9, - 3.7420122964333153`*^9}, {3.742012345700942*^9, 3.742012353132306*^9}, { - 3.74201258496979*^9, 3.742012717560898*^9}, {3.7420256773746157`*^9, - 3.742025723268963*^9}, {3.742025753509473*^9, 3.742025844855604*^9}, { - 3.742025881411282*^9, 3.742025899104787*^9}, {3.744033690604783*^9, - 3.7440336969133663`*^9}, 3.744034816827615*^9, {3.75852973119795*^9, - 3.758529911294166*^9}, {3.759519442614482*^9, 3.759519442890905*^9}, - 3.762793093566566*^9, {3.786968497135445*^9, 3.786968519427211*^9}, { - 3.807112975593889*^9, 3.807112977103804*^9}, {3.8072434507187567`*^9, - 3.8072434635701313`*^9}, {3.807244211742119*^9, 3.8072442498268414`*^9}, { - 3.807422768452511*^9, 3.8074227687671003`*^9}, {3.807984471886338*^9, - 3.807984479498459*^9}, {3.80807600523897*^9, 3.808076112139817*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[242]:=",ExpressionUUID->"8d559df2-20f3-4e6d-818e-906d6986e2f4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"ImportCrystalData", "[", "\"\<RunDialogue\>\"", "]"}], ":=", - RowBox[{"DialogInput", "[", - RowBox[{ - RowBox[{"DynamicModule", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "name", ",", "gridA", ",", "gridB", ",", "currentGrid", ",", - "updGrid", ",", "\[IndentingNewLine]", - RowBox[{"sgKeys", "=", - RowBox[{"Keys", "@", "$SpaceGroups"}]}], ",", - RowBox[{"sgNumber", "=", "Null"}], ",", - RowBox[{"sgSymbol", "=", "Null"}], ",", "\[IndentingNewLine]", - "crystalSystem", ",", "systemParameterFields", ",", - "parameterFields", ",", "\[IndentingNewLine]", - RowBox[{"a", "=", "Null"}], ",", - RowBox[{"b", "=", "Null"}], ",", - RowBox[{"c", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "=", "Null"}], ",", - RowBox[{"\[Beta]", "=", "Null"}], ",", - RowBox[{"\[Gamma]", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"chemicalFormula", "=", "Null"}], ",", - RowBox[{"wavelength", "=", "Null"}], ",", - RowBox[{"massDensity", "=", "Null"}], ",", - RowBox[{"formulaUnits", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"{", "}"}]}], ",", "atomdataSummary", ",", - "updAtomdataSummary", ",", "\[IndentingNewLine]", - "createDeleteButtons", ",", "deleteButtons", ",", - "createAtomdataPanel", ",", - RowBox[{"atomdataPanel", "=", "\"\<(no entries)\>\""}], ",", - "updAtomdataPanel", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Adding", " ", "entries"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"element", "=", "Null"}], ",", "elementListWithNumber", ",", - "\[IndentingNewLine]", "coordinates", ",", "\[IndentingNewLine]", - RowBox[{"coordX", "=", "Null"}], ",", - RowBox[{"coordY", "=", "Null"}], ",", - RowBox[{"coordZ", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"occupationFactor", "=", "Null"}], ",", - "\[IndentingNewLine]", - RowBox[{"adpType", "=", "\"\<Isotropic\>\""}], ",", "createAdpField", - ",", "adpField", ",", "\[IndentingNewLine]", - RowBox[{"adpU11", "=", "Null"}], ",", - RowBox[{"adpU22", "=", "Null"}], ",", - RowBox[{"adpU33", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"adpU12", "=", "Null"}], ",", - RowBox[{"adpU13", "=", "Null"}], ",", - RowBox[{"adpU23", "=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"adpUiso", "=", "Null"}], ",", "ADPs", ",", - "\[IndentingNewLine]", "updRet", ",", "toBeReturned", ",", - RowBox[{"validQ", "=", "False"}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Setup", " ", "for", " ", "grid", " ", - "B", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", "Logic", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"elementListWithNumber", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "<>", "\"\< (\>\"", "<>", "\[IndentingNewLine]", - RowBox[{"ToString", "@", - RowBox[{"$PeriodicTable", "[", - RowBox[{"#", ",", "\"\<AtomicNumber\>\""}], "]"}]}], "<>", - "\[IndentingNewLine]", "\"\<)\>\""}], "&"}], "/@", - RowBox[{"Keys", "@", "$PeriodicTable"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"elementListWithNumber", "=", - RowBox[{"Thread", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Keys", "@", "$PeriodicTable"}], "\[Rule]", - "elementListWithNumber"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"createAdpField", "[", "]"}], ":=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"adpType", "===", "\"\<Isotropic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"adpField", "=", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpUiso", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpUiso", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(iso\)]\)\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", - RowBox[{"{", - RowBox[{"165.", ",", "17.5"}], "}"}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"adpType", "===", "\"\<Anisotropic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"adpField", "=", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU11", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU11", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(11\)]\)\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU22", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU22", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(22\)]\)\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU33", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU33", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(33\)]\)\>\""}]}], - "]"}]}], "\[IndentingNewLine]", "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU12", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU12", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(12\)]\)\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU13", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU13", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(13\)]\)\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpU23", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpU23", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{ - "FieldHint", "\[Rule]", - "\"\<\!\(\*SubscriptBox[\(U\), \(23\)]\)\>\""}]}], - "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"createAdpField", "[", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Dynamic", " ", "variable", " ", "storing", " ", "input", " ", - "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"ADPs", "=", - RowBox[{"Dynamic", "[", - RowBox[{"{", - RowBox[{ - "adpU11", ",", "adpU22", ",", "adpU33", ",", "adpU12", ",", - "adpU13", ",", "adpU23"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"Dynamic", "[", - RowBox[{"{", - RowBox[{"coordX", ",", "coordY", ",", "coordZ"}], "}"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"updRet", "[", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"toBeReturned", "=", - RowBox[{"Association", "[", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"element", "=!=", "Null"}], ",", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{"\"\<Element\>\"", "\[Rule]", "element"}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"KeyDropFrom", "[", - RowBox[{"toBeReturned", ",", "\"\<Element\>\""}], "]"}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"occupationFactor", "=!=", "Null"}], ",", - "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{ - "\"\<OccupationFactor\>\"", "\[Rule]", "occupationFactor"}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"KeyDropFrom", "[", - RowBox[{"toBeReturned", ",", "\"\<OccupationFactor\>\""}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{ - "coordinates", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "NumericQ"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{ - "\"\<FractionalCoordinates\>\"", "\[Rule]", "coordinates"}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"KeyDropFrom", "[", - RowBox[{"toBeReturned", ",", "\"\<FractionalCoordinates\>\""}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"adpType", "===", "\"\<Anisotropic\>\""}], ")"}], "&&", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{ - "ADPs", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "NumericQ"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{ - "\"\<DisplacementParameters\>\"", "\[Rule]", "ADPs"}]}], - "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"(", - RowBox[{"adpType", "===", "\"\<Isotropic\>\""}], ")"}], "&&", - RowBox[{"NumericQ", "@", "adpUiso"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{ - "\"\<DisplacementParameters\>\"", "\[Rule]", "adpUiso"}]}], - "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"AssociateTo", "[", - RowBox[{"toBeReturned", ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "]"}]}], ",", "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"toBeReturned", ",", "\"\<DisplacementParameters\>\""}], - "]"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"element", "=!=", "Null"}], ")"}], "&&", - RowBox[{"(", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{ - "coordinates", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "NumericQ"}], "]"}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{"validQ", "=", "True"}], ",", - RowBox[{"validQ", "=", "False"}]}], "]"}]}], - "\[IndentingNewLine]", ")"}]}], ";", "\[IndentingNewLine]", - RowBox[{"updRet", "[", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"--", "-"}], "*"}], " ", "//", " ", - RowBox[{"End", " ", "of", " ", "grid", " ", "B", " ", "setup"}]}], - " ", "//", " ", - RowBox[{"*", - RowBox[{"--", "-"}]}]}], "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Logic", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"systemParameterFields", "[", "system_String", "]"}], ":=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"system", "===", "\"\<Triclinic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "a"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "b"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "c"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "\[Alpha]"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "\[Beta]"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "\[Gamma]"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "\[IndentingNewLine]", - "}"}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"system", "===", "\"\<Monoclinic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "a"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "b"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "c"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Alpha]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Beta]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "\[Gamma]"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "\[IndentingNewLine]", - "}"}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"system", "===", "\"\<Orthorhombic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "a"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "b"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "c"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Alpha]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Beta]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Gamma]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "\[IndentingNewLine]", - "}"}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"system", "===", "\"\<Tetragonal\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"a", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"a", "=", "#"}], ";", - RowBox[{"b", "=", "#"}]}], ")"}], "&"}]}], "]"}], ",", - "Number", ",", "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"b", "=", - RowBox[{"Dynamic", "@", "a"}]}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "c"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Alpha]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Beta]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Gamma]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"system", "===", "\"\<Hexagonal\>\""}], "||", - RowBox[{"system", "===", "\"\<Trigonal\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"a", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"a", "=", "#"}], ";", - RowBox[{"b", "=", "#"}]}], ")"}], "&"}]}], "]"}], ",", - "Number", ",", "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"b", "=", - RowBox[{"Dynamic", "@", "a"}]}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "c"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Alpha]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Beta]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Gamma]", "=", "120"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"system", "===", "\"\<Cubic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"a", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"a", "=", "#"}], ";", - RowBox[{"b", "=", "#"}], ";", - RowBox[{"c", "=", "#"}]}], ")"}], "&"}]}], "]"}], ",", - "Number", ",", "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"b", "=", - RowBox[{"Dynamic", "@", "a"}]}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"c", "=", - RowBox[{"Dynamic", "@", "a"}]}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Alpha]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Alpha]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Beta]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Beta]\>\""}], ",", - - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"\[Gamma]", "=", "90"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Gamma]\>\""}], ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"BaseStyle", "\[Rule]", - RowBox[{"GrayLevel", "[", "0.65", "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Atom", " ", "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"updAtomdataSummary", "[", "]"}], ":=", - RowBox[{"atomdataSummary", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", "\[IndentingNewLine]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{ - "\"\<Element\>\"", ",", "\"\<FractionalCoordinates\>\""}], - "}"}]}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"createDeleteButtons", "[", "]"}], ":=", - RowBox[{"deleteButtons", "=", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Button", "[", - RowBox[{"\"\<\[Times]\>\"", ",", - RowBox[{ - RowBox[{"atomdataSummary", "=", - RowBox[{"Delete", "[", - RowBox[{"atomdataSummary", ",", "#"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"createDeleteButtons", "[", "]"}], ";", - RowBox[{"createAtomdataPanel", "[", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Appearance", "\[Rule]", "\"\<Frameless\>\""}]}], "]"}], - "&"}], "/@", - RowBox[{"Range", "@", - RowBox[{"Length", "@", "atomdataSummary"}]}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"createAtomdataPanel", "[", "]"}], ":=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"deleteButtons", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"atomdataPanel", "=", "\"\<(no entries)\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"atomdataPanel", "=", - RowBox[{"Row", "[", - RowBox[{"{", - RowBox[{"Pane", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Grid", "[", - RowBox[{ - RowBox[{"Transpose", "@", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"Transpose", "@", - RowBox[{"Values", "@", "atomdataSummary"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "deleteButtons", "}"}]}], "]"}]}], ",", - RowBox[{"Alignment", "\[Rule]", "Left"}]}], "]"}], ",", - RowBox[{"Scrollbars", "\[Rule]", "False"}]}], "]"}], "}"}], - "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"updAtomdataPanel", "[", "]"}], ":=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"atomdata", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"atomdataPanel", "=", "\"\<(no entries)\>\""}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"updAtomdataSummary", "[", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"createDeleteButtons", "[", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"createAtomdataPanel", "[", "]"}]}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Initial", " ", "settings"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"parameterFields", "=", - RowBox[{"systemParameterFields", "[", "\"\<Triclinic\>\"", "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"updAtomdataPanel", "[", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Grids", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Grid", " ", "switcher"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"updGrid", "[", "label_String", "]"}], ":=", - RowBox[{"currentGrid", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"label", "===", "\"\<A\>\""}], ",", "gridA", ",", - "\[IndentingNewLine]", - RowBox[{"label", "===", "\"\<B\>\""}], ",", "gridB"}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"updGrid", "[", "\"\<A\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Grid", " ", "A"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"gridA", "=", - RowBox[{"Dynamic", "@", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Crystal name\>\"", ",", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "name"}], ",", "String", ",", - RowBox[{ - "FieldHint", "\[Rule]", "\"\<Crystal name or label\>\""}]}], - "]"}]}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<Space group\>\"", ",", - RowBox[{"Dynamic", "@", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"PopupMenu", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"sgNumber", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"sgNumber", "=", "#"}], ";", - "\[IndentingNewLine]", - RowBox[{"sgSymbol", "=", - RowBox[{ - "sgKeys", "\[LeftDoubleBracket]", "sgNumber", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"crystalSystem", "=", - RowBox[{"$SpaceGroups", "[", - RowBox[{"sgSymbol", ",", "\"\<CrystalSystem\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"parameterFields", "=", - RowBox[{ - "systemParameterFields", "[", "crystalSystem", "]"}]}]}], - "\[IndentingNewLine]", ")"}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Range", "@", "230"}], ",", "\"\<Number\>\""}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"PopupMenu", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"sgSymbol", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"sgSymbol", "=", "#"}], ";", - "\[IndentingNewLine]", - RowBox[{"sgNumber", "=", - RowBox[{"$SpaceGroups", "[", - RowBox[{"sgSymbol", ",", "\"\<SpaceGroupNumber\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"crystalSystem", "=", - RowBox[{"$SpaceGroups", "[", - RowBox[{"sgSymbol", ",", "\"\<CrystalSystem\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"parameterFields", "=", - RowBox[{ - "systemParameterFields", "[", "crystalSystem", "]"}]}]}], - "\[IndentingNewLine]", ")"}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Keys", "@", "$SpaceGroups"}], ",", - "\"\<Symbol\>\""}], "]"}]}], "}"}], "]"}]}]}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{"\"\<Lattice parameters\>\"", ",", - RowBox[{"Column", "[", - RowBox[{"{", - RowBox[{ - "\"\<a b c\>\"", ",", - "\"\<\[Alpha] \[Beta] \[Gamma]\>\"", ",", - "\"\<\[ARing]ngstr\[ODoubleDot]m and degree\>\""}], "}"}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"TooltipDelay", "\[Rule]", "0.6"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", "parameterFields"}]}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{ - "\"\<Chemical formula\>\"", ",", - "\"\<e.g. 'C13 H22 Fe N6 S3'\>\"", ",", - RowBox[{"TooltipDelay", "\[Rule]", "0.6"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "chemicalFormula"}], ",", "String", - ",", "\[IndentingNewLine]", - RowBox[{ - "FieldHint", "\[Rule]", "\"\<e.g. 'C13 H22 Fe N6 S3'\>\""}]}], - "]"}]}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{ - "\"\<Wavelength\>\"", ",", - "\"\<\[ARing]ngstr\[ODoubleDot]m\>\"", ",", - RowBox[{"TooltipDelay", "\[Rule]", "0.6"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "wavelength"}], ",", "Number", ",", - "\[IndentingNewLine]", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Lambda]\>\""}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"PopupMenu", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "wavelength"}], ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "1.54059", "\[Rule]", - "\"\<Cu \!\(\*SubscriptBox[\(K\[Alpha]\), \(1\)]\)\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "1.54443", "\[Rule]", - "\"\<Cu \!\(\*SubscriptBox[\(K\[Alpha]\), \(2\)]\)\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "1.39223", "\[Rule]", - "\"\<Cu \!\(\*SubscriptBox[\(K\[Beta]\), \(1\)]\)\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "0.70932", "\[Rule]", - "\"\<Mo \!\(\*SubscriptBox[\(K\[Alpha]\), \(1\)]\)\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "0.71361", "\[Rule]", - "\"\<Mo \!\(\*SubscriptBox[\(K\[Alpha]\), \(2\)]\)\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "0.63230", "\[Rule]", - "\"\<Mo \!\(\*SubscriptBox[\(K\[Beta]\), \ -\(1\)]\)\>\""}]}], "\[IndentingNewLine]", "}"}], ",", - "\"\<(Predefined)\>\""}], "]"}]}], "\[IndentingNewLine]", - "}"}], "]"}]}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{ - "\"\<Mass density\>\"", ",", - "\"\<g/\!\(\*SuperscriptBox[\(cm\), \(3\)]\)\>\"", ",", - RowBox[{"TooltipDelay", "\[Rule]", "0.6"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "massDensity"}], ",", "Number", - ",", "\[IndentingNewLine]", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<\[Rho]\>\""}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", "\"\<formula units\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "@", "formulaUnits"}], ",", "Number", - ",", "\[IndentingNewLine]", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<Z\>\""}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<Atom data\>\"", ",", - RowBox[{"Column", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Button", "[", - RowBox[{"\"\<Add new element\>\"", ",", - RowBox[{"updGrid", "[", "\"\<B\>\"", "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", "atomdataPanel"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Null", ",", - RowBox[{"Row", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"CancelButton", "[", "]"}], ",", - RowBox[{"DefaultButton", "[", "\[IndentingNewLine]", - RowBox[{"DialogReturn", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Final", " ", "checks"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "name"}]}], ",", - RowBox[{"name", "=", "\"\<(no name)\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"chemicalFormula", "===", "Null"}], ",", - RowBox[{"chemicalFormula", "=", "\"\<\>\""}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"formulaUnits", "===", "Null"}], ",", - RowBox[{"formulaUnits", "=", "0"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sgSymbol", "===", "Null"}], ",", - RowBox[{"sgSymbol", "=", "1"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"wavelength", "===", "Null"}], ",", - RowBox[{"wavelength", "=", - RowBox[{"-", "1"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Return", " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "name", ",", "chemicalFormula", ",", "formulaUnits", ",", - "sgSymbol", ",", "wavelength"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", - ",", "\[Gamma]"}], "}"}], ",", "atomdata"}], - "\[IndentingNewLine]", "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "=", - RowBox[{"Replace", "[", - RowBox[{ - "StianRamsnes`MaXrd`Private`$temp", ",", - "\[IndentingNewLine]", - RowBox[{"x_Dynamic", "\[RuleDelayed]", - RowBox[{ - "x", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}]}], ",", - RowBox[{"-", "1"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], "]"}]}], "}"}], "]"}]}], "}"}]}], - "\[IndentingNewLine]", "}"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Grid", " ", "B"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"gridB", "=", - RowBox[{"Dynamic", "@", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Element\>\"", ",", - RowBox[{"PopupMenu", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"element", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"element", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "elementListWithNumber", ",", - "\"\<Element\>\""}], "]"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<Fractional coordinates\>\"", ",", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"coordX", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"coordX", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<x\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"coordY", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"coordY", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<y\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "5", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"coordZ", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"coordZ", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<z\>\""}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<Occupation factor\>\"", ",", - RowBox[{"InputField", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"occupationFactor", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"occupationFactor", "=", "#"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "Number", ",", - RowBox[{"FieldSize", "\[Rule]", - RowBox[{"{", - RowBox[{"5.", ",", "1."}], "}"}]}], ",", - RowBox[{"FieldHint", "\[Rule]", "\"\<1\>\""}]}], "]"}]}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{ - "\"\<ADP type\>\"", ",", - "\"\<Anisotropic displacement parameters\>\"", ",", - RowBox[{"TooltipDelay", "\[Rule]", "0.6"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"RadioButtonBar", "[", - RowBox[{ - RowBox[{"Dynamic", "[", - RowBox[{"adpType", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"adpType", "=", "#"}], ";", - RowBox[{"createAdpField", "[", "]"}], ";", - RowBox[{"updRet", "[", "]"}]}], ")"}], "&"}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<Isotropic\>\"", ",", "\"\<Anisotropic\>\""}], - "}"}], ",", - RowBox[{"Method", "\[Rule]", "\"\<Active\>\""}]}], "]"}]}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Null", ",", - RowBox[{"Dynamic", "@", "adpField"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", - RowBox[{"{", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Null", ",", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"CancelButton", "[", - RowBox[{"updGrid", "[", "\"\<A\>\"", "]"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"DefaultButton", "[", - RowBox[{"\"\<Add\>\"", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AppendTo", "[", - RowBox[{"atomdata", ",", "\[IndentingNewLine]", - RowBox[{"Replace", "[", - RowBox[{"toBeReturned", ",", - RowBox[{"x_Dynamic", "\[RuleDelayed]", - RowBox[{ - "x", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}]}], ",", - RowBox[{"-", "1"}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"updAtomdataPanel", "[", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"updGrid", "[", "\"\<A\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Enabled", "\[Rule]", - RowBox[{"Dynamic", "@", "validQ"}]}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], "]"}]}], "}"}]}], - "\[IndentingNewLine]", "}"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Grid", " ", "on", " ", "display"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{"Grid", "[", - RowBox[{ - RowBox[{ - "currentGrid", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "\[IndentingNewLine]", - RowBox[{"Spacings", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "0.5"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Alignment", "\[Rule]", - RowBox[{"{", - RowBox[{"Left", ",", "Center"}], "}"}]}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dialogue", " ", "settings"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - "WindowTitle", "\[Rule]", "\"\<Add crystal to $CrystalData\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Modal", "\[Rule]", "True"}], ",", "\[IndentingNewLine]", - RowBox[{"WindowSize", "\[Rule]", - RowBox[{"{", - RowBox[{"310", ",", "All"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.739595978214114*^9, 3.739595990960588*^9}, { - 3.739596669627418*^9, 3.739596695911725*^9}, {3.739596912394574*^9, - 3.739596932092749*^9}, {3.7395970199751673`*^9, 3.739597066689048*^9}, { - 3.73959711186619*^9, 3.739597356240508*^9}, {3.739597461697694*^9, - 3.7395975030637703`*^9}, {3.739597555516307*^9, 3.739597641340172*^9}, { - 3.739597793824828*^9, 3.7395978241317577`*^9}, {3.739597855600132*^9, - 3.739597902263493*^9}, {3.739598245770096*^9, 3.739598361343294*^9}, { - 3.739599172833571*^9, 3.739599177517766*^9}, {3.739599213923336*^9, - 3.739599322529324*^9}, 3.739599511772471*^9, {3.739599555972958*^9, - 3.739599564138731*^9}, {3.739599596703545*^9, 3.739599679162033*^9}, { - 3.739599709968329*^9, 3.739599729728099*^9}, {3.739599777433371*^9, - 3.739599819200165*^9}, {3.7396001729638844`*^9, 3.7396002251424217`*^9}, - 3.739600299286446*^9, {3.739600366177018*^9, 3.739600398831429*^9}, { - 3.739600442540759*^9, 3.739600442810607*^9}, {3.739600491367622*^9, - 3.7396005534641953`*^9}, {3.7396006186292343`*^9, - 3.7396006874968777`*^9}, {3.739600838419689*^9, 3.7396009595871468`*^9}, { - 3.739601031898162*^9, 3.7396010323136044`*^9}, {3.73960143563618*^9, - 3.739601464736333*^9}, {3.739601721310192*^9, 3.739601722306417*^9}, { - 3.739602479115416*^9, 3.739602547709318*^9}, {3.73960261429424*^9, - 3.739602633508088*^9}, {3.739602666336516*^9, 3.7396026675947447`*^9}, { - 3.7396027284612103`*^9, 3.739602738197445*^9}, {3.739602881326993*^9, - 3.739602909640366*^9}, {3.739603624511942*^9, 3.739603791042316*^9}, { - 3.739603996203532*^9, 3.739604101606237*^9}, {3.739604146456543*^9, - 3.73960415529599*^9}, {3.739604214561223*^9, 3.739604219167306*^9}, { - 3.7396042506303787`*^9, 3.739604268312009*^9}, {3.739604473386827*^9, - 3.739604664867947*^9}, {3.739604847714067*^9, 3.73960497908556*^9}, { - 3.739605188312948*^9, 3.73960526815869*^9}, {3.7396053616518307`*^9, - 3.739605380756493*^9}, {3.739606390752233*^9, 3.739606582251404*^9}, { - 3.73960661254064*^9, 3.739606647981111*^9}, {3.7396067107737417`*^9, - 3.739606739461856*^9}, {3.7396075023942213`*^9, 3.73960754045004*^9}, { - 3.7396075782464437`*^9, 3.7396076187558393`*^9}, {3.73960765770329*^9, - 3.739607781095315*^9}, {3.739607816578467*^9, 3.7396079456654997`*^9}, { - 3.7396079883067503`*^9, 3.739608014913579*^9}, {3.739608138957831*^9, - 3.7396081392048283`*^9}, {3.739608180236808*^9, 3.73960818041252*^9}, { - 3.739608232358246*^9, 3.7396082832029963`*^9}, {3.739608314916871*^9, - 3.7396083814410763`*^9}, {3.739608413778994*^9, 3.739608414923287*^9}, { - 3.739608540812207*^9, 3.739608564697151*^9}, {3.7396086208319187`*^9, - 3.739608707325838*^9}, {3.7396087516824512`*^9, 3.739608772848316*^9}, { - 3.7396088172813683`*^9, 3.739608873886364*^9}, {3.739608949401414*^9, - 3.739608971227984*^9}, {3.739609090888156*^9, 3.7396091126284237`*^9}, { - 3.739609146205271*^9, 3.739609200960956*^9}, {3.739609272821333*^9, - 3.739609364028111*^9}, {3.739609461069508*^9, 3.739609674326315*^9}, { - 3.739609740987973*^9, 3.7396097423774967`*^9}, {3.7396098442242126`*^9, - 3.739609861229912*^9}, 3.739609894456533*^9, {3.739610012922155*^9, - 3.739610013510725*^9}, {3.739610062273484*^9, 3.739610108332995*^9}, - 3.739610279762279*^9, 3.739610309890603*^9, {3.7396103881359386`*^9, - 3.739610408666873*^9}, {3.739610449368506*^9, 3.739610474008996*^9}, { - 3.739610518181279*^9, 3.739610561128326*^9}, {3.739610605216217*^9, - 3.7396106533798933`*^9}, {3.7396106961302347`*^9, 3.739610719521283*^9}, { - 3.7396107514167*^9, 3.739610785658737*^9}, {3.739610821836543*^9, - 3.7396108270223303`*^9}, {3.739610904406472*^9, 3.7396109432912703`*^9}, { - 3.739610983393579*^9, 3.739610985921002*^9}, {3.739611047610756*^9, - 3.739611082981056*^9}, {3.7396111202331247`*^9, 3.739611141913677*^9}, { - 3.739611174288352*^9, 3.7396112737859983`*^9}, {3.739611337138582*^9, - 3.739611396260716*^9}, {3.7396228109407873`*^9, 3.739622874736499*^9}, { - 3.739622964649042*^9, 3.7396229763536654`*^9}, {3.739623010221518*^9, - 3.73962313081952*^9}, {3.7396231658281612`*^9, 3.739623295079341*^9}, { - 3.739623332696557*^9, 3.739623332845948*^9}, {3.7396233779106073`*^9, - 3.739623380655662*^9}, {3.7396234416776657`*^9, 3.739623517554187*^9}, { - 3.739623579334292*^9, 3.739623580450202*^9}, {3.739623651727364*^9, - 3.739623662398727*^9}, {3.739623711135504*^9, 3.739623723580459*^9}, { - 3.7396273924772997`*^9, 3.739627495663086*^9}, {3.739627533657785*^9, - 3.7396275715670977`*^9}, {3.739627602949834*^9, 3.739627758744505*^9}, { - 3.7396279052729*^9, 3.739627995644252*^9}, {3.73962812681828*^9, - 3.739628140968225*^9}, {3.739628194120064*^9, 3.739628295620471*^9}, { - 3.739628515689384*^9, 3.739628592021266*^9}, {3.73962863395826*^9, - 3.739628672903981*^9}, {3.739628719307742*^9, 3.739628853107712*^9}, { - 3.739628886385207*^9, 3.739628914180913*^9}, {3.739628990749894*^9, - 3.739629014507296*^9}, {3.739629048859845*^9, 3.7396290748589783`*^9}, { - 3.739629383121718*^9, 3.7396293892553387`*^9}, {3.739629419353114*^9, - 3.739629467696455*^9}, {3.739629579611897*^9, 3.739629594562914*^9}, { - 3.7396297021955147`*^9, 3.739629738962376*^9}, {3.7396298004087954`*^9, - 3.7396299112522182`*^9}, {3.739629988308178*^9, 3.7396300054739428`*^9}, { - 3.739630076970662*^9, 3.739630092649198*^9}, {3.739630156530631*^9, - 3.739630228830247*^9}, {3.739630260800342*^9, 3.739630351211857*^9}, { - 3.739630389373459*^9, 3.739630435431656*^9}, {3.7396304725706778`*^9, - 3.739630502657832*^9}, {3.7396306002789*^9, 3.739630622685934*^9}, { - 3.739630702597105*^9, 3.739630787593442*^9}, {3.739630862777617*^9, - 3.739630943598301*^9}, {3.739630996477914*^9, 3.739631079224884*^9}, { - 3.739631110227867*^9, 3.739631216168207*^9}, {3.739631268639762*^9, - 3.7396314065719137`*^9}, {3.7396314393177147`*^9, 3.739631458844926*^9}, { - 3.73963149461353*^9, 3.73963155381565*^9}, {3.739631623512226*^9, - 3.73963177342599*^9}, 3.739631815864191*^9, {3.739631869031271*^9, - 3.739631945612903*^9}, {3.739631979531575*^9, 3.7396319840424557`*^9}, { - 3.7396320736534*^9, 3.7396320917410088`*^9}, {3.739632142721302*^9, - 3.739632142863393*^9}, {3.73963219202211*^9, 3.7396322821004553`*^9}, { - 3.739632388268977*^9, 3.739632402956642*^9}, {3.739632435368124*^9, - 3.7396327242385*^9}, {3.739632762526031*^9, 3.739632785336027*^9}, { - 3.739632827056922*^9, 3.739632827878628*^9}, {3.739632862923669*^9, - 3.739632886577631*^9}, {3.739632963861861*^9, 3.7396330248348637`*^9}, { - 3.739675412157125*^9, 3.739675516086557*^9}, {3.739675594294528*^9, - 3.739675656767128*^9}, {3.739675800550416*^9, 3.739675861434029*^9}, { - 3.7396759204476757`*^9, 3.739675943988346*^9}, {3.7396761895284767`*^9, - 3.7396762101909847`*^9}, {3.739679000703518*^9, 3.7396791367361727`*^9}, { - 3.739679188600012*^9, 3.739679190122048*^9}, 3.739679236458902*^9, { - 3.739679299103034*^9, 3.739679382796001*^9}, {3.739679426804431*^9, - 3.739679432938841*^9}, {3.7396794731976*^9, 3.739679510055163*^9}, { - 3.7396795991342297`*^9, 3.739679636995349*^9}, {3.739679699275319*^9, - 3.7396797003419943`*^9}, {3.739679741712719*^9, 3.7396798364763117`*^9}, { - 3.739679885259416*^9, 3.739679887258333*^9}, {3.739680577068009*^9, - 3.7396805980576267`*^9}, {3.73968066677735*^9, 3.739680678443376*^9}, { - 3.7396808330637836`*^9, 3.7396808539610367`*^9}, {3.7396810247286797`*^9, - 3.739681026881317*^9}, {3.739681155384138*^9, 3.739681213740945*^9}, { - 3.739681332020043*^9, 3.739681407632062*^9}, {3.739682613028644*^9, - 3.739682671253872*^9}, {3.7396828519162493`*^9, 3.7396829003948298`*^9}, { - 3.7396833755889797`*^9, 3.739683405064172*^9}, {3.7396834374814043`*^9, - 3.7396834429171047`*^9}, 3.739683489676093*^9, {3.739684106265815*^9, - 3.739684118955434*^9}, {3.739684179627265*^9, 3.7396842015951138`*^9}, { - 3.739684263587494*^9, 3.739684283216798*^9}, {3.73968880388513*^9, - 3.739688838171343*^9}, {3.739688873192896*^9, 3.739688946020999*^9}, { - 3.739688988543015*^9, 3.739689104402824*^9}, {3.739689142834998*^9, - 3.739689192432645*^9}, {3.73968922669903*^9, 3.7396892327928667`*^9}, { - 3.7396892708092947`*^9, 3.739689272888376*^9}, {3.739689314201379*^9, - 3.739689368910149*^9}, {3.739689510382373*^9, 3.7396895422579107`*^9}, { - 3.739689774190139*^9, 3.739689778940134*^9}, {3.739689829620129*^9, - 3.73968990164141*^9}, {3.739689951569553*^9, 3.739690108283433*^9}, { - 3.73969017399741*^9, 3.739690229819253*^9}, {3.739690264866005*^9, - 3.739690342849268*^9}, {3.739758946799944*^9, 3.7397589481111593`*^9}, { - 3.739758995366086*^9, 3.739759002839532*^9}, {3.739863575531982*^9, - 3.739863578353183*^9}, {3.739863707824779*^9, 3.739863740157061*^9}, { - 3.739863771072855*^9, 3.739863791517488*^9}, {3.739863868162785*^9, - 3.739863870886099*^9}, {3.7398639129310913`*^9, 3.739863948384541*^9}, { - 3.739864013949608*^9, 3.7398640383000107`*^9}, {3.739864207728085*^9, - 3.739864230387827*^9}, 3.739864282806341*^9, {3.739864336316687*^9, - 3.739864377023755*^9}, {3.7398644823866262`*^9, 3.739864508937294*^9}, { - 3.739864848672627*^9, 3.739864856776475*^9}, {3.739864925721705*^9, - 3.739864955440385*^9}, {3.739865048067428*^9, 3.739865100600758*^9}, { - 3.739865824948411*^9, 3.739865847441052*^9}, 3.739865896990898*^9, { - 3.739865928772797*^9, 3.739865969487401*^9}, {3.739866026639572*^9, - 3.739866030789463*^9}, {3.7398661246333723`*^9, 3.739866125022056*^9}, { - 3.739866218724064*^9, 3.739866234677065*^9}, {3.739866367311499*^9, - 3.739866367481835*^9}, {3.7398663985689*^9, 3.739866523829637*^9}, { - 3.739866571058456*^9, 3.7398665713374557`*^9}, {3.739866652844152*^9, - 3.739866658837242*^9}, {3.739866718000596*^9, 3.7398667238271933`*^9}, { - 3.739866781347661*^9, 3.739866804024081*^9}, {3.7398668441415777`*^9, - 3.7398668846214046`*^9}, {3.739866960197887*^9, 3.739867013444448*^9}, { - 3.739867046244567*^9, 3.739867065060412*^9}, {3.739867836084358*^9, - 3.7398679029305677`*^9}, {3.739868009517646*^9, 3.7398680099155197`*^9}, { - 3.73986838483932*^9, 3.739868480695668*^9}, {3.739868581166408*^9, - 3.7398685893985233`*^9}, {3.739868636008234*^9, 3.739868658031337*^9}, { - 3.7398686946914787`*^9, 3.739868712473447*^9}, {3.739868787636284*^9, - 3.739868804537919*^9}, {3.739869520246541*^9, 3.7398695411085653`*^9}, { - 3.739869953126285*^9, 3.739869976386943*^9}, {3.739870087611046*^9, - 3.7398702328716516`*^9}, {3.739870350125676*^9, 3.739870392186141*^9}, { - 3.739870422566345*^9, 3.7398704849265003`*^9}, {3.7398705309234533`*^9, - 3.7398705454106703`*^9}, {3.739870622355419*^9, 3.739870711135853*^9}, { - 3.739870762703689*^9, 3.739870762984342*^9}, {3.739876439573551*^9, - 3.739876456494874*^9}, {3.73987676781678*^9, 3.739876806094466*^9}, { - 3.739876944013143*^9, 3.739876966551764*^9}, {3.739877083454373*^9, - 3.739877148859359*^9}, {3.739877228013012*^9, 3.739877232938452*^9}, { - 3.739877402328149*^9, 3.7398774168235397`*^9}, 3.739883203190524*^9, { - 3.7398838170096703`*^9, 3.7398838284660063`*^9}, {3.739884144446562*^9, - 3.739884151374771*^9}, 3.7398842053380117`*^9, {3.739884364414351*^9, - 3.739884366328815*^9}, 3.739884400758272*^9, {3.740715301864786*^9, - 3.74071530491991*^9}, {3.740718948306694*^9, 3.740718974231278*^9}, { - 3.740719005521709*^9, 3.740719076476572*^9}, {3.740719249286849*^9, - 3.740719282471192*^9}, {3.740719319774604*^9, 3.740719321100967*^9}, { - 3.740719355530716*^9, 3.740719356375108*^9}, {3.740719476017921*^9, - 3.740719545357823*^9}, {3.740719585650416*^9, 3.740719627948525*^9}, { - 3.7407196636576643`*^9, 3.740719678868546*^9}, {3.740720112294278*^9, - 3.7407202424705763`*^9}, {3.740720281690967*^9, 3.740720360295545*^9}, { - 3.7407204178744917`*^9, 3.7407204517139597`*^9}, {3.740720542486318*^9, - 3.7407206238042316`*^9}, {3.7407206598393383`*^9, 3.740720683396193*^9}, { - 3.7407207541633797`*^9, 3.740720754676684*^9}, {3.740722123423622*^9, - 3.740722139079146*^9}, {3.740722618155561*^9, 3.740722618528919*^9}, { - 3.740725597051619*^9, 3.7407256103766947`*^9}, {3.743835348895899*^9, - 3.743835350614464*^9}, {3.744033597296912*^9, 3.7440336078716087`*^9}, { - 3.7440336543163357`*^9, 3.744033668984364*^9}, {3.7585299130209827`*^9, - 3.758529955658185*^9}, 3.7627930936625423`*^9, {3.7649582675680656`*^9, - 3.764958270948595*^9}, {3.891172291201776*^9, 3.891172296498108*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellID->737696194,ExpressionUUID->"f213a4cc-ad69-490a-86c7-33eb3e706dcf"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ImportCrystalData", "[", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "name", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "=", "Null"}], ";", - "\[IndentingNewLine]", - RowBox[{"ImportCrystalData", "[", "\"\<RunDialogue\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "===", "Null"}], ",", - RowBox[{"Return", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"name", "=", - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Execute", " ", "ImportCrystalData", " ", "on", " ", "input", " ", - "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"ListQ", "@", "StianRamsnes`MaXrd`Private`$temp"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{ - RowBox[{ - "StianRamsnes`MaXrd`Private`$temp", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], "/.", - RowBox[{"x_Dynamic", "\[RuleDelayed]", - RowBox[{ - "x", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}]}], - ",", "NumericQ"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ImportCrystalData", "::", "latticeParameters"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - "ImportCrystalData", "@@", "StianRamsnes`MaXrd`Private`$temp"}]}], - "\[IndentingNewLine]", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Reset", " ", "temporary", " ", "variable"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"StianRamsnes`MaXrd`Private`$temp", "=", "Null"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ShallowDisplayCrystal\>\"", ",", "name"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.739877426691807*^9, 3.739877512185233*^9}, { - 3.739877546275635*^9, 3.7398776229190817`*^9}, {3.739877703000132*^9, - 3.739877749709647*^9}, {3.739877809507863*^9, 3.739877812473098*^9}, { - 3.73988326754291*^9, 3.7398833299152517`*^9}, 3.739883389420485*^9, { - 3.739883430701161*^9, 3.7398834730901318`*^9}, {3.7407211261529217`*^9, - 3.740721187584734*^9}, 3.740721261813945*^9, {3.740721315715322*^9, - 3.740721315988946*^9}, {3.740721861127396*^9, 3.7407218680373373`*^9}, { - 3.7407225108236713`*^9, 3.740722544404612*^9}, {3.740722575666327*^9, - 3.740722581820733*^9}, {3.7407266695846148`*^9, 3.7407266704084167`*^9}, { - 3.7416719890224524`*^9, 3.74167199814979*^9}, {3.741672032958386*^9, - 3.741672045595846*^9}, {3.743835351755103*^9, 3.7438353571302423`*^9}, { - 3.758529957439567*^9, 3.7585299679328337`*^9}, 3.762793093672283*^9, { - 3.787461129238645*^9, 3.7874611307007437`*^9}, {3.807981693826251*^9, - 3.80798170921765*^9}, {3.89117229788109*^9, 3.8911723040538387`*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"10e950f1-eac3-4f49-8a35-c93f6b81a050"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[245]:=",ExpressionUUID->"03553b0d-e275-46a6-8bf3-3a190fe1a871"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["InputCheck", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745594530423*^9, {3.6856909140644207`*^9, 3.6856909161285*^9}, { - 3.6856955548132*^9, 3.685695556654903*^9}, {3.77962127899403*^9, - 3.779621281340384*^9}},ExpressionUUID->"a26e7007-56fc-4489-b3ba-\ -83810c05b931"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[556]:=",ExpressionUUID->"8d040ff4-f96a-456a-823d-e6502cfc9655"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidLabel"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a recognised check label.\ -\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidTuple"}], "=", - "\"\<Reflections (and coordinates) must be on a {\!\(\*StyleBox[\"h\", \ -\"TI\"]\), \!\(\*StyleBox[\"k\", \"TI\"]\), \!\(\*StyleBox[\"l\", \"TI\"]\)} \ -(or {\!\(\*StyleBox[\"x\", \"TI\"]\), \!\(\*StyleBox[\"y\", \"TI\"]\), \ -\!\(\*StyleBox[\"z\", \"TI\"]\)}) form\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "SingleTupleExpected"}], "=", - "\"\<Only one `1` expected.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "IntegerExpected"}], "=", - "\"\<One or more indices are not integers.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidInputType"}], "=", - "\"\<Head of indices must be either Integer, String or Symbol.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "MultipleTuplesExpected"}], "=", - "\"\<At least two reflections are required to make comparisons.\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "EnergyUnitExpected"}], "=", - "\"\<Input does not have a unit compatible with energy or \ -wavelength.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidEnergyInput"}], "=", - "\"\<Input must be an energy or wavelength compatible Quantity, or a \ -number.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "EnergyMustBePositive"}], "=", - "\"\<The wavelength/energy must be positive.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidCrystalEntity"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid crystal entity.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "NotIn$CrystalData"}], "=", - "\"\<No data found on \[LeftGuillemet]`1`\[RightGuillemet].\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "NoWavelengthIncluded"}], "=", - "\"\<No wavelength was found for crystal \[LeftGuillemet]`1`\ -\[RightGuillemet].\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidUserInput"}], "=", - "\"\<Invalid user input.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidPolarisationSetting"}], "=", - "\"\<Invalid polarisation setting.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidPointOrSpaceGroup"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet] as a point- \ -or space group.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidPointGroup"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet] as a point \ -group.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSpaceGroup"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet] as a space \ -group.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSpaceGroupNumber"}], "=", - "\"\<Valid space group numbers are between 1 and 230.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSymmetryObject"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet] as a point \ -group, space group or a crystal.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidCentring"}], "=", - "\"\<Invalid space group centring.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "ElementNumber"}], "=", - "\"\<Element number `1` is out of range.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "ElementFailed"}], "=", - "\"\<Unable to interpret \[LeftGuillemet]`1`\[RightGuillemet] as a \ -chemical element.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "ElementError"}], "=", - "\"\<The element \[LeftGuillemet]`1`\[RightGuillemet] cannot be \ -interpreted.\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidCrystalFamily"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid crystal family.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidDimension"}], "=", - "\"\<Dimension must be either \\\"2D\\\" or \\\"3D\\\".\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "DomainSizeError"}], "=", - "\"\<Discrepancy between given domain size and length.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidRotationPoint"}], "=", - "\"\<Invalid rotation point.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidRotationReference"}], "=", - "\"\<Reference for rotation anchor must either be \\\"Host\\\", \\\"Domain\ -\\\", \\\"DomainCentroid\\\" or \\\"Unit\\\".\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidRotationMap"}], "=", - "\"\<Values of `1`D rotation maps must be `2`.\>\""}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "InputCheck"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", "__", "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.6856820263060083`*^9, 3.6856820338793163`*^9}, { - 3.685682083417005*^9, 3.685682092894709*^9}, {3.6856840260308533`*^9, - 3.685684026178547*^9}, {3.685686819102976*^9, 3.6856868408053513`*^9}, { - 3.685687011142066*^9, 3.685687017829006*^9}, {3.685687131249773*^9, - 3.685687151398356*^9}, {3.685687183159276*^9, 3.6856871838215933`*^9}, { - 3.685687254295497*^9, 3.685687281286789*^9}, {3.685687660039452*^9, - 3.6856877115995817`*^9}, {3.68568838863011*^9, 3.6856884381337767`*^9}, { - 3.685690949932845*^9, 3.6856909574232817`*^9}, {3.685691048596792*^9, - 3.685691065258542*^9}, {3.685691555385049*^9, 3.685691595897393*^9}, { - 3.685693407917099*^9, 3.6856934105491962`*^9}, {3.685693449539488*^9, - 3.685693464972211*^9}, {3.685693732995039*^9, 3.6856937393916893`*^9}, { - 3.685693867613049*^9, 3.685693870503192*^9}, {3.685694016861869*^9, - 3.685694053583612*^9}, {3.685694415120605*^9, 3.685694415410471*^9}, { - 3.6856953860999413`*^9, 3.685695404607368*^9}, {3.68569555947088*^9, - 3.685695605133265*^9}, {3.685696124318612*^9, 3.68569613828201*^9}, { - 3.685696178849712*^9, 3.685696180401723*^9}, {3.685696592780033*^9, - 3.6856965970349083`*^9}, {3.6870711449669037`*^9, 3.687071165830688*^9}, { - 3.6870725649937353`*^9, 3.687072567422408*^9}, {3.711081329746539*^9, - 3.711081335862384*^9}, {3.711083709642126*^9, 3.71108372803414*^9}, { - 3.712990896317184*^9, 3.712990899230811*^9}, {3.713603056038671*^9, - 3.7136030717991047`*^9}, 3.713603337329356*^9, {3.7136034598308163`*^9, - 3.713603470204297*^9}, {3.713604348937676*^9, 3.71360436129599*^9}, { - 3.717147714818186*^9, 3.717147739983534*^9}, {3.7171480835458517`*^9, - 3.717148091231995*^9}, {3.726560324583314*^9, 3.7265603577752657`*^9}, { - 3.726853588279467*^9, 3.7268536391946774`*^9}, {3.7271789201847763`*^9, - 3.727178947159677*^9}, {3.7275066313384666`*^9, 3.72750665317505*^9}, { - 3.727513894430643*^9, 3.727513902461985*^9}, {3.727596618528956*^9, - 3.727596645209611*^9}, {3.727601483861143*^9, 3.7276014841869497`*^9}, { - 3.7276028953923073`*^9, 3.727602914012473*^9}, {3.728109699712471*^9, - 3.728109743760724*^9}, {3.728765837392223*^9, 3.728765846807078*^9}, { - 3.7340775949863367`*^9, 3.734077598710491*^9}, {3.7372791075805187`*^9, - 3.73727914741197*^9}, {3.7372792368998547`*^9, 3.737279256825714*^9}, { - 3.737285569781273*^9, 3.737285603410686*^9}, {3.739187854951786*^9, - 3.73918785517507*^9}, {3.742016334042914*^9, 3.742016337494812*^9}, { - 3.742016368507223*^9, 3.74201638931714*^9}, {3.7567126007785892`*^9, - 3.756712616867313*^9}, 3.75671264844755*^9, {3.756712756093667*^9, - 3.756712764043981*^9}, {3.75671279769972*^9, 3.756712815035034*^9}, { - 3.756713298279908*^9, 3.7567132995556707`*^9}, {3.7791347576669817`*^9, - 3.779134757825488*^9}, {3.7796213397964487`*^9, 3.7796213411942797`*^9}, { - 3.781861177096654*^9, 3.7818611798947363`*^9}, {3.7818638659283743`*^9, - 3.78186388273141*^9}, {3.781864125333624*^9, 3.781864154780567*^9}, { - 3.7818642056977167`*^9, 3.781864219490481*^9}, {3.781865551234782*^9, - 3.781865576031451*^9}, {3.7818656537778378`*^9, 3.781865662184041*^9}, { - 3.781866087341042*^9, 3.781866138388178*^9}, {3.781957515808682*^9, - 3.781957520990094*^9}, {3.782030887076083*^9, 3.782030887369808*^9}, - 3.7869545931030684`*^9, 3.7869549247582397`*^9, 3.786955007868844*^9, { - 3.786955074079344*^9, 3.786955101762665*^9}, {3.786955133945662*^9, - 3.786955161089117*^9}, {3.786955399308937*^9, 3.786955428954468*^9}, { - 3.786955463442379*^9, 3.786955510679736*^9}, {3.786955562839375*^9, - 3.786955606909911*^9}, 3.786955656525093*^9, {3.786955720347637*^9, - 3.786955755177781*^9}, {3.786956142290414*^9, 3.786956147840975*^9}, { - 3.7869562148642387`*^9, 3.786956220863571*^9}, {3.7869562601435432`*^9, - 3.7869562665982647`*^9}, {3.7869563064305763`*^9, 3.786956311021562*^9}, { - 3.786956360525083*^9, 3.786956367533533*^9}, {3.808029109531475*^9, - 3.80802913181882*^9}, {3.830836362389876*^9, 3.830836362680505*^9}}, - CellLabel-> - "In[557]:=",ExpressionUUID->"12339070-6b6d-47ba-9792-4624b8624d60"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[587]:=",ExpressionUUID->"06378c21-bc9e-4d0d-af64-2f372bd701d3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"input_List", ",", - RowBox[{"labels___", "?", - RowBox[{"(", - RowBox[{ - RowBox[{"SubsetQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<1hkl\>\"", ",", "\"\<1xyz\>\"", ",", "\"\<Integer\>\"", ",", - "\"\<Multiple\>\"", ",", "\"\<StringSymbol\>\"", ",", - "\"\<WrapSingle\>\""}], "}"}], ",", - RowBox[{"{", "#", "}"}]}], "]"}], "&"}], ")"}]}]}], - "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"check", ",", "hkl", ",", "temp"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "labels"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"check", "=", - RowBox[{"{", "labels", "}"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"temp", "=", - RowBox[{ - "check", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<1hkl\>\"", ",", "\"\<1xyz\>\"", ",", "\"\<Integer\>\"", - ",", "\"\<Multiple\>\"", ",", "\[IndentingNewLine]", - "\"\<StringSymbol\>\"", ",", "\"\<WrapSingle\>\""}], "}"}], - ",", "temp"}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidLabel"}], ",", "temp"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "check"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dimensions", " ", "check", " ", - RowBox[{"(", - RowBox[{"always", " ", "required"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Single", " ", - RowBox[{"reflection", "/", "coordinate"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"input", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x1_", ",", "x2_", ",", "x3_"}], "}"}], "/;", - RowBox[{"!", - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"x1", ",", "x2", ",", "x3"}], "}"}], ",", "ListQ"}], - "]"}]}]}]}], "]"}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"hkl", "=", - RowBox[{"{", "input", "}"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Multiple", " ", - RowBox[{"reflections", "/", "coordinates"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"AllTrue", "[", - RowBox[{"input", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"#", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x1_", ",", "x2_", ",", "x3_"}], "}"}], "/;", - RowBox[{"!", - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"x1", ",", "x2", ",", "x3"}], "}"}], ",", "ListQ"}], - "]"}]}]}]}], "]"}], "&"}]}], "]"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"hkl", "=", "input"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"None", " ", "of", " ", "the", " ", "above"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", "True", ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidTuple"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Single", " ", - RowBox[{"reflection", "/", "coordinates"}], " ", "check"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<1hkl\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "hkl"}], "\[NotEqual]", "1"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "SingleTupleExpected"}], ",", - "\"\<reflection\>\""}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<1xyz\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "hkl"}], "\[NotEqual]", "1"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "SingleTupleExpected"}], ",", - "\"\<coordinate\>\""}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Multiple", " ", "reflections", " ", "check"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<Multiple\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "hkl"}], "<", "2"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "MultipleTuplesExpected"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Integer", " ", "check"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<Integer\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"Flatten", "@", "hkl"}], ",", "IntegerQ"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "IntegerExpected"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Check", " ", "if", " ", "Integer"}], ",", " ", - RowBox[{"String", " ", "or", " ", "Symbol"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<StringSymbol\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"ContainsAll", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"Integer", ",", "String", ",", "Symbol", ",", "Times"}], - "}"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"Head", "/@", - RowBox[{"Flatten", "@", "hkl"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidInputType"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Wrap", " ", "single", " ", "reflections"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"check", ",", "\"\<WrapSingle\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"input", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{"!", - RowBox[{"ListQ", "[", "#", "]"}]}], "&"}], ")"}]}], ",", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{"!", - RowBox[{"ListQ", "[", "#", "]"}]}], "&"}], ")"}]}], ",", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{"!", - RowBox[{"ListQ", "[", "#", "]"}]}], "&"}], ")"}]}]}], - "}"}]}], "]"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"Return", "[", - RowBox[{"{", "input", "}"}], "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"Return", "[", "input", "]"}]}], "\[IndentingNewLine]", "\t", - "]"}]}], "\[IndentingNewLine]", "\t", "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685682044952615*^9, 3.6856820504144278`*^9}, { - 3.685682141325856*^9, 3.685682178024384*^9}, {3.685682225953554*^9, - 3.6856822264375687`*^9}, {3.685686504590041*^9, 3.685686563672072*^9}, { - 3.685686761317539*^9, 3.685686935927103*^9}, {3.685687049738576*^9, - 3.68568707333384*^9}, {3.685687114646472*^9, 3.685687127702293*^9}, { - 3.685687165179854*^9, 3.685687166128426*^9}, {3.685687209773357*^9, - 3.685687249125226*^9}, {3.685687460267198*^9, 3.6856874715285482`*^9}, { - 3.685687503903227*^9, 3.6856876526267977`*^9}, {3.685687717427792*^9, - 3.685687802476377*^9}, {3.685687865524221*^9, 3.685687897331867*^9}, { - 3.685687934255664*^9, 3.685687939417481*^9}, {3.6856879800139227`*^9, - 3.685688042911214*^9}, {3.68568810006351*^9, 3.685688100318913*^9}, { - 3.685688139025612*^9, 3.6856882052098713`*^9}, {3.685688250205721*^9, - 3.6856882678366337`*^9}, {3.685688304145129*^9, 3.6856883808922367`*^9}, { - 3.68568844499587*^9, 3.685688472248145*^9}, {3.685688514296632*^9, - 3.685688545376317*^9}, {3.685688623890478*^9, 3.685688637817067*^9}, { - 3.68569066960983*^9, 3.685690691012197*^9}, {3.685690794783538*^9, - 3.685690811559473*^9}, {3.68569087238955*^9, 3.685690900780208*^9}, { - 3.685690968591786*^9, 3.6856909827333717`*^9}, 3.685691129301629*^9, { - 3.685691194063245*^9, 3.685691195923958*^9}, {3.685691253520686*^9, - 3.68569125544692*^9}, {3.685691421918008*^9, 3.68569146953458*^9}, { - 3.685691551850884*^9, 3.685691552213007*^9}, {3.6856916027158012`*^9, - 3.685691692759995*^9}, {3.685691853134893*^9, 3.685691920007518*^9}, { - 3.6856929678967247`*^9, 3.685693015099309*^9}, 3.6856931484132357`*^9, { - 3.685693393496571*^9, 3.685693394198283*^9}, {3.685693546697781*^9, - 3.6856935520440397`*^9}, {3.685693609535673*^9, 3.6856936897957973`*^9}, { - 3.685693750984054*^9, 3.685693759315776*^9}, {3.68569392361819*^9, - 3.685693945319812*^9}, {3.6856939801033173`*^9, 3.685693980425994*^9}, { - 3.685694067633998*^9, 3.685694097770274*^9}, {3.6856942382554502`*^9, - 3.685694255076212*^9}, {3.6856943006813087`*^9, 3.6856943018640337`*^9}, { - 3.6856943997277603`*^9, 3.685694411106454*^9}, {3.685695339182644*^9, - 3.685695373223888*^9}, {3.685695408676928*^9, 3.685695478096266*^9}, { - 3.685695766537468*^9, 3.6856957943793716`*^9}, {3.6856958338041162`*^9, - 3.6856958424484253`*^9}, {3.685696332725561*^9, 3.685696396128811*^9}, { - 3.685696608524857*^9, 3.685696657721571*^9}, {3.6856972409963093`*^9, - 3.685697244163583*^9}, {3.6856979286350107`*^9, 3.685697955135551*^9}, { - 3.6856979888912783`*^9, 3.685698003991218*^9}, {3.6856982147010527`*^9, - 3.685698274805579*^9}, {3.685698569424312*^9, 3.685698603461879*^9}, { - 3.68577042313544*^9, 3.685770436557921*^9}, {3.685786249680023*^9, - 3.6857862528214617`*^9}, {3.687070782983131*^9, 3.687070826316058*^9}, { - 3.711080493388452*^9, 3.711080530269607*^9}, {3.7110838434149733`*^9, - 3.711083844960722*^9}, {3.712990600076755*^9, 3.712990608318782*^9}, { - 3.712990804480831*^9, 3.7129908060016212`*^9}, {3.712990947248521*^9, - 3.712990947808515*^9}, {3.713510243799721*^9, 3.7135102514986553`*^9}, { - 3.713510288538774*^9, 3.713510293259116*^9}, {3.7135103372502947`*^9, - 3.713510338184915*^9}, {3.71431192571665*^9, 3.7143119392365303`*^9}, { - 3.7143120972494097`*^9, 3.714312097447524*^9}, {3.7143121915742683`*^9, - 3.7143122110300217`*^9}, {3.714312273573138*^9, 3.714312308114839*^9}, { - 3.71445784032449*^9, 3.714457847602706*^9}, 3.714458049967931*^9, { - 3.7147109057397537`*^9, 3.714710909787726*^9}, {3.714710945019298*^9, - 3.714710963965468*^9}, {3.717143871479184*^9, 3.717143873754469*^9}, { - 3.717146708601173*^9, 3.717146713501816*^9}, {3.717147467353772*^9, - 3.717147472518999*^9}, {3.717147554646175*^9, 3.717147555923188*^9}, { - 3.717147595628448*^9, 3.717147596128397*^9}, 3.7171476872925243`*^9, { - 3.717147790297018*^9, 3.7171478112554407`*^9}, {3.7171480444680862`*^9, - 3.717148048818454*^9}, {3.7171482182403383`*^9, 3.7171482183828487`*^9}, { - 3.717148818843635*^9, 3.717148834361803*^9}, {3.7171489319542913`*^9, - 3.717148951600135*^9}, {3.717149178012879*^9, 3.71714919115486*^9}, { - 3.717149260050128*^9, 3.717149280072538*^9}, {3.717149333315688*^9, - 3.717149397350493*^9}, {3.717149552908246*^9, 3.7171495813302383`*^9}, { - 3.718521630559267*^9, 3.718521641789692*^9}, {3.7185216726962433`*^9, - 3.7185216733580647`*^9}, {3.718636471385057*^9, 3.7186364749898767`*^9}, { - 3.7186366347963343`*^9, 3.718636636271434*^9}, {3.7259581138852463`*^9, - 3.725958115603722*^9}, {3.7372783098194*^9, 3.737278316869255*^9}, - 3.737371806626379*^9, 3.737384013131838*^9, {3.7373840435457*^9, - 3.7373840851194687`*^9}, {3.737384137351205*^9, 3.73738418240597*^9}, { - 3.7373842155798798`*^9, 3.737384232171645*^9}, {3.737384415256804*^9, - 3.737384433510865*^9}, {3.75852996982882*^9, 3.758529971762226*^9}, - 3.7627930936957808`*^9, {3.786954584256233*^9, 3.786954589718793*^9}, { - 3.786954913336426*^9, 3.786954919895287*^9}, {3.78695501065422*^9, - 3.7869550144384604`*^9}, {3.786955074082953*^9, 3.786955090281755*^9}, { - 3.7869551207236137`*^9, 3.786955157090266*^9}, {3.786961588352356*^9, - 3.7869615908880243`*^9}, {3.786961866658291*^9, 3.786961876697589*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[588]:=",ExpressionUUID->"240f0fac-1c34-413b-8694-abceef82f9b6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalEntityQ\>\"", ",", "input_"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"input", "===", "\"\<Void\>\""}], ",", - RowBox[{"Return", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$PeriodicTable"}], ",", "input"}], "]"}], ",", - RowBox[{"Return", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$CrystalData"}], ",", "input"}], "]"}], ",", - RowBox[{"Return", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidCrystalEntity"}], ",", "input"}], - "]"}], ";"}], "\[IndentingNewLine]", ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.808028800134062*^9, 3.8080288107230253`*^9}, { - 3.808028877698202*^9, 3.8080289067839737`*^9}, {3.808028959926174*^9, - 3.808029073819161*^9}, {3.8080291380469627`*^9, 3.8080291414093447`*^9}, { - 3.808029233032518*^9, 3.808029234822619*^9}, {3.838291936477167*^9, - 3.838291970453483*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"2d098b1d-1c2c-4d0d-a597-fba43ec40962"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "input_", ",", - RowBox[{"quietFailure_", ":", "True"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"dataRegular", ",", "dataTemp"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"dataRegular", "=", - RowBox[{"$CrystalData", "@", "input"}]}], ";", "\[IndentingNewLine]", - RowBox[{"dataTemp", "=", - RowBox[{"StianRamsnes`MaXrd`Private`$TempCrystalData", "@", "input"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AssociationQ", "@", "dataRegular"}], ",", - RowBox[{"Return", "@", "dataRegular"}], ",", "\[IndentingNewLine]", - RowBox[{"AssociationQ", "@", "dataTemp"}], ",", - RowBox[{"Return", "@", "dataTemp"}], ",", "\[IndentingNewLine]", - "True", ",", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "quietFailure"}], ",", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"Association", "[", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "NotIn$CrystalData"}], ",", "input"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609703542757*^9}, 3.713609761205812*^9, { - 3.714456648703538*^9, 3.7144566607405*^9}, {3.714462761679092*^9, - 3.714462774005431*^9}, {3.7144628807577868`*^9, 3.714462892938987*^9}, { - 3.714711288174638*^9, 3.7147112901418753`*^9}, {3.717740904496645*^9, - 3.71774090450635*^9}, 3.725958197232127*^9, {3.7276035463522577`*^9, - 3.72760354706783*^9}, {3.74556825639723*^9, 3.7455682923534517`*^9}, { - 3.745568690840042*^9, 3.745568699006835*^9}, 3.7820474980874853`*^9, { - 3.7869555468961906`*^9, 3.786955551854266*^9}, {3.7869616322927837`*^9, - 3.7869616350531397`*^9}, {3.8330108998493147`*^9, 3.833010927062756*^9}, { - 3.83308716814037*^9, 3.8330871682830667`*^9}, {3.833089731115273*^9, - 3.833089733846994*^9}, {3.833089867894824*^9, 3.8330899207287703`*^9}, { - 3.833090004981472*^9, 3.8330900524000807`*^9}, {3.833090090496592*^9, - 3.833090137790131*^9}, {3.833092710227344*^9, 3.833092719104993*^9}, { - 3.833092846213437*^9, 3.833092934177161*^9}, {3.838291977203641*^9, - 3.838292036893548*^9}, {3.83829211393435*^9, 3.838292117367461*^9}, { - 3.8382921710284758`*^9, 3.838292194471122*^9}, 3.89117230658596*^9}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"96540f09-e213-46b0-900f-790539427a7c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<FilterSpecialLabels\>\"", ",", "input_List"}], "]"}], ":=", - RowBox[{"Intersection", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"{", "\"\<Void\>\"", "}"}], ",", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], "]"}], ",", "input"}], - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.808022780866338*^9, 3.8080228377542763`*^9}, { - 3.808024138359148*^9, 3.80802415587668*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[591]:=",ExpressionUUID->"5e288eee-940f-4f30-988b-b40c92a7c3ef"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GenerateTargetPositions\>\"", ",", - RowBox[{"{", - RowBox[{"X_", ",", "Y_", ",", "Z_"}], "}"}]}], "]"}], ":=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "j", ",", "k"}], "}"}], ",", - RowBox[{"{", - RowBox[{"i", ",", "0.", ",", - RowBox[{ - RowBox[{"N", "@", "X"}], "-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"j", ",", "0.", ",", - RowBox[{ - RowBox[{"N", "@", "Y"}], "-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"k", ",", "0.", ",", - RowBox[{ - RowBox[{"N", "@", "Z"}], "-", "1"}]}], "}"}]}], "]"}], ",", "2"}], - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.807790128332697*^9, 3.807790184936688*^9}, - 3.8077902350810347`*^9, {3.807790295789818*^9, 3.807790316944312*^9}, { - 3.807795616231709*^9, 3.807795621918097*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[592]:=",ExpressionUUID->"9e3b7ad9-3861-4f3f-b9d6-e4d375fe2e18"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetAtomData\>\"", ",", "label_String"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "data", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "label"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"Lookup", "[", - RowBox[{"$CrystalData", ",", "label"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "data"}], ",", - RowBox[{"data", "=", - RowBox[{"Lookup", "[", - RowBox[{ - "StianRamsnes`MaXrd`Private`$TempCrystalData", ",", "label"}], - "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"data", "[", "\"\<AtomData\>\"", "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.833086926242593*^9, 3.833087076291781*^9}, { - 3.833087377097013*^9, 3.833087377920247*^9}, 3.891172308194622*^9}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"ae6b514b-5757-42ab-bb69-510317b5c752"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "centring_String"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"group", ",", "letter", ",", "vectors"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringLength", "@", "centring"}], "=!=", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"group", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "centring"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"letter", "=", - RowBox[{"First", "@", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"group", ",", "OutputForm"}], "]"}], ",", - "LetterCharacter"}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "letter"}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"vectors", "=", - RowBox[{"Switch", "[", - RowBox[{"centring", ",", "\[IndentingNewLine]", "\"\<P\>\"", ",", - RowBox[{"{", "}"}], ",", "\[IndentingNewLine]", "\"\<F\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", "0", ",", - RowBox[{"1", "/", "2"}]}], "}"}]}], "}"}], ",", - "\[IndentingNewLine]", "\"\<I\>\"", ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<R\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"2", "/", "3"}], ",", - RowBox[{"1", "/", "3"}], ",", - RowBox[{"1", "/", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}], ",", - RowBox[{"2", "/", "3"}]}], "}"}]}], "}"}], ",", - "\[IndentingNewLine]", "\"\<r\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}], ",", - RowBox[{"1", "/", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"2", "/", "3"}], ",", - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}]}], "}"}]}], "}"}], ",", - "\[IndentingNewLine]", "\"\<A\>\"", ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<B\>\"", ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", "0", ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<C\>\"", ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}], ",", "0"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<H\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"2", "/", "3"}], ",", - RowBox[{"1", "/", "3"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}], ",", "0"}], "}"}]}], "}"}], ",", - "\[IndentingNewLine]", "_", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidCentring"}], "]"}], ";", - RowBox[{"{", "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"PrependTo", "[", - RowBox[{"vectors", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609803694686*^9, - 3.7136098460035143`*^9}, {3.713609896764085*^9, 3.7136098971713457`*^9}, - 3.7143124623172703`*^9, {3.714711400201912*^9, 3.7147114013487253`*^9}, { - 3.7177409045433407`*^9, 3.7177409045530024`*^9}, {3.7265604536850843`*^9, - 3.7265604571899033`*^9}, 3.726561476915771*^9, {3.727603738644006*^9, - 3.727603738970872*^9}, {3.727603872991158*^9, 3.7276038737620068`*^9}, - 3.727675395188451*^9, {3.728765707484078*^9, 3.728765708834387*^9}, { - 3.728765780634018*^9, 3.728765813592382*^9}, {3.72876589943944*^9, - 3.728765908688555*^9}, {3.730017879620852*^9, 3.730017885274577*^9}, { - 3.734077376632456*^9, 3.734077480964463*^9}, {3.734412586131454*^9, - 3.7344125991220827`*^9}, 3.762793093706504*^9, 3.786956374957906*^9, { - 3.786961889887927*^9, 3.7869618920559807`*^9}, {3.830430267827496*^9, - 3.83043033462963*^9}, {3.830430414711422*^9, 3.8304304286191807`*^9}, { - 3.830430805405685*^9, 3.830430841705861*^9}, {3.830433620836817*^9, - 3.830433639225922*^9}, {3.830836988992503*^9, 3.830836992037711*^9}, { - 3.830837144056509*^9, 3.8308371930350513`*^9}, {3.83083722928093*^9, - 3.830837232162451*^9}, {3.830839195438285*^9, 3.830839227159775*^9}, { - 3.8308393095741453`*^9, 3.830839355842371*^9}, {3.843875602721417*^9, - 3.843875652277481*^9}, {3.843875710566807*^9, 3.8438757167897387`*^9}, - 3.843888792737671*^9, 3.843888847273467*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"815767a5-cd86-49be-90ad-9b56bee85a05"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<GetCrystalFamilyMetric\>\"", ",", "family_", ",", "dimension_"}], - "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "M", ",", "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Input", " ", "checks"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\"\<Cubic\>\"", ",", "\"\<Hexagonal\>\"", ",", - "\"\<Tetragonal\>\"", ",", "\"\<Orthorhombic\>\"", ",", - "\"\<Monoclinic\>\"", ",", "\"\<Triclinic\>\""}], "}"}], ",", - "\[IndentingNewLine]", "family"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidCrystalFamily"}], ",", - "family"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<2D\>\"", ",", "\"\<3D\>\""}], "}"}], ",", - "dimension"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidDimension"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Metric", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"M", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"b", " ", - RowBox[{"Cos", "[", "\[Gamma]", "]"}]}], ",", - RowBox[{"c", " ", - RowBox[{"Cos", "[", "\[Beta]", "]"}]}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"b", " ", - RowBox[{"Sin", "[", "\[Gamma]", "]"}]}], ",", - RowBox[{"c", " ", - RowBox[{"(", - RowBox[{ - RowBox[{"Cos", "[", "\[Alpha]", "]"}], "-", - RowBox[{ - RowBox[{"Cos", "[", "\[Beta]", "]"}], " ", - RowBox[{"Cos", "[", "\[Gamma]", "]"}]}]}], ")"}], " ", - RowBox[{"Csc", "[", "\[Gamma]", "]"}]}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"c", " ", "*", - RowBox[{"Sqrt", "[", - RowBox[{"1", "-", - SuperscriptBox[ - RowBox[{"Cos", "[", "\[Beta]", "]"}], "2"], "-", - RowBox[{ - SuperscriptBox[ - RowBox[{"(", - RowBox[{ - RowBox[{"Cos", "[", "\[Alpha]", "]"}], "-", - RowBox[{ - RowBox[{"Cos", "[", "\[Beta]", "]"}], " ", - RowBox[{"Cos", "[", "\[Gamma]", "]"}]}]}], ")"}], "2"], " ", - SuperscriptBox[ - RowBox[{"Csc", "[", "\[Gamma]", "]"}], "2"]}]}], "]"}]}]}], - "}"}]}], "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"M", "=", - RowBox[{"N", "[", - RowBox[{"M", "/.", - RowBox[{"Switch", "[", - RowBox[{"family", ",", "\[IndentingNewLine]", "\"\<Cubic\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1."}], ",", - RowBox[{"b", "\[Rule]", "1."}], ",", - RowBox[{"c", "\[Rule]", "1."}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\"\<Hexagonal\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1."}], ",", - RowBox[{"b", "\[Rule]", "1."}], ",", - RowBox[{"c", "\[Rule]", "1."}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"120", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\"\<Tetragonal\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1."}], ",", - RowBox[{"b", "\[Rule]", "1."}], ",", - RowBox[{"c", "\[Rule]", "1.61803"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\"\<Orthorhombic\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1.7"}], ",", - RowBox[{"b", "\[Rule]", "1.2"}], ",", - RowBox[{"c", "\[Rule]", "0.85"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\"\<Monoclinic\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1."}], ",", - RowBox[{"b", "\[Rule]", "0.7"}], ",", - RowBox[{"c", "\[Rule]", "1.2"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"72.", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"90", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\"\<Triclinic\>\"", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"a", "\[Rule]", "1.3"}], ",", - RowBox[{"b", "\[Rule]", "0.8"}], ",", - RowBox[{"c", "\[Rule]", "0.9"}], ",", "\[IndentingNewLine]", - RowBox[{"\[Alpha]", "\[Rule]", - RowBox[{"66.", "\[Degree]"}]}], ",", - RowBox[{"\[Beta]", "\[Rule]", - RowBox[{"77.", "\[Degree]"}]}], ",", - RowBox[{"\[Gamma]", "\[Rule]", - RowBox[{"88.", "\[Degree]"}]}]}], "\[IndentingNewLine]", "}"}]}], - "\[IndentingNewLine]", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"dimension", "===", "\"\<2D\>\""}], ",", - RowBox[{"M", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}], ",", - "M"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685682044952615*^9, 3.6856820504144278`*^9}, { - 3.685682141325856*^9, 3.685682178024384*^9}, {3.685682225953554*^9, - 3.6856822264375687`*^9}, {3.685686504590041*^9, 3.685686563672072*^9}, { - 3.685686761317539*^9, 3.685686935927103*^9}, {3.685687049738576*^9, - 3.68568707333384*^9}, {3.685687114646472*^9, 3.685687127702293*^9}, { - 3.685687165179854*^9, 3.685687166128426*^9}, {3.685687209773357*^9, - 3.685687249125226*^9}, {3.685687460267198*^9, 3.6856874715285482`*^9}, { - 3.685687503903227*^9, 3.6856876526267977`*^9}, {3.685687717427792*^9, - 3.685687802476377*^9}, {3.685687865524221*^9, 3.685687897331867*^9}, { - 3.685687934255664*^9, 3.685687939417481*^9}, {3.6856879800139227`*^9, - 3.685688042911214*^9}, {3.68568810006351*^9, 3.685688100318913*^9}, { - 3.685688139025612*^9, 3.6856882052098713`*^9}, {3.685688250205721*^9, - 3.6856882678366337`*^9}, {3.685688304145129*^9, 3.6856883808922367`*^9}, { - 3.68568844499587*^9, 3.685688472248145*^9}, {3.685688514296632*^9, - 3.685688545376317*^9}, {3.685688623890478*^9, 3.685688637817067*^9}, { - 3.68569066960983*^9, 3.685690691012197*^9}, {3.685690794783538*^9, - 3.685690811559473*^9}, {3.68569087238955*^9, 3.685690900780208*^9}, { - 3.685690968591786*^9, 3.6856909827333717`*^9}, 3.685691129301629*^9, { - 3.685691194063245*^9, 3.685691195923958*^9}, {3.685691253520686*^9, - 3.68569125544692*^9}, {3.685691421918008*^9, 3.68569146953458*^9}, { - 3.685691551850884*^9, 3.685691552213007*^9}, {3.6856916027158012`*^9, - 3.685691692759995*^9}, {3.685691853134893*^9, 3.685691920007518*^9}, { - 3.6856929678967247`*^9, 3.685693015099309*^9}, 3.6856931484132357`*^9, { - 3.685693393496571*^9, 3.685693394198283*^9}, {3.685693546697781*^9, - 3.6856935520440397`*^9}, {3.685693609535673*^9, 3.6856936897957973`*^9}, { - 3.685693750984054*^9, 3.685693759315776*^9}, {3.68569392361819*^9, - 3.685693945319812*^9}, {3.6856939801033173`*^9, 3.685693980425994*^9}, { - 3.685694067633998*^9, 3.685694097770274*^9}, {3.6856942382554502`*^9, - 3.685694255076212*^9}, {3.6856943006813087`*^9, 3.6856943018640337`*^9}, { - 3.6856943997277603`*^9, 3.685694411106454*^9}, {3.685695339182644*^9, - 3.685695373223888*^9}, {3.685695408676928*^9, 3.685695478096266*^9}, { - 3.685695766537468*^9, 3.6856957943793716`*^9}, {3.6856958338041162`*^9, - 3.6856958424484253`*^9}, {3.685696332725561*^9, 3.685696396128811*^9}, { - 3.685696608524857*^9, 3.685696657721571*^9}, {3.6856972409963093`*^9, - 3.685697244163583*^9}, {3.6856979286350107`*^9, 3.685697955135551*^9}, { - 3.6856979888912783`*^9, 3.685698003991218*^9}, {3.6856982147010527`*^9, - 3.685698274805579*^9}, {3.685698569424312*^9, 3.685698603461879*^9}, { - 3.68577042313544*^9, 3.685770436557921*^9}, {3.685786249680023*^9, - 3.6857862528214617`*^9}, {3.687070782983131*^9, 3.687070826316058*^9}, { - 3.711080493388452*^9, 3.711080530269607*^9}, {3.7110838434149733`*^9, - 3.711083844960722*^9}, {3.712990600076755*^9, 3.712990608318782*^9}, { - 3.712990804480831*^9, 3.7129908060016212`*^9}, {3.712990947248521*^9, - 3.712990947808515*^9}, {3.713510243799721*^9, 3.7135102514986553`*^9}, { - 3.713510288538774*^9, 3.713510293259116*^9}, {3.7135103372502947`*^9, - 3.713510338184915*^9}, {3.71431192571665*^9, 3.7143119392365303`*^9}, { - 3.7143120972494097`*^9, 3.714312097447524*^9}, {3.7143121915742683`*^9, - 3.7143122110300217`*^9}, {3.714312273573138*^9, 3.714312308114839*^9}, { - 3.71445784032449*^9, 3.714457847602706*^9}, 3.714458049967931*^9, { - 3.7147109057397537`*^9, 3.714710909787726*^9}, {3.714710945019298*^9, - 3.714710963965468*^9}, {3.717143871479184*^9, 3.717143873754469*^9}, { - 3.717146708601173*^9, 3.717146713501816*^9}, {3.717147467353772*^9, - 3.717147472518999*^9}, {3.717147554646175*^9, 3.717147555923188*^9}, { - 3.717147595628448*^9, 3.717147596128397*^9}, 3.7171476872925243`*^9, { - 3.717147790297018*^9, 3.7171478112554407`*^9}, {3.7171480444680862`*^9, - 3.717148048818454*^9}, {3.7171482182403383`*^9, 3.7171482183828487`*^9}, { - 3.717148818843635*^9, 3.717148834361803*^9}, {3.7171489319542913`*^9, - 3.717148951600135*^9}, {3.717149178012879*^9, 3.71714919115486*^9}, { - 3.717149260050128*^9, 3.717149280072538*^9}, {3.717149333315688*^9, - 3.717149397350493*^9}, {3.717149552908246*^9, 3.7171495813302383`*^9}, { - 3.718521630559267*^9, 3.718521641789692*^9}, {3.7185216726962433`*^9, - 3.7185216733580647`*^9}, {3.718636471385057*^9, 3.7186364749898767`*^9}, { - 3.7186366347963343`*^9, 3.718636636271434*^9}, {3.7259581138852463`*^9, - 3.725958115603722*^9}, {3.7372783098194*^9, 3.737278316869255*^9}, - 3.737371806626379*^9, 3.737384013131838*^9, {3.7373840435457*^9, - 3.7373840851194687`*^9}, {3.737384137351205*^9, 3.73738418240597*^9}, { - 3.7373842155798798`*^9, 3.737384232171645*^9}, {3.737384415256804*^9, - 3.737384433510865*^9}, {3.75852996982882*^9, 3.758529971762226*^9}, - 3.7627930936957808`*^9, 3.779621383606275*^9, {3.779623655366046*^9, - 3.7796236628541946`*^9}, {3.7796237819756413`*^9, - 3.7796238196668234`*^9}, {3.841987656458089*^9, 3.841987672413184*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[745]:=",ExpressionUUID->"a56d537b-67f8-4e9c-b07e-884db2aeb348"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCrystalFormulaUnits\>\"", ",", "input_String"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "output", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "crystal", " ", "entry", " ", "exists"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "input"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Return", " ", "crystal", " ", "wavelength", " ", "if", " ", - "attached"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", "input", "]"}], ",", - "\"\<FormulaUnits\>\""}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"$CrystalData", "[", - RowBox[{"input", ",", "\"\<FormulaUnits\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "not"}], ",", " ", - RowBox[{"query", " ", "user", " ", "manually"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"ToExpression", "@", - RowBox[{"InputString", "[", "\[IndentingNewLine]", - RowBox[{ - "\"\<Cannot determine the number of formula units \>\"", "<>", - "\[IndentingNewLine]", "\"\<for \[LeftGuillemet]\>\"", "<>", - "input", "<>", "\"\<\[RightGuillemet].\>\"", "<>", "\"\<\\n\>\"", "<>", - "\[IndentingNewLine]", - "\"\<Please enter that number or the density below.\>\""}], - "]"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "@", "output"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidUserInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", "output"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609703542757*^9}, 3.713609761205812*^9, { - 3.714456648703538*^9, 3.7144566607405*^9}, {3.714462761679092*^9, - 3.714462774005431*^9}, {3.7144628807577868`*^9, 3.714462892938987*^9}, { - 3.714711288174638*^9, 3.7147112901418753`*^9}, {3.717740904496645*^9, - 3.71774090450635*^9}, 3.725958197232127*^9, {3.727178717966507*^9, - 3.727178721188702*^9}, {3.727178758964155*^9, 3.727178761323883*^9}, { - 3.727178860595625*^9, 3.727178901192408*^9}, {3.727178964913246*^9, - 3.727178966567266*^9}, {3.727601687423465*^9, 3.727601704808043*^9}, { - 3.727601744534422*^9, 3.727601771061698*^9}, {3.727602475651042*^9, - 3.727602607286476*^9}, {3.7276026482929697`*^9, 3.727602649418606*^9}, { - 3.727602816432906*^9, 3.727602879307555*^9}, {3.7276029234914637`*^9, - 3.727602926124346*^9}, {3.727603730383863*^9, 3.72760373066368*^9}, { - 3.727603973849247*^9, 3.7276039750255003`*^9}, {3.738049785054161*^9, - 3.7380497898471613`*^9}, 3.762793093715082*^9, {3.786955599831296*^9, - 3.78695560341047*^9}, {3.7869620256301737`*^9, 3.786962027653013*^9}, { - 3.7869680814899187`*^9, 3.786968082808133*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[595]:=",ExpressionUUID->"53366e63-f7c5-4eb1-bf5b-d2edbccd440b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCrystalSpaceGroup\>\"", ",", "input_String"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"sg", "=", "input"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Keys", "@", "$CrystalData"}], ",", "input"}], "]"}], ",", - RowBox[{"sg", "=", - RowBox[{"$CrystalData", "[", - RowBox[{"input", ",", "\"\<SpaceGroup\>\""}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretSpaceGroup\>\"", ",", "sg"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609865523466*^9, - 3.713609889562788*^9}, {3.7144567047959967`*^9, 3.714456760475725*^9}, { - 3.714456865530085*^9, 3.714456883711838*^9}, {3.7144569578701982`*^9, - 3.714456970919194*^9}, {3.7147103047089357`*^9, 3.7147103160470448`*^9}, { - 3.714710780931141*^9, 3.714710786371043*^9}, {3.714711349610618*^9, - 3.714711369582601*^9}, {3.717740904523778*^9, 3.717740920672461*^9}, { - 3.725958236767309*^9, 3.725958238463688*^9}, {3.727505577163589*^9, - 3.7275055992983847`*^9}, {3.727505895015423*^9, 3.7275058952018433`*^9}, { - 3.727506115867244*^9, 3.72750615284511*^9}, {3.727506566988821*^9, - 3.7275065675308313`*^9}, {3.7276035560711937`*^9, 3.72760355630114*^9}, { - 3.7276036304674597`*^9, 3.727603631524433*^9}, 3.727676784104806*^9, { - 3.7340864321506767`*^9, 3.7340865206369267`*^9}, 3.743865456049979*^9, - 3.762793093722595*^9, 3.786956274496245*^9, {3.786962061484593*^9, - 3.786962063155972*^9}, {3.786968086928224*^9, 3.786968088255666*^9}, { - 3.830836194498974*^9, 3.830836196355618*^9}, {3.830836234260865*^9, - 3.83083628194048*^9}, {3.830836367590774*^9, 3.830836373958918*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[596]:=",ExpressionUUID->"208c0ae3-4db4-4927-9117-af9ac7037f2b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCrystalWavelength\>\"", ",", "input_String", ",", - RowBox[{"abortQ_", ":", "True"}]}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "if", " ", "crystal", " ", "entry", " ", "exists"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "input"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Return", " ", "crystal", " ", "wavelength", " ", "if", " ", - "attached"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$CrystalData", "[", "input", "]"}], ",", - "\"\<Wavelength\>\""}], "]"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"Return", "@", - RowBox[{"$CrystalData", "[", "\[IndentingNewLine]", "\t", - RowBox[{"input", ",", "\"\<Wavelength\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "not"}], ",", " ", - RowBox[{ - RowBox[{"abort", " ", "OR", " ", - RowBox[{"return", " ", "'"}]}], "-", - RowBox[{"1", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"abortQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "NoWavelengthIncluded"}], ",", - "input"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Return", "[", - RowBox[{"-", "1"}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "]"}]}], - ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609803694686*^9, - 3.7136098460035143`*^9}, {3.713609896764085*^9, 3.7136098971713457`*^9}, - 3.7143124623172703`*^9, {3.714711400201912*^9, 3.7147114013487253`*^9}, { - 3.7177409045433407`*^9, 3.7177409045530024`*^9}, {3.7265604536850843`*^9, - 3.7265604571899033`*^9}, 3.726561476915771*^9, {3.727603738644006*^9, - 3.727603738970872*^9}, {3.727603872991158*^9, 3.7276038737620068`*^9}, - 3.727675395188451*^9, {3.739125707135515*^9, 3.7391257657796993`*^9}, - 3.786955585359413*^9, {3.786962080980385*^9, 3.78696208273151*^9}, { - 3.786968091320426*^9, 3.786968092871867*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[597]:=",ExpressionUUID->"d1af9d99-a7b4-4ac8-b525-f714105fdc7c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"(*", " ", - RowBox[{"Converts", " ", "to", " ", - RowBox[{"wavelength", " ", "[", "\[ARing]ngstr\[ODoubleDot]ms", "]"}]}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetEnergyWavelength\>\"", ",", "input_", ",", - RowBox[{"unitsQ_", ":", "True"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"hcKeV", "=", "12.398420"}], ",", "\[Lambda]"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Only", " ", "exception"}], " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"input", "===", - RowBox[{"-", "1"}]}], ",", - RowBox[{"Return", "[", - RowBox[{"-", "1"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "if", " ", "positive"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"Positive", "@", "input"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "EnergyMustBePositive"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "Number"}], " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"NumericQ", "@", "input"}], ",", "\[IndentingNewLine]", "\t", - - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"1.", " ", "Assume", " ", "\[ARing]ngstr\[ODoubleDot]ms"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"input", " ", "\[LessEqual]", " ", "5.0"}], ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"N", "@", "input"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"2.", " ", "Assume", " ", "kilo", " ", "electronvolt"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"input", " ", "\[LessEqual]", " ", "250.0"}], ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"hcKeV", "/", "input"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{"3.", " ", "Assume", " ", "electronvolts"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", "True", ",", - RowBox[{"\[Lambda]", "=", - RowBox[{"1000", "*", - RowBox[{"hcKeV", "/", "input"}]}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Quantity"}], " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"QuantityQ", "[", "input", "]"}], " ", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Convert", " ", "wavelength", " ", "or", " ", "energy", " ", "to", - " ", "\[ARing]ngstr\[ODoubleDot]ms"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"UnitDimensions", "[", "input", "]"}], "===", - RowBox[{"{", - RowBox[{"{", - RowBox[{"\"\<LengthUnit\>\"", ",", "1"}], "}"}], "}"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"\[Lambda]", "=", - RowBox[{"UnitConvert", "[", - RowBox[{"input", ",", "\"\<Angstroms\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"Return", "@", "\[Lambda]"}], ",", - RowBox[{"Return", "@", - RowBox[{"QuantityMagnitude", "@", "\[Lambda]"}]}]}], "]"}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"CompatibleUnitQ", "[", - RowBox[{"input", ",", "\"\<Joules\>\""}], "]"}], ",", "\t\t", - "\[IndentingNewLine]", "\t\t", - RowBox[{"\[Lambda]", "=", - RowBox[{"hcKeV", "/", - RowBox[{"QuantityMagnitude", "@", "\[IndentingNewLine]", "\t\t", - RowBox[{"UnitConvert", "[", - RowBox[{"input", ",", "\"\<Kiloelectronvols\>\""}], "]"}]}]}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", "True", - ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "EnergyUnitExpected"}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", - "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"C", ".", " ", "None"}], " ", "of", " ", "the", " ", - "above"}], " ", "*)"}], "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidEnergyInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Set", " ", "in", " ", "Quantity", " ", "if", " ", "desired"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", "\[IndentingNewLine]", - RowBox[{"Quantity", "[", - RowBox[{"\[Lambda]", ",", "\"\<Angstroms\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\[Lambda]"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609703542757*^9}, 3.713609761205812*^9, { - 3.714456648703538*^9, 3.7144566607405*^9}, {3.714462761679092*^9, - 3.714462774005431*^9}, {3.7144628807577868`*^9, 3.714462892938987*^9}, { - 3.714711288174638*^9, 3.7147112901418753`*^9}, {3.717740904496645*^9, - 3.71774090450635*^9}, 3.725958197232127*^9, {3.726560443424157*^9, - 3.726560447064084*^9}, 3.72685205362494*^9, {3.7268524061436033`*^9, - 3.7268525118996563`*^9}, {3.726853451219391*^9, 3.726853553519404*^9}, { - 3.72685364594137*^9, 3.726853659220982*^9}, {3.726853721494712*^9, - 3.7268537360194597`*^9}, {3.726853814139167*^9, 3.726853866046702*^9}, { - 3.72685391283145*^9, 3.726854013342908*^9}, {3.72685443464507*^9, - 3.726854444243165*^9}, {3.726854740941407*^9, 3.726854744623098*^9}, { - 3.726854833074029*^9, 3.726854873935768*^9}, {3.72685491084039*^9, - 3.726854918136497*^9}, {3.72685498979923*^9, 3.726855068318531*^9}, { - 3.726855109331604*^9, 3.726855122067479*^9}, {3.7268555301237164`*^9, - 3.726855539752921*^9}, {3.7268559339858027`*^9, 3.726855959866241*^9}, { - 3.7268559904322023`*^9, 3.72685603510135*^9}, {3.72685615357065*^9, - 3.72685615402689*^9}, {3.726856216650893*^9, 3.726856369277254*^9}, { - 3.7268564800835943`*^9, 3.7268564992580137`*^9}, {3.726856620967496*^9, - 3.726856621815027*^9}, {3.726856668775392*^9, 3.726856720204636*^9}, { - 3.7268568209881*^9, 3.72685684971353*^9}, {3.72685688102668*^9, - 3.7268569498483753`*^9}, {3.7268570554316273`*^9, 3.726857141124441*^9}, { - 3.72685733536134*^9, 3.726857445821105*^9}, {3.7268574798936377`*^9, - 3.726857484116231*^9}, {3.726857520876247*^9, 3.726857597705496*^9}, { - 3.7268576490821247`*^9, 3.726857665286269*^9}, {3.726896856919681*^9, - 3.726896865360489*^9}, {3.726897043655274*^9, 3.72689706577814*^9}, { - 3.726899351343816*^9, 3.726899381328332*^9}, 3.7268997978240433`*^9, { - 3.7275466850188923`*^9, 3.727546685984756*^9}, {3.727596442016464*^9, - 3.727596443184536*^9}, {3.7275965437672157`*^9, 3.727596576954631*^9}, - 3.727596651111322*^9, {3.72760374260155*^9, 3.727603759529471*^9}, { - 3.728109774970121*^9, 3.728109880586781*^9}, 3.73441267980902*^9, { - 3.738049815649427*^9, 3.738049826421247*^9}, {3.7391251770910673`*^9, - 3.739125211688257*^9}, {3.7391256829934187`*^9, 3.739125689976153*^9}, - 3.762793093738366*^9, 3.786955436572969*^9, 3.786955487113967*^9, { - 3.786955519104815*^9, 3.786955525904479*^9}, {3.78696212378834*^9, - 3.786962125563382*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[598]:=",ExpressionUUID->"3bf9aa4a-6fc2-47a4-aa22-2b8b39fa6ec5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "input_"}], "]"}], ":=", - - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"$CrystalDataCombined", ",", "sg"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "space", " ", "group", " ", "number", " ", "is", - " ", "given"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"1", "\[LessEqual]", "input", "\[LessEqual]", "230"}], ")"}], - "&&", - RowBox[{"IntegerQ", "@", "input"}]}], ",", - RowBox[{"Return", "@", - RowBox[{"$SpaceGroups", "\[LeftDoubleBracket]", - RowBox[{"input", ",", "\"\<Name\>\"", ",", "\"\<Symbol\>\""}], - "\[RightDoubleBracket]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{ - "If", " ", "actual", " ", "input", " ", "is", " ", "a", " ", - "point"}], "-", " ", - RowBox[{"or", " ", "space", " ", "group"}]}], ",", " ", - RowBox[{"return", " ", "it"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$GroupSymbolRedirect", ",", "input"}], "]"}], ",", - RowBox[{"Return", "@", "input"}]}], "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "crystal", " ", "entry", " ", "exists"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - "AssociationQ", "@", "StianRamsnes`MaXrd`Private`$TempCrystalData"}], - ",", "\[IndentingNewLine]", - RowBox[{"$CrystalDataCombined", "=", - RowBox[{"Join", "[", "\[IndentingNewLine]", - RowBox[{ - "$CrystalData", ",", "StianRamsnes`MaXrd`Private`$TempCrystalData"}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"$CrystalDataCombined", "=", "$CrystalData"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", - RowBox[{"$CrystalDataCombined", "[", "input", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSymmetryObject"}], ",", - "input"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "space", " ", "group", " ", "of", " ", - "crystal", " ", "exists"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"$CrystalDataCombined", "[", - RowBox[{"input", ",", "\"\<SpaceGroup\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"$GroupSymbolRedirect", ",", "sg"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSpaceGroupInCrystal"}], ",", - "input", ",", "sg"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Return", "@", "sg"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609865523466*^9, - 3.713609889562788*^9}, {3.7144567047959967`*^9, 3.714456760475725*^9}, { - 3.714456865530085*^9, 3.714456883711838*^9}, {3.7144569578701982`*^9, - 3.714456970919194*^9}, {3.7147103047089357`*^9, 3.7147103160470448`*^9}, { - 3.714710780931141*^9, 3.714710786371043*^9}, {3.714711349610618*^9, - 3.714711369582601*^9}, {3.717740904523778*^9, 3.717740920672461*^9}, { - 3.725958236767309*^9, 3.725958238463688*^9}, {3.727505577163589*^9, - 3.7275055992983847`*^9}, {3.727505895015423*^9, 3.7275058952018433`*^9}, { - 3.727506115867244*^9, 3.72750615284511*^9}, {3.72750620550637*^9, - 3.727506277082754*^9}, 3.7275065790218277`*^9, 3.72750668943563*^9, { - 3.7275138768842697`*^9, 3.727513877580575*^9}, {3.7276037003393583`*^9, - 3.7276037005968237`*^9}, {3.727603930848737*^9, 3.727603935750414*^9}, { - 3.734086562493793*^9, 3.734086592174155*^9}, {3.734087081953874*^9, - 3.734087111656989*^9}, {3.743865456115304*^9, 3.743865456153502*^9}, { - 3.758529973221416*^9, 3.7585299759035673`*^9}, {3.7614238939583063`*^9, - 3.7614239274759207`*^9}, {3.76142400648403*^9, 3.7614240067298727`*^9}, { - 3.7614240390817547`*^9, 3.7614241404093447`*^9}, {3.7614242479891987`*^9, - 3.7614242705338163`*^9}, {3.761424370948794*^9, 3.761424372186491*^9}, - 3.762793093748088*^9, 3.786956278800035*^9, 3.786956318206355*^9, { - 3.786962166771103*^9, 3.7869621682259617`*^9}, {3.8911723098228283`*^9, - 3.891172311242403*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"09dad2a0-5e95-487a-a21a-bf4537050eb6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<GetReciprocalImageOrientation\>\"", ",", "\[IndentingNewLine]", - "latticeInput_", ",", "hklPlane_", ",", "indexLimit_", ",", - RowBox[{"{", - RowBox[{"width_", ",", "height_"}], "}"}], ",", "directSpaceQ_"}], - "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"hkl", "=", "hklPlane"}], ",", "\[IndentingNewLine]", - "abscissaIndex", ",", "ordinateIndex", ",", "planeConstant", ",", - "planeIndex", ",", "\[IndentingNewLine]", - RowBox[{"bottomLeft", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}]}], ",", - RowBox[{"bottomRight", "=", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}]}], "}"}]}], ",", - RowBox[{"topRight", "=", - RowBox[{"{", - RowBox[{"1", ",", "1"}], "}"}]}], ",", - RowBox[{"topLeft", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1"}], "}"}]}], ",", "\[IndentingNewLine]", - "M", ",", "\[Xi]", ",", "imageOrientation"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "hkl"}], ",", - RowBox[{"hkl", "=", - RowBox[{"MillerNotationToList", "@", "hkl"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex", ",", "planeConstant"}], - "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", "#2", ",", - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "#3", "\[RightDoubleBracket]"}]}], - "}"}], "&"}], "@@", - RowBox[{"Flatten", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Position", "[", - RowBox[{"hkl", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{ - "\"\<h\>\"", ",", "\"\<k\>\"", ",", "\"\<l\>\"", ",", "_Integer"}], - "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"planeIndex", "=", - RowBox[{"First", "@", - RowBox[{"Complement", "[", - RowBox[{ - RowBox[{"Range", "@", "3"}], ",", - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "directSpaceQ"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Direct"}], " ", "space", " ", "vectors", " ", - RowBox[{"(", "uvw", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"M", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"latticeInput", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Xi]", "=", - RowBox[{"2", "*", - RowBox[{"indexLimit", "/", - RowBox[{"Max", "@", "M"}]}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"M", "=", - RowBox[{"M", "[", - RowBox[{"[", - RowBox[{ - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}], ",", - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}]}], "]"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{"\[Xi]", "*", - RowBox[{"{", - RowBox[{"bottomRight", ",", "topLeft", ",", "topRight"}], - "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", ".", "M"}], "&"}], "/@", "imageOrientation"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"Insert", "[", - RowBox[{"#", ",", - RowBox[{"N", "@", "planeConstant"}], ",", "planeIndex"}], "]"}], - "&"}], "/@", "imageOrientation"}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"Append", "[", - RowBox[{"#1", ",", "#2"}], "]"}], "&"}], "@@@", - RowBox[{"Transpose", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"imageOrientation", ",", - RowBox[{"{", - RowBox[{"width", ",", "height", ",", "1"}], "}"}]}], "}"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"PrependTo", "[", - RowBox[{"imageOrientation", ",", - RowBox[{"imageOrientation", "\[LeftDoubleBracket]", - RowBox[{"3", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], - "\[RightDoubleBracket]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Corners"}], " ", "in", " ", "reciprocal", - " ", "space"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"imageOrientation", "=", - RowBox[{"indexLimit", "*", - RowBox[{"{", - RowBox[{"bottomLeft", ",", "bottomRight", ",", "topLeft"}], - "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"N", "@", - RowBox[{"Insert", "[", - RowBox[{"#", ",", "planeConstant", ",", "planeIndex"}], "]"}]}], - "&"}], "/@", "imageOrientation"}]}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"MapAt", "[", - RowBox[{"#", ",", "imageOrientation", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}]}], - "}"}]}], "]"}], "&"}], "[", - RowBox[{ - RowBox[{"DecimalForm", "[", "\[IndentingNewLine]", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"7", ",", "4"}], "}"}], ",", - RowBox[{"NumberPadding", "\[Rule]", - RowBox[{"{", - RowBox[{"\"\< \>\"", ",", "\"\<0\>\""}], "}"}]}]}], "]"}], "&"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{"Map", "[", - RowBox[{"ToString", ",", "imageOrientation", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{ - RowBox[{ - RowBox[{"StringRiffle", "[", - RowBox[{"#", ",", "\"\<, \>\""}], "]"}], "&"}], "/@", - "imageOrientation"}]}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760948481143589*^9, 3.760948499262701*^9}, { - 3.7609488207683067`*^9, 3.760948841778069*^9}, {3.760948882588552*^9, - 3.760948883842764*^9}, {3.760948940717063*^9, 3.760948975282666*^9}, { - 3.760949011970159*^9, 3.760949012184416*^9}, 3.760949083736237*^9, { - 3.760949130238394*^9, 3.76094916161519*^9}, 3.760985557982565*^9, { - 3.7611975087352133`*^9, 3.76119751660457*^9}, {3.761474171084214*^9, - 3.761474174768375*^9}, {3.761474414190099*^9, 3.761474436739811*^9}, { - 3.761474489155945*^9, 3.761474515473364*^9}, {3.761474549322021*^9, - 3.761474603151936*^9}, {3.761474729429777*^9, 3.761474784036825*^9}, { - 3.761474849276947*^9, 3.7614748512846203`*^9}, 3.7614749412429934`*^9, { - 3.761475075055262*^9, 3.761475111589944*^9}, {3.761475177678194*^9, - 3.761475208235873*^9}, {3.7614754099022007`*^9, 3.761475460275897*^9}, { - 3.7614755580354347`*^9, 3.7614755584485207`*^9}, {3.761475602255143*^9, - 3.761475618458747*^9}, {3.761475728303033*^9, 3.7614757291959743`*^9}, { - 3.761475895540306*^9, 3.761475953150948*^9}, {3.7614759877525053`*^9, - 3.7614760216772137`*^9}, {3.761476346852703*^9, 3.761476436475614*^9}, { - 3.761476501004677*^9, 3.7614765014024887`*^9}, {3.76147653684481*^9, - 3.7614765625145817`*^9}, {3.7614766027780857`*^9, 3.761476696389943*^9}, { - 3.761476781958541*^9, 3.761476847138636*^9}, {3.761476879235957*^9, - 3.761476898257463*^9}, {3.7614769388987217`*^9, 3.761476939672125*^9}, { - 3.7617280288811703`*^9, 3.7617280290289*^9}, {3.762062000358593*^9, - 3.762062002890757*^9}, 3.7622515661086082`*^9, {3.762251817102137*^9, - 3.762251929165433*^9}, {3.762252005452671*^9, 3.762252005611527*^9}, { - 3.762252046930657*^9, 3.7622520653518887`*^9}, {3.7622521337322073`*^9, - 3.762252160781577*^9}, {3.762252243669989*^9, 3.762252252382333*^9}, { - 3.7622522870584927`*^9, 3.7622523110998173`*^9}, {3.7622525892905617`*^9, - 3.762252653190784*^9}, {3.762252687617072*^9, 3.76225268868604*^9}, - 3.762252720098925*^9, {3.7622602134972677`*^9, 3.762260245781844*^9}, { - 3.7622603606728363`*^9, 3.7622603955795927`*^9}, 3.762260809124468*^9, { - 3.762260920835347*^9, 3.7622609336590014`*^9}, {3.7622611020859957`*^9, - 3.7622611022128*^9}, {3.762265433988163*^9, 3.762265647951427*^9}, { - 3.762265682974736*^9, 3.762265714676045*^9}, {3.7622657998190107`*^9, - 3.762265823490719*^9}, {3.762266150777772*^9, 3.762266183714326*^9}, { - 3.762266297442079*^9, 3.762266404084507*^9}, {3.762266503346043*^9, - 3.7622665058192873`*^9}, {3.762266581522806*^9, 3.762266603588318*^9}, { - 3.762266694495263*^9, 3.762266728238165*^9}, {3.762266789430751*^9, - 3.76226681293922*^9}, {3.7622668497813883`*^9, 3.762266850066354*^9}, { - 3.762267098742383*^9, 3.762267102028309*^9}, {3.762267643315309*^9, - 3.7622677082670116`*^9}, {3.762267743017583*^9, 3.762267788543005*^9}, { - 3.7622678343978357`*^9, 3.762267872315877*^9}, {3.762267908117887*^9, - 3.762267928051405*^9}, 3.762267973773315*^9, {3.762268017780451*^9, - 3.7622680575155687`*^9}, 3.762793093215591*^9, {3.763796995475988*^9, - 3.7637970043599586`*^9}, {3.7643154838421183`*^9, 3.764315495506998*^9}, { - 3.764945527167924*^9, 3.764945538174453*^9}, {3.767432814398486*^9, - 3.767432819483389*^9}, {3.7674328754926987`*^9, 3.767432894311245*^9}, { - 3.7674334785881023`*^9, 3.76743347876075*^9}, {3.783069231678774*^9, - 3.783069266967184*^9}, 3.7830693020753717`*^9, {3.783087670253394*^9, - 3.783087692517221*^9}, {3.783087735097041*^9, 3.7830880407310047`*^9}, { - 3.7830896557036057`*^9, 3.783089655981719*^9}, {3.7830960653733*^9, - 3.783096097330763*^9}, {3.783096177529833*^9, 3.783096217488394*^9}, - 3.783096403572884*^9, {3.783096499380589*^9, 3.783096678487729*^9}, { - 3.7830967101189957`*^9, 3.7830967683185453`*^9}, {3.783096810245809*^9, - 3.7830969314424973`*^9}, {3.783157041710597*^9, 3.783157071451893*^9}, - 3.783158293531158*^9, {3.783158345329475*^9, 3.7831584119283037`*^9}, { - 3.783162888798779*^9, 3.7831629160834846`*^9}, {3.783173913377779*^9, - 3.783173927301927*^9}, {3.78317468233254*^9, 3.783174731586187*^9}, { - 3.783181333932486*^9, 3.783181355705113*^9}, 3.783182265822321*^9, { - 3.783182316941475*^9, 3.783182383458167*^9}, {3.783182554647244*^9, - 3.7831825600059423`*^9}, {3.783182822376739*^9, 3.783182853542233*^9}, { - 3.783182889878277*^9, 3.783182934134598*^9}, {3.783182995421097*^9, - 3.783183036649972*^9}, {3.783183069050721*^9, 3.783183191030245*^9}, { - 3.783183232775155*^9, 3.783183237420909*^9}, {3.78318339958671*^9, - 3.7831834296081047`*^9}, {3.783183827440568*^9, 3.783183870661778*^9}, { - 3.7831858146833487`*^9, 3.783185820360832*^9}, {3.78318620357759*^9, - 3.7831863955464983`*^9}, {3.7831864488989487`*^9, 3.783186585983418*^9}, { - 3.783186670150992*^9, 3.783186732816155*^9}, {3.783186772100696*^9, - 3.7831867922121983`*^9}, {3.783186878850333*^9, 3.783186879920302*^9}, { - 3.7831870216135387`*^9, 3.783187032301166*^9}, {3.783187090181974*^9, - 3.783187119805009*^9}, {3.783187195209736*^9, 3.783187211600642*^9}, { - 3.783187389227145*^9, 3.7831873956208487`*^9}, {3.7831874423488693`*^9, - 3.7831874482836246`*^9}, {3.783187498147171*^9, 3.783187519594695*^9}, - 3.783187549691279*^9, {3.7831875806594877`*^9, 3.7831875942107162`*^9}, - 3.783187641746428*^9, {3.783187675529022*^9, 3.783187719981183*^9}, { - 3.78318775777507*^9, 3.783187777507882*^9}, {3.783195034318838*^9, - 3.783195082369486*^9}, {3.783195129176243*^9, 3.783195130654354*^9}, - 3.783195600430035*^9, {3.783195875568955*^9, 3.783195923116975*^9}, - 3.7832404866326427`*^9, 3.783240537982945*^9, {3.783241766563958*^9, - 3.783241770169858*^9}, {3.783242019589055*^9, 3.783242038913435*^9}, { - 3.783242224440885*^9, 3.783242232079968*^9}, {3.783242363414337*^9, - 3.7832424064301023`*^9}, {3.783242440565166*^9, 3.7832424648026743`*^9}, { - 3.7832425068205843`*^9, 3.7832425069775333`*^9}, {3.7832428495568666`*^9, - 3.7832428525702267`*^9}, {3.7833542866937017`*^9, 3.783354309444758*^9}, { - 3.783355614593163*^9, 3.783355640838348*^9}, {3.78335833421679*^9, - 3.783358334758829*^9}, {3.783359693620332*^9, 3.783359721627674*^9}, { - 3.783361653056139*^9, 3.7833616572554417`*^9}, 3.783362194124464*^9, - 3.78336223465842*^9, {3.783362393368207*^9, 3.78336245282276*^9}, { - 3.7833631602478237`*^9, 3.78336317317529*^9}, {3.783363636844595*^9, - 3.783363674874811*^9}, {3.7834053675756693`*^9, 3.7834053792610207`*^9}, { - 3.78340583132686*^9, 3.783405831388301*^9}, {3.7834059187574177`*^9, - 3.783405920434761*^9}, {3.783406753268241*^9, 3.783406758700287*^9}, { - 3.783408564127472*^9, 3.783408564196937*^9}, {3.783409214047086*^9, - 3.783409220333387*^9}, {3.7834092529907017`*^9, 3.783409266756735*^9}, { - 3.783409308918028*^9, 3.783409328267762*^9}, {3.7834093770844517`*^9, - 3.783409380945528*^9}, {3.783409474178068*^9, 3.783409480351221*^9}, { - 3.783409516417066*^9, 3.783409528518855*^9}, {3.7834095696870127`*^9, - 3.783409575533265*^9}, {3.78341403995479*^9, 3.783414061688508*^9}, { - 3.783414179951048*^9, 3.783414199261772*^9}, {3.783415241625046*^9, - 3.783415258198558*^9}, {3.783415294945393*^9, 3.783415333013176*^9}, { - 3.7834154590669413`*^9, 3.783415468578064*^9}, {3.7834155039130774`*^9, - 3.783415527368451*^9}, {3.783418581398685*^9, 3.783418664800386*^9}, { - 3.783418723713091*^9, 3.7834187328069143`*^9}, {3.783419129079568*^9, - 3.783419161050747*^9}, {3.783419483639987*^9, 3.783419490022593*^9}, - 3.783419546414909*^9, {3.783419624037633*^9, 3.783419629859383*^9}, { - 3.783419691492093*^9, 3.78341970060884*^9}, {3.7834197798175917`*^9, - 3.783419786526613*^9}, {3.7834198795754337`*^9, 3.783419888324492*^9}, { - 3.783419978237026*^9, 3.783419988274308*^9}, {3.783420066460009*^9, - 3.783420075168106*^9}, {3.783420141537942*^9, 3.783420151366643*^9}, { - 3.783420438571474*^9, 3.783420446959621*^9}, {3.7834206705259237`*^9, - 3.7834206829308367`*^9}, {3.7834207424382133`*^9, 3.783420750859206*^9}, { - 3.783421365767969*^9, 3.783421373597426*^9}, {3.783421965333004*^9, - 3.783422006585594*^9}, {3.783422059923292*^9, 3.783422066422491*^9}, { - 3.783422880213716*^9, 3.783422887304878*^9}, {3.783423017795732*^9, - 3.783423131788115*^9}, {3.783423170557499*^9, 3.7834231864683104`*^9}, { - 3.783423235235924*^9, 3.783423243065174*^9}, {3.7834232813629103`*^9, - 3.78342328419268*^9}, {3.783423332465522*^9, 3.783423360958775*^9}, { - 3.7834235748693542`*^9, 3.783423585625668*^9}, {3.783423829774604*^9, - 3.783423906795795*^9}, {3.7835949976169567`*^9, 3.783595000387117*^9}, { - 3.7835964592279263`*^9, 3.783596465811654*^9}, 3.7835983479689827`*^9, { - 3.783598416461194*^9, 3.78359844209156*^9}, {3.783598587874024*^9, - 3.783598602712634*^9}, {3.783598980855957*^9, 3.783599040501889*^9}, { - 3.783599096541379*^9, 3.7835991615239563`*^9}, {3.783599196547413*^9, - 3.7835992406904707`*^9}, {3.783599718079628*^9, 3.783599734270441*^9}, { - 3.783599800285762*^9, 3.783599888379499*^9}, {3.783599919258868*^9, - 3.783599994201694*^9}, {3.7836001062555923`*^9, 3.783600110126745*^9}, { - 3.783600187447453*^9, 3.78360019428551*^9}, {3.783600246509571*^9, - 3.783600315930904*^9}, {3.783600361020162*^9, 3.7836003877214746`*^9}, { - 3.783600860773121*^9, 3.7836008702921343`*^9}, {3.783601307850275*^9, - 3.783601315817883*^9}, {3.783603710860333*^9, 3.7836037455479393`*^9}, - 3.783603805400714*^9, {3.783611681345581*^9, 3.783611702481873*^9}, { - 3.7836263908296432`*^9, 3.7836264730652323`*^9}, {3.783626658029374*^9, - 3.783626743539419*^9}, {3.783626786133835*^9, 3.783626855636197*^9}, { - 3.783626905628832*^9, 3.783626908979969*^9}, 3.783628008592647*^9, { - 3.78362806911053*^9, 3.78362808521664*^9}, {3.783628168549728*^9, - 3.7836281958516827`*^9}, 3.783628228412869*^9, {3.783628262228024*^9, - 3.783628285290011*^9}, {3.7836283228437138`*^9, 3.783628334856893*^9}, { - 3.783628375585116*^9, 3.783628396601012*^9}, {3.783628437320335*^9, - 3.783628469613873*^9}, {3.7836285874692783`*^9, 3.78362867828119*^9}, { - 3.7836288838147583`*^9, 3.7836289593630753`*^9}, {3.7836289923480577`*^9, - 3.7836290057698793`*^9}, 3.783630050494913*^9, {3.7836317844919157`*^9, - 3.783631784554021*^9}, {3.7836321129729967`*^9, 3.7836321426425447`*^9}, - 3.783672659872274*^9, {3.7836785454267273`*^9, 3.7836785468074217`*^9}, { - 3.783678581137383*^9, 3.783678581443434*^9}, 3.786967768778201*^9, { - 3.807369528727828*^9, 3.807369546604195*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[600]:=",ExpressionUUID->"a4189197-577d-4d91-a3d7-638f90e78be4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<HandleSpecialLabels\>\"", ",", "input_List"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "specialLabels", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"specialLabels", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<FilterSpecialLabels\>\"", ",", "input"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SynthesiseStructure", "/@", "specialLabels"}], ";", - "\[IndentingNewLine]", "specialLabels"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.808022780866338*^9, 3.8080228377542763`*^9}, { - 3.808024183465485*^9, 3.808024203307818*^9}, {3.808024369072907*^9, - 3.808024404081531*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[601]:=",ExpressionUUID->"4b797d8b-3f83-489e-9f60-9d4036297891"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "input_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"elementsIn", "=", "input"}], ",", "pertiodicTable", ",", - "elementsRead", ",", "elementsReadNeutral", ",", "temp"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"A", ".", " ", "Input"}], " ", "number", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".1", ".", " ", "Check"}], " ", "whether", " ", "number", " ", - "is", " ", "a", " ", "string"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "elementsIn"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringMatchQ", "[", - RowBox[{"elementsIn", ",", "NumberString"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"elementsIn", "=", - RowBox[{"ToExpression", "@", "elementsIn"}]}]}], "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".2", ".", " ", "Check"}], " ", "if", " ", "valid", " ", - "integer", " ", - RowBox[{"(", - RowBox[{"in", " ", "the", " ", "periodic", " ", "table"}], ")"}]}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"NumericQ", "@", "elementsIn"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"1", "\[LessEqual]", "elementsIn", "\[LessEqual]", - RowBox[{"Length", "@", "$PeriodicTable"}]}], ")"}], "&&", - RowBox[{"IntegerQ", "@", "elementsIn"}]}], ",", - RowBox[{"Return", "[", - RowBox[{ - RowBox[{"(", - RowBox[{"Keys", "@", "$PeriodicTable"}], ")"}], - "\[LeftDoubleBracket]", "elementsIn", "\[RightDoubleBracket]"}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "ElementNumber"}], ",", - RowBox[{"ToString", "@", "elementsIn"}]}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"B", ".", " ", "Process"}], " ", "single", " ", "string", " ", - "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", - RowBox[{".1", ".", " ", "Wrap"}], " ", "string"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "elementsIn"}], ",", - RowBox[{"elementsIn", "=", - RowBox[{"{", "elementsIn", "}"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"C", ".", " ", "Process"}], " ", "list", " ", "of", " ", - "strings", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".1", ".", " ", "Check"}], " ", "if", " ", "input", " ", "is", - " ", "a", " ", "list", " ", "of", " ", "strings"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"ListQ", "@", "elementsIn"}]}], ",", - RowBox[{"Goto", "[", "\"\<Failed\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"elementsIn", ",", "StringQ"}], "]"}]}], ",", - RowBox[{"Goto", "[", "\"\<Failed\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".2", ".", " ", "Set"}], " ", "of", " ", "valid", " ", - "symbols", " ", "from", " ", "the", " ", "periodic", " ", "table"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"pertiodicTable", "=", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"C", - RowBox[{".3", ".", " ", "Find"}], " ", - RowBox[{"(", "possible", ")"}], " ", "matches"}], ",", " ", - RowBox[{"and", " ", "establish", " ", "order"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"elementsRead", "=", - RowBox[{"StringCases", "[", - RowBox[{"elementsIn", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StartOfString", "~~", - RowBox[{"a", ":", "LetterCharacter"}], "~~", - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", - RowBox[{"b", ":", "LetterCharacter"}]}], "}"}], "~~", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", - RowBox[{ - RowBox[{"n1", ":", - RowBox[{"DigitCharacter", "..."}]}], "~~", - RowBox[{"pm", ":", - RowBox[{"{", - RowBox[{"\"\<+\>\"", ",", "\"\<-\>\""}], "}"}]}], "~~", - RowBox[{"n2", ":", - RowBox[{"DigitCharacter", "..."}]}]}]}], "}"}]}], - "\[IndentingNewLine]", "\[RuleDelayed]", - RowBox[{ - RowBox[{"ToUpperCase", "[", "a", "]"}], "<>", - RowBox[{"ToLowerCase", "[", "b", "]"}], "<>", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"n1", "===", "\"\<\>\""}], ")"}], "&&", - RowBox[{"(", - RowBox[{"n2", "===", "\"\<\>\""}], ")"}]}], ",", "\"\<1\>\"", - ",", "\"\<\>\""}], "]"}], "<>", "n1", "<>", "n2", "<>", - "pm"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Check", " ", "for", " ", "non"}], "-", "elements"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"elementsRead", ",", - RowBox[{"{", "}"}]}], "]"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "ElementError"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Part", "[", - RowBox[{"elementsIn", ",", - RowBox[{ - RowBox[{"Position", "[", - RowBox[{"elementsRead", ",", - RowBox[{"{", "}"}]}], "]"}], "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], "]"}]}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Separate", " ", "element", " ", "symbol", " ", "and", " ", "charge", - " ", - RowBox[{"(", - RowBox[{"if", " ", "any"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"elementsRead", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{"Flatten", "@", "elementsRead"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"StartOfString", "~~", - RowBox[{"a", ":", - RowBox[{"LetterCharacter", ".."}]}], "~~", "b___"}], - "\[IndentingNewLine]", "\t", "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"a", ",", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"b", "===", "\"\<\>\""}], ",", "\"\<&\>\"", ",", "b"}], - "]"}]}], "}"}]}]}], "]"}], ",", "1"}], "]"}]}], - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"'", "&"}], "'"}], " ", "should", " ", "be", " ", "deleted", - " ", "later"}], " ", "*)"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"elementsReadNeutral", "=", - RowBox[{"elementsRead", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".4", ".", " ", "Remove"}], " ", "second", " ", "character", - " ", "if", " ", "not", " ", "applicable"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"elementsReadNeutral", "=", - RowBox[{"elementsReadNeutral", "/.", - RowBox[{ - RowBox[{"s_String", "/;", "\[IndentingNewLine]", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"pertiodicTable", ",", "s"}], "]"}]}]}], "\[RuleDelayed]", - - RowBox[{"StringTake", "[", - RowBox[{"s", ",", "1"}], "]"}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Special", " ", - RowBox[{"case", ":", " ", "deuterium"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"elementsReadNeutral", "=", - RowBox[{"elementsReadNeutral", "/.", - RowBox[{"\"\<D\>\"", "\[Rule]", "\"\<H\>\""}]}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".5", ".", " ", "Final"}], " ", "validity", " ", "check"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Complement", "[", - RowBox[{"elementsReadNeutral", ",", "pertiodicTable"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "ElementError"}], ",", - "\[IndentingNewLine]", - RowBox[{"Part", "[", - RowBox[{"elementsIn", ",", - RowBox[{ - RowBox[{"Position", "[", - RowBox[{"elementsReadNeutral", ",", "\[IndentingNewLine]", - RowBox[{"First", "@", "temp"}]}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], "]"}]}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".6", ".", " ", "Concatenate"}], " ", "elements", " ", "and", - " ", "charge"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"elementsRead", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], "=", - "elementsReadNeutral"}], ";", "\[IndentingNewLine]", - RowBox[{"elementsRead", "=", - RowBox[{"elementsRead", "/.", - RowBox[{"\"\<1\>\"", "\[Rule]", "\"\<\>\""}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"elementsRead", "=", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"StringJoin", "/@", "elementsRead"}], ",", "\"\<&\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Goto", "[", "\"\<Done\>\"", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"D", ".", " ", "Post"}], " ", "process", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Unable"}], " ", "to", " ", "determine", " ", - "chemical", " ", "element"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Failed\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "\"\<ElementFailed\>\""}], ",", - RowBox[{"ToString", "@", "input"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Return"}], " ", "string", " ", - RowBox[{"(", - RowBox[{"or", " ", "list", " ", "of", " ", "strings"}], ")"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Done\>\"", "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "input"}], ",", "\[IndentingNewLine]", - RowBox[{ - "elementsRead", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - ",", "elementsRead"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.734341137328184*^9, 3.7343411759988194`*^9}, { - 3.734341475311934*^9, 3.734341576694551*^9}, {3.734341967735984*^9, - 3.734342044717266*^9}, {3.7343421124130297`*^9, 3.7343421147220497`*^9}, { - 3.734342157264969*^9, 3.7343421593299932`*^9}, {3.734342221153916*^9, - 3.734342268636704*^9}, {3.734342315367675*^9, 3.734342348352634*^9}, { - 3.734342660472481*^9, 3.734342708367038*^9}, {3.734343038667759*^9, - 3.734343065102769*^9}, {3.734343158173188*^9, 3.7343432657514677`*^9}, { - 3.734343330059511*^9, 3.734343345374936*^9}, {3.734343379084358*^9, - 3.734343384220396*^9}, {3.734343453912177*^9, 3.734343472607889*^9}, { - 3.73434351476071*^9, 3.7343435158786793`*^9}, {3.734343583617649*^9, - 3.7343436514341507`*^9}, {3.734343683030909*^9, 3.734343832579129*^9}, { - 3.7343438677100477`*^9, 3.7343439724631023`*^9}, {3.7343440088952208`*^9, - 3.734344052952825*^9}, {3.734344095501465*^9, 3.7343441133871517`*^9}, { - 3.734344504885613*^9, 3.7343445722004347`*^9}, {3.734344746741618*^9, - 3.734344778504403*^9}, {3.734344844849532*^9, 3.7343448449792213`*^9}, { - 3.734344914208906*^9, 3.734344914690722*^9}, {3.734344971285687*^9, - 3.7343449799500437`*^9}, {3.7344114140022373`*^9, 3.734411571230638*^9}, { - 3.73441172129373*^9, 3.73441173825721*^9}, {3.734412700777219*^9, - 3.734412709319187*^9}, {3.734413527709764*^9, 3.734413550093383*^9}, { - 3.7344137797137613`*^9, 3.7344137798642187`*^9}, {3.734413835296232*^9, - 3.734413924894289*^9}, 3.734413976109795*^9, {3.734414156561953*^9, - 3.7344141612237043`*^9}, {3.734414195600566*^9, 3.7344143143411903`*^9}, { - 3.734414882922276*^9, 3.734414894936925*^9}, {3.734414964231298*^9, - 3.734415005952628*^9}, {3.734415042935251*^9, 3.734415047670806*^9}, { - 3.734415088734322*^9, 3.734415120620316*^9}, {3.734415326821014*^9, - 3.7344154384774523`*^9}, {3.734415668960808*^9, 3.73441572954326*^9}, { - 3.734415779510621*^9, 3.734415821813545*^9}, {3.734415860540681*^9, - 3.7344160340489798`*^9}, {3.734416125489831*^9, 3.73441614447849*^9}, { - 3.734416338910688*^9, 3.734416340339375*^9}, {3.7346678900276537`*^9, - 3.7346679831146584`*^9}, {3.734668017765711*^9, 3.734668073329541*^9}, { - 3.734668375315628*^9, 3.734668413450987*^9}, {3.734669281971924*^9, - 3.734669395756266*^9}, {3.734669642615943*^9, 3.734669686326432*^9}, { - 3.734669816249323*^9, 3.734669816447013*^9}, {3.734670351320223*^9, - 3.734670352736187*^9}, {3.73467038659089*^9, 3.734670398274848*^9}, { - 3.734670437246735*^9, 3.734670487004538*^9}, {3.734670555686846*^9, - 3.734670556393078*^9}, {3.7346707849406157`*^9, 3.734670991275021*^9}, { - 3.7350327225480556`*^9, 3.7350327285692*^9}, {3.735032790587693*^9, - 3.7350328693591547`*^9}, {3.7350331913467073`*^9, 3.735033209989203*^9}, { - 3.73503328679311*^9, 3.735033337778858*^9}, {3.737278567175089*^9, - 3.737278609150566*^9}, {3.737278661861796*^9, 3.7372787061104527`*^9}, { - 3.737278786430764*^9, 3.737278815614232*^9}, {3.737278876614931*^9, - 3.737278894575992*^9}, {3.737279063214642*^9, 3.737279117617867*^9}, { - 3.737279153995288*^9, 3.737279156957521*^9}, {3.737279209224059*^9, - 3.7372792281945353`*^9}, {3.737279265333662*^9, 3.7372792662517557`*^9}, { - 3.737279499593874*^9, 3.7372795003597097`*^9}, {3.7372795311927958`*^9, - 3.737279607430427*^9}, {3.737279901036427*^9, 3.737279905187501*^9}, { - 3.73728056780586*^9, 3.737280595834815*^9}, {3.737280731938634*^9, - 3.7372807824368553`*^9}, {3.737280821275927*^9, 3.737280850048135*^9}, { - 3.7372808982833033`*^9, 3.7372809507817802`*^9}, {3.737281047830305*^9, - 3.737281064716365*^9}, {3.7372811554403543`*^9, 3.73728118861235*^9}, { - 3.7372812569776163`*^9, 3.737281316071546*^9}, {3.737281653054924*^9, - 3.737281698062044*^9}, {3.737284237057*^9, 3.737284327083954*^9}, { - 3.7372843590048733`*^9, 3.737284369739956*^9}, {3.7372844386235523`*^9, - 3.737284484892178*^9}, {3.7372850819056*^9, 3.737285090806818*^9}, { - 3.73728520111075*^9, 3.737285222748335*^9}, {3.737285270111203*^9, - 3.73728530587646*^9}, {3.737285533840251*^9, 3.737285559292869*^9}, { - 3.7372856101403227`*^9, 3.737285657390164*^9}, {3.737285700136235*^9, - 3.737285798718968*^9}, {3.7372858357113028`*^9, 3.737285868194257*^9}, { - 3.737285908459991*^9, 3.737286014905347*^9}, 3.737286052837697*^9, { - 3.7372861540618677`*^9, 3.737286154519107*^9}, {3.737286254980082*^9, - 3.7372863413456507`*^9}, {3.737286380256139*^9, 3.7372864143825283`*^9}, { - 3.737286458977261*^9, 3.737286576079788*^9}, {3.737286623935347*^9, - 3.737286632869177*^9}, {3.7372866648183327`*^9, 3.737286723584116*^9}, { - 3.737374746359795*^9, 3.737374832079135*^9}, {3.73737499904206*^9, - 3.737375023959383*^9}, {3.737378138033321*^9, 3.737378164259573*^9}, { - 3.737378225363977*^9, 3.73737825691322*^9}, 3.7373784605339413`*^9, { - 3.737378502252293*^9, 3.73737864023484*^9}, {3.737378704823086*^9, - 3.737378712047621*^9}, {3.737378750431796*^9, 3.737378752703669*^9}, { - 3.737378898239748*^9, 3.737378990411519*^9}, {3.73737903566635*^9, - 3.7373791239583397`*^9}, {3.737379162032648*^9, 3.737379164836317*^9}, { - 3.7373792649735928`*^9, 3.7373793244342623`*^9}, {3.737379375913303*^9, - 3.73737941501803*^9}, {3.737379491076782*^9, 3.737379495461954*^9}, { - 3.737379605763606*^9, 3.7373796928169928`*^9}, {3.73737986755727*^9, - 3.7373800849030933`*^9}, {3.7373801268150043`*^9, - 3.7373801843010073`*^9}, {3.737380294292263*^9, 3.737380294698414*^9}, { - 3.737380414361321*^9, 3.737380698358766*^9}, {3.7373807418017273`*^9, - 3.73738075376825*^9}, {3.7373807854482927`*^9, 3.737380862411724*^9}, { - 3.737381036834449*^9, 3.737381064693281*^9}, {3.737381100937663*^9, - 3.7373811217752542`*^9}, 3.737381158470895*^9, 3.737381221032393*^9, { - 3.737381678459423*^9, 3.737381805116645*^9}, {3.737381836958056*^9, - 3.737381881326532*^9}, {3.737381917168672*^9, 3.7373819592222023`*^9}, { - 3.737382007542437*^9, 3.737382116848222*^9}, {3.7373821591203203`*^9, - 3.737382355002592*^9}, {3.7379744155182457`*^9, 3.737974415670136*^9}, { - 3.7379754153411427`*^9, 3.737975452667324*^9}, {3.73797549962778*^9, - 3.7379755241789637`*^9}, 3.737975563770276*^9, {3.737975648095365*^9, - 3.7379756613659477`*^9}, {3.73921005915567*^9, 3.739210067088846*^9}, { - 3.7392103437571*^9, 3.739210372090125*^9}, {3.7392104083569927`*^9, - 3.739210408785853*^9}, {3.739210561112054*^9, 3.739210658951914*^9}, { - 3.742878249248098*^9, 3.7428782535467987`*^9}, {3.7428782893930473`*^9, - 3.742878353943668*^9}, {3.742878774060712*^9, 3.7428787793596373`*^9}, { - 3.742878811736623*^9, 3.742878976915493*^9}, {3.7428790184091597`*^9, - 3.7428790837272663`*^9}, {3.742879158784565*^9, 3.7428791803486032`*^9}, { - 3.742879211104168*^9, 3.742879211738106*^9}, {3.7585299775360603`*^9, - 3.75853003338778*^9}, 3.7627930937690287`*^9, {3.786967780924135*^9, - 3.786967783242278*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[602]:=",ExpressionUUID->"8e5e6f2d-f5d4-4483-bc3a-d750a7699d53"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretSpaceGroup\>\"", ",", "input_", ",", - RowBox[{"abortQ_", ":", "True"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"sg", "=", "input"}], ",", "o", ",", "regex", ",", "temp"}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"A", ".", " ", "Input"}], " ", "number", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".1", ".", " ", "Check"}], " ", "whether", " ", "number", " ", - "is", " ", "a", " ", "string"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "sg"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringMatchQ", "[", - RowBox[{ - RowBox[{"StringTrim", "@", "sg"}], ",", "NumberString"}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"ToExpression", "@", "sg"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"A", - RowBox[{".2", ".", " ", "Check"}], " ", "if", " ", "valid", " ", - "integer", " ", - RowBox[{"(", - RowBox[{ - "a", " ", "canonical", " ", "space", " ", "group", " ", "number"}], - ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"NumericQ", "@", "sg"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"1", "\[LessEqual]", "sg", "\[LessEqual]", "230"}], ")"}], - "&&", - RowBox[{"IntegerQ", "@", "sg"}]}], ",", - RowBox[{"Return", "@", - RowBox[{"$SpaceGroups", "\[LeftDoubleBracket]", - RowBox[{"sg", ",", "\"\<Name\>\"", ",", "\"\<Symbol\>\""}], - "\[RightDoubleBracket]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidSpaceGroupNumber"}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"abortQ", ",", - RowBox[{"Abort", "[", "]"}], ",", - RowBox[{"Return", "@", "Null"}]}], "]"}]}]}], "]"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"B", ".", " ", "Process"}], " ", "string", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", - RowBox[{".1", ".", " ", "Check"}], " ", "if", " ", "string"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "sg"}]}], ",", - RowBox[{"Goto", "[", "\"\<Failed\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"StringTrim", "@", "sg"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".2", " ", "Process", " ", "any", " ", "annotations"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"sg", ",", "\"\<origin\>\"", ",", - RowBox[{"IgnoreCase", "\[Rule]", "True"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"regex", "=", - RowBox[{ - "RegularExpression", "[", "\"\< \\\\(origin.+(\\\\d)\\\\)\>\"", - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"o", "=", - RowBox[{"StringCases", "[", - RowBox[{"sg", ",", - RowBox[{"regex", "\[Rule]", "\"\<$1\>\""}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"o", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Manual", " ", "input", " ", "required"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"o", "=", - RowBox[{"ChoiceDialog", "[", - RowBox[{ - RowBox[{ - "\"\<Information on cell origin detected.\>\"", "<>", - "\[IndentingNewLine]", "\"\<\\n\>\"", "<>", - "\"\<Please confirm the cell origin.\>\""}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"WindowTitle", "\[Rule]", "\"\<Cell origin\>\""}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"StringDelete", "[", - RowBox[{"sg", ",", - RowBox[{ - "Whitespace", "~~", "\"\<(\>\"", "~~", "__", "~~", - "\"\<)\>\""}]}], "]"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Rebuild", " ", "space", " ", "group", " ", "symbol"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"o", "=", - RowBox[{"First", "@", "o"}]}], ";", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"StringReplace", "[", - RowBox[{"sg", ",", - RowBox[{"regex", "\[Rule]", "\"\<:$1\>\""}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".3", " ", "Tidy", " ", "string"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"Fold", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringReplace", "[", - RowBox[{"#1", ",", "#2"}], "]"}], "&"}], ",", "sg", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".4", - RowBox[{".1", ".", " ", "Remove"}], " ", "any", " ", "_enclosing", - "_", " ", "quotation", " ", "marks"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Note", ":", " ", - RowBox[{ - "Some", " ", "Hall", " ", "symbols", " ", "contain", " ", "double", - " ", "quotation", " ", "marks"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"StartOfString", "~~", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", - "main__", "~~", - RowBox[{"{", - RowBox[{"\"\<'\>\"", ",", "\"\<\\\"\>\""}], "}"}], "~~", - "EndOfString"}], "\[RuleDelayed]", "main"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "B", ".4", ".2", " ", "Uppercase", " ", "centring", " ", "1"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"StartOfString", "~~", - RowBox[{"first", ":", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<-\>\"", "~~", "_"}], ",", "_"}], "}"}]}], "~~", - "rest__", "~~", "EndOfString"}], "\[RuleDelayed]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ToUpperCase", "@", "first"}], "~~", - RowBox[{"ToLowerCase", "@", "rest"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".4", - RowBox[{".3", ".", " ", "Fix"}], " ", "boxes"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{ - "\"\<overscriptbox\>\"", "\[Rule]", "\"\<OverscriptBox\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{ - "\"\<subscriptbox\>\"", "\[Rule]", "\"\<SubscriptBox\>\""}]}], - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "B", ".4", ".4", " ", "Uppercase", " ", "centring", " ", "2"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Box[\\(\>\"", "~~", "c_"}], "\[RuleDelayed]", - RowBox[{"\"\<Box[\\(\>\"", "<>", - RowBox[{"ToUpperCase", "[", "c", "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".4", ".5", " ", "Screw", " ", "axes"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"a", ":", "DigitCharacter"}], "~~", "\"\<(\>\"", "~~", - RowBox[{"b", ":", "DigitCharacter"}], "~~", "\"\<)\>\""}], - "\[RuleDelayed]", - RowBox[{"a", "<>", "b"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"B", ".4", - RowBox[{".6", ".", " ", "Miscellaneous"}], " ", "replacements"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"\"\<;\>\"", "\[Rule]", "\"\< \>\""}]}], - "\[IndentingNewLine]", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - - RowBox[{"sg", "=", - RowBox[{"StringTrim", "@", "sg"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"C", ".", " ", "Check"}], " ", "symbol", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", - RowBox[{".1", ".", " ", "Check"}], " ", "centring", " ", "symbol"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<P\>\"", ",", "\"\<I\>\"", ",", "\"\<F\>\"", ",", "\"\<R\>\"", - ",", "\"\<A\>\"", ",", "\"\<B\>\"", ",", "\"\<C\>\"", ",", - "\"\<H\>\"", ",", "\"\<\\!\>\"", ",", "\"\<-\>\""}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"StringTake", "[", - RowBox[{"sg", ",", "1"}], "]"}]}], "]"}]}], ",", - RowBox[{"Goto", "[", "\"\<Failed\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"C", ".2", " ", "Check", " ", "if", " ", "found", " ", - RowBox[{"by", " ", "'"}], - RowBox[{"$GroupSymbolRedirect", "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"$GroupSymbolRedirect", "[", "sg", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "temp"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"temp", ",", "\"\<PointGroupNumber\>\""}], "]"}], ",", - RowBox[{"Goto", "[", "\"\<Failed\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], - "\[RightDoubleBracket]"}]}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroupFound\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Exception", ":", " ", - RowBox[{"Old", " ", - RowBox[{"symbols", "?"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sg", "===", "\"\<Fm3m\>\""}], ",", - RowBox[{ - RowBox[{"sg", "=", "\"\<Fm-3m\>\""}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroupFound\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sg", "===", "\"\<Im3m\>\""}], ",", - RowBox[{ - RowBox[{"sg", "=", "\"\<Im-3m\>\""}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroupFound\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "C", ".3", " ", "Delete", " ", "whitespace", " ", "and", " ", "check", - " ", "again"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringDelete", "[", - RowBox[{"sg", ",", "Whitespace"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"$GroupSymbolRedirect", "[", "temp", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "temp"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"sg", "=", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], - "\[RightDoubleBracket]"}]}], ";", - RowBox[{"Goto", "[", "\"\<SpaceGroupFound\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", - RowBox[{"D", ".", " ", "Post"}], " ", "process", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Unable"}], " ", "to", " ", "determine", " ", - "space", " ", "group"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Failed\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidSpaceGroup"}], ",", "input"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"abortQ", ",", - RowBox[{"Abort", "[", "]"}], ",", - RowBox[{"Return", "@", "Null"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"b", ".", " ", "Return"}], " ", "non"}], "-", - RowBox[{"ambiguous", " ", "output"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<SpaceGroupFound\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"ToStandardSetting", "[", "sg", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.734341137328184*^9, 3.7343411759988194`*^9}, { - 3.734341475311934*^9, 3.734341576694551*^9}, {3.734341967735984*^9, - 3.734342044717266*^9}, {3.7343421124130297`*^9, 3.7343421147220497`*^9}, { - 3.734342157264969*^9, 3.7343421593299932`*^9}, {3.734342221153916*^9, - 3.734342268636704*^9}, {3.734342315367675*^9, 3.734342348352634*^9}, { - 3.734342660472481*^9, 3.734342708367038*^9}, {3.734343038667759*^9, - 3.734343065102769*^9}, {3.734343158173188*^9, 3.7343432657514677`*^9}, { - 3.734343330059511*^9, 3.734343345374936*^9}, {3.734343379084358*^9, - 3.734343384220396*^9}, {3.734343453912177*^9, 3.734343472607889*^9}, { - 3.73434351476071*^9, 3.7343435158786793`*^9}, {3.734343583617649*^9, - 3.7343436514341507`*^9}, {3.734343683030909*^9, 3.734343832579129*^9}, { - 3.7343438677100477`*^9, 3.7343439724631023`*^9}, {3.7343440088952208`*^9, - 3.734344052952825*^9}, {3.734344095501465*^9, 3.7343441133871517`*^9}, { - 3.734344504885613*^9, 3.7343445722004347`*^9}, {3.734344746741618*^9, - 3.734344778504403*^9}, {3.734344844849532*^9, 3.7343448449792213`*^9}, { - 3.734344914208906*^9, 3.734344914690722*^9}, {3.734344971285687*^9, - 3.7343449799500437`*^9}, {3.7344114140022373`*^9, 3.734411571230638*^9}, { - 3.73441172129373*^9, 3.73441173825721*^9}, {3.734412700777219*^9, - 3.734412709319187*^9}, {3.734413527709764*^9, 3.734413550093383*^9}, { - 3.7344137797137613`*^9, 3.7344137798642187`*^9}, {3.734413835296232*^9, - 3.734413924894289*^9}, 3.734413976109795*^9, {3.734414156561953*^9, - 3.7344141612237043`*^9}, {3.734414195600566*^9, 3.7344143143411903`*^9}, { - 3.734414882922276*^9, 3.734414894936925*^9}, {3.734414964231298*^9, - 3.734415005952628*^9}, {3.734415042935251*^9, 3.734415047670806*^9}, { - 3.734415088734322*^9, 3.734415120620316*^9}, {3.734415326821014*^9, - 3.7344154384774523`*^9}, {3.734415668960808*^9, 3.73441572954326*^9}, { - 3.734415779510621*^9, 3.734415821813545*^9}, {3.734415860540681*^9, - 3.7344160340489798`*^9}, {3.734416125489831*^9, 3.73441614447849*^9}, { - 3.734416338910688*^9, 3.734416340339375*^9}, {3.7346678900276537`*^9, - 3.7346679831146584`*^9}, {3.734668017765711*^9, 3.734668073329541*^9}, { - 3.734668375315628*^9, 3.734668413450987*^9}, {3.734669281971924*^9, - 3.734669395756266*^9}, {3.734669642615943*^9, 3.734669686326432*^9}, { - 3.734669816249323*^9, 3.734669816447013*^9}, {3.734670351320223*^9, - 3.734670352736187*^9}, {3.73467038659089*^9, 3.734670398274848*^9}, { - 3.734670437246735*^9, 3.734670487004538*^9}, {3.734670555686846*^9, - 3.734670556393078*^9}, {3.7346707849406157`*^9, 3.734670991275021*^9}, { - 3.7350327225480556`*^9, 3.7350327285692*^9}, {3.735032790587693*^9, - 3.7350328693591547`*^9}, {3.7350331913467073`*^9, 3.735033209989203*^9}, { - 3.73503328679311*^9, 3.735033337778858*^9}, {3.737278689235427*^9, - 3.737278724291026*^9}, {3.7373828319134293`*^9, 3.737382905583477*^9}, { - 3.7380503409830427`*^9, 3.7380503462202253`*^9}, {3.738050409199875*^9, - 3.738050410020376*^9}, {3.738050587280776*^9, 3.738050594380994*^9}, { - 3.738050633314591*^9, 3.738050741885346*^9}, 3.738050787226899*^9, { - 3.738050820907621*^9, 3.738050913718038*^9}, {3.738050967336628*^9, - 3.738051039601925*^9}, {3.738051123094633*^9, 3.7380511685169477`*^9}, { - 3.7380512915012083`*^9, 3.73805131582058*^9}, 3.73805147687253*^9, { - 3.738291406092393*^9, 3.738291463424559*^9}, {3.739251235484573*^9, - 3.739251259594013*^9}, {3.7392664653604727`*^9, 3.739266516678097*^9}, - 3.7392665477450542`*^9, {3.739267739894909*^9, 3.739267740037506*^9}, - 3.73950412920148*^9, {3.742016464322269*^9, 3.742016465840391*^9}, { - 3.742022822926903*^9, 3.742022908512398*^9}, {3.742022978221959*^9, - 3.74202298550244*^9}, {3.743865456276009*^9, 3.7438654563219023`*^9}, { - 3.7438669045354652`*^9, 3.7438669207895317`*^9}, {3.758530035604117*^9, - 3.758530048874316*^9}, 3.762793093794232*^9, 3.786956173621265*^9, - 3.786956233171356*^9, {3.786967829179142*^9, 3.7869678304655848`*^9}, { - 3.808106773681034*^9, 3.8081067834547157`*^9}, {3.808121330745881*^9, - 3.8081213496836987`*^9}, {3.8081214302480783`*^9, 3.808121445400476*^9}, { - 3.808121978764077*^9, 3.808121990817814*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[603]:=",ExpressionUUID->"601b0ce5-62ac-4686-af66-dc2c8f075b0e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PadDomain\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X_", ",", "Y_", ",", "Z_"}], "}"}], ",", "domain_List"}], - "}"}], ",", - RowBox[{"padding_Integer", ":", "1"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "newSize", ",", "\[IndentingNewLine]", "contentPositions", ",", - "contentMap", ",", "\[IndentingNewLine]", "voidPositions", ",", - "voidMap", ",", "\[IndentingNewLine]", "joined"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"padding", "\[LessEqual]", "0"}], ",", - RowBox[{"Return", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "domain"}], "}"}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"newSize", "=", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"padding", "+", "1"}], ")"}], - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}]}], "-", "padding"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"contentPositions", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "j", ",", "k"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "0.", ",", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"padding", "+", "1"}], ")"}], "*", "X"}], "-", "1"}], - ",", - RowBox[{"padding", "+", "1"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"j", ",", "0.", ",", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"padding", "+", "1"}], ")"}], "*", "Y"}], "-", "1"}], - ",", - RowBox[{"padding", "+", "1"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"k", ",", "0.", ",", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"padding", "+", "1"}], ")"}], "*", "Z"}], "-", "1"}], - ",", - RowBox[{"padding", "+", "1"}]}], "}"}]}], "\[IndentingNewLine]", - "]"}], ",", "2"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"contentMap", "=", - RowBox[{"AssociationThread", "[", - RowBox[{"contentPositions", "\[Rule]", "domain"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"voidPositions", "=", - RowBox[{"Complement", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GenerateTargetPositions\>\"", ",", "newSize"}], "]"}], - ",", "\[IndentingNewLine]", "contentPositions"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"voidMap", "=", - RowBox[{"AssociationThread", "[", - RowBox[{"voidPositions", "\[Rule]", "0"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"joined", "=", - RowBox[{"Join", "[", - RowBox[{"contentMap", ",", "voidMap"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"newSize", ",", - RowBox[{"Values", "@", - RowBox[{"KeySortBy", "[", - RowBox[{"joined", ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "&"}], ",", - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "&"}], ",", - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], - "&"}]}], "}"}]}], "]"}]}]}], "}"}]}]}], "\[IndentingNewLine]", - "]"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->CompressedData[" -1:eJxTTMoPSmViYGAQBmIQfWPCDM6LcW8c0/se84DonDN/xUC0xeR50iD6y87J -BiD6VoqtIYj+N2vLQ+X4N45Xdr56BKLfpR17A6LrLJu/g+hly5hZVYD0gmx3 -HhDddTQkBkRrOO4G01HWBUkgusFzVgeIXtaxeiKI3jd9wjQQXRc0ZyGIPvz4 -NZhuEMh6A6KnqW76BqLT/HN/g+hDpnrMqkBanyuIC0TzS+WJgGi1bkVJEM0g -qS4Poq+8zVAG0auSEnRB9InvtwxBtIj9MxMQPW+Kii1Y3dwH3iA69dL3CBCd -yMkbCaIXnFj51QlIf2BZ/Q1EAwC2QZC+ - "], - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[604]:=",ExpressionUUID->"b16b138f-bf65-4fd5-a166-713868445fae"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PointGroupQ\>\"", ",", "input_String"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "valid", " ", "point", " ", "group", " ", - "string"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"$PointGroups", ",", "input", ",", "Infinity"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidPointGroup"}], ",", "input"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], - ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.7136042900817747`*^9}, { - 3.713604322627748*^9, 3.713604324160606*^9}, {3.7136043702641973`*^9, - 3.713604371101212*^9}, {3.71471126435174*^9, 3.71471126555512*^9}, - 3.717740897041522*^9, 3.72760353803649*^9, {3.7305444772094812`*^9, - 3.730544481061934*^9}, {3.786955776603215*^9, 3.786955778865026*^9}, { - 3.7869678550624*^9, 3.7869678568855343`*^9}, {3.830836209715715*^9, - 3.8308362101953707`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[605]:=",ExpressionUUID->"e82c3951-f20d-436f-a230-d5fa69f68320"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PointSpaceGroupQ\>\"", ",", "input_String"}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Check", " ", "if", " ", "valid", " ", "point"}], "-", " ", - RowBox[{"or", " ", "space", " ", "group", " ", "string"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"$GroupSymbolRedirect", ",", "input"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidPointOrSpaceGroup"}], ",", - "input"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, { - 3.713604296226803*^9, 3.713604299721271*^9}, {3.714710977590053*^9, - 3.714710979768374*^9}, 3.717740920646922*^9, 3.7276035440759487`*^9, - 3.743865456393198*^9, 3.786955741867633*^9, {3.786967867925956*^9, - 3.786967869221291*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[606]:=",ExpressionUUID->"50460ba9-d53a-4a04-8961-e3234d0a529d"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<Polarisation\>\"", ",", "type_String", ",", - RowBox[{"scatteringAngle_", ":", "0"}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"type", "===", "\"\<sigma\>\""}], "||", - RowBox[{"type", "===", "\"\<\[Sigma]\>\""}]}], ",", "1", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"type", "===", "\"\<pi\>\""}], "||", - RowBox[{"type", "===", "\"\<\[Pi]\>\""}]}], ",", - RowBox[{"Abs", "@", - RowBox[{"Cos", "[", "scatteringAngle", "]"}]}], ",", - "\[IndentingNewLine]", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidPolarisationSetting"}], "]"}], ";", - - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input",\ - - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609803694686*^9, - 3.7136098460035143`*^9}, {3.713609896764085*^9, 3.7136098971713457`*^9}, - 3.7143124623172703`*^9, {3.714711400201912*^9, 3.7147114013487253`*^9}, { - 3.7177409045433407`*^9, 3.7177409045530024`*^9}, {3.7265604536850843`*^9, - 3.7265604571899033`*^9}, 3.726561476915771*^9, {3.727603738644006*^9, - 3.727603738970872*^9}, {3.727603872991158*^9, 3.7276038737620068`*^9}, - 3.727675395188451*^9, {3.728765707484078*^9, 3.728765708834387*^9}, { - 3.728765780634018*^9, 3.728765813592382*^9}, {3.72876589943944*^9, - 3.728765908688555*^9}, {3.730017879620852*^9, 3.730017885274577*^9}, { - 3.7869556349496*^9, 3.786955645732377*^9}, {3.7869678798936377`*^9, - 3.786967882580845*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[607]:=",ExpressionUUID->"6255ceea-ac6e-4b5c-97cb-2470ec8cb6c6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<ProcessWavelength\>\"", ",", "crystal_String", ",", "wavelength_", - ",", - RowBox[{"abortQ_", ":", "True"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[Lambda]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Lambda]", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"N", "@", "wavelength"}], "===", - RowBox[{"-", "1."}]}], ",", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<GetCrystalWavelength\>\"", ",", "crystal", ",", "abortQ"}], - "]"}], ",", "wavelength"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetEnergyWavelength\>\"", ",", "\[Lambda]", ",", "False"}], - "]"}]}]}], "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.730395241910015*^9, 3.730395331782501*^9}, - 3.73039551088382*^9, {3.7391249707350397`*^9, 3.739124986130555*^9}, { - 3.73912511330057*^9, 3.739125114641823*^9}, {3.739125407092436*^9, - 3.7391254219192133`*^9}, {3.7391254965873337`*^9, 3.739125499857193*^9}, { - 3.739125656582911*^9, 3.739125666230063*^9}, 3.762793093803693*^9, { - 3.78696789325462*^9, 3.78696789750043*^9}, {3.7869685447895184`*^9, - 3.7869685534921007`*^9}, {3.8054428867805347`*^9, 3.805442905687858*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[608]:=",ExpressionUUID->"5b15bc5b-5261-4877-bbdd-1fb7cf05d318"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<RecognizeFractions\>\"", ",", "coordinates_List", ",", - RowBox[{"threshold_", ":", "0.001"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"recognizedFractions", "=", - RowBox[{"{", - RowBox[{ - FractionBox["1", "12"], ",", - FractionBox["1", "8"], ",", - FractionBox["1", "6"], ",", - FractionBox["1", "4"], ",", - FractionBox["1", "3"], ",", - FractionBox["3", "8"], ",", - FractionBox["5", "12"], ",", - FractionBox["1", "2"], ",", - FractionBox["7", "12"], ",", - FractionBox["5", "8"], ",", - FractionBox["2", "3"], ",", - FractionBox["3", "4"], ",", - FractionBox["5", "6"], ",", - FractionBox["7", "8"], ",", - FractionBox["11", "12"]}], "}"}]}], ",", "\[IndentingNewLine]", - "rationalized", ",", "matchedQ", ",", "Replacer"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"rationalized", "=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"Rationalize", "[", - RowBox[{"#", ",", "threshold"}], "]"}], "&"}], ",", "coordinates", - ",", - RowBox[{"{", - RowBox[{"-", "1"}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"matchedQ", "=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Prepend", "[", - RowBox[{"recognizedFractions", ",", "0"}], "]"}], ",", "#"}], - "]"}], "&"}], ",", "rationalized", ",", - RowBox[{"{", - RowBox[{"-", "1"}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Replacer", "[", - RowBox[{"x_", ",", "p_"}], "]"}], ":=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Extract", "[", - RowBox[{"matchedQ", ",", "p"}], "]"}], ",", - RowBox[{"Extract", "[", - RowBox[{"rationalized", ",", "p"}], "]"}], ",", "x"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"MapIndexed", "[", - RowBox[{"Replacer", ",", "coordinates", ",", - RowBox[{"{", - RowBox[{"-", "1"}], "}"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609803694686*^9, - 3.7136098460035143`*^9}, {3.713609896764085*^9, 3.7136098971713457`*^9}, - 3.7143124623172703`*^9, {3.714711400201912*^9, 3.7147114013487253`*^9}, { - 3.7177409045433407`*^9, 3.7177409045530024`*^9}, {3.7265604536850843`*^9, - 3.7265604571899033`*^9}, 3.726561476915771*^9, {3.727603738644006*^9, - 3.727603738970872*^9}, {3.727603872991158*^9, 3.7276038737620068`*^9}, - 3.727675395188451*^9, {3.728765707484078*^9, 3.728765708834387*^9}, { - 3.728765780634018*^9, 3.728765813592382*^9}, {3.72876589943944*^9, - 3.728765908688555*^9}, {3.730017879620852*^9, 3.730017885274577*^9}, { - 3.734077376632456*^9, 3.734077480964463*^9}, {3.734412586131454*^9, - 3.7344125991220827`*^9}, 3.762793093706504*^9, 3.786956374957906*^9, { - 3.786961889887927*^9, 3.7869618920559807`*^9}, {3.830430267827496*^9, - 3.83043033462963*^9}, {3.830430414711422*^9, 3.8304304286191807`*^9}, { - 3.830430805405685*^9, 3.830430841705861*^9}, {3.830433620836817*^9, - 3.830433639225922*^9}, {3.830836988992503*^9, 3.830836992037711*^9}, { - 3.830837144056509*^9, 3.8308371930350513`*^9}, {3.83083722928093*^9, - 3.830837232162451*^9}, {3.830839195438285*^9, 3.830839227159775*^9}, { - 3.8308393095741453`*^9, 3.830839355842371*^9}, {3.843875602721417*^9, - 3.843875652277481*^9}, {3.843875710566807*^9, 3.8438757167897387`*^9}, - 3.843888792737671*^9, 3.843888847273467*^9, {3.853386090634406*^9, - 3.853386112602625*^9}, {3.853386150649547*^9, 3.8533861973819036`*^9}, { - 3.853386249627366*^9, 3.85338629094674*^9}, {3.853386454401244*^9, - 3.853386456776065*^9}, {3.853386522448759*^9, 3.853386561944989*^9}, { - 3.853386626086278*^9, 3.853386641959332*^9}, {3.853386672340818*^9, - 3.8533867219193974`*^9}, {3.853386787214733*^9, 3.8533868621814213`*^9}, { - 3.8533869539080877`*^9, 3.853386971115161*^9}, {3.853387020251671*^9, - 3.853387169520925*^9}, {3.8533871999542627`*^9, 3.853387212833493*^9}, { - 3.853387329159491*^9, 3.853387405483102*^9}, {3.853387459671962*^9, - 3.853387495609673*^9}, {3.8533881022846327`*^9, 3.853388103603806*^9}, { - 3.853389077721148*^9, 3.85338908078472*^9}, {3.853389119368518*^9, - 3.853389139344676*^9}, {3.853389857273015*^9, 3.853389894889228*^9}, { - 3.853389961855132*^9, 3.853389966289813*^9}, {3.853390199662359*^9, - 3.853390200426941*^9}, 3.853390464041203*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"7a6cc95a-01c3-4ec9-bd7e-52488678a29c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<RotationTransformation\>\"", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X_Integer", ",", "Y_Integer", ",", "Z_Integer"}], "}"}], ",", - "domains_List"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "AnchorShift_List", ",", "\[IndentingNewLine]", "anchorReference_String", - ",", "\[IndentingNewLine]", "rotations_", ",", "\[IndentingNewLine]", - RowBox[{"rotationAxes_", ":", - RowBox[{"IdentityMatrix", "@", "3"}]}]}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"CellDimensions_List", ":", - RowBox[{"{", - RowBox[{"1.", ",", "1.", ",", "1."}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"force3Dinterpretation_", ":", "False"}]}], "\[IndentingNewLine]", - "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "twoDimensionalQ", ",", "coordinates", ",", "\[IndentingNewLine]", - "\[Zeta]", ",", "R", ",", "\[IndentingNewLine]", "uniqueDomains", ",", - RowBox[{"anchorShift", "=", "AnchorShift"}], ",", "anchors", ",", - RowBox[{"cellDimensions", "=", "CellDimensions"}], ",", - "coordinatesGrouped", ",", "\[IndentingNewLine]", "domainAnchors", ",", - "zeroRotation", ",", "zeroAnchor"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "and", " ", "checks"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "domains"}], "\[NotEqual]", - RowBox[{"X", "*", "Y", "*", "Z"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "DomainSizeError"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"uniqueDomains", "=", - RowBox[{"DeleteDuplicates", "@", "domains"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"twoDimensionalQ", "=", - RowBox[{"(", - RowBox[{"Z", "===", "1"}], ")"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"force3Dinterpretation", ",", - RowBox[{"twoDimensionalQ", "=", "False"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anchorShift", "=", - RowBox[{"anchorShift", "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"cellDimensions", "=", - RowBox[{"cellDimensions", "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], "\[RightDoubleBracket]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"anchorShift", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"_", "?", "NumericQ"}], ",", - RowBox[{"_", "?", "NumericQ"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidRotationPoint"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ",", "\[IndentingNewLine]", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"anchorShift", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"_", "?", "NumericQ"}], ",", - RowBox[{"_", "?", "NumericQ"}], ",", - RowBox[{"_", "?", "NumericQ"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidRotationPoint"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AssociationQ", "@", "rotations"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"Values", "@", "rotations"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "[", "#", "]"}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidRotationMap"}], ",", - "\"\<2\>\"", ",", "\"\<scalars\>\""}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"Values", "@", "rotations"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"#", ",", - RowBox[{"ConstantArray", "[", - RowBox[{ - RowBox[{"_", "?", "NumericQ"}], ",", "3"}], "]"}]}], - "]"}]}], "&"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"InputCheck", "::", "InvalidRotationMap"}], ",", - "\"\<3\>\"", ",", "\"\<lists of three numbers\>\""}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<Host\>\"", ",", "\"\<Domain\>\"", ",", - "\"\<DomainCentroid\>\"", ",", "\"\<Unit\>\""}], "}"}], ",", - "anchorReference"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "InvalidRotationReference"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Rotation", " ", "anchor", " ", "and", " ", "reference", " ", "for", - " ", "domains"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"anchorReference", "===", "\"\<Domain\>\""}], "||", - RowBox[{"anchorReference", "===", "\"\<DomainCentroid\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"coordinates", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "j", ",", "k"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "0.", ",", - RowBox[{"X", "-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"j", ",", "0.", ",", - RowBox[{"Y", "-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"k", ",", "0.", ",", - RowBox[{"Z", "-", "1"}]}], "}"}]}], "]"}], ",", "2"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", - RowBox[{"coordinates", "=", - RowBox[{"coordinates", "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"coordinatesGrouped", "=", - RowBox[{ - RowBox[{ - RowBox[{"Pick", "[", - RowBox[{"coordinates", ",", "domains", ",", "#"}], "]"}], "&"}], "/@", - "uniqueDomains"}]}], ";", "\[IndentingNewLine]", - RowBox[{"domainAnchors", "=", - RowBox[{ - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Domain\>\"", "\[Rule]", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"TakeSmallestBy", "[", - RowBox[{"#", ",", "Norm", ",", "1"}], "]"}], "&"}], "/@", - "coordinatesGrouped"}], ",", "1"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DomainCentroid\>\"", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"#", "+", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", - RowBox[{"{", - RowBox[{"0.5", ",", "0.5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.5", ",", "0.5", ",", "0.5"}], "}"}]}], "]"}]}], - "\[IndentingNewLine]", "&"}], "/@", - RowBox[{"Map", "[", - RowBox[{"Mean", ",", - RowBox[{"Transpose", "/@", "coordinatesGrouped"}], ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ")"}]}]}], - "\[IndentingNewLine]", "|>"}], "@", "anchorReference"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"domainAnchors", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "+", "anchorShift"}], "&"}], "/@", - "domainAnchors"}]}], ";", "\[IndentingNewLine]", - RowBox[{"anchors", "=", - RowBox[{"N", "@", - RowBox[{"AssociationThread", "[", - RowBox[{"uniqueDomains", "\[Rule]", "domainAnchors"}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"anchors", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "*", "cellDimensions"}], "&"}], "/@", "anchors"}]}], - ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Rotation", " ", "transformation", " ", - RowBox[{"function", " ", "'"}], - RowBox[{"R", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"zeroRotation", ",", "zeroAnchor"}], "}"}], "=", - RowBox[{"If", "[", - RowBox[{"twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"0.", ",", - RowBox[{"{", - RowBox[{"0.", ",", "0."}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.", ",", "0.", ",", "0."}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.", ",", "0.", ",", "0."}], "}"}]}], "}"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Zeta]", "[", "d_", "]"}], ":=", - RowBox[{"N", "@", - RowBox[{"Lookup", "[", - RowBox[{"rotations", ",", "d", ",", "zeroRotation"}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"anchorReference", "===", "\"\<Host\>\""}], "&&", - "twoDimensionalQ"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", "d_", "]"}], ":=", - RowBox[{"Chop", "@", - RowBox[{"RotationTransform", "[", - RowBox[{ - RowBox[{"\[Zeta]", "@", "d"}], ",", "anchorShift"}], "]"}]}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"anchorReference", "===", "\"\<Host\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"R", "[", "d_", "]"}], ":=", - RowBox[{"Chop", "[", - RowBox[{"Composition", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"RotationTransform", "[", - RowBox[{"#1", ",", "#2", ",", "anchorShift"}], "]"}], "&"}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"\[Zeta]", "@", "d"}], ",", "rotationAxes"}], "}"}]}], - "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", - RowBox[{"d_", ",", "p_"}], "]"}], ":=", - RowBox[{"Chop", "[", - RowBox[{"Composition", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"RotationTransform", "[", - RowBox[{"#1", ",", "#2", ",", "anchorShift"}], "]"}], "&"}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AssociationQ", "@", "rotations"}]}], ",", "d", ",", - RowBox[{"\[Zeta]", "@", "d"}]}], "]"}], ",", - "rotationAxes"}], "}"}]}], "]"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anchorReference", "===", "\"\<Unit\>\""}], "&&", - "twoDimensionalQ"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", - RowBox[{"d_", ",", "p_"}], "]"}], ":=", - RowBox[{"Chop", "@", - RowBox[{"RotationTransform", "[", - RowBox[{ - RowBox[{"\[Zeta]", "@", "d"}], ",", - RowBox[{"p", "+", "anchorShift"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"anchorReference", "===", "\"\<Unit\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", - RowBox[{"d_", ",", "p_"}], "]"}], ":=", - RowBox[{"Chop", "[", - RowBox[{"Composition", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"RotationTransform", "[", - RowBox[{"#1", ",", "#2", ",", - RowBox[{"p", "+", "anchorShift"}]}], "]"}], "&"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AssociationQ", "@", "rotations"}]}], ",", "d", ",", - - RowBox[{"\[Zeta]", "@", "d"}]}], "]"}], ",", "rotationAxes"}], - "}"}]}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "twoDimensionalQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", "d_", "]"}], ":=", - RowBox[{"Chop", "@", - RowBox[{"RotationTransform", "[", - RowBox[{ - RowBox[{"\[Zeta]", "@", "d"}], ",", - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{"anchors", ",", "d", ",", "zeroAnchor"}], "]"}], "+", - "anchorShift"}]}], "]"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R", "[", - RowBox[{"d_", ",", "p_"}], "]"}], ":=", - RowBox[{"Chop", "[", - RowBox[{"Composition", "@@", - RowBox[{"MapThread", "[", - RowBox[{ - RowBox[{ - RowBox[{"RotationTransform", "[", - RowBox[{"#1", ",", "#2", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Lookup", "[", - RowBox[{"anchors", ",", "d", ",", "zeroAnchor"}], "]"}], "+", - "anchorShift"}]}], "]"}], "&"}], ",", "\[IndentingNewLine]", - - RowBox[{"{", - RowBox[{ - RowBox[{"\[Zeta]", "@", "d"}], ",", "rotationAxes"}], "}"}]}], - "]"}]}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "R"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.7136042900817747`*^9}, { - 3.713604322627748*^9, 3.713604324160606*^9}, {3.7136043702641973`*^9, - 3.713604371101212*^9}, {3.71471126435174*^9, 3.71471126555512*^9}, - 3.717740897041522*^9, 3.72760353803649*^9, {3.7305444772094812`*^9, - 3.730544481061934*^9}, 3.779134743520239*^9, 3.780063496561495*^9, { - 3.7800656334164047`*^9, 3.780065634143066*^9}, {3.781676971089305*^9, - 3.781677003239027*^9}, {3.781677083550412*^9, 3.781677086541286*^9}, { - 3.781677135821582*^9, 3.781677144397409*^9}, 3.78167728536308*^9, { - 3.781677317834395*^9, 3.781677357288885*^9}, {3.781677912993319*^9, - 3.781677913016111*^9}, {3.781677951924474*^9, 3.781677970755274*^9}, { - 3.7816781330093927`*^9, 3.78167813523242*^9}, {3.781678179945636*^9, - 3.781678182943266*^9}, {3.781678272176132*^9, 3.781678319100099*^9}, { - 3.781678450962201*^9, 3.781678544345644*^9}, {3.781678605344584*^9, - 3.781678606662899*^9}, {3.7816786767994003`*^9, 3.781678719116901*^9}, { - 3.781678758773364*^9, 3.78167878073839*^9}, {3.781685390107336*^9, - 3.781685392186103*^9}, {3.7816860703813677`*^9, 3.781686073355639*^9}, { - 3.781686104268732*^9, 3.781686125722147*^9}, {3.781859766783502*^9, - 3.781859790143857*^9}, 3.781859927210102*^9, {3.781860005751935*^9, - 3.781860014926291*^9}, {3.7818600773703203`*^9, 3.781860205147441*^9}, { - 3.781860678688078*^9, 3.781860714993066*^9}, {3.7818608916803703`*^9, - 3.781860961832633*^9}, {3.781861001983802*^9, 3.78186100746771*^9}, { - 3.781861062687028*^9, 3.781861068792898*^9}, {3.781861107409748*^9, - 3.781861121342651*^9}, {3.7818611870840063`*^9, 3.78186125777414*^9}, - 3.781861320496029*^9, {3.781861456082691*^9, 3.781861457347302*^9}, { - 3.7818620880497913`*^9, 3.781862089119491*^9}, {3.781862316614324*^9, - 3.781862321067274*^9}, {3.7818623627629642`*^9, 3.781862477258976*^9}, { - 3.78186250728316*^9, 3.781862509610914*^9}, {3.781862557040826*^9, - 3.781862597989863*^9}, {3.7818628952434883`*^9, 3.781862958581675*^9}, { - 3.781862991979748*^9, 3.781863035339814*^9}, {3.7818630671173*^9, - 3.7818631148847933`*^9}, {3.781863168853231*^9, 3.781863194625503*^9}, { - 3.781863282165698*^9, 3.781863306630082*^9}, {3.781863786751247*^9, - 3.781863835253973*^9}, 3.781864117837955*^9, {3.781864452399026*^9, - 3.781864534765538*^9}, {3.7818645693580523`*^9, 3.7818646157650967`*^9}, { - 3.7818649204638*^9, 3.781864988659213*^9}, 3.781865226270296*^9, { - 3.7818653316106853`*^9, 3.781865334573888*^9}, {3.781865432728101*^9, - 3.781865433330101*^9}, {3.781865582445928*^9, 3.7818656456516647`*^9}, { - 3.78186580312955*^9, 3.781865934637535*^9}, {3.78186597787962*^9, - 3.781866010355785*^9}, {3.7818660671345243`*^9, 3.781866073844563*^9}, - 3.781866144680382*^9, {3.781866206455649*^9, 3.781866246140813*^9}, { - 3.7818663425241127`*^9, 3.781866408362043*^9}, {3.781866538061561*^9, - 3.781866602320487*^9}, {3.781866639333538*^9, 3.781866776972722*^9}, { - 3.781866810995131*^9, 3.781866889525423*^9}, {3.7818669716290293`*^9, - 3.781866972156893*^9}, {3.781867150304977*^9, 3.781867221640732*^9}, { - 3.78186733287353*^9, 3.781867387849334*^9}, {3.781867460232662*^9, - 3.781867520726623*^9}, {3.7818677067076483`*^9, 3.7818677262821007`*^9}, { - 3.781868214394621*^9, 3.7818682891615562`*^9}, {3.781868322616066*^9, - 3.7818684031821527`*^9}, {3.781889694411968*^9, 3.78188969458493*^9}, { - 3.781889739240889*^9, 3.781889740712171*^9}, {3.781890196352343*^9, - 3.7818902371128674`*^9}, {3.781890289143393*^9, 3.78189032137424*^9}, { - 3.781890410789217*^9, 3.781890443795897*^9}, {3.781892919894685*^9, - 3.781893034204027*^9}, {3.781893303486244*^9, 3.781893305435915*^9}, { - 3.781893346475401*^9, 3.78189351213704*^9}, {3.781893557629952*^9, - 3.7818937715703793`*^9}, {3.7818939351259747`*^9, 3.781893935309183*^9}, { - 3.781894014836615*^9, 3.7818940769861*^9}, {3.78189411661193*^9, - 3.78189411976928*^9}, {3.781894171991082*^9, 3.781894208461198*^9}, { - 3.7818942845650663`*^9, 3.781894318603527*^9}, {3.781894361666711*^9, - 3.7818943863602543`*^9}, {3.781894552911063*^9, 3.7818946192692204`*^9}, { - 3.7818946876585083`*^9, 3.781894810174672*^9}, {3.781894850775778*^9, - 3.7818948516060038`*^9}, {3.781894918453796*^9, 3.781895022738206*^9}, { - 3.7818950815063257`*^9, 3.781895108760641*^9}, 3.781895174264599*^9, { - 3.781895214270892*^9, 3.781895216781312*^9}, {3.781895282366211*^9, - 3.781895296919551*^9}, {3.781895771330106*^9, 3.7818957718478537`*^9}, { - 3.781895820713109*^9, 3.781895852846292*^9}, 3.78189590437525*^9, { - 3.781897878101182*^9, 3.781897878347925*^9}, {3.781898008898225*^9, - 3.781898025545211*^9}, {3.7818987559128857`*^9, 3.7818988043597603`*^9}, { - 3.781898889726136*^9, 3.781898917060926*^9}, {3.78189894977267*^9, - 3.781899034570207*^9}, {3.781900133342412*^9, 3.781900166179182*^9}, { - 3.7819003592874193`*^9, 3.781900366662415*^9}, {3.7819004103174343`*^9, - 3.781900438125639*^9}, {3.781900473634039*^9, 3.781900486683679*^9}, - 3.781934475319376*^9, {3.781935513752097*^9, 3.7819355686794977`*^9}, { - 3.7819364839738503`*^9, 3.781936517483794*^9}, {3.781936804381459*^9, - 3.781936809259944*^9}, {3.7819376951833363`*^9, 3.781937742204927*^9}, - 3.78193777781341*^9, 3.7819378158524647`*^9, {3.781941487712701*^9, - 3.781941519519847*^9}, 3.781944858867134*^9, {3.781945029581437*^9, - 3.78194506416438*^9}, {3.781945161803484*^9, 3.781945170713957*^9}, { - 3.781945346222933*^9, 3.781945376949377*^9}, {3.781945451524371*^9, - 3.7819454679959173`*^9}, {3.7819459184869757`*^9, - 3.7819459403865967`*^9}, {3.781946119529872*^9, 3.781946124165254*^9}, { - 3.781946323069056*^9, 3.7819463251708593`*^9}, {3.781946362075447*^9, - 3.781946368729658*^9}, {3.781946458297504*^9, 3.781946482719144*^9}, { - 3.781946573215612*^9, 3.781946573805176*^9}, {3.781946627278986*^9, - 3.781946630692567*^9}, {3.781946689916292*^9, 3.781946727557766*^9}, { - 3.781946818928884*^9, 3.781946886575436*^9}, {3.781946926758916*^9, - 3.781946988316774*^9}, {3.781947031198398*^9, 3.781947089626081*^9}, { - 3.781949514503241*^9, 3.781949514781238*^9}, {3.781949746322733*^9, - 3.78194974795284*^9}, {3.7819529187155313`*^9, 3.781952924925744*^9}, { - 3.781952964791218*^9, 3.781952968333682*^9}, 3.781953166500196*^9, { - 3.781953272223571*^9, 3.78195327683786*^9}, {3.78195358381081*^9, - 3.781953612358754*^9}, {3.781958753255175*^9, 3.781958755598172*^9}, { - 3.781958811917259*^9, 3.781958815787437*^9}, {3.781958926196575*^9, - 3.7819589264739723`*^9}, {3.781959003155731*^9, 3.781959003337261*^9}, { - 3.781959705790758*^9, 3.7819597464613247`*^9}, {3.781959853020249*^9, - 3.7819598974828367`*^9}, {3.781959935715353*^9, 3.781959968184641*^9}, { - 3.781960453996724*^9, 3.781960458237152*^9}, {3.781960531842887*^9, - 3.781960532985331*^9}, {3.781960775806774*^9, 3.7819608414743*^9}, { - 3.7819614409500628`*^9, 3.78196147076506*^9}, {3.781961537294071*^9, - 3.781961541507621*^9}, {3.781961954980846*^9, 3.7819619554823847`*^9}, { - 3.781962013922822*^9, 3.7819620462490177`*^9}, {3.781962095208321*^9, - 3.7819621321909933`*^9}, 3.781962236076475*^9, {3.781964532305806*^9, - 3.781964557480507*^9}, {3.781964883638681*^9, 3.7819648861507063`*^9}, { - 3.781964952001689*^9, 3.7819649694449663`*^9}, {3.78196555777743*^9, - 3.7819655608808823`*^9}, {3.781966208315856*^9, 3.78196623001517*^9}, { - 3.781967177116397*^9, 3.781967190170854*^9}, {3.78196737755392*^9, - 3.781967378255289*^9}, {3.7819675055336237`*^9, 3.781967539563953*^9}, { - 3.781967730864592*^9, 3.781967743015132*^9}, {3.781967863854004*^9, - 3.781967869468959*^9}, {3.781967956067936*^9, 3.781967973370903*^9}, { - 3.781968165676216*^9, 3.7819681659058313`*^9}, {3.781968600608985*^9, - 3.78196860333549*^9}, {3.781968794388797*^9, 3.781968917352791*^9}, { - 3.781969180046114*^9, 3.781969180347095*^9}, {3.7819693081454906`*^9, - 3.781969338623695*^9}, {3.7819695907383413`*^9, 3.781969605905559*^9}, { - 3.781969876004993*^9, 3.7819698921147757`*^9}, {3.781970719902026*^9, - 3.781970736139946*^9}, {3.781970995712369*^9, 3.781971000602717*^9}, { - 3.781971436247281*^9, 3.7819714391894627`*^9}, {3.78197156866698*^9, - 3.7819715721867456`*^9}, {3.781971647010206*^9, 3.7819717135675697`*^9}, { - 3.781971960364111*^9, 3.7819719702659273`*^9}, {3.781972085889913*^9, - 3.781972089767919*^9}, {3.781972133327896*^9, 3.781972135878091*^9}, { - 3.7819723249393263`*^9, 3.781972357682006*^9}, {3.781972391185626*^9, - 3.781972491137691*^9}, {3.78197256833368*^9, 3.781972569469337*^9}, { - 3.7819726553569527`*^9, 3.781972700170808*^9}, {3.781973060631158*^9, - 3.781973085994631*^9}, {3.781973742727879*^9, 3.781973745719202*^9}, { - 3.7819739354184713`*^9, 3.781973964119685*^9}, {3.78197428741045*^9, - 3.7819742906487627`*^9}, {3.7819752302231293`*^9, 3.78197531573857*^9}, { - 3.781977135613822*^9, 3.781977175483437*^9}, {3.781977206011313*^9, - 3.781977315767405*^9}, {3.7819776364540462`*^9, 3.781977681794385*^9}, { - 3.7819777276277857`*^9, 3.781977749681239*^9}, {3.7819781258336267`*^9, - 3.781978143440089*^9}, {3.781978184376182*^9, 3.78197820347164*^9}, { - 3.781983422426529*^9, 3.78198348698288*^9}, {3.781983537639557*^9, - 3.781983538181918*^9}, {3.781984236747059*^9, 3.7819842372646627`*^9}, { - 3.7819847998936043`*^9, 3.781984829641018*^9}, {3.781985004598303*^9, - 3.781985011988597*^9}, {3.781985453091732*^9, 3.781985472235598*^9}, { - 3.781985683367032*^9, 3.7819857166117163`*^9}, {3.78198645594973*^9, - 3.781986510329571*^9}, {3.782021084678976*^9, 3.78202111526972*^9}, { - 3.782021439646668*^9, 3.782021443101561*^9}, {3.782021479644059*^9, - 3.782021516611198*^9}, 3.782021568739341*^9, 3.7820218601288843`*^9, { - 3.7820225813362627`*^9, 3.782022584144696*^9}, {3.7820228071457977`*^9, - 3.782022856880221*^9}, {3.782023259526617*^9, 3.7820232641280603`*^9}, { - 3.782023295895897*^9, 3.782023296077599*^9}, {3.782030475743741*^9, - 3.782030515004929*^9}, {3.782030583078207*^9, 3.782030583571706*^9}, { - 3.782030769280892*^9, 3.782030771743113*^9}, {3.78203240114464*^9, - 3.782032413374879*^9}, {3.78203418443826*^9, 3.782034185403325*^9}, { - 3.782034495510458*^9, 3.78203451891656*^9}, {3.782034549157374*^9, - 3.782034558307582*^9}, {3.7820346189475327`*^9, 3.782034651193652*^9}, { - 3.782034704715548*^9, 3.782034705992672*^9}, {3.782061631507958*^9, - 3.7820616369861393`*^9}, {3.7820616742438307`*^9, 3.782061674409451*^9}, { - 3.782061993203619*^9, 3.7820619960267353`*^9}, 3.7820621344573803`*^9, { - 3.782474725604278*^9, 3.782474745573226*^9}, {3.782474802641457*^9, - 3.782474902846077*^9}, 3.786961758478681*^9, {3.787056756395897*^9, - 3.7870567592885857`*^9}, {3.845629269793387*^9, 3.845629283403397*^9}, { - 3.845629315747835*^9, 3.845629325216065*^9}, 3.845691306588826*^9, { - 3.891172967489026*^9, 3.8911730057680817`*^9}, {3.891173253663974*^9, - 3.891173253669355*^9}, {3.891173378344652*^9, 3.891173379860897*^9}, { - 3.891173424334545*^9, 3.891173426725746*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"cf602b6b-ef62-40bd-b6aa-c22d051abe8a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ShallowDisplayCrystal\>\"", ",", "crystal_String"}], "]"}], ":=", - RowBox[{"KeyValueMap", "[", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"#1", "===", "\"\<AtomData\>\""}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<AtomData\>\"", "\[Rule]", - RowBox[{"Shallow", "[", - RowBox[{"#2", ",", "1"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"#1", "\[Rule]", "#2"}]}], "]"}], "&"}], ",", - "\[IndentingNewLine]", - RowBox[{"$CrystalData", "@", "crystal"}]}], "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713603211792478*^9, 3.713603330743202*^9}, - 3.7136034818290167`*^9, {3.713603526324111*^9, 3.713603601082445*^9}, { - 3.7136036823367767`*^9, 3.713603756325656*^9}, {3.713603793229167*^9, - 3.7136038014447613`*^9}, {3.71360423895645*^9, 3.713604260194231*^9}, { - 3.7136096220507708`*^9, 3.713609766629499*^9}, {3.713609865523466*^9, - 3.713609889562788*^9}, {3.7144567047959967`*^9, 3.714456760475725*^9}, { - 3.714456865530085*^9, 3.714456883711838*^9}, {3.7144569578701982`*^9, - 3.714456970919194*^9}, {3.7147103047089357`*^9, 3.7147103160470448`*^9}, { - 3.714710780931141*^9, 3.714710786371043*^9}, {3.714711349610618*^9, - 3.714711369582601*^9}, {3.717740904523778*^9, 3.717740920672461*^9}, { - 3.725958236767309*^9, 3.725958238463688*^9}, {3.727505577163589*^9, - 3.7275055992983847`*^9}, {3.727505895015423*^9, 3.7275058952018433`*^9}, { - 3.727506115867244*^9, 3.72750615284511*^9}, {3.727506566988821*^9, - 3.7275065675308313`*^9}, {3.7276035560711937`*^9, 3.72760355630114*^9}, { - 3.7276036304674597`*^9, 3.727603631524433*^9}, 3.727676784104806*^9, { - 3.7340864321506767`*^9, 3.7340865206369267`*^9}, 3.743865456049979*^9, - 3.762793093722595*^9, 3.786956274496245*^9, {3.786962061484593*^9, - 3.786962063155972*^9}, {3.786968086928224*^9, 3.786968088255666*^9}, { - 3.8079815316299067`*^9, 3.807981553920987*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[610]:=",ExpressionUUID->"2f0b88f9-42b0-4eb9-b902-f5e1c3eb79d0"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - "InputCheck", "[", "\"\<Update$CrystalDataAutoCompletion\>\"", "]"}], ":=", - - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"FE`Evaluate", "[", - RowBox[{"FEPrivate`AddSpecialArgCompletion", "[", "#", "]"}], "]"}], - "&"}], "[", "\[IndentingNewLine]", - RowBox[{"\"\<$CrystalData\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"Keys", "@", "$CrystalData"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<AtomData\>\"", ",", "\"\<ChemicalFormula\>\"", ",", - "\"\<FormulaUnits\>\"", ",", "\[IndentingNewLine]", - "\"\<LatticeParameters\>\"", ",", "\"\<Notes\>\"", ",", - "\"\<SpaceGroup\>\"", ",", "\"\<Wavelength\>\""}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"$CrystalData", "=", - RowBox[{"KeySort", "@", "$CrystalData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Keys", "@", "$CrystalData"}]}], "\[IndentingNewLine]", - ")"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.730395241910015*^9, 3.730395331782501*^9}, - 3.73039551088382*^9, {3.7391249707350397`*^9, 3.739124986130555*^9}, { - 3.73912511330057*^9, 3.739125114641823*^9}, {3.739125407092436*^9, - 3.7391254219192133`*^9}, {3.7391254965873337`*^9, 3.739125499857193*^9}, { - 3.739125656582911*^9, 3.739125666230063*^9}, 3.762793093803693*^9, { - 3.774162380224619*^9, 3.774162443711708*^9}, {3.774162492160576*^9, - 3.7741625078046293`*^9}, {3.774163362510076*^9, 3.774163379723818*^9}, - 3.78791911611233*^9, 3.78791924224485*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[611]:=",ExpressionUUID->"14cd5c76-b1bf-4c46-b65f-d9ef25dcfc49"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<Update$CrystalDataFile\>\"", ",", "\[IndentingNewLine]", - "dataFile_String", ",", "newStructureLabel_String", ",", "hostCopy_"}], - "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "dataFile"}]}], ",", - RowBox[{"$CrystalData", "=", - RowBox[{"<|", "|>"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"$CrystalData", ",", - RowBox[{"newStructureLabel", "\[Rule]", "hostCopy"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{ - "InputCheck", "[", "\"\<Update$CrystalDataAutoCompletion\>\"", "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"Export", "[", - RowBox[{"dataFile", ",", "$CrystalData"}], "]"}], ";"}], - "\[IndentingNewLine]", ")"}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.730395241910015*^9, 3.730395331782501*^9}, - 3.73039551088382*^9, {3.7391249707350397`*^9, 3.739124986130555*^9}, { - 3.73912511330057*^9, 3.739125114641823*^9}, {3.739125407092436*^9, - 3.7391254219192133`*^9}, {3.7391254965873337`*^9, 3.739125499857193*^9}, { - 3.739125656582911*^9, 3.739125666230063*^9}, 3.762793093803693*^9, { - 3.774162380224619*^9, 3.774162443711708*^9}, {3.774162492160576*^9, - 3.7741625078046293`*^9}, {3.774163362510076*^9, 3.774163379723818*^9}, { - 3.7879191045774097`*^9, 3.787919188054097*^9}, {3.78791922146912*^9, - 3.787919240806135*^9}, {3.7879204441162577`*^9, 3.787920445409892*^9}, { - 3.787920567072339*^9, 3.78792056829576*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[612]:=",ExpressionUUID->"d5994e4c-9334-44de-8d3c-fad0df1ab3bd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[613]:=",ExpressionUUID->"b5690650-47cc-4f7f-8fd0-79b6194bf59c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["InterplanarSpacing", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.715064144253417*^9, 3.71506414748868*^9}, { - 3.715064231136232*^9, 3.715064235741983*^9}, 3.71532668875773*^9, { - 3.756713314303834*^9, - 3.7567133153914223`*^9}},ExpressionUUID->"f3b3c622-e230-41ee-af97-\ -3c1c4245dc22"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[304]:=",ExpressionUUID->"b6907bbc-e623-449b-958e-105e2dd42fce"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "InterplanarSpacing"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}], "\[IndentingNewLine]", - "}"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "InterplanarSpacing"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, - 3.715064183906497*^9, {3.715078876499865*^9, 3.715078880193625*^9}, { - 3.756713328817588*^9, 3.756713331283366*^9}, 3.756716315067555*^9}, - CellLabel-> - "In[305]:=",ExpressionUUID->"eb867074-36f0-48e8-b827-87d016459f91"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[307]:=",ExpressionUUID->"2b191e5f-0c6f-4eb3-a13a-ef07e61f4f22"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"InterplanarSpacing", "[", - RowBox[{"input_", ",", "reflections_List", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"hkl", ",", "H", ",", "d", ",", "h"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "reflection"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "reflections", ",", "\"\<Integer\>\"", ",", "\"\<WrapSingle\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Reciprocal", " ", "metric"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"input", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Interplanar", " ", "distance"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{ - RowBox[{"Reap", "[", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"h", "=", - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Sow", "[", "\[IndentingNewLine]", - RowBox[{"1", "/", - RowBox[{"Sqrt", "[", - RowBox[{"h", ".", "H", ".", "h"}], "]"}]}], - "\[IndentingNewLine]", "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "hkl"}]}], "}"}]}], "]"}], - "\[IndentingNewLine]", "]"}], "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", "Units"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{"Quantity", "[", - RowBox[{"d", ",", "\"\<Angstroms\>\""}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "only", " ", "one", " ", "reflection"}], ",", " ", - RowBox[{"return", " ", "content"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "d"}], "\[Equal]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"First", "@", "d"}], ",", "d"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.7150641849014177`*^9, - 3.715064208336918*^9}, 3.715078883076619*^9, {3.715078913508091*^9, - 3.715078913682675*^9}, {3.715079164837681*^9, 3.7150791802962923`*^9}, { - 3.7150792131352386`*^9, 3.715079215811734*^9}, {3.7150805829910393`*^9, - 3.715080601633729*^9}, {3.7153143538431253`*^9, 3.715314619337658*^9}, { - 3.71531482604503*^9, 3.715314858601492*^9}, 3.717740920731542*^9, { - 3.730543614674137*^9, 3.730543615290286*^9}, {3.730544530561977*^9, - 3.730544530964417*^9}, 3.73796846805212*^9, {3.758530050721332*^9, - 3.758530055222497*^9}, {3.759519490947288*^9, 3.759519493049049*^9}, - 3.7627930938182793`*^9, {3.763741064865443*^9, 3.7637411062861633`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[308]:=",ExpressionUUID->"14ee5404-c1c8-47a7-a008-3a9ebf18f057"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[309]:=",ExpressionUUID->"d5451137-81d9-457b-8890-1c2a0fd5fe3c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MergeDomains", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.6678188399987793`*^9, 3.667818878319042*^9}, - 3.667973368548716*^9, {3.8459756509806967`*^9, - 3.8459756530835342`*^9}},ExpressionUUID->"07b09ac0-f274-4997-a3ac-\ -4b8696e59571"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[1068]:=",ExpressionUUID->"bbb79f52-e40d-4c34-890b-82cfcc4001a9"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"MergeDomains", "::", "InvalidForm"}], "=", - "\"\<Input item `1` has an invalid domain form.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MergeDomains", "::", "InternalSizeMismatch"}], "=", - "\"\<Input item `1` has an internal size mismatch.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"MergeDomains", "::", "DifferentDimensions"}], "=", - "\"\<Domain sizes differ.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "MergeDomains"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_."}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, {3.667926883433126*^9, 3.667926892913142*^9}, { - 3.6679303915678787`*^9, 3.667930397064508*^9}, {3.667930504515873*^9, - 3.6679305119877663`*^9}, {3.667930552979792*^9, 3.6679305587145452`*^9}, { - 3.6679305964269743`*^9, 3.667930598585484*^9}, {3.66793271531362*^9, - 3.667932721040504*^9}, {3.667972261358046*^9, 3.6679722648457327`*^9}, { - 3.6679723098927813`*^9, 3.667972310700526*^9}, {3.667973385739415*^9, - 3.667973388827128*^9}, {3.667977543043991*^9, 3.667977558082513*^9}, { - 3.667995016616452*^9, 3.667995022446369*^9}, {3.6679950722772903`*^9, - 3.6679950740452623`*^9}, {3.6679957762713337`*^9, 3.667995776453274*^9}, { - 3.667996475790578*^9, 3.6679964973333187`*^9}, {3.668230520096628*^9, - 3.668230520296247*^9}, {3.668231248823513*^9, 3.668231266470131*^9}, { - 3.668231934350088*^9, 3.6682319425497923`*^9}, {3.6682320393165903`*^9, - 3.668232046291453*^9}, {3.668232248143578*^9, 3.668232275009239*^9}, { - 3.6682338783511744`*^9, 3.668233902814499*^9}, {3.6682341617838697`*^9, - 3.66823416263997*^9}, 3.668234334356662*^9, {3.668234369772044*^9, - 3.6682343712508717`*^9}, {3.668234441121419*^9, 3.668234442249284*^9}, { - 3.668234474145546*^9, 3.668234476228924*^9}, {3.668234888878497*^9, - 3.668234889678135*^9}, {3.668234943421139*^9, 3.6682349550848227`*^9}, { - 3.6682352736460247`*^9, 3.66823528523668*^9}, {3.668235379331465*^9, - 3.668235382934746*^9}, {3.6682354313782387`*^9, 3.6682354331850758`*^9}, { - 3.68751217918044*^9, 3.687512181304822*^9}, 3.7138583598504868`*^9, { - 3.714207623856532*^9, 3.7142076294786367`*^9}, {3.7142085710706787`*^9, - 3.7142085726870623`*^9}, {3.824549415607658*^9, 3.824549449868452*^9}, { - 3.824549692777103*^9, 3.8245497188627357`*^9}, {3.824549834932473*^9, - 3.8245498504033012`*^9}, {3.8245500716598988`*^9, 3.824550077150653*^9}, { - 3.824550187318911*^9, 3.824550202311926*^9}, {3.824550542168377*^9, - 3.8245505440933247`*^9}, {3.824550875643718*^9, 3.8245508795590973`*^9}, { - 3.8246242446635027`*^9, 3.824624253471257*^9}, {3.824624286567259*^9, - 3.824624286867517*^9}, {3.824624791458826*^9, 3.8246247971838093`*^9}, { - 3.824624985774453*^9, 3.824624986847002*^9}, {3.8246262066743*^9, - 3.824626207100642*^9}, 3.824836304974125*^9, {3.824836400750367*^9, - 3.824836405742276*^9}, {3.845975664576474*^9, 3.845975673700787*^9}, { - 3.8459757343086357`*^9, 3.84597576058746*^9}}, - CellLabel-> - "In[1069]:=",ExpressionUUID->"51c553e7-7f86-4fa0-a1fd-db89ab141425"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[1073]:=",ExpressionUUID->"97f4efb6-0278-4eaa-8ecb-033efc5cdd43"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MergeDomains", "[", "domains_List", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "size", ",", "newSize", ",", "newSequence"}], "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Checks", " ", "and", " ", "preparations"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{ - "domains", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"_Integer", ",", "_Integer", ",", "_Integer"}], "}"}], - ",", - RowBox[{"{", "__Integer", "}"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"MergeDomains", "::", "InvalidForm"}], ",", "i"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Times", "@@", - RowBox[{"domains", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}]}], "=!=", - RowBox[{"Length", "@", - RowBox[{"domains", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"MergeDomains", "::", "InternalSizeMismatch"}], ",", - "i"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "domains"}]}], "}"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"SameQ", "@@", - RowBox[{"domains", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"MergeDomains", "::", "DifferentDimensions"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"size", "=", - RowBox[{"domains", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Merging", ":", " ", - RowBox[{"Stack", " ", "on", " ", "top"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"newSize", "=", "size"}], ";", - RowBox[{ - RowBox[{ - "newSize", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "*=", - RowBox[{"Length", "@", "domains"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"newSequence", "=", - RowBox[{ - RowBox[{ - RowBox[{"Fold", "[", - RowBox[{"Partition", ",", "#", ",", - RowBox[{"size", "\[LeftDoubleBracket]", - RowBox[{"{", - RowBox[{"3", ",", "2"}], "}"}], "\[RightDoubleBracket]"}]}], - "]"}], "&"}], "/@", - RowBox[{"domains", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newSequence", "=", - RowBox[{"Flatten", "@", - RowBox[{"Transpose", "[", - RowBox[{"newSequence", ",", - RowBox[{"{", - RowBox[{"3", ",", "1", ",", "2", ",", "4"}], "}"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"newSize", ",", "newSequence"}], "}"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.667819015852723*^9, {3.667926743191167*^9, - 3.667926756485921*^9}, {3.6679268065659847`*^9, 3.6679268096604767`*^9}, { - 3.667926962553701*^9, 3.6679269943921003`*^9}, 3.6679277909347057`*^9, { - 3.6679278215421352`*^9, 3.6679278447888317`*^9}, {3.667927921354144*^9, - 3.66792792396218*^9}, {3.667927998418087*^9, 3.667927998617405*^9}, { - 3.6679280547365437`*^9, 3.667928057183651*^9}, {3.667928585451659*^9, - 3.667928696849235*^9}, {3.667930404905075*^9, 3.6679304216077147`*^9}, { - 3.6679304533630323`*^9, 3.667930454063971*^9}, {3.6679310019224863`*^9, - 3.667931184397665*^9}, {3.667931227245723*^9, 3.667931371281341*^9}, { - 3.667931420882256*^9, 3.667931517142481*^9}, 3.667931552079372*^9, { - 3.667931592230816*^9, 3.6679315953351383`*^9}, {3.66793164158883*^9, - 3.667931735041656*^9}, {3.667931797945294*^9, 3.667931835823868*^9}, { - 3.667931870240131*^9, 3.667931910901052*^9}, {3.6679320411065617`*^9, - 3.667932042282494*^9}, {3.6679321631039057`*^9, 3.667932185255023*^9}, { - 3.6679322367038527`*^9, 3.6679322536777477`*^9}, 3.667939889308084*^9, { - 3.667969769378148*^9, 3.667969771378113*^9}, 3.667970090993989*^9, { - 3.667973390326392*^9, 3.6679733948223467`*^9}, {3.667976913750659*^9, - 3.667976916404254*^9}, {3.6679769619491863`*^9, 3.667976962373781*^9}, - 3.66797708246696*^9, 3.667977633341072*^9, {3.667977678626876*^9, - 3.667977952564095*^9}, {3.667982385812993*^9, 3.6679823891230717`*^9}, { - 3.667982552768587*^9, 3.6679825768232183`*^9}, {3.667982617631548*^9, - 3.667982618230095*^9}, 3.667982783740485*^9, 3.667982978648044*^9, { - 3.667987233443955*^9, 3.6679872350670633`*^9}, 3.667987319881976*^9, { - 3.667995025393314*^9, 3.667995077673361*^9}, {3.667995795417122*^9, - 3.6679958330065393`*^9}, 3.66799604865274*^9, {3.667996211983923*^9, - 3.667996238685172*^9}, {3.667996325731824*^9, 3.6679963500750713`*^9}, - 3.6679964246118183`*^9, {3.6679964925539827`*^9, 3.6679965140880003`*^9}, { - 3.6679966308453293`*^9, 3.667996631124778*^9}, {3.667996667541781*^9, - 3.667996679667149*^9}, {3.6682298967733393`*^9, 3.668230154667777*^9}, { - 3.6682302282495613`*^9, 3.668230337862431*^9}, {3.66823037439754*^9, - 3.6682304210040913`*^9}, {3.668230470966654*^9, 3.668230509026909*^9}, { - 3.6682305945216846`*^9, 3.668230608294874*^9}, {3.668230649418269*^9, - 3.6682306552087507`*^9}, {3.668230777855473*^9, 3.668230779342372*^9}, { - 3.668230827027471*^9, 3.668230869589425*^9}, {3.6682309020436172`*^9, - 3.6682309032099752`*^9}, {3.668230964088015*^9, 3.6682309837305403`*^9}, { - 3.668231043206236*^9, 3.668231198625996*^9}, {3.6682312793778677`*^9, - 3.668231309239684*^9}, {3.668231360770649*^9, 3.668231478579686*^9}, { - 3.6682315182903957`*^9, 3.6682316606075783`*^9}, {3.668231853738429*^9, - 3.6682319097544107`*^9}, 3.6682320481299458`*^9, {3.66823231198499*^9, - 3.668232340966546*^9}, {3.668232413221817*^9, 3.6682324555084667`*^9}, { - 3.668232593908114*^9, 3.6682326569589863`*^9}, {3.668232694967547*^9, - 3.6682327934677343`*^9}, {3.668233168339756*^9, 3.668233211018368*^9}, { - 3.668233911929123*^9, 3.668233912673284*^9}, {3.668234165475075*^9, - 3.668234166434887*^9}, 3.668234335726321*^9, {3.668234375925832*^9, - 3.668234383685205*^9}, {3.6682344192284307`*^9, 3.668234420445109*^9}, { - 3.6682344814285107`*^9, 3.668234482946336*^9}, {3.668234565665369*^9, - 3.6682345756405*^9}, {3.668234658311418*^9, 3.668234660936935*^9}, { - 3.668234729151449*^9, 3.668234734437337*^9}, {3.668234775292177*^9, - 3.668234776492208*^9}, {3.6682348149806547`*^9, 3.6682348872015553`*^9}, { - 3.668234957471792*^9, 3.668234962599025*^9}, {3.66823500756784*^9, - 3.668235010638788*^9}, {3.668235386702396*^9, 3.6682353879562407`*^9}, { - 3.668235436429007*^9, 3.668235463195363*^9}, {3.668235513409904*^9, - 3.668235551480637*^9}, 3.668235614055798*^9, {3.668235690567173*^9, - 3.668235719044767*^9}, {3.6695562972398148`*^9, 3.669556297373962*^9}, { - 3.687512196806978*^9, 3.6875121973395967`*^9}, {3.713802902597312*^9, - 3.713802915932815*^9}, {3.713803320942219*^9, 3.713803345450964*^9}, { - 3.7138034257374067`*^9, 3.713803460759953*^9}, 3.713803519649189*^9, { - 3.713803604382509*^9, 3.713803680578794*^9}, {3.7138037681305428`*^9, - 3.713803775505362*^9}, {3.713803860977088*^9, 3.713803917581181*^9}, { - 3.713803974310575*^9, 3.713803976182168*^9}, 3.7138040436679573`*^9, { - 3.7138063486627274`*^9, 3.713806350942552*^9}, {3.713807462694106*^9, - 3.713807489203656*^9}, {3.7138075517857037`*^9, 3.713807559617502*^9}, { - 3.713807618953618*^9, 3.713807903852294*^9}, {3.713808001585246*^9, - 3.7138080016781054`*^9}, 3.71380855458074*^9, {3.71380863487689*^9, - 3.7138087192939777`*^9}, {3.713808846860177*^9, 3.713808857421461*^9}, { - 3.713808897778977*^9, 3.713808912465152*^9}, {3.713808955217936*^9, - 3.7138089628015137`*^9}, {3.713808995906348*^9, 3.713809022295484*^9}, { - 3.713809073335235*^9, 3.713809100565136*^9}, {3.713809177854271*^9, - 3.7138093132746353`*^9}, {3.7138093441213913`*^9, - 3.7138093456793613`*^9}, {3.713809453317717*^9, 3.713809513685094*^9}, { - 3.7138095931785507`*^9, 3.713809626242549*^9}, {3.713809658033081*^9, - 3.713809664135953*^9}, 3.713809740064288*^9, {3.713809808472837*^9, - 3.7138099121534863`*^9}, {3.713844685073086*^9, 3.7138446872542553`*^9}, { - 3.71384588184228*^9, 3.7138458833230133`*^9}, {3.713846292992717*^9, - 3.713846349611416*^9}, 3.713846695574162*^9, {3.7138467278378*^9, - 3.713846731171411*^9}, {3.713846806808646*^9, 3.713846913776025*^9}, { - 3.7138469529141293`*^9, 3.713846953470827*^9}, {3.713847032551959*^9, - 3.7138470334900837`*^9}, {3.713847168612919*^9, 3.713847198830091*^9}, { - 3.713847280190546*^9, 3.713847327524582*^9}, {3.713847407284361*^9, - 3.713847407599958*^9}, {3.7138474475624743`*^9, 3.713847471334959*^9}, { - 3.713847502755796*^9, 3.713847510323131*^9}, {3.7138476002010098`*^9, - 3.713847681785532*^9}, {3.7138477189303513`*^9, 3.713847720783132*^9}, { - 3.713848047572956*^9, 3.713848050312454*^9}, {3.713848196591464*^9, - 3.713848212251227*^9}, {3.713848276669099*^9, 3.713848283663631*^9}, { - 3.713855305653678*^9, 3.713855338332179*^9}, {3.713855626443754*^9, - 3.713855628890686*^9}, 3.713855941830909*^9, {3.713856433219384*^9, - 3.713856437634218*^9}, {3.713862011147923*^9, 3.713862014225955*^9}, { - 3.713865700953743*^9, 3.7138657011938753`*^9}, {3.824549157884141*^9, - 3.824549159319586*^9}, {3.8245492253561296`*^9, 3.824549247629485*^9}, - 3.8245493292632647`*^9, {3.824549386072567*^9, 3.824549410357386*^9}, { - 3.824549474902042*^9, 3.824549512116287*^9}, {3.824549598827116*^9, - 3.8245496604630527`*^9}, {3.824549706380138*^9, 3.8245497609777327`*^9}, { - 3.824549844913988*^9, 3.824549846763631*^9}, {3.8245498794471292`*^9, - 3.824549881428441*^9}, {3.824549979839823*^9, 3.8245499800738077`*^9}, - 3.824550016309486*^9, {3.824550263587179*^9, 3.824550273676351*^9}, { - 3.824550356454542*^9, 3.824550397848559*^9}, 3.8245505155203037`*^9, { - 3.82455056653398*^9, 3.8245506401875257`*^9}, {3.824550689620389*^9, - 3.824550805106915*^9}, {3.824550840692254*^9, 3.8245508686236134`*^9}, { - 3.8245509105415916`*^9, 3.824550941488265*^9}, {3.824550999983103*^9, - 3.824551000135416*^9}, {3.824551191065404*^9, 3.824551310428009*^9}, { - 3.824551371207891*^9, 3.824551387084132*^9}, {3.82455163461265*^9, - 3.824551641709669*^9}, {3.824551676989612*^9, 3.8245516908209543`*^9}, { - 3.824551744320958*^9, 3.8245517988387537`*^9}, {3.8245518437147007`*^9, - 3.824551878676241*^9}, {3.824552093824395*^9, 3.824552094964884*^9}, { - 3.824613355161584*^9, 3.82461335891087*^9}, {3.8246134068736477`*^9, - 3.824613526703142*^9}, {3.824613697948286*^9, 3.824613729276009*^9}, { - 3.82461691671942*^9, 3.8246169170846767`*^9}, {3.828939188712387*^9, - 3.828939190369705*^9}, 3.828940292571979*^9, {3.836288683898563*^9, - 3.836288686146819*^9}, {3.8459756930833178`*^9, 3.8459756982229013`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[1074]:=",ExpressionUUID->"da1af4b0-3fca-45b9-a8a0-043e728e2812"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"MergeDomains", "[", - RowBox[{"domain_List", ",", "repeat_Integer"}], "]"}], ":=", - RowBox[{"MergeDomains", "@", - RowBox[{"ConstantArray", "[", - RowBox[{"domain", ",", "repeat"}], "]"}]}]}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.824617695426052*^9, 3.8246177365094843`*^9}, - 3.845975682041264*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[1075]:=",ExpressionUUID->"b7198282-f212-42c2-8081-8375c0d61e32"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[1076]:=",ExpressionUUID->"1fa70ec3-c0f8-43cc-838a-ffa613eaf19a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MergeSymmetryEquivalentReflections", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.682754675215427*^9, 3.682754677485675*^9}, { - 3.6827632401424837`*^9, 3.682763247126801*^9}, 3.682763763856205*^9, - 3.6827638067251377`*^9, - 3.730106310308416*^9},ExpressionUUID->"f64fec24-f11c-42f8-b8dc-\ -d5a31e02a91a"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[310]:=",ExpressionUUID->"b3c2eb7e-faeb-4dc6-97bc-6a564728f04a"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "MergeSymmetryEquivalentReflections"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", "True"}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "MergeSymmetryEquivalentReflections"}], - "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.7301063103200483`*^9, {3.756716371852663*^9, 3.756716389629332*^9}}, - CellLabel-> - "In[311]:=",ExpressionUUID->"386da9ef-ba20-4473-8152-bd1bf7ea856c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[313]:=",ExpressionUUID->"41d234c1-6be4-41e0-a580-d6ea481ac266"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MergeSymmetryEquivalentReflections", "[", - RowBox[{"group_String", ",", "hkl_List", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"input", ",", "sg", ",", "merged"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"input", "=", - RowBox[{"InputCheck", "[", - RowBox[{"hkl", ",", "\"\<Integer\>\"", ",", "\"\<WrapSingle\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"sg", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "group"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Consider", " ", "duplicate", " ", "if", " ", "they", " ", "generate", - " ", "same", " ", "symmetry", " ", "equivalents"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"merged", "=", - RowBox[{"DeleteDuplicatesBy", "[", - RowBox[{"input", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"SymmetryEquivalentReflections", "[", - RowBox[{"sg", ",", "#"}], "]"}]}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Use", " ", "standard", " ", "setting", " ", "on", " ", "indices"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<ToStandardSetting\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"ToStandardSetting", "[", - RowBox[{"sg", ",", "#"}], "]"}], "&"}], "/@", "merged"}], ",", - "\[IndentingNewLine]", "\t", "merged"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.682682345535097*^9, 3.682682347997387*^9}, { - 3.682754890045689*^9, 3.682754900136516*^9}, {3.682754952296125*^9, - 3.682755022164933*^9}, {3.682755115621669*^9, 3.6827551535141687`*^9}, { - 3.682755192899743*^9, 3.682755204616169*^9}, {3.682755483075945*^9, - 3.682755572184518*^9}, {3.682755620936475*^9, 3.68275570339452*^9}, { - 3.682755785197132*^9, 3.6827558328591137`*^9}, {3.682755872957996*^9, - 3.682755929888302*^9}, {3.6827560172459*^9, 3.68275608066227*^9}, { - 3.6827561903761797`*^9, 3.682756208255334*^9}, {3.682756341293084*^9, - 3.682756435807774*^9}, {3.682756481562601*^9, 3.6827566171437607`*^9}, { - 3.6827571356319447`*^9, 3.68275715086217*^9}, {3.682757193154983*^9, - 3.682757204761051*^9}, {3.682757287045686*^9, 3.6827573748421717`*^9}, { - 3.6827574428815193`*^9, 3.682757463459453*^9}, {3.6827575865280647`*^9, - 3.682757600041594*^9}, {3.6827576521824217`*^9, 3.682757654103991*^9}, { - 3.682757736488762*^9, 3.68275776848295*^9}, {3.682757872746702*^9, - 3.682757878996653*^9}, {3.682760893290402*^9, 3.682760919442278*^9}, { - 3.682761050069873*^9, 3.6827610875022707`*^9}, {3.682761344440157*^9, - 3.6827613948805656`*^9}, {3.682761467533331*^9, 3.6827614906040382`*^9}, { - 3.682761599041744*^9, 3.6827616051249332`*^9}, {3.682761640140191*^9, - 3.682761640269712*^9}, {3.6827632705416527`*^9, 3.682763272313184*^9}, { - 3.6827634698943243`*^9, 3.682763491297275*^9}, 3.682763560088398*^9, { - 3.682763672646283*^9, 3.682763703768117*^9}, 3.682763765769903*^9, { - 3.6827638097007027`*^9, 3.682763841562532*^9}, {3.682764002267891*^9, - 3.682764060609202*^9}, {3.682764092437544*^9, 3.682764093948495*^9}, { - 3.682764145109967*^9, 3.682764153463393*^9}, {3.682764193547503*^9, - 3.682764223520398*^9}, {3.682764299751896*^9, 3.682764385964645*^9}, { - 3.68276443988243*^9, 3.6827644490889807`*^9}, {3.682764497839053*^9, - 3.68276451442174*^9}, {3.682764590085518*^9, 3.682764666566125*^9}, { - 3.682764709108004*^9, 3.682764713033717*^9}, {3.682764803156188*^9, - 3.682764805193653*^9}, {3.682764858920453*^9, 3.68276487123205*^9}, { - 3.6827650306638536`*^9, 3.682765032106743*^9}, {3.682765077128017*^9, - 3.682765114630002*^9}, {3.682765148933024*^9, 3.682765156919944*^9}, { - 3.6827677197030478`*^9, 3.682767720010531*^9}, {3.683604340403654*^9, - 3.6836043529073563`*^9}, {3.684139656863722*^9, 3.68413966623372*^9}, { - 3.684213591199651*^9, 3.68421359766739*^9}, 3.68423542388873*^9, { - 3.684494231046241*^9, 3.6844942328843927`*^9}, {3.6846687766667967`*^9, - 3.684668833479196*^9}, {3.6850821810967503`*^9, 3.685082181896227*^9}, - 3.685084049591119*^9, {3.685301853914551*^9, 3.6853018858709908`*^9}, { - 3.685301957111362*^9, 3.6853019648610888`*^9}, {3.685301997069955*^9, - 3.68530212067407*^9}, {3.685302176210725*^9, 3.685302185680876*^9}, { - 3.685302454443644*^9, 3.685302484386928*^9}, {3.685302801397314*^9, - 3.6853028247972393`*^9}, {3.6853028602362013`*^9, 3.685302902395097*^9}, { - 3.685331251904861*^9, 3.6853312646170473`*^9}, {3.6853312960267057`*^9, - 3.6853313204691477`*^9}, {3.685331539879148*^9, 3.685331677385861*^9}, { - 3.685331889662311*^9, 3.685332001364971*^9}, {3.685332031404345*^9, - 3.6853320318833237`*^9}, {3.685332097919066*^9, 3.68533210035004*^9}, { - 3.6853321321988993`*^9, 3.685332135240776*^9}, {3.685332208432933*^9, - 3.685332251093843*^9}, {3.685332353259377*^9, 3.685332354313655*^9}, { - 3.685334186433942*^9, 3.685334188848311*^9}, {3.6853342830532503`*^9, - 3.685334343176944*^9}, {3.685351973845551*^9, 3.6853519796240673`*^9}, { - 3.6853837611243258`*^9, 3.685383766849927*^9}, {3.685697704820434*^9, - 3.6856977220768137`*^9}, {3.6856980151258297`*^9, 3.685698042947495*^9}, { - 3.6856981446843*^9, 3.685698153416366*^9}, {3.685770338473489*^9, - 3.685770340565543*^9}, 3.685777919630587*^9, {3.685784957125655*^9, - 3.685784959319334*^9}, {3.685785897727392*^9, 3.6857859357454*^9}, - 3.685786625994659*^9, {3.713078853682228*^9, 3.71307892925729*^9}, { - 3.7130795040128727`*^9, 3.7130795045791473`*^9}, {3.71308394897624*^9, - 3.713083949446762*^9}, {3.714456574367063*^9, 3.714456601006489*^9}, { - 3.714456780323517*^9, 3.714456781803543*^9}, {3.7144569909110603`*^9, - 3.7144570019091177`*^9}, {3.714457188425292*^9, 3.714457211242263*^9}, { - 3.717224340099481*^9, 3.717224347072815*^9}, {3.7172244383366337`*^9, - 3.717224443766733*^9}, {3.717740920803213*^9, 3.717740920811776*^9}, { - 3.7276752143072567`*^9, 3.7276752342186823`*^9}, {3.730106310331801*^9, - 3.730106310339879*^9}, 3.730209956777421*^9, {3.730544545611946*^9, - 3.730544546560378*^9}, {3.759519503043082*^9, 3.759519503289688*^9}, - 3.762793093831913*^9, {3.7869685698779182`*^9, 3.7869685711262827`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[314]:=",ExpressionUUID->"aa7980cb-ddbf-4131-9242-3309a40ad69c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[315]:=",ExpressionUUID->"eae3acf8-df79-4faf-b7c1-4384e9d7a257"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MillerNotationToList", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9},ExpressionUUID->"4c3a872b-a347-4ddf-ae84-\ -469d58b5aaae"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[316]:=",ExpressionUUID->"01ccc289-a163-423d-8462-61f8362cef7c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "MillerNotationToList"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", "_", "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.756716439999579*^9, 3.756716444405992*^9}}, - CellLabel-> - "In[317]:=",ExpressionUUID->"6d95c014-779b-4479-b742-967b04283aff"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[318]:=",ExpressionUUID->"ef67a78c-01b7-4a8d-b24a-10dafd97d429"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MillerNotationToList", "[", "input_String", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"L", ",", "R", ",", "temp", ",", "split"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Removing", " ", "overbars"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"L", "=", "\"\<\\!\\(\\*OverscriptBox[\\(\>\""}], ";", - "\[IndentingNewLine]", - RowBox[{"R", "=", "\"\<\\), \\(_\\)]\\)\>\""}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"StringReplace", "[", - RowBox[{"input", ",", - RowBox[{ - RowBox[{"L", "~~", - RowBox[{"Shortest", "@", "x__"}], "~~", "R"}], "\[RuleDelayed]", - RowBox[{ - "\"\<|\>\"", "<>", "\"\<-\>\"", "<>", "x", "<>", "\"\<|\>\""}]}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Separating", " ", "indices"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringReplace", "[", - RowBox[{"temp", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Sign", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"s", ":", - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", "\"\<-\>\"", ",", "\"\<|\>\""}], "}"}]}], - "~~", "\[IndentingNewLine]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Letters", " ", "are", " ", "not", " ", "joined", " ", "with", - " ", "digits"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"x", ":", "LetterCharacter"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Digits", " ", "could", " ", "be", " ", "joined"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"d", ":", "DigitCharacter"}], "~~", - "\[IndentingNewLine]", - RowBox[{"y", ":", - RowBox[{"Shortest", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<|\>\"", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"DigitCharacter", ".."}], "~~", - RowBox[{"{", - RowBox[{"\"\<,\>\"", ",", "\"\<|\>\"", ",", "\"\<)\>\""}], - "}"}]}]}], "\[IndentingNewLine]", "}"}], "]"}]}]}]}], - "\[IndentingNewLine]", "}"}]}], "\[RuleDelayed]", - RowBox[{ - "\"\<|\>\"", "<>", "s", "<>", "x", "<>", "d", "<>", "y", "<>", - "\"\<|\>\""}]}]}], "\[IndentingNewLine]", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringReplace", "[", - RowBox[{"temp", ",", - RowBox[{"\"\<|\>\"", "\[Rule]", "\"\<,\>\""}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringSplit", "[", - RowBox[{"temp", ",", "\"\<,\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Special", " ", - RowBox[{"case", ":", " ", - RowBox[{"Positive", " ", "single", " ", - RowBox[{"digits", "/", "letters"}], " ", "only"}]}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", - StyleBox["[", "Code"], - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "temp"}], "<", "3"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"StringCases", "[", - RowBox[{"temp", ",", - RowBox[{ - RowBox[{"x", ":", "WordCharacter"}], "\[RuleDelayed]", "x"}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Flatten", "@", - RowBox[{"DeleteCases", "[", - RowBox[{"temp", ",", - RowBox[{"{", "}"}]}], "]"}]}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Trimming", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"StringDelete", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{"\"\<(\>\"", ",", "\"\<)\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"temp", ",", - RowBox[{"x_", "/;", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", "Null", ",", "\"\<{}\>\""}], "}"}], ",", - "x"}], "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "not", " ", "three", " ", "entires"}], ",", " ", - RowBox[{"split", " ", "digits"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"split", "[", "x_", "]"}], ":=", - RowBox[{"Flatten", "@", - RowBox[{"StringCases", "[", - RowBox[{"x", ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"p", ":", - RowBox[{"{", - RowBox[{"\"\<\>\"", ",", "\"\<-\>\""}], "}"}]}], "~~", - RowBox[{"n", ":", "DigitCharacter"}]}], "\[RuleDelayed]", - RowBox[{"p", "~~", "n"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"n1", ":", "DigitCharacter"}], "~~", - RowBox[{"n2", ":", "DigitCharacter"}]}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"n1", ",", "n2"}], "}"}]}]}], "\[IndentingNewLine]", - "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"temp", "/.", - RowBox[{ - RowBox[{"x_List", "/;", - RowBox[{ - RowBox[{"Length", "[", "x", "]"}], "<", "3"}]}], "\[RuleDelayed]", - RowBox[{"split", "[", "x", "]"}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Setting", " ", "numbers", " ", "as", " ", "experssions"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "/.", - RowBox[{ - RowBox[{"x_String", "/;", - RowBox[{"StringContainsQ", "[", - RowBox[{"x", ",", "DigitCharacter"}], "]"}]}], "\[RuleDelayed]", - RowBox[{"ToExpression", "[", "x", "]"}]}]}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.71265181170818*^9, 3.71265184851582*^9}, { - 3.712652095518579*^9, 3.712652257498863*^9}, 3.71265239748778*^9, { - 3.71265244571208*^9, 3.7126524481825333`*^9}, {3.7126526553150253`*^9, - 3.71265266634685*^9}, {3.7126544272990713`*^9, 3.7126544608744907`*^9}, { - 3.712654491008285*^9, 3.712654513440096*^9}, {3.712654550942759*^9, - 3.712654670547868*^9}, {3.712654703821003*^9, 3.712654741083172*^9}, { - 3.7126572447956333`*^9, 3.71265724552361*^9}, {3.7126573384427958`*^9, - 3.712657409919541*^9}, {3.712657442783066*^9, 3.7126575394046917`*^9}, { - 3.712657574141005*^9, 3.712657877853153*^9}, {3.712657916505589*^9, - 3.712657926412139*^9}, {3.712657958155428*^9, 3.7126580079624166`*^9}, { - 3.712658051969553*^9, 3.712658055873343*^9}, {3.71265910828284*^9, - 3.712659135617361*^9}, {3.7126592131276484`*^9, 3.71265921347163*^9}, { - 3.712659259014515*^9, 3.7126594153067408`*^9}, {3.7126594508836*^9, - 3.712659478377791*^9}, {3.7126595314564962`*^9, 3.7126595319043083`*^9}, { - 3.712659580336278*^9, 3.712659593718773*^9}, {3.71265962760645*^9, - 3.712659696409937*^9}, {3.712659779410568*^9, 3.712659796570158*^9}, { - 3.7127232179121027`*^9, 3.712723229072281*^9}, {3.712723277198616*^9, - 3.712723280222929*^9}, 3.7127233136458893`*^9, {3.712723486689425*^9, - 3.7127235463119698`*^9}, {3.712723798706465*^9, 3.7127238719521513`*^9}, { - 3.712723903031745*^9, 3.712724002493475*^9}, {3.712724277432616*^9, - 3.712724372844721*^9}, {3.7127244033803263`*^9, 3.7127245266898813`*^9}, { - 3.712724809955243*^9, 3.712724840289219*^9}, {3.712724885592177*^9, - 3.712724888296068*^9}, {3.7127251133317757`*^9, 3.7127251193874807`*^9}, { - 3.712725321551262*^9, 3.7127254430142107`*^9}, {3.712725492618681*^9, - 3.71272563230217*^9}, {3.712725684446393*^9, 3.712725711940311*^9}, { - 3.7127257433872843`*^9, 3.71272585209263*^9}, {3.712725885065549*^9, - 3.71272600940621*^9}, {3.712726073572926*^9, 3.712726127066513*^9}, { - 3.712726177392968*^9, 3.712726178104968*^9}, {3.71272621473763*^9, - 3.712726243943431*^9}, {3.712726332173551*^9, 3.712726360589281*^9}, { - 3.712726422612451*^9, 3.712726423847527*^9}, {3.712726521650385*^9, - 3.71272659331116*^9}, {3.712726652214963*^9, 3.712726742067371*^9}, { - 3.712727206140136*^9, 3.7127272078411407`*^9}, {3.7127272390958357`*^9, - 3.712727247711342*^9}, 3.712727323335806*^9, {3.712727411252993*^9, - 3.7127274113952227`*^9}, {3.712727598072218*^9, 3.712727698157626*^9}, { - 3.712727740709833*^9, 3.7127277633311167`*^9}, {3.712727795986257*^9, - 3.712727876712543*^9}, {3.7127280099270153`*^9, 3.71272801297314*^9}, { - 3.7172312671661167`*^9, 3.717231282002515*^9}, {3.7172313463954897`*^9, - 3.717231376033064*^9}, {3.717231406601571*^9, 3.717231452543467*^9}, { - 3.7172316471403503`*^9, 3.7172316547383347`*^9}, {3.717231691578803*^9, - 3.717231701833466*^9}, {3.7172317522655582`*^9, 3.717231761664892*^9}, { - 3.717231804824963*^9, 3.717231842701837*^9}, {3.71723209703476*^9, - 3.717232117511814*^9}, {3.717232160832486*^9, 3.7172323308668337`*^9}, { - 3.7172323846671267`*^9, 3.717232387569281*^9}, {3.717232420625662*^9, - 3.717232442809225*^9}, {3.717232480177041*^9, 3.717232486886738*^9}, { - 3.71723254374341*^9, 3.7172325701171293`*^9}, {3.71723271350712*^9, - 3.717232736193582*^9}, {3.7172328302000628`*^9, 3.717232858494359*^9}, - 3.7379684244868317`*^9, 3.76279309385152*^9, {3.7634624088251143`*^9, - 3.763462410337265*^9}, {3.763462812791168*^9, 3.763462815249075*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[319]:=",ExpressionUUID->"70b818eb-25e5-41bf-94be-d99a44896988"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[320]:=",ExpressionUUID->"a1ffb2b5-15cf-4858-a940-95332ad327f3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MillerNotationToString", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745594530423*^9},ExpressionUUID->"e873f727-ba99-437d-bb17-\ -4d9433c08831"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[321]:=",ExpressionUUID->"6188fb4d-e03d-4a5c-8ecb-d45801c05ffb"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"MillerNotationToString", "::", "inv"}], "=", - "\"\<Invalid index input \[LeftGuillemet]`1`\[RightGuillemet].\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "MillerNotationToString"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_"}], "}"}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7452232741050367`*^9, 3.745223276614665*^9}, { - 3.745223451212205*^9, 3.745223460081909*^9}, {3.756716474719448*^9, - 3.75671649260288*^9}}, - CellLabel-> - "In[322]:=",ExpressionUUID->"c0668719-3ee1-4e67-9973-47c133b40c76"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[324]:=",ExpressionUUID->"d92f159f-d7f1-4afd-92c5-4e0d91d15f93"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MillerNotationToString", "[", "inputRaw_List", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "L", ",", "R", ",", "quit", ",", "i", ",", "H", ",", "index", ",", - RowBox[{"input", "=", "inputRaw"}], ",", "presentation", ",", - "output"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Input", " ", "check"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"InputCheck", "@", "inputRaw"}], ",", - RowBox[{"Goto", "[", "\"\<End\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Shortcuts", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"L", "=", "\"\<\\!\\(\\*OverscriptBox[\\(\>\""}], ";", - "\[IndentingNewLine]", - RowBox[{"R", "=", "\"\<\\), \\(_\\)]\\)\>\""}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"quit", "[", "index_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"MillerNotationToString", "::", "inv"}], ",", "index"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Goto", "[", "\"\<End\>\"", "]"}]}], ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Pre", "-", - RowBox[{"processing", " ", "input"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"input", "=", - RowBox[{"input", "/.", - RowBox[{ - RowBox[{"x_String", "/;", - RowBox[{"StringContainsQ", "[", - RowBox[{"x", ",", "\"\<-\>\""}], "]"}]}], "\[RuleDelayed]", - "\[IndentingNewLine]", - RowBox[{"-", - RowBox[{"StringDelete", "[", - RowBox[{"x", ",", "\"\<-\>\""}], "]"}]}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Converting", " ", "to", " ", "string", " ", "with", " ", "overbar", - " ", "if", " ", "negative"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"index", "=", - RowBox[{ - "input", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"IntegerQ", "@", "index"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"index", "<", "0"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"H", ",", - RowBox[{"L", "<>", - RowBox[{"ToString", "[", - RowBox[{"-", "index"}], "]"}], "<>", "R"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"H", ",", - RowBox[{"ToString", "@", "index"}]}], "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"StringQ", "@", "index"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringLength", "@", "index"}], "\[NotEqual]", "1"}], - ",", - RowBox[{"quit", "[", "index", "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"AppendTo", "[", - RowBox[{"H", ",", "index"}], "]"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Head", "[", "index", "]"}], "===", "Real"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"H", ",", - RowBox[{"ToString", "@", "index"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Head", "[", "index", "]"}], "===", "Times"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{ - "index", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], "===", - RowBox[{"-", "1"}]}], ")"}], "&&", - RowBox[{"(", - RowBox[{"StringQ", "@", - RowBox[{ - "index", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}]}], ")"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringLength", "@", - RowBox[{ - "index", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}]}], "\[NotEqual]", "1"}], ",", - RowBox[{"quit", "[", "index", "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"AppendTo", "[", - RowBox[{"H", ",", - RowBox[{"L", "<>", - RowBox[{ - "index", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], "<>", "R"}]}], "]"}]}], "]"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"quit", "[", "index", "]"}]}], "]"}], ",", - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", "\t", - RowBox[{"quit", "[", "index", "]"}]}], "\[IndentingNewLine]", - "]"}]}], ",", - RowBox[{"{", - RowBox[{"i", ",", "3"}], "}"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Presentation", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"presentation", "=", - RowBox[{"StringJoin", "[", "\[IndentingNewLine]", - RowBox[{"\"\<(\>\"", "<>", - RowBox[{"H", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "<>", "\"\<|\>\"", "<>", - RowBox[{"H", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "<>", "\"\<|\>\"", "<>", - RowBox[{"H", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], - "<>", "\"\<)\>\""}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Only", " ", "remove", " ", "commas", " ", "for", " ", "single", " ", - "digit", " ", "integers"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"Select", "[", - RowBox[{"input", ",", "NumericQ"}], "]"}], ",", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"Abs", "[", "#", "]"}], "\[LessEqual]", "9"}], ")"}], "&&", - RowBox[{"IntegerQ", "[", "#", "]"}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"StringDelete", "[", - RowBox[{"presentation", ",", "\"\<|\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"output", "=", - RowBox[{"StringReplace", "[", - RowBox[{"presentation", ",", - RowBox[{"\"\<|\>\"", "\[Rule]", "\"\<,\>\""}]}], "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Return", "@", "output"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<End\>\"", "]"}], ";", "\[IndentingNewLine]", - "input"}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685682044952615*^9, 3.6856820504144278`*^9}, { - 3.685682141325856*^9, 3.685682178024384*^9}, {3.685682225953554*^9, - 3.6856822264375687`*^9}, 3.685686496167932*^9, {3.6856944477863503`*^9, - 3.68569446921675*^9}, {3.685694605238812*^9, 3.6856946062341757`*^9}, { - 3.685695893282233*^9, 3.685695896451762*^9}, {3.6856960214137506`*^9, - 3.6856960251722317`*^9}, {3.687521359980748*^9, 3.687521435237295*^9}, { - 3.6875214687991743`*^9, 3.687521494623404*^9}, {3.6876768933160543`*^9, - 3.687676910356525*^9}, {3.712650700261273*^9, 3.7126507027975063`*^9}, { - 3.7126508246994467`*^9, 3.7126508373862047`*^9}, {3.712650880057147*^9, - 3.71265091066479*^9}, {3.712650944551971*^9, 3.712650951383466*^9}, { - 3.712651061181072*^9, 3.7126510654943533`*^9}, {3.71265113385168*^9, - 3.712651134019478*^9}, {3.7126512882721786`*^9, 3.712651310583632*^9}, { - 3.712651420262867*^9, 3.712651422476676*^9}, 3.717740919994548*^9, - 3.737968267347493*^9, {3.745222099337564*^9, 3.7452221260403023`*^9}, { - 3.745222196932884*^9, 3.7452222408157177`*^9}, {3.745222627190054*^9, - 3.745222770544285*^9}, {3.745222809765418*^9, 3.745222818340452*^9}, { - 3.74522294956068*^9, 3.7452230106142282`*^9}, {3.745223471259536*^9, - 3.745223526338607*^9}, {3.7452236006883802`*^9, 3.745223608369892*^9}, { - 3.745223642571735*^9, 3.745223665435327*^9}, {3.745223714074592*^9, - 3.745223864250751*^9}, {3.74522392889231*^9, 3.745223948208666*^9}, { - 3.745223983821549*^9, 3.7452239988039722`*^9}, {3.745224103043028*^9, - 3.745224128284939*^9}, {3.745224298694689*^9, 3.745224359705023*^9}, { - 3.7452244082811823`*^9, 3.74522441139579*^9}, {3.7452253089840384`*^9, - 3.745225332402544*^9}, {3.7585300567871923`*^9, 3.7585300843373938`*^9}, - 3.762793093868976*^9, {3.766126766278082*^9, 3.766126808453929*^9}, { - 3.7661274302733803`*^9, 3.7661274425656853`*^9}, {3.766127480213307*^9, - 3.76612756937678*^9}, {3.7661277506099787`*^9, 3.766127778797772*^9}, { - 3.7661278101922617`*^9, 3.766127853358006*^9}, {3.766127928407651*^9, - 3.76612795700607*^9}, {3.766128011852723*^9, 3.766128073596681*^9}, { - 3.7661281136766233`*^9, 3.766128113981777*^9}, {3.774181399949686*^9, - 3.7741814146601887`*^9}, {3.786968581302431*^9, 3.7869685823729362`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[325]:=",ExpressionUUID->"66b82719-6bd5-4811-a86a-8d22a1b68f6f"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MillerNotationToString", "[", "input_String", "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"MillerNotationToString", "@", - RowBox[{"MillerNotationToList", "@", "input"}]}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.685682044952615*^9, 3.6856820504144278`*^9}, { - 3.685682141325856*^9, 3.685682178024384*^9}, {3.685682225953554*^9, - 3.6856822264375687`*^9}, 3.685686496167932*^9, {3.6856944477863503`*^9, - 3.68569446921675*^9}, {3.685694605238812*^9, 3.6856946062341757`*^9}, { - 3.685695893282233*^9, 3.685695896451762*^9}, {3.6856960214137506`*^9, - 3.6856960251722317`*^9}, {3.687521359980748*^9, 3.687521435237295*^9}, { - 3.6875214687991743`*^9, 3.687521494623404*^9}, {3.6876768933160543`*^9, - 3.687676910356525*^9}, {3.712650700261273*^9, 3.7126507027975063`*^9}, { - 3.7126508246994467`*^9, 3.7126508373862047`*^9}, {3.712650880057147*^9, - 3.71265091066479*^9}, {3.712650944551971*^9, 3.712650951383466*^9}, { - 3.712651061181072*^9, 3.7126510654943533`*^9}, {3.71265113385168*^9, - 3.712651134019478*^9}, {3.7126512882721786`*^9, 3.712651310583632*^9}, { - 3.712651420262867*^9, 3.712651422476676*^9}, 3.717740919994548*^9, - 3.737968267347493*^9, {3.745222099337564*^9, 3.7452221260403023`*^9}, { - 3.745222196932884*^9, 3.7452222408157177`*^9}, {3.745222627190054*^9, - 3.745222770544285*^9}, {3.745222809765418*^9, 3.745222818340452*^9}, { - 3.74522294956068*^9, 3.7452230106142282`*^9}, {3.745223471259536*^9, - 3.745223526338607*^9}, {3.7452236006883802`*^9, 3.745223608369892*^9}, { - 3.745223642571735*^9, 3.745223665435327*^9}, {3.745223714074592*^9, - 3.745223864250751*^9}, {3.74522392889231*^9, 3.745223948208666*^9}, { - 3.745223983821549*^9, 3.7452239988039722`*^9}, {3.745224103043028*^9, - 3.745224128284939*^9}, {3.745224298694689*^9, 3.745224359705023*^9}, { - 3.7452244082811823`*^9, 3.74522441139579*^9}, {3.7452253089840384`*^9, - 3.745225332402544*^9}, {3.7585300567871923`*^9, 3.7585300843373938`*^9}, - 3.762793093868976*^9, {3.766126227299178*^9, 3.766126249079227*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[326]:=",ExpressionUUID->"deaf7f6b-35b3-43ac-8f87-c138ce27eeb9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[327]:=",ExpressionUUID->"32ae7306-3753-41f2-9a1d-315e4e812d95"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ReciprocalImageCheck", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.6678188399987793`*^9, 3.667818878319042*^9}, { - 3.667818936985889*^9, 3.667818938625092*^9}, 3.667819218919221*^9, { - 3.668104207926056*^9, 3.668104209242962*^9}, 3.687243315679677*^9, - 3.6878672655456343`*^9, {3.7138707345449533`*^9, 3.713870750699418*^9}, - 3.715852050034526*^9},ExpressionUUID->"ebcbd6c1-eec5-4027-9f73-\ -9298282ff4fd"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[264]:=",ExpressionUUID->"d0dbdf6c-6237-44f2-a40c-8ac17670cc91"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "file"}], "=", - "\"\<Input file was not found.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "method"}], "=", - "\"\<The method \[LeftGuillemet]`1`\[RightGuillemet] was not recognised.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "system"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid lattice system.\>\ -\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "angles"}], "=", - "\"\<Invalid angle input for the given system.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "threshold"}], "=", - "\"\<`1` reflection`2` outside the threshold for integer \ -determination.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "all"}], "=", - "\"\<All reflections were inside the threshold for integer \ -determination.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "ambiguous"}], "=", - "\"\<Ambiguous image orientation. Use different correspondence \ -points.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "data"}], "=", - "\"\<At least two data points are required.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "grid"}], "=", - "\"\<The option \[LeftGuillemet]ShowLattice\[RightGuillemet] must either \ -be set to \[LeftGuillemet]True\[RightGuillemet] or a non-negative \ -integer.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "InvalidLatticeOrigin"}], "=", - "\"\<Lattice origin must be a list of two integers or \ -\\\"Center\\\".\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "InvalidLatticeParameters"}], "=", - "\"\<The lattice must be a 2\[Times]2 matrix and the origin coordinates \ -numeric.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "InvalidPlaneDescriptor"}], "=", - "\"\<The plane descriptor must be a vector with two miller indices \ -(\\\"h\\\", \\\"k\\\", \\\"l\\\") and one constant; \[LeftGuillemet]`1`\ -\[RightGuillemet] was provided.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "DuplicateReflections"}], "=", - "\"\<There are duplicate highligted reflections.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ReciprocalImageCheck"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"FindPixelClusters", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<ClearStatus\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Plot", " ", "options"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Frame", "\[Rule]", "True"}], ",", "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", "\[IndentingNewLine]", - RowBox[{"PlotRange", "\[Rule]", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{"PointSize", "\[Rule]", "Large"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"ReciprocalImageCheck", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\<BackgroundImage\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Colours\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"ColorData", "[", - RowBox[{"97", ",", "2"}], "]"}], ",", - RowBox[{"ColorData", "[", - RowBox[{"97", ",", "1"}], "]"}], ",", "LightGray"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<CountNonInteger\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<GridThickness\>\"", "\[Rule]", "Medium"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<HighlightReflections\>\"", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<HighlightSymmetry\>\"", "\[Rule]", "\"\<P1\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<LatticeOrigin\>\"", "\[Rule]", "\"\<Center\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<LatticeSize\>\"", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnCoordinateConverters\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnLatticeData\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<StoreDataTemporarily\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", "0.15"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<TooltipStyle\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"FontFamily", "\[Rule]", "\"\<Courier New\>\""}], ",", - RowBox[{"FontSize", "\[Rule]", "16"}], ",", "Bold"}], "}"}]}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, {3.6678192645731707`*^9, 3.667819270555752*^9}, { - 3.6679268272189693`*^9, 3.667926827530929*^9}, {3.667926865314499*^9, - 3.667926879234667*^9}, {3.667932793543994*^9, 3.6679327970955763`*^9}, - 3.667932835740869*^9, {3.667932872004774*^9, 3.667932872923719*^9}, { - 3.667933478854928*^9, 3.6679334921815147`*^9}, {3.667937136249467*^9, - 3.66793713683991*^9}, {3.667938254326214*^9, 3.667938259486877*^9}, { - 3.667939157392975*^9, 3.6679391759273643`*^9}, {3.6679395892626457`*^9, - 3.6679396251018553`*^9}, {3.6679396662931337`*^9, 3.66793967041187*^9}, { - 3.667969062724923*^9, 3.6679690866593513`*^9}, {3.667971558545974*^9, - 3.667971570791375*^9}, {3.66797175965112*^9, 3.667971761018065*^9}, - 3.667973400059704*^9, 3.667980455575898*^9, 3.667990364351841*^9, - 3.6679914744706078`*^9, {3.667995091765997*^9, 3.6679950981728687`*^9}, { - 3.667995848573064*^9, 3.667995849419979*^9}, {3.6680190786132174`*^9, - 3.668019095188184*^9}, {3.668020053716372*^9, 3.668020060218075*^9}, { - 3.6680201410335283`*^9, 3.668020151647107*^9}, {3.668057763273326*^9, - 3.668057801302511*^9}, {3.668058628257262*^9, 3.6680586519993153`*^9}, - 3.6680586831987753`*^9, {3.668059310968914*^9, 3.668059345638503*^9}, { - 3.6680593969584103`*^9, 3.66805941238801*^9}, {3.668059512633687*^9, - 3.6680595196012506`*^9}, {3.6680596063927727`*^9, 3.668059614803205*^9}, { - 3.6680982548367653`*^9, 3.668098258731867*^9}, 3.6681034770498257`*^9, - 3.6681434966601543`*^9, {3.6695197388121567`*^9, 3.669519739484033*^9}, - 3.6695198100421457`*^9, {3.6703497772124653`*^9, 3.6703497791230783`*^9}, { - 3.670349812772047*^9, 3.670349826517558*^9}, {3.671389215213585*^9, - 3.671389249836089*^9}, {3.671389297045927*^9, 3.671389306618927*^9}, { - 3.6719110883031588`*^9, 3.6719110885974483`*^9}, {3.687165575358741*^9, - 3.687165638515873*^9}, {3.687507491201261*^9, 3.6875075124540987`*^9}, { - 3.687507570577013*^9, 3.68750761179244*^9}, {3.687512071516636*^9, - 3.687512097815074*^9}, {3.687514871153606*^9, 3.687514874756731*^9}, { - 3.687514973533998*^9, 3.687515013595488*^9}, {3.687520393077942*^9, - 3.687520407914579*^9}, {3.687521238012498*^9, 3.687521257345623*^9}, { - 3.687865768052176*^9, 3.687865768352976*^9}, {3.6878659560830936`*^9, - 3.687865975589882*^9}, 3.687866368125998*^9, {3.688100200710231*^9, - 3.6881002081876507`*^9}, {3.688100604833289*^9, 3.6881006099071083`*^9}, { - 3.688107997969265*^9, 3.6881080214126472`*^9}, {3.688108400184894*^9, - 3.6881084154348392`*^9}, {3.6881280727953053`*^9, - 3.6881281273768167`*^9}, {3.688128294183939*^9, 3.688128294543211*^9}, { - 3.688191590995892*^9, 3.688191597523514*^9}, {3.6881975513508463`*^9, - 3.688197562958654*^9}, 3.688284217856106*^9, {3.688889672275766*^9, - 3.688889672421276*^9}, {3.714201028367544*^9, 3.714201029342231*^9}, { - 3.7142020649596653`*^9, 3.71420209340727*^9}, {3.714202883384715*^9, - 3.7142029121766233`*^9}, {3.715336114709093*^9, 3.7153361213929033`*^9}, { - 3.715852050070547*^9, 3.715852050154768*^9}, {3.82082380825673*^9, - 3.820823814976492*^9}, {3.82082408212925*^9, 3.8208241239645653`*^9}, { - 3.820826061310767*^9, 3.820826070901237*^9}, {3.820826254580243*^9, - 3.820826260400008*^9}, {3.820829180997444*^9, 3.820829184781599*^9}, { - 3.820835616941091*^9, 3.820835656137171*^9}, {3.820839649843335*^9, - 3.82083965272034*^9}, {3.820839699034432*^9, 3.820839762770323*^9}, { - 3.820905842567081*^9, 3.820905843098217*^9}, {3.824549686992094*^9, - 3.824549687332745*^9}, {3.828605029318198*^9, 3.8286050754495487`*^9}, { - 3.828605236471778*^9, 3.828605262219185*^9}, {3.8286053179355307`*^9, - 3.828605334936307*^9}, {3.8286057349149513`*^9, 3.82860573931429*^9}, { - 3.828765893050706*^9, 3.828765897355976*^9}, {3.828768535028833*^9, - 3.828768538923512*^9}, {3.8287711552632933`*^9, 3.8287712103523397`*^9}, - 3.828771941810659*^9, {3.82877504020366*^9, 3.8287750422864122`*^9}, { - 3.8287872102341948`*^9, 3.828787212389699*^9}, {3.828787292296318*^9, - 3.828787297569257*^9}, 3.82878735620704*^9, {3.82878766374345*^9, - 3.828787671999587*^9}, {3.828872170816822*^9, 3.8288721725218897`*^9}, { - 3.8288912631274776`*^9, 3.828891269709248*^9}, {3.8291223219028597`*^9, - 3.829122328495398*^9}, {3.8400126520471992`*^9, 3.8400126609403667`*^9}, { - 3.840012714762014*^9, 3.84001272507442*^9}, {3.840013828145934*^9, - 3.840013828436163*^9}, {3.840077409894148*^9, 3.840077421680736*^9}, - 3.84011432831242*^9, {3.840114482894853*^9, 3.840114483953916*^9}, { - 3.840160580805603*^9, 3.840160594537644*^9}, {3.840160632506566*^9, - 3.840160639962825*^9}, {3.840160900574437*^9, 3.840160904093143*^9}, { - 3.8401765267299557`*^9, 3.840176536455991*^9}, {3.840177226537315*^9, - 3.840177226696638*^9}, {3.840180925809314*^9, 3.840180960335071*^9}, { - 3.840528793901758*^9, 3.8405287944321947`*^9}, {3.840528857269165*^9, - 3.8405288578399343`*^9}, {3.840529118521492*^9, 3.8405292151546917`*^9}, { - 3.84692960972441*^9, 3.846929616163126*^9}, 3.84692991934369*^9, { - 3.861771770605986*^9, - 3.861771772113667*^9}},ExpressionUUID->"7d63095a-a592-4c82-9485-\ -6435f7ec7c8d"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[279]:=",ExpressionUUID->"7b4e81f1-288e-4cb9-a33a-23988df13b83"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "[", "\[IndentingNewLine]", - RowBox[{"image_Image", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "a_", ",", "b_", ",", "c_", ",", "\[Alpha]_", ",", "\[Beta]_", ",", - "\[Gamma]_"}], "}"}], ",", "\[IndentingNewLine]", "data_List", ",", - "\[IndentingNewLine]", - RowBox[{"Optional", "[", - RowBox[{"pattern_Condition", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_"}], "}"}], "/;", "False"}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "ReciprocalImageCheck", ",", "FindPixelClusters", ",", "ListPlot"}], - "}"}], "]"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"latticeParameters", "=", - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"latticeOrigin", "=", - RowBox[{"OptionValue", "[", "\"\<LatticeOrigin\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "hkl", ",", "normalDirection", ",", - "normalConstant", ",", "planeSelection", ",", "planeDescriptor", ",", - "\[IndentingNewLine]", "data2D", ",", "L", ",", "model", ",", - "\[Lambda]1", ",", "\[Lambda]2", ",", "h1", ",", "h2", ",", - "\[CapitalLambda]", ",", "latticeData"}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Input"}]}], " ", - RowBox[{"check", " ", "--"}]}], "-"}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "for", " ", "sufficient", " ", "data"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "data"}], "<", "2"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "data"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Lattice", " ", "origin", " ", "shift"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"latticeOrigin", "===", "\"\<Center\>\""}], ",", - RowBox[{"latticeOrigin", "=", - RowBox[{ - RowBox[{"ImageDimensions", "@", "image"}], "/", "2"}]}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"latticeOrigin", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"_", "?", "NumericQ"}], ",", - RowBox[{"_", "?", "NumericQ"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "InvalidLatticeOrigin"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Preparations"}]}], " ", "for", " ", "extracting", - " ", "two", " ", "dimensions", " ", - RowBox[{ - RowBox[{"(", - RowBox[{"image", " ", "plane"}], ")"}], " ", "--"}]}], "-"}], - "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Variables", " ", "describing", " ", "the", " ", "plane"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"3", ",", "4", ",", "5"}], "}"}]}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"normalDirection", "=", - RowBox[{"Check", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"First", "@", - RowBox[{"Flatten", "@", - RowBox[{"Position", "[", - RowBox[{ - RowBox[{"Length", "/@", - RowBox[{"DeleteDuplicates", "/@", - RowBox[{"Transpose", "@", "hkl"}]}]}], ",", "1"}], "]"}]}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "ambiguous"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"normalConstant", "=", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"1", ",", - RowBox[{"normalDirection", "+", "2"}]}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"planeSelection", "=", - RowBox[{"DeleteCases", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", "normalDirection"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"planeDescriptor", "=", - RowBox[{"planeSelection", "/.", - RowBox[{"<|", - RowBox[{ - RowBox[{"1", "\[Rule]", "\"\<h\>\""}], ",", - RowBox[{"2", "\[Rule]", "\"\<k\>\""}], ",", - RowBox[{"3", "\[Rule]", "\"\<l\>\""}]}], "|>"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"planeDescriptor", "=", - RowBox[{"Insert", "[", - RowBox[{"planeDescriptor", ",", "normalConstant", ",", - RowBox[{"{", "normalDirection", "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Setting"}]}], " ", "up", " ", - RowBox[{"lattice", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"data2D", "=", - RowBox[{"Transpose", "@", - RowBox[{"Drop", "[", - RowBox[{ - RowBox[{"Transpose", "@", "data"}], ",", - RowBox[{"{", - RowBox[{"2", "+", "normalDirection"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"data2D", "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#3", ",", "#4", ",", - RowBox[{"N", "@", - RowBox[{"Norm", "[", - RowBox[{"{", - RowBox[{"#1", ",", "#2"}], "}"}], "]"}]}]}], "}"}], "&"}], "@@@", - "data2D"}]}], ";", "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"latticeParameters", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}], ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"L", "\[LeftDoubleBracket]", - RowBox[{"planeSelection", ",", "planeSelection"}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"model", "=", - RowBox[{"Quiet", "@", - RowBox[{"NonlinearModelFit", "[", "\[IndentingNewLine]", - RowBox[{"data2D", ",", "\[IndentingNewLine]", - RowBox[{"Norm", "[", - RowBox[{ - RowBox[{"Total", "[", - RowBox[{ - RowBox[{"Transpose", "@", "L"}], "*", - RowBox[{"{", - RowBox[{"\[Lambda]1", ",", "\[Lambda]2"}], "}"}], "*", - RowBox[{"{", - RowBox[{"h1", ",", "h2"}], "}"}]}], "]"}], "+", - "latticeOrigin"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\[Lambda]1", ",", "\[Lambda]2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"h1", ",", "h2"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\[Lambda]1", ",", "\[Lambda]2"}], "}"}], "=", - RowBox[{ - RowBox[{"model", "[", "\"\<ParameterTableEntries\>\"", "]"}], - "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"\[CapitalLambda]", "=", - RowBox[{"Transpose", "[", - RowBox[{ - RowBox[{"Transpose", "[", "L", "]"}], "*", - RowBox[{"{", - RowBox[{"\[Lambda]1", ",", "\[Lambda]2"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"latticeData", "=", - RowBox[{"{", - RowBox[{ - "\[CapitalLambda]", ",", "latticeOrigin", ",", "planeDescriptor"}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ReturnLatticeData\>\"", "]"}]}], ",", - RowBox[{"Return", "@", "latticeData"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"ReciprocalImageCheck", "[", - RowBox[{"image", ",", "latticeData", ",", "pattern", ",", "options"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.820829500415065*^9, 3.820829560737652*^9}, - 3.820829884591704*^9, {3.820830166539743*^9, 3.820830278003015*^9}, { - 3.8208303504997387`*^9, 3.8208303775972853`*^9}, {3.82083041254207*^9, - 3.82083053446938*^9}, {3.8208305804351673`*^9, 3.820830623407277*^9}, { - 3.820830658179776*^9, 3.820830690216383*^9}, {3.820834159655278*^9, - 3.8208341673578777`*^9}, {3.820834208150927*^9, 3.820834210211969*^9}, - 3.820836585559647*^9, {3.820837379568096*^9, 3.8208374375187187`*^9}, - 3.820837641682579*^9, {3.820837929112485*^9, 3.820837953744546*^9}, { - 3.8208380000790367`*^9, 3.820838003880342*^9}, {3.820838585158677*^9, - 3.820838608974784*^9}, {3.820839045816188*^9, 3.820839050217985*^9}, - 3.820839163407382*^9, 3.8208392368622313`*^9, {3.8208393617961807`*^9, - 3.820839435284464*^9}, {3.820839467769022*^9, 3.820839508874963*^9}, { - 3.820839959302638*^9, 3.820839963622862*^9}, {3.8208408025466213`*^9, - 3.8208408026669207`*^9}, {3.820901052453711*^9, 3.820901122749054*^9}, { - 3.820901251445352*^9, 3.820901303250697*^9}, {3.82090134360868*^9, - 3.820901344135236*^9}, 3.820901889828487*^9, 3.821121852155224*^9, { - 3.8245433414048653`*^9, 3.824543420586817*^9}, {3.824544077289608*^9, - 3.824544108897049*^9}, {3.824547489136075*^9, 3.824547527206764*^9}, { - 3.824547574829502*^9, 3.8245476048273153`*^9}, {3.8245476398945007`*^9, - 3.824547643348229*^9}, {3.824547765594721*^9, 3.8245477673436117`*^9}, { - 3.824548634091073*^9, 3.82454864135902*^9}, {3.824548674649252*^9, - 3.824548725535334*^9}, {3.824548805327441*^9, 3.824548822912619*^9}, { - 3.824548856790264*^9, 3.8245488590984373`*^9}, {3.824548934595339*^9, - 3.824548935602833*^9}, 3.8245489810427628`*^9, {3.828604454756702*^9, - 3.8286044581708403`*^9}, {3.828771289424437*^9, 3.8287713358257847`*^9}, { - 3.828782759190617*^9, 3.828782859901142*^9}, {3.828782961694244*^9, - 3.8287829696667433`*^9}, {3.828783030089678*^9, 3.828783032942514*^9}, { - 3.828783065777866*^9, 3.828783105739519*^9}, {3.82878321876623*^9, - 3.828783231765267*^9}, {3.828783408818557*^9, 3.8287834278801394`*^9}, { - 3.8287835403342*^9, 3.8287835553984222`*^9}, {3.828785962503964*^9, - 3.82878601344739*^9}, {3.828787514314526*^9, 3.828787518001274*^9}, - 3.828881704725924*^9, {3.8288912796713963`*^9, 3.828891306019225*^9}, { - 3.8289618618804092`*^9, 3.828961905261387*^9}, {3.836288336629208*^9, - 3.8362883375557213`*^9}, 3.840012487894608*^9, {3.840112357078992*^9, - 3.840112358657106*^9}, {3.840112443498383*^9, 3.840112447477816*^9}, { - 3.840112494556094*^9, 3.8401125280037947`*^9}, {3.840112714355701*^9, - 3.8401127387599*^9}, 3.840530370219243*^9, {3.891174714209054*^9, - 3.8911747153315983`*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"b3d110bd-76f8-4d08-9a6f-271a25225400"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ReciprocalImageCheck", "[", "\[IndentingNewLine]", - RowBox[{"image_Image", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "lattice_List", ",", "origin_List", ",", "planeDescriptor_List"}], "}"}], - ",", "\[IndentingNewLine]", - RowBox[{"Optional", "[", - RowBox[{"pattern_Condition", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_"}], "}"}], "/;", "False"}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "ReciprocalImageCheck", ",", "FindPixelClusters", ",", "ListPlot"}], - "}"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "thickness", ",", "\[IndentingNewLine]", "planeSelection", ",", "\[Xi]", - ",", "\[Chi]", ",", "\[CapitalXi]", ",", "\[IndentingNewLine]", - "latticeSize", ",", "showGridQ", ",", "GridCreator", ",", "grid", ",", - "\[IndentingNewLine]", "pixelList", ",", "\[IndentingNewLine]", - RowBox[{"imageDimensions", "=", - RowBox[{"ImageDimensions", "@", "image"}]}], ",", - "\[IndentingNewLine]", "xy2hkl", ",", "off", ",", "hkl", ",", "count", - ",", "matching", ",", "rest", ",", "MakeTooltip", ",", "plotPoints", - ",", "\[IndentingNewLine]", "colorMatch", ",", "colorRest", ",", - "colorOff", ",", "optionKeys", ",", "plotRange", ",", "plotOptions", - ",", "plot", ",", "\[IndentingNewLine]", "highlightQ", ",", - "highlightOverlay"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Input"}]}], " ", - RowBox[{"check", " ", "--"}]}], "-"}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Lattice", " ", "check"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"lattice", ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", "#"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#", ",", "#"}], "}"}]}], "}"}], "&"}], "[", - RowBox[{"_", "?", "NumericQ"}], "]"}]}], "]"}]}], "||", - RowBox[{"!", - RowBox[{"Or", "@@", - RowBox[{"NumericQ", "/@", "origin"}]}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "InvalidLatticeParameters"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ReturnLatticeData\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Return", "[", - RowBox[{"{", - RowBox[{"lattice", ",", "origin", ",", "planeDescriptor"}], "}"}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"thickness", "=", - RowBox[{"OptionValue", "[", "\"\<GridThickness\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"planeSelection", "=", - RowBox[{ - RowBox[{"DeleteCases", "[", - RowBox[{"planeDescriptor", ",", - RowBox[{"_", "?", "NumericQ"}]}], "]"}], "/.", "\[IndentingNewLine]", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<h\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<k\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<l\>\"", "\[Rule]", "3"}]}], "|>"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Image", " ", - RowBox[{"check", "/", "treatment"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"pixelList", "=", - RowBox[{"FindPixelClusters", "[", - RowBox[{"image", ",", "\[IndentingNewLine]", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"{", "options", "}"}], ",", - RowBox[{"Options", "@", "FindPixelClusters"}]}], "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ReturnBinaryImage\>\"", "]"}]}], ",", - RowBox[{"Return", "@", "pixelList"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\[Xi]", ",", "\[Chi]"}], "}"}], "=", - RowBox[{"RIC$LatticeConversionFunctions", "[", - RowBox[{"lattice", ",", "origin", ",", - RowBox[{"OptionValue", "[", "\"\<Threshold\>\"", "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<ReturnCoordinateConverters\>\"", "]"}]}], - ",", - RowBox[{"Return", "[", - RowBox[{"{", - RowBox[{"\[Xi]", ",", "\[Chi]"}], "}"}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"\[CapitalXi]", ":=", - RowBox[{"RIC$Extended\[Xi]", "[", - RowBox[{"\[Xi]", ",", "planeDescriptor"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"\[CapitalXi]", "/@", "pixelList"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Overlaying", " ", - RowBox[{"grid", "/", "lattice"}]}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"latticeSize", "=", - RowBox[{"OptionValue", "[", "\"\<LatticeSize\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"showGridQ", "=", - RowBox[{ - RowBox[{"IntegerQ", "@", "latticeSize"}], "&&", - RowBox[{"NonNegative", "@", "latticeSize"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"showGridQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"GridCreator", "=", - RowBox[{"RIC$GraphicalLatticeFactory", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"lattice", ",", "origin", ",", "planeSelection"}], "}"}], - ",", "thickness"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"grid", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<StoreDataTemporarily\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"GridCreator", "[", "s", "]"}], ",", - RowBox[{"{", - RowBox[{"s", ",", "0", ",", "8"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"GridCreator", "@", "latticeSize"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", "Selecting"}]}], " ", "nodes", " ", "that", " ", - "match", " ", "the", " ", - RowBox[{"pattern", " ", "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Consider", " ", "relfections", " ", "outside", " ", "threshold", " ", - "to", " ", "be", " ", - RowBox[{"wrong", "/", "off"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<CountNonInteger\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FreeQ", "[", - RowBox[{"hkl", ",", "_Real"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "threshold"}], ",", - "\[IndentingNewLine]", - RowBox[{"count", "=", - RowBox[{"Count", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"FreeQ", "[", - RowBox[{"#", ",", "_Real"}], "]"}], "&"}], "/@", "hkl"}], - ",", "False"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"count", ">", "1"}], ",", "\"\<s were\>\"", ",", - "\"\< was\>\""}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "all"}], "]"}]}], - "\[IndentingNewLine]", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"xy2hkl", "=", - RowBox[{"AssociationThread", "[", - RowBox[{"pixelList", "\[Rule]", "hkl"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"matching", "=", - RowBox[{"Select", "[", - RowBox[{"xy2hkl", ",", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"#", ",", "pattern"}], "]"}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"off", "=", - RowBox[{"KeySelect", "[", - RowBox[{"xy2hkl", ",", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"#", ",", "IntegerQ"}], "]"}]}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"rest", "=", - RowBox[{"Complement", "[", - RowBox[{"xy2hkl", ",", "matching", ",", "off"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"plotPoints", "=", - RowBox[{"{", - RowBox[{"matching", ",", "rest", ",", "off"}], "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"MakeTooltip", ":=", - RowBox[{ - RowBox[{"KeyValueMap", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{"##", ",", - RowBox[{"TooltipStyle", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<TooltipStyle\>\"", "]"}]}]}], - "]"}], "&"}], ",", "\[IndentingNewLine]", - RowBox[{"MillerNotationToString", "/@", "#"}]}], "]"}], "&"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"plotPoints", "=", - RowBox[{"MakeTooltip", "/@", "plotPoints"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Handling", " ", "of", " ", "certain", " ", - RowBox[{"default", "/", "automatic"}], " ", "option", " ", "values"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"colorMatch", ",", "colorRest", ",", "colorOff"}], "}"}], "=", - - RowBox[{"OptionValue", "[", "\"\<Colours\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"optionKeys", "=", - RowBox[{"Flatten", "[", - RowBox[{"Keys", "/@", - RowBox[{"Options", "/@", - RowBox[{"{", - RowBox[{"ReciprocalImageCheck", ",", "ListPlot"}], "}"}]}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"plotOptions", "=", - RowBox[{"Association", "[", - RowBox[{ - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], "&"}], "/@", - "optionKeys"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"plotOptions", "@", "PlotRange"}], "===", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotOptions", "@", "PlotRange"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "#1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "#2"}], "}"}]}], "}"}], "&"}], "@@", - "imageDimensions"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"plotRange", "=", - RowBox[{"plotOptions", "@", "PlotRange"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"plotOptions", "@", "AspectRatio"}], "===", - RowBox[{"1", "/", "GoldenRatio"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotOptions", "@", "AspectRatio"}], "=", - RowBox[{"plotRange", "/", - RowBox[{"Divide", "@@", "imageDimensions"}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"plotOptions", "@", "PlotStyle"}], "===", "Automatic"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotOptions", "@", "PlotStyle"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"PointSize", "\[Rule]", - RowBox[{"OptionValue", "@", "PointSize"}]}], ",", "Automatic", - ",", "colorMatch"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"PointSize", "\[Rule]", - RowBox[{"OptionValue", "@", "PointSize"}]}], ",", "Automatic", - ",", "colorRest"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"PointSize", "\[Rule]", - RowBox[{"OptionValue", "@", "PointSize"}]}], ",", "Automatic", - ",", "colorOff"}], "}"}]}], "}"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"plotOptions", "=", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"Normal", "@", "plotOptions"}], ",", - RowBox[{"Options", "@", "ListPlot"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Highlight", " ", "certain", " ", "reflections"}]}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"highlightQ", "=", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<HighlightReflections\>\"", "]"}], "=!=", - "None"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"highlightQ", ",", - RowBox[{ - RowBox[{"highlightOverlay", "=", - RowBox[{ - "RIC$GenerateReflectionHighlightOverlay", "[", "\[IndentingNewLine]", - RowBox[{"\[Chi]", ",", - RowBox[{"OptionValue", "[", "\"\<HighlightReflections\>\"", "]"}], - ",", "planeDescriptor", ",", - RowBox[{"OptionValue", "[", "\"\<HighlightSymmetry\>\"", "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"highlightOverlay", "=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"Tooltip", "[", - RowBox[{"#", ",", "\[IndentingNewLine]", - RowBox[{"MillerNotationToString", "@", - RowBox[{"\[CapitalXi]", "@", - RowBox[{"First", "@", "#"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{"TooltipStyle", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<TooltipStyle\>\"", "]"}]}]}], - "]"}], "&"}], ",", "\[IndentingNewLine]", "highlightOverlay", - ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", - RowBox[{"2", ";;", - RowBox[{"-", "1"}], ";;", "2"}], ",", "All"}], "}"}]}], - "]"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<BackgroundImage\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Put"}], " ", "invisible", " ", "nodes", " ", - "on", " ", "top", " ", "of", " ", "image"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotOptions", "=", - RowBox[{"Normal", "@", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"Association", "@", "plotOptions"}], ",", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"PlotStyle", "\[Rule]", - RowBox[{"{", - RowBox[{"Transparent", ",", - RowBox[{"PointSize", "\[Rule]", "Large"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Frame", "\[Rule]", "False"}], ",", - RowBox[{"Axes", "\[Rule]", "False"}]}], "|>"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"Show", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ListPlot", "[", - RowBox[{ - RowBox[{"{", "}"}], ",", - RowBox[{"Sequence", "@@", "plotOptions"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"showGridQ", ",", "grid", ",", - RowBox[{"{", "}"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"highlightQ", ",", "highlightOverlay", ",", - RowBox[{"{", "}"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"ListPlot", "[", - RowBox[{ - RowBox[{"Flatten", "@", "plotPoints"}], ",", - RowBox[{"Sequence", "@@", "plotOptions"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Prolog", "\[Rule]", - RowBox[{"Inset", "[", - RowBox[{"image", ",", - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}], ",", "imageDimensions"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Regular"}], " ", "ListPlot"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"plot", "=", - RowBox[{"ListPlot", "[", - RowBox[{ - RowBox[{"plotPoints", "/.", - RowBox[{ - RowBox[{"{", "}"}], "\[Rule]", - RowBox[{"{", - RowBox[{"Null", ",", "Null"}], "}"}]}]}], ",", - RowBox[{"Sequence", "@@", "plotOptions"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", - RowBox[{"-", " ", - RowBox[{"End", " ", "--"}]}]}], "-"}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Store", " ", "data", " ", "temporarily"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<StoreDataTemporarily\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"Return", "[", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Image\>\"", "\[Rule]", "image"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ImageGrayscale\>\"", "\[Rule]", - RowBox[{"ColorConvert", "[", - RowBox[{"image", ",", "\"\<Grayscale\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ImageNegative\>\"", "\[Rule]", - RowBox[{"ColorNegate", "[", "image", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ImageGrayscaleNegative\>\"", "\[Rule]", - RowBox[{"ColorConvert", "[", - RowBox[{ - RowBox[{"ColorNegate", "[", "image", "]"}], ",", - "\"\<Grayscale\>\""}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ImageBinarised\>\"", "\[Rule]", - RowBox[{"Binarize", "[", "image", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Lattice\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"lattice", ",", "origin", ",", "planeDescriptor"}], - "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Plotdata\>\"", "\[Rule]", "rest"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<PlotdataMatch\>\"", "\[Rule]", "matching"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<PlotdataWrong\>\"", "\[Rule]", "off"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Grids\>\"", "\[Rule]", "grid"}]}], - "\[IndentingNewLine]", "|>"}], "\[IndentingNewLine]", "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Show", "[", - RowBox[{"plot", ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"showGridQ", ",", "grid", ",", - RowBox[{"{", "}"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"highlightQ", ",", "highlightOverlay", ",", - RowBox[{"{", "}"}]}], "]"}], ",", "\[IndentingNewLine]", - "plotOptions"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.66781928258258*^9, {3.667927651314351*^9, - 3.667927654536632*^9}, {3.667929095288192*^9, 3.6679291258239803`*^9}, { - 3.667929267909597*^9, 3.6679293218335447`*^9}, {3.667929372921582*^9, - 3.667929415065257*^9}, {3.667929450855839*^9, 3.667929465310821*^9}, { - 3.667929674490491*^9, 3.667929695296151*^9}, {3.667932801543818*^9, - 3.667932831774096*^9}, {3.667932972267625*^9, 3.667933072145303*^9}, { - 3.6679331209365664`*^9, 3.6679331662069387`*^9}, {3.667933209078788*^9, - 3.667933227509615*^9}, {3.6679332584155407`*^9, 3.6679334381219397`*^9}, { - 3.667933545119546*^9, 3.667933638124634*^9}, {3.667933670396723*^9, - 3.6679337557378597`*^9}, {3.667933854434494*^9, 3.6679339195341597`*^9}, { - 3.6679341282991962`*^9, 3.667934134873889*^9}, {3.6679341782737226`*^9, - 3.6679341840020323`*^9}, {3.6679362918882227`*^9, 3.66793629955867*^9}, - 3.6679368778672867`*^9, {3.6679369198504763`*^9, 3.667936939064159*^9}, { - 3.6679369707445602`*^9, 3.667937040468952*^9}, {3.667937292923864*^9, - 3.667937348973225*^9}, {3.6679374182060013`*^9, 3.667937480746695*^9}, { - 3.667937526410141*^9, 3.667937526969555*^9}, {3.667937583425147*^9, - 3.667937674742606*^9}, {3.6679377238633833`*^9, 3.667937724894253*^9}, { - 3.667937808371294*^9, 3.6679378269471397`*^9}, {3.6679378802105713`*^9, - 3.6679379711123447`*^9}, {3.667938005718261*^9, 3.6679380215741*^9}, { - 3.6679380570319643`*^9, 3.667938083541068*^9}, 3.6679381599247704`*^9, { - 3.66793820112397*^9, 3.66793823159343*^9}, {3.6679382956572037`*^9, - 3.667938323449614*^9}, {3.667938366874012*^9, 3.667938389394507*^9}, { - 3.667938438128626*^9, 3.667938482933886*^9}, {3.6679385245828333`*^9, - 3.667938637513776*^9}, {3.667938678441284*^9, 3.6679386932649508`*^9}, { - 3.667938766302857*^9, 3.667938772390689*^9}, {3.6679388267453012`*^9, - 3.66793883006816*^9}, {3.667938882518243*^9, 3.6679389128181973`*^9}, { - 3.667938969803068*^9, 3.667939039336431*^9}, {3.667939320219082*^9, - 3.667939341625779*^9}, 3.6679393770581408`*^9, {3.667939469232902*^9, - 3.667939497964835*^9}, {3.667939532149186*^9, 3.6679395720840807`*^9}, - 3.667939642501049*^9, 3.667939694842989*^9, {3.667939989576542*^9, - 3.6679399917123747`*^9}, {3.6679401365541153`*^9, - 3.6679401648221617`*^9}, {3.6679692529322023`*^9, - 3.6679692701706533`*^9}, {3.667969341866721*^9, 3.667969376607637*^9}, { - 3.667970147145928*^9, 3.667970151592761*^9}, {3.667970216297092*^9, - 3.6679702636391077`*^9}, {3.667970383427594*^9, 3.667970398444811*^9}, { - 3.667970463193151*^9, 3.667970504208695*^9}, {3.667971051562167*^9, - 3.667971074354063*^9}, {3.667971771279505*^9, 3.667971780398533*^9}, { - 3.667973403161166*^9, 3.667973405361252*^9}, 3.667990367536018*^9, - 3.6679914757391148`*^9, 3.667992175946229*^9, {3.667995104529952*^9, - 3.667995106057413*^9}, {3.667995855313924*^9, 3.6679958569938917`*^9}, { - 3.668019108513597*^9, 3.668019128352426*^9}, {3.668019279072505*^9, - 3.668019279848213*^9}, {3.668021278816801*^9, 3.668021282112631*^9}, { - 3.668021313401822*^9, 3.668021390441625*^9}, {3.6680214213580303`*^9, - 3.668021451698588*^9}, {3.668021555880783*^9, 3.6680215849273357`*^9}, - 3.668057813132045*^9, {3.668058136762526*^9, 3.668058164915876*^9}, { - 3.668058379699932*^9, 3.668058399154965*^9}, {3.6680584419942427`*^9, - 3.668058535166953*^9}, {3.6680585771843357`*^9, 3.668058585352005*^9}, { - 3.668058667869895*^9, 3.668058671764526*^9}, {3.668059350708185*^9, - 3.668059390641903*^9}, {3.668059561240314*^9, 3.668059570492672*^9}, { - 3.66805963935712*^9, 3.668059696425672*^9}, {3.668098237468328*^9, - 3.668098249995756*^9}, {3.6681000141884813`*^9, 3.66810004431769*^9}, { - 3.668102295375621*^9, 3.668102328261784*^9}, {3.668143501205806*^9, - 3.66814352368707*^9}, {3.668149871172584*^9, 3.668149875216461*^9}, { - 3.669519749593667*^9, 3.669519751591695*^9}, {3.6695563106568947`*^9, - 3.669556316832087*^9}, {3.669556375703582*^9, 3.669556375942615*^9}, { - 3.669556527484511*^9, 3.6695565277148*^9}, {3.671344373430882*^9, - 3.6713443736693897`*^9}, {3.6713446182723618`*^9, 3.671344618519547*^9}, { - 3.671344657281046*^9, 3.671344657415612*^9}, {3.671346974817726*^9, - 3.671347016688924*^9}, {3.671347556830886*^9, 3.671347635440847*^9}, { - 3.6713476776843443`*^9, 3.671347679288475*^9}, {3.671347719383917*^9, - 3.671347795245021*^9}, {3.671347853822792*^9, 3.6713478877165747`*^9}, { - 3.671348259934767*^9, 3.671348271084628*^9}, {3.671348314653845*^9, - 3.6713483159313307`*^9}, {3.671351806693378*^9, 3.671351808371985*^9}, { - 3.671351925105709*^9, 3.6713519328813066`*^9}, {3.671352042856463*^9, - 3.6713520444954348`*^9}, {3.671352141564987*^9, 3.6713521418921757`*^9}, { - 3.67135433001543*^9, 3.671354354775991*^9}, {3.6713543903521852`*^9, - 3.671354407759055*^9}, {3.671354507228725*^9, 3.671354510406054*^9}, { - 3.671354581932342*^9, 3.67135461566549*^9}, {3.671354653643035*^9, - 3.671354653697824*^9}, {3.6713547964307623`*^9, 3.6713547984468317`*^9}, { - 3.671354832134036*^9, 3.671354833102087*^9}, {3.67135529549364*^9, - 3.671355302546892*^9}, {3.671355573087512*^9, 3.671355582974106*^9}, { - 3.671356555785466*^9, 3.6713565631134987`*^9}, {3.671356796908342*^9, - 3.671356807093913*^9}, {3.671356934530822*^9, 3.671356940432358*^9}, { - 3.671356982272311*^9, 3.671357013320292*^9}, {3.6713574599357767`*^9, - 3.6713574887658043`*^9}, 3.671357559702499*^9, {3.671358859881794*^9, - 3.6713588975738163`*^9}, {3.6713589308612833`*^9, 3.671358950341908*^9}, - 3.671359851957679*^9, {3.671360146383136*^9, 3.671360211557448*^9}, { - 3.671361450673636*^9, 3.671361450855844*^9}, {3.671361547079302*^9, - 3.6713615655118837`*^9}, {3.6713722035701437`*^9, 3.671372204879589*^9}, - 3.6713885646487226`*^9, {3.6713886420824947`*^9, 3.671388651920701*^9}, { - 3.6713887667366743`*^9, 3.671388767616539*^9}, {3.671389203847748*^9, - 3.6713892089594584`*^9}, {3.67138931525079*^9, 3.6713893249230957`*^9}, { - 3.671389403263423*^9, 3.671389448584199*^9}, {3.671389482721499*^9, - 3.671389552266603*^9}, {3.6713895972521553`*^9, 3.671389638503859*^9}, { - 3.671389675267129*^9, 3.6713896774792337`*^9}, 3.6713897131154537`*^9, { - 3.671806709661995*^9, 3.671806728097248*^9}, 3.6718073146802807`*^9, { - 3.671911114402894*^9, 3.671911120386015*^9}, {3.67195946711077*^9, - 3.671959474991378*^9}, {3.6719595218231688`*^9, 3.67195952199016*^9}, { - 3.674582941255888*^9, 3.674582961526577*^9}, {3.674583042374473*^9, - 3.674583044373474*^9}, {3.674583075638014*^9, 3.674583124381897*^9}, { - 3.6745831719336767`*^9, 3.674583173804262*^9}, 3.67458324742804*^9, { - 3.687156775422434*^9, 3.687156781933877*^9}, 3.687164508774666*^9, { - 3.6871645394569683`*^9, 3.687164718554234*^9}, {3.687165246225195*^9, - 3.687165390883108*^9}, {3.687165450522169*^9, 3.6871655616493053`*^9}, { - 3.687165646846031*^9, 3.687165664977735*^9}, {3.687165710844844*^9, - 3.687165717857222*^9}, {3.6871657857219877`*^9, 3.6871657877356358`*^9}, { - 3.6871658493381023`*^9, 3.687165871669606*^9}, {3.687165904197296*^9, - 3.687165996079699*^9}, {3.6871660295334883`*^9, 3.687166153093152*^9}, { - 3.687166192079156*^9, 3.687166246078738*^9}, {3.6871668605632353`*^9, - 3.6871669433889227`*^9}, 3.687166977069869*^9, {3.687167109987769*^9, - 3.687167208870311*^9}, {3.687167238984859*^9, 3.6871677862844477`*^9}, - 3.687167881607252*^9, {3.6871679214931793`*^9, 3.687168147685855*^9}, { - 3.6871682126935883`*^9, 3.687168275207411*^9}, {3.687168432381917*^9, - 3.687168586540969*^9}, 3.687168628404684*^9, {3.687168658442284*^9, - 3.687168663527091*^9}, 3.687169005717609*^9, 3.687169293454012*^9, { - 3.68750633090869*^9, 3.68750633648623*^9}, {3.6875071841161757`*^9, - 3.687507184303252*^9}, {3.687507329340541*^9, 3.68750734744081*^9}, { - 3.687507400920726*^9, 3.687507423975339*^9}, {3.6875076419535522`*^9, - 3.687507642224166*^9}, {3.687507713412353*^9, 3.6875077551581697`*^9}, { - 3.6875078576324587`*^9, 3.6875078877691603`*^9}, {3.687509544613727*^9, - 3.6875095534866037`*^9}, {3.687509706784939*^9, 3.6875097103088217`*^9}, { - 3.687509833577773*^9, 3.68750989972786*^9}, {3.687509935327718*^9, - 3.687509937855692*^9}, {3.687510167577135*^9, 3.6875101802065897`*^9}, { - 3.687510280296921*^9, 3.6875103742068367`*^9}, {3.687510514864278*^9, - 3.687510517693245*^9}, {3.687510833967678*^9, 3.687510836634856*^9}, { - 3.687511073932612*^9, 3.687511074191729*^9}, {3.687512065559246*^9, - 3.6875120662299633`*^9}, {3.68751234598036*^9, 3.687512347377809*^9}, { - 3.687514748805332*^9, 3.687514762556086*^9}, {3.6875147988089447`*^9, - 3.687514862911953*^9}, {3.6875150221086493`*^9, 3.687515113015212*^9}, { - 3.687515242879355*^9, 3.6875152576859617`*^9}, {3.6875153755411043`*^9, - 3.6875153761781673`*^9}, {3.687516002196384*^9, 3.687516030150734*^9}, { - 3.6875165012670918`*^9, 3.6875165247399*^9}, {3.6875165694845133`*^9, - 3.687516572040914*^9}, {3.687516612818783*^9, 3.687516645184465*^9}, { - 3.687516683884563*^9, 3.687516724914262*^9}, {3.687516944466934*^9, - 3.687516945219212*^9}, {3.687517002357984*^9, 3.687517023874254*^9}, - 3.6875171351822653`*^9, {3.6875183237381067`*^9, 3.687518324957768*^9}, { - 3.687518398182641*^9, 3.68751841327169*^9}, {3.6875185644568996`*^9, - 3.687518565549593*^9}, {3.68751886454458*^9, 3.687518891383182*^9}, { - 3.687519022393402*^9, 3.687519061776618*^9}, {3.6875190956572533`*^9, - 3.687519182765481*^9}, {3.687519279346684*^9, 3.687519413303564*^9}, { - 3.6875194796623383`*^9, 3.687519523955543*^9}, 3.687519663585091*^9, { - 3.687519806348749*^9, 3.6875199887548847`*^9}, {3.6875200763660994`*^9, - 3.687520141546947*^9}, {3.687520178418494*^9, 3.687520343242195*^9}, { - 3.687520527435096*^9, 3.6875205422137814`*^9}, {3.687520703883664*^9, - 3.687520714415331*^9}, {3.687520748045477*^9, 3.6875207525783157`*^9}, { - 3.687521196110949*^9, 3.687521217133346*^9}, {3.6875212614386787`*^9, - 3.6875212689137173`*^9}, {3.687521699605805*^9, 3.687521728841394*^9}, { - 3.6875217702469683`*^9, 3.687521790955085*^9}, {3.687521965231024*^9, - 3.68752196773971*^9}, {3.6875220762878723`*^9, 3.68752207955971*^9}, - 3.6875221341628*^9, {3.687522181579337*^9, 3.6875221857643147`*^9}, { - 3.687522225843388*^9, 3.6875223170336237`*^9}, {3.68752234812294*^9, - 3.6875223735999107`*^9}, {3.6876686273963747`*^9, 3.687668651273189*^9}, { - 3.687669052317815*^9, 3.687669072963629*^9}, {3.687669221852079*^9, - 3.687669231600322*^9}, 3.687669412928665*^9, {3.6876694739967422`*^9, - 3.6876695144406843`*^9}, {3.6876708510183077`*^9, 3.687670879758339*^9}, { - 3.6876719237499723`*^9, 3.687671956628632*^9}, {3.6876719935829067`*^9, - 3.687672018688109*^9}, {3.687672049692421*^9, 3.687672059143203*^9}, { - 3.687678052571329*^9, 3.687678061479775*^9}, {3.6876815475701523`*^9, - 3.687681601640286*^9}, {3.687691708586556*^9, 3.6876917119783363`*^9}, { - 3.6876920372162*^9, 3.687692037367296*^9}, {3.687861711022195*^9, - 3.687861735186718*^9}, {3.6878617699180517`*^9, 3.687861821841461*^9}, { - 3.687861855943221*^9, 3.687861900257381*^9}, 3.6878631121381683`*^9, { - 3.687863166001348*^9, 3.6878632357037086`*^9}, {3.687863297125453*^9, - 3.6878633093477488`*^9}, {3.6878634144485273`*^9, 3.687863440543641*^9}, { - 3.6878635134405622`*^9, 3.6878635475897827`*^9}, {3.687863656295929*^9, - 3.687863717150881*^9}, {3.687863768602734*^9, 3.687863813012793*^9}, { - 3.687863891791483*^9, 3.687863892735425*^9}, {3.68786392314459*^9, - 3.687863938361341*^9}, {3.687864241126114*^9, 3.687864381110055*^9}, { - 3.68786442924084*^9, 3.687864552200337*^9}, {3.687864599173511*^9, - 3.687864618328858*^9}, {3.687864667932199*^9, 3.687864692086171*^9}, { - 3.687864753006353*^9, 3.687864894596149*^9}, {3.687865192458065*^9, - 3.687865227041898*^9}, {3.687865400024457*^9, 3.687865406423842*^9}, { - 3.6878659096425047`*^9, 3.687865947266676*^9}, {3.687865981660466*^9, - 3.687865989851564*^9}, {3.6881267638468*^9, 3.688126781856586*^9}, { - 3.688126813279327*^9, 3.6881271692244463`*^9}, {3.688127225652492*^9, - 3.688127281666382*^9}, {3.688127439709325*^9, 3.688127480871084*^9}, - 3.688127512373879*^9, {3.688127553320573*^9, 3.68812755398044*^9}, { - 3.688127650793001*^9, 3.6881278726644087`*^9}, {3.688127919436009*^9, - 3.688128024792449*^9}, {3.688128064984997*^9, 3.688128065652214*^9}, { - 3.688128133919053*^9, 3.688128219141905*^9}, {3.688128331504766*^9, - 3.688128348212882*^9}, {3.68812842135893*^9, 3.688128501203792*^9}, { - 3.688128578509428*^9, 3.688128601410139*^9}, {3.688128690322328*^9, - 3.688128735595336*^9}, {3.688128822364902*^9, 3.688128861848989*^9}, { - 3.688128921153905*^9, 3.6881289463480663`*^9}, {3.688128990765437*^9, - 3.688129029272183*^9}, {3.688129089255213*^9, 3.688129094279276*^9}, { - 3.688129134305854*^9, 3.6881292730710773`*^9}, {3.6881465195183*^9, - 3.688146524995182*^9}, {3.68814655619547*^9, 3.688146641081154*^9}, { - 3.688146684212517*^9, 3.688146807271761*^9}, {3.688146962193809*^9, - 3.688146962567013*^9}, {3.688147017668222*^9, 3.688147052517234*^9}, { - 3.6881471414269114`*^9, 3.688147177803094*^9}, {3.688147247579743*^9, - 3.688147297679015*^9}, {3.688147346935234*^9, 3.688147354976241*^9}, { - 3.688147391222777*^9, 3.688147395894573*^9}, {3.688147444480929*^9, - 3.688147499317027*^9}, {3.6881475781337633`*^9, 3.688147610577223*^9}, { - 3.6881476745811653`*^9, 3.6881477683213873`*^9}, {3.688186721038027*^9, - 3.6881867215562563`*^9}, {3.688186966939413*^9, 3.688186967535561*^9}, { - 3.68819148816154*^9, 3.6881915822168627`*^9}, {3.688191679333376*^9, - 3.688191715244688*^9}, {3.6881917649517107`*^9, 3.688191766155924*^9}, { - 3.688192180136743*^9, 3.688192192228733*^9}, {3.688192366353334*^9, - 3.688192439675796*^9}, {3.688192601562984*^9, 3.68819261857239*^9}, { - 3.688192693418126*^9, 3.6881927823590183`*^9}, {3.688192835817779*^9, - 3.688192837581232*^9}, {3.688192876509275*^9, 3.688192885736589*^9}, { - 3.688192933504092*^9, 3.688192962975136*^9}, {3.688193016864141*^9, - 3.688193147605221*^9}, {3.688193226631628*^9, 3.688193250588456*^9}, - 3.6881932871489553`*^9, {3.6881934369086227`*^9, 3.6881934377091017`*^9}, - 3.688193888436359*^9, {3.68827870320015*^9, 3.688278745786932*^9}, { - 3.688279867027066*^9, 3.688279873328266*^9}, {3.688281310768528*^9, - 3.6882813540220747`*^9}, {3.688281401439827*^9, 3.688281443632139*^9}, { - 3.688281489159092*^9, 3.688281522219717*^9}, 3.688281585283691*^9, { - 3.688281629377688*^9, 3.6882816382592497`*^9}, {3.688281827595358*^9, - 3.688281837415002*^9}, {3.688281895131445*^9, 3.688281986560493*^9}, { - 3.6882840199216003`*^9, 3.688284062897357*^9}, 3.688284096387642*^9, { - 3.688284218942671*^9, 3.688284275867519*^9}, {3.688284394168859*^9, - 3.6882844495841*^9}, {3.688285129326865*^9, 3.6882851308678083`*^9}, { - 3.688288327231152*^9, 3.688288384783165*^9}, {3.688293063190908*^9, - 3.6882930641267643`*^9}, {3.688297537916748*^9, 3.6882975833392277`*^9}, { - 3.68829801661409*^9, 3.6882980731607018`*^9}, {3.688299551066402*^9, - 3.688299562144874*^9}, {3.688300900482009*^9, 3.688300910395095*^9}, { - 3.688360492469249*^9, 3.688360511436487*^9}, {3.688360624931951*^9, - 3.688360627463565*^9}, {3.688880504257531*^9, 3.6888805253276567`*^9}, { - 3.688891789432199*^9, 3.6888917903726683`*^9}, {3.688894187838941*^9, - 3.688894207337967*^9}, {3.6889003583112717`*^9, 3.688900368289029*^9}, { - 3.688937564965316*^9, 3.688937567425077*^9}, {3.6889376607109337`*^9, - 3.688937678117669*^9}, {3.68893774692369*^9, 3.688937755983369*^9}, { - 3.6889377924952507`*^9, 3.6889378358089857`*^9}, {3.6889378986873407`*^9, - 3.688937999505767*^9}, {3.688938099054064*^9, 3.688938168750766*^9}, { - 3.688938233749807*^9, 3.68893824083641*^9}, {3.688938308543055*^9, - 3.6889383454914627`*^9}, {3.688938390207061*^9, 3.688938390924144*^9}, { - 3.713874107520574*^9, 3.7138741424861526`*^9}, {3.714129943250423*^9, - 3.714129954600395*^9}, {3.71412999923943*^9, 3.714130005919458*^9}, { - 3.714199796296146*^9, 3.714199797509729*^9}, {3.714201044679081*^9, - 3.714201053314817*^9}, {3.7142024150579453`*^9, 3.7142024269417686`*^9}, { - 3.715333526187746*^9, 3.715333552478838*^9}, {3.715333596840613*^9, - 3.7153336189267*^9}, 3.7153347036928*^9, {3.7153347801787357`*^9, - 3.715334822889534*^9}, {3.715335703580905*^9, 3.715335733109145*^9}, { - 3.715336054049705*^9, 3.7153360541917477`*^9}, {3.715336155641518*^9, - 3.715336265520912*^9}, {3.715336320107382*^9, 3.715336330751687*^9}, { - 3.715336448177416*^9, 3.7153364577322807`*^9}, {3.7153364956595173`*^9, - 3.715336495804838*^9}, 3.715336550828467*^9, 3.715336642896287*^9, { - 3.715852050263661*^9, 3.715852050597019*^9}, {3.7177408404502277`*^9, - 3.717740856188644*^9}, {3.717740897228889*^9, 3.717740915600151*^9}, { - 3.820816439129642*^9, 3.820816448260158*^9}, {3.82081661228085*^9, - 3.820816727999538*^9}, {3.8208168795714483`*^9, 3.820816895484083*^9}, { - 3.820817282854825*^9, 3.820817307520115*^9}, {3.820817663631792*^9, - 3.8208176706599903`*^9}, {3.820817762686343*^9, 3.820817789137677*^9}, { - 3.8208178269007883`*^9, 3.820817881426557*^9}, {3.8208179195732*^9, - 3.820817921740995*^9}, {3.820818063940249*^9, 3.820818162299801*^9}, { - 3.820818238175372*^9, 3.8208185136323442`*^9}, 3.820818624916007*^9, { - 3.8208189530075617`*^9, 3.820818982074903*^9}, {3.8208190321527233`*^9, - 3.820819040224187*^9}, {3.820819086949225*^9, 3.820819090324049*^9}, { - 3.8208191412222757`*^9, 3.8208191413947763`*^9}, {3.820819244970813*^9, - 3.8208192558965683`*^9}, {3.8208194037757473`*^9, 3.820819479814685*^9}, { - 3.820819609882004*^9, 3.820819611497902*^9}, {3.820819677229857*^9, - 3.820819788162737*^9}, {3.820819981595194*^9, 3.8208200963316708`*^9}, { - 3.820820149415616*^9, 3.8208201851377974`*^9}, {3.820820228483614*^9, - 3.820820289833311*^9}, {3.820820321371773*^9, 3.8208203334040728`*^9}, { - 3.820820373441598*^9, 3.8208203853307333`*^9}, {3.820820491955151*^9, - 3.820820500640666*^9}, {3.820820605706381*^9, 3.820820608954183*^9}, { - 3.8208237609410677`*^9, 3.820823881983199*^9}, {3.820824129507226*^9, - 3.820824264100594*^9}, {3.820824392504869*^9, 3.8208244725352507`*^9}, { - 3.820824529120022*^9, 3.82082460373943*^9}, {3.820824638866399*^9, - 3.820824639417182*^9}, {3.8208246914246798`*^9, 3.8208249264020357`*^9}, { - 3.82082502554049*^9, 3.8208250424194107`*^9}, {3.820825189396172*^9, - 3.8208251920635843`*^9}, {3.820825258430016*^9, 3.8208252829474907`*^9}, { - 3.820825320189001*^9, 3.8208254031081247`*^9}, {3.820825811793313*^9, - 3.8208258389947577`*^9}, {3.820825933129706*^9, 3.8208260793413343`*^9}, { - 3.820826221013618*^9, 3.82082623686411*^9}, {3.820828859882246*^9, - 3.8208289063955107`*^9}, {3.820828985335225*^9, 3.820828990664719*^9}, { - 3.820829042824204*^9, 3.8208290654599657`*^9}, {3.8208291116159687`*^9, - 3.8208291171133947`*^9}, {3.820829224154605*^9, 3.8208293560878487`*^9}, { - 3.8208294497219963`*^9, 3.820829457146411*^9}, {3.820829712445204*^9, - 3.820829729791006*^9}, {3.82082977543611*^9, 3.8208297758598824`*^9}, { - 3.82082981836054*^9, 3.820829932381559*^9}, 3.820829969255913*^9, { - 3.820830020915328*^9, 3.820830062349008*^9}, {3.8208305621766043`*^9, - 3.820830562623288*^9}, {3.820834281584168*^9, 3.82083437291252*^9}, { - 3.820834821265169*^9, 3.820834917323745*^9}, {3.820835226092249*^9, - 3.820835241343773*^9}, {3.820835330681486*^9, 3.820835332893615*^9}, { - 3.820835595948103*^9, 3.8208356083165007`*^9}, {3.820835660259748*^9, - 3.8208357678383904`*^9}, {3.820835808412641*^9, 3.820835977700604*^9}, { - 3.820836009943811*^9, 3.8208360367115517`*^9}, {3.8208360928598413`*^9, - 3.8208361176060867`*^9}, {3.820836165234234*^9, 3.820836249835498*^9}, { - 3.820836299829905*^9, 3.820836450310996*^9}, 3.820836499645288*^9, { - 3.820836544079979*^9, 3.8208365465298758`*^9}, {3.8208366241719103`*^9, - 3.8208366329982147`*^9}, 3.820837523450768*^9, 3.820838664574773*^9, { - 3.8208387802175694`*^9, 3.820838803815727*^9}, {3.820838990278298*^9, - 3.8208390293224897`*^9}, {3.820839177242873*^9, 3.820839178099092*^9}, { - 3.8208394814592543`*^9, 3.820839503351983*^9}, {3.820839783367899*^9, - 3.8208397945270357`*^9}, {3.820839906620771*^9, 3.8208399358239803`*^9}, { - 3.820839985461712*^9, 3.820840035431608*^9}, {3.820840078649364*^9, - 3.820840143895996*^9}, {3.820840178728733*^9, 3.820840240170094*^9}, { - 3.820840275004263*^9, 3.820840311498041*^9}, {3.820840341676676*^9, - 3.820840471102854*^9}, {3.820840739959304*^9, 3.820840740094494*^9}, - 3.820899845185835*^9, {3.820899895771943*^9, 3.820899899620428*^9}, { - 3.8208999471100407`*^9, 3.820899947609631*^9}, {3.820900665047122*^9, - 3.820900700657632*^9}, {3.82090073115567*^9, 3.82090083767754*^9}, { - 3.820901870702179*^9, 3.8209019094048023`*^9}, {3.820901976450568*^9, - 3.820902052462585*^9}, {3.820902101303793*^9, 3.8209021410777597`*^9}, - 3.820902186768868*^9, {3.820902507549582*^9, 3.82090251281756*^9}, - 3.820903776889921*^9, 3.82090453898112*^9, {3.820905160067148*^9, - 3.820905162508216*^9}, {3.8209052443766413`*^9, 3.820905260321281*^9}, { - 3.820905514760235*^9, 3.8209057261626577`*^9}, 3.8209057574557047`*^9, { - 3.8209058078276577`*^9, 3.820905828915777*^9}, {3.820905862818915*^9, - 3.820905889217835*^9}, {3.820905923656955*^9, 3.82090597359378*^9}, { - 3.820906136199646*^9, 3.820906178976849*^9}, {3.820906241401338*^9, - 3.820906272874901*^9}, {3.820906336725039*^9, 3.820906354502912*^9}, { - 3.828774556361492*^9, 3.82877455985884*^9}, {3.82877459946848*^9, - 3.8287746056548777`*^9}, {3.828775362563759*^9, 3.8287753776386557`*^9}, { - 3.8287759350941677`*^9, 3.8287759440212793`*^9}, 3.828778943947072*^9, - 3.8287789889529533`*^9, {3.828780346975152*^9, 3.828780347726708*^9}, { - 3.8287825797881317`*^9, 3.828782592316676*^9}, {3.8287835105774*^9, - 3.82878351860601*^9}, {3.828783598203972*^9, 3.828783619316854*^9}, - 3.8287836527957373`*^9, {3.828784507855027*^9, 3.828784510355242*^9}, { - 3.828784560690324*^9, 3.828784600773096*^9}, {3.8287846554958344`*^9, - 3.8287847187259617`*^9}, {3.828784759089761*^9, 3.828784760892899*^9}, { - 3.8287847953066797`*^9, 3.8287848795121107`*^9}, {3.8287850440316687`*^9, - 3.828785048537334*^9}, {3.828785084825803*^9, 3.828785115284553*^9}, { - 3.828785151577145*^9, 3.828785195518721*^9}, {3.828785233272724*^9, - 3.8287853538977737`*^9}, 3.828785504123736*^9, {3.8287855520176277`*^9, - 3.8287855591591787`*^9}, {3.828785641602606*^9, 3.828785644881051*^9}, - 3.828786083750683*^9, {3.828787354103963*^9, 3.828787354114955*^9}, { - 3.82878739040856*^9, 3.828787408699991*^9}, {3.828787441339563*^9, - 3.8287875034652853`*^9}, {3.8288760127260303`*^9, - 3.8288760243529654`*^9}, {3.8288760556679688`*^9, 3.828876086447459*^9}, { - 3.8288912409907722`*^9, 3.828891250625135*^9}, {3.828891286061058*^9, - 3.8288913171933327`*^9}, {3.8288915292551928`*^9, - 3.8288915394072227`*^9}, {3.8288915926841908`*^9, 3.828891621142229*^9}, { - 3.828891665103709*^9, 3.828891725243146*^9}, {3.828891760325245*^9, - 3.8288917643613663`*^9}, {3.828891826657604*^9, 3.828891855810095*^9}, { - 3.828961911441486*^9, 3.828961915299652*^9}, {3.828962182133666*^9, - 3.828962284563259*^9}, {3.8289623234769373`*^9, 3.828962341212925*^9}, { - 3.828962402693866*^9, 3.828962425532024*^9}, {3.828962481602736*^9, - 3.8289625934453278`*^9}, {3.8289626288084793`*^9, 3.828962757638905*^9}, { - 3.828962903695163*^9, 3.8289629060938797`*^9}, 3.828962965751552*^9, { - 3.8289630266636047`*^9, 3.828963028356987*^9}, {3.828963217391173*^9, - 3.828963302111272*^9}, {3.8291251099626493`*^9, 3.829125176885103*^9}, { - 3.829125246171136*^9, 3.829125248804875*^9}, {3.829125290260521*^9, - 3.829125307234912*^9}, {3.8291255674274807`*^9, 3.829125591298592*^9}, { - 3.829125889056028*^9, 3.829125925722582*^9}, {3.82912596690632*^9, - 3.829125974322105*^9}, {3.829126004961693*^9, 3.829126015060864*^9}, { - 3.829126063742012*^9, 3.829126133832161*^9}, {3.829126190240814*^9, - 3.8291262864084053`*^9}, {3.8291263844234962`*^9, 3.829126401538571*^9}, { - 3.82912647329916*^9, 3.8291264964207487`*^9}, {3.8362883695486193`*^9, - 3.836288370721053*^9}, {3.840011885352985*^9, 3.840011893905953*^9}, { - 3.840012313276919*^9, 3.840012330519508*^9}, {3.840012749476462*^9, - 3.840012766649349*^9}, {3.840013063807641*^9, 3.840013079842991*^9}, { - 3.8400136712733917`*^9, 3.84001369200453*^9}, {3.84001418760187*^9, - 3.840014201450736*^9}, {3.840014254631146*^9, 3.840014336687539*^9}, { - 3.840014503958746*^9, 3.840014532126083*^9}, {3.840074035498946*^9, - 3.84007409696321*^9}, {3.840074155096566*^9, 3.840074156412196*^9}, { - 3.840074190170746*^9, 3.8400742577304*^9}, {3.840077500755146*^9, - 3.8400775014754333`*^9}, 3.840077638179833*^9, {3.840078147719947*^9, - 3.840078155833666*^9}, 3.840078812122238*^9, {3.840081265010984*^9, - 3.840081483751422*^9}, {3.840081553714241*^9, 3.840081558329678*^9}, { - 3.84008160258374*^9, 3.840081616149135*^9}, 3.840095418801641*^9, { - 3.840098825626698*^9, 3.840098851210355*^9}, {3.840098895147973*^9, - 3.84009893748512*^9}, {3.8401094560656776`*^9, 3.8401094570315533`*^9}, { - 3.840109511692956*^9, 3.840109524736649*^9}, {3.840109592914083*^9, - 3.840109618357016*^9}, {3.840109779805842*^9, 3.8401098221827593`*^9}, { - 3.840109894914205*^9, 3.840109969693635*^9}, {3.840111634452079*^9, - 3.8401118862393007`*^9}, {3.840111983617258*^9, 3.8401120040416822`*^9}, { - 3.840112173064125*^9, 3.840112187934681*^9}, {3.840113469411118*^9, - 3.840113493412697*^9}, {3.840113525255658*^9, 3.84011352763451*^9}, { - 3.840113939315881*^9, 3.840113943935297*^9}, {3.840114043751647*^9, - 3.840114052338161*^9}, {3.840114141780764*^9, 3.840114144634808*^9}, { - 3.840114233518409*^9, 3.840114233899238*^9}, {3.840114299170721*^9, - 3.840114374000239*^9}, {3.840114408027255*^9, 3.840114460283421*^9}, { - 3.840114493310067*^9, 3.840114542587316*^9}, {3.840114588484243*^9, - 3.840114627815982*^9}, {3.8401146679753323`*^9, 3.840114683976809*^9}, { - 3.8401148361058903`*^9, 3.840114920085391*^9}, {3.8401149547246857`*^9, - 3.840114981467663*^9}, {3.840115077784315*^9, 3.8401151203336153`*^9}, { - 3.840115161712431*^9, 3.8401151619050503`*^9}, {3.840160929487709*^9, - 3.840160938009941*^9}, {3.840160969714218*^9, 3.840160992235753*^9}, { - 3.840161060531969*^9, 3.840161064543276*^9}, {3.840161487188081*^9, - 3.840161492465848*^9}, {3.8401616324474573`*^9, 3.840161658455824*^9}, { - 3.840161839442583*^9, 3.8401618635956717`*^9}, {3.8401619604932117`*^9, - 3.8401620411951637`*^9}, {3.840166772745585*^9, 3.840166795289304*^9}, { - 3.840166849070408*^9, 3.840166857426894*^9}, {3.840167689164385*^9, - 3.840167691860362*^9}, {3.840167772250739*^9, 3.840167793983281*^9}, { - 3.84016793360751*^9, 3.840167988540875*^9}, {3.84016805277367*^9, - 3.840168078897127*^9}, {3.840168139256432*^9, 3.8401681870124063`*^9}, { - 3.8401682410021267`*^9, 3.840168263196762*^9}, {3.840168305065456*^9, - 3.840168324260202*^9}, {3.840168358189044*^9, 3.840168414020417*^9}, { - 3.840178068322937*^9, 3.840178071441234*^9}, {3.8401789094837627`*^9, - 3.840178926224535*^9}, 3.840180226293734*^9, {3.840181847113122*^9, - 3.8401820256565247`*^9}, {3.840182118946183*^9, 3.840182119307012*^9}, { - 3.840182153371613*^9, 3.840182196175043*^9}, {3.8401822450660677`*^9, - 3.840182251609786*^9}, {3.840182290315583*^9, 3.840182299537477*^9}, - 3.840182337414544*^9, {3.840182502713645*^9, 3.840182542401413*^9}, { - 3.840182595027931*^9, 3.840182635565098*^9}, {3.840182685020104*^9, - 3.840182783342762*^9}, {3.840183846829789*^9, 3.8401838499391603`*^9}, - 3.840183893763339*^9, {3.8401841039482803`*^9, 3.840184130531274*^9}, { - 3.8401841760820007`*^9, 3.840184196257135*^9}, {3.8402866293425694`*^9, - 3.840286634959962*^9}, {3.8402866695802813`*^9, 3.840286669740449*^9}, - 3.840287151897869*^9, {3.8402878639403*^9, 3.840287868126939*^9}, { - 3.8402891541738987`*^9, 3.840289154332111*^9}, {3.840289192451494*^9, - 3.84028920505364*^9}, 3.840289284709854*^9, {3.84028931795435*^9, - 3.840289336732513*^9}, {3.840289653894734*^9, 3.84028965401693*^9}, { - 3.840289782834111*^9, 3.840289816506816*^9}, {3.840289889680623*^9, - 3.84028991679243*^9}, {3.840289950292728*^9, 3.8402899562535954`*^9}, { - 3.840290115458241*^9, 3.840290194642763*^9}, 3.84029022953491*^9, { - 3.840290720511868*^9, 3.840290802307323*^9}, {3.840516730620178*^9, - 3.8405167333976393`*^9}, {3.840516790093156*^9, 3.840516833195644*^9}, { - 3.840516864488439*^9, 3.840516882629681*^9}, {3.840516926178667*^9, - 3.8405169290661087`*^9}, {3.840517031040309*^9, 3.840517031190133*^9}, { - 3.8405170673025103`*^9, 3.8405171616300373`*^9}, {3.840517209600965*^9, - 3.840517222446431*^9}, {3.840517339238039*^9, 3.840517373810186*^9}, { - 3.840517420143746*^9, 3.840517447223484*^9}, {3.840517486558587*^9, - 3.840517489559786*^9}, {3.8405180405846653`*^9, 3.84051804258073*^9}, { - 3.840518394046002*^9, 3.840518398279935*^9}, {3.840518452812002*^9, - 3.8405185656237307`*^9}, {3.840528870701714*^9, 3.840529100957584*^9}, { - 3.840529243298872*^9, 3.840529252153626*^9}, {3.840529284569971*^9, - 3.8405294806635647`*^9}, {3.840529571079651*^9, 3.8405297075590267`*^9}, { - 3.8405297453952503`*^9, 3.8405297821514597`*^9}, {3.840530213250142*^9, - 3.840530237502288*^9}, {3.8405302748679934`*^9, 3.840530300486923*^9}, { - 3.840530440198205*^9, 3.8405304496883707`*^9}, {3.8405307547223577`*^9, - 3.840530810142377*^9}, {3.840531309870226*^9, 3.8405313363370533`*^9}, { - 3.840531367882475*^9, 3.8405315442314377`*^9}, {3.840535338934057*^9, - 3.8405353554507008`*^9}, 3.840535541233965*^9, {3.840537987696105*^9, - 3.840537987897588*^9}, 3.840538285297702*^9, {3.840538565800312*^9, - 3.840538585646019*^9}, 3.84054302696597*^9, {3.8405432627061234`*^9, - 3.840543267238625*^9}, {3.8405434729085417`*^9, 3.840543483903366*^9}, { - 3.840543530414069*^9, 3.840543553325898*^9}, {3.840543592845109*^9, - 3.840543596857353*^9}, {3.84054364826514*^9, 3.840543685534293*^9}, { - 3.840544503932522*^9, 3.840544504954255*^9}, {3.8405447899910507`*^9, - 3.840544817375101*^9}, {3.840545478371807*^9, 3.8405455160217733`*^9}, - 3.8405455743422832`*^9, {3.8405456661423903`*^9, 3.840545667270892*^9}, { - 3.8405457087866163`*^9, 3.840545722741311*^9}, {3.840545755187207*^9, - 3.840545810441008*^9}, 3.8405463884517736`*^9, {3.840546588861905*^9, - 3.840546668885661*^9}, {3.840546744570386*^9, 3.840546744722357*^9}, { - 3.84054678817338*^9, 3.840546831152988*^9}, {3.840546869050229*^9, - 3.840546870059691*^9}, {3.8405469346582727`*^9, 3.8405469349247713`*^9}, { - 3.840547049727365*^9, 3.840547059532495*^9}, {3.840547197852458*^9, - 3.84054719965697*^9}, {3.840547740744958*^9, 3.840547743854968*^9}, { - 3.840547806790669*^9, 3.840547839084447*^9}, 3.840547896006278*^9, { - 3.840592670697208*^9, 3.8405926887717752`*^9}, {3.840592807743966*^9, - 3.840592838477972*^9}, {3.840597034500787*^9, 3.8405970361372843`*^9}, { - 3.840597077966028*^9, 3.8405971240419292`*^9}, {3.84059749110857*^9, - 3.840597499531994*^9}, {3.840597761045087*^9, 3.840597793387704*^9}, { - 3.840600234634766*^9, 3.840600262760419*^9}, {3.8406003135308723`*^9, - 3.8406003418130007`*^9}, {3.841391156712573*^9, 3.841391162737097*^9}, { - 3.846929664170403*^9, 3.846929730265658*^9}, {3.846929823884054*^9, - 3.8469298307475967`*^9}, {3.8614611009899797`*^9, - 3.8614611080945272`*^9}, {3.884523700504559*^9, 3.884523706682084*^9}, { - 3.891174722698105*^9, 3.891174724622229*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"7ef6bce4-5429-4d94-a772-957616e3c27f"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"RIC$LatticeConversionFunctions", "[", - RowBox[{"lattice_", ",", "origin_", ",", "threshold_"}], "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\[CapitalLambda]", ",", "\[CapitalGamma]", ",", "tx", ",", "ty", ",", - "\[IndentingNewLine]", "\[Xi]", ",", "\[Chi]", ",", - "\[IndentingNewLine]", "convert", ",", "residue", ",", "result"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[CapitalLambda]", "=", "lattice"}], ";", "\[IndentingNewLine]", - RowBox[{"\[CapitalGamma]", "=", - RowBox[{"Inverse", "@", "\[CapitalLambda]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"tx", ",", "ty"}], "}"}], "=", "origin"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Xi]", "[", - RowBox[{"x_", ",", "y_"}], "]"}], ":=", - RowBox[{"\[CapitalGamma]", ".", - RowBox[{"{", - RowBox[{ - RowBox[{"x", "-", "tx"}], ",", - RowBox[{"y", "-", "ty"}]}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Chi]", "[", - RowBox[{"h_", ",", "k_"}], "]"}], ":=", - RowBox[{ - RowBox[{"\[CapitalLambda]", ".", - RowBox[{"{", - RowBox[{"h", ",", "k"}], "}"}]}], "+", - RowBox[{"{", - RowBox[{"tx", ",", "ty"}], "}"}]}]}], ";", "\[IndentingNewLine]", - "\t", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Pixel", " ", "to", " ", "node"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Xi]", "[", - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Calculation", " ", "and", " ", "discrepancy", " ", "check"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"convert", "=", - RowBox[{"\[CapitalGamma]", ".", - RowBox[{"{", - RowBox[{ - RowBox[{"x", "-", "tx"}], ",", - RowBox[{"y", "-", "ty"}]}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"residue", "=", - RowBox[{"Abs", "/@", - RowBox[{"FractionalPart", "/@", - RowBox[{"N", "[", "convert", "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Decide", " ", "whether", " ", "to", " ", "round", " ", "to", " ", - "integer"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"result", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "residue", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "\[LessEqual]", "threshold"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"result", ",", - RowBox[{"Round", "@", - RowBox[{ - "convert", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"1", "-", - RowBox[{ - "residue", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "\[LessEqual]", "threshold"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"result", ",", - RowBox[{"Round", "@", - RowBox[{ - "convert", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"result", ",", - RowBox[{"N", "@", - RowBox[{ - "convert", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "2"}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "result"}], ")"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Node", " ", "to", " ", "pixel"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Chi]", "[", "H_", "]"}], ":=", - RowBox[{"Round", "[", - RowBox[{ - RowBox[{"\[CapitalLambda]", ".", "H"}], "+", - RowBox[{"{", - RowBox[{"tx", ",", "ty"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"\[Xi]", ",", "\[Chi]"}], "}"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.840013518178205*^9, 3.840013561441145*^9}, { - 3.840013702291453*^9, 3.84001376024727*^9}, {3.840013851952544*^9, - 3.8400139480876904`*^9}, {3.8400144264652443`*^9, 3.840014426661063*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[282]:=",ExpressionUUID->"5f8083fd-873d-422e-808e-0f8f524b231e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"RIC$Extended\[Xi]", "[", - RowBox[{"pixelToNodeFunction_", ",", "planeDescriptor_"}], "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "normalConstant", ",", "planeSelection", ",", "normalDirection"}], "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Variables", " ", "describing", " ", "the", " ", "plane"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"normalConstant", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"First", "@", - RowBox[{"Select", "[", - RowBox[{"planeDescriptor", ",", "NumericQ"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ReciprocalImageCheck", "::", "InvalidPlaneDescriptor"}], - ",", "planeDescriptor"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"planeSelection", "=", - RowBox[{ - RowBox[{"DeleteCases", "[", - RowBox[{"planeDescriptor", ",", - RowBox[{"_", "?", "NumericQ"}]}], "]"}], "/.", "\[IndentingNewLine]", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<h\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<k\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<l\>\"", "\[Rule]", "3"}]}], "|>"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"normalDirection", "=", - RowBox[{"First", "@", - RowBox[{"Complement", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", "planeSelection"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Insert", "[", - RowBox[{ - RowBox[{"pixelToNodeFunction", "@", "#"}], ",", "normalConstant", ",", - RowBox[{"{", "normalDirection", "}"}]}], "]"}], "&"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.840013518178205*^9, 3.840013561441145*^9}, { - 3.840013702291453*^9, 3.84001376024727*^9}, {3.840013851952544*^9, - 3.8400139480876904`*^9}, {3.8400144264652443`*^9, 3.840014426661063*^9}, { - 3.840530536022831*^9, 3.84053058331982*^9}, {3.840530684197605*^9, - 3.840530703694751*^9}, {3.84053084416918*^9, 3.840530844448688*^9}, { - 3.8405310000467577`*^9, 3.840531029618058*^9}, {3.8405310987904997`*^9, - 3.840531162582288*^9}, 3.840535547348435*^9, {3.8405382486883163`*^9, - 3.840538275945922*^9}, {3.8405427548207207`*^9, 3.840542759720231*^9}, { - 3.8405428581780643`*^9, 3.8405428760707073`*^9}, {3.840542928324337*^9, - 3.8405429290843353`*^9}, {3.840543622788332*^9, 3.840543623118314*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[283]:=",ExpressionUUID->"65d60693-f4ae-41fd-8150-0ed48a7a251a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"RIC$GraphicalLatticeFactory", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"lattice_", ",", "origin_", ",", "planeSelection_"}], "}"}], ",", - "thickness_"}], "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "axisColors", ",", "\[IndentingNewLine]", "L1", ",", "L2", ",", "V", ",", - "t", ",", "tt", ",", "\[IndentingNewLine]", "MakeGrid", ",", "u", ",", - "x1", ",", "x2", ",", "\[IndentingNewLine]", "temp", ",", "temp2"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Preparations", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"axisColors", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"<|", - RowBox[{ - RowBox[{"1", "\[Rule]", "Red"}], ",", - RowBox[{"2", "\[Rule]", "Green"}], ",", - RowBox[{"3", "\[Rule]", "Blue"}]}], "|>"}], ",", "planeSelection"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"L1", ",", "L2"}], "}"}], "=", - RowBox[{"Transpose", "@", "lattice"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Lattice", " ", "setup"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"V", "[", - RowBox[{"x0_", ",", "y0_"}], "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"t", "=", - RowBox[{ - RowBox[{"lattice", ".", - RowBox[{"{", - RowBox[{"x0", ",", "y0"}], "}"}]}], "+", "origin"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"tt", "=", - RowBox[{"{", - RowBox[{"t", ",", "t"}], "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"x0", "\[Equal]", "y0", "\[Equal]", "0"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"(*", " ", - RowBox[{"Origin", " ", "arrows"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{ - "axisColors", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", - RowBox[{"Arrow", "[", - RowBox[{"{", - RowBox[{"origin", ",", - RowBox[{"origin", "+", "L1"}]}], "}"}], "]"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{ - "axisColors", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], ",", - RowBox[{"Arrow", "[", - RowBox[{"{", - RowBox[{"origin", ",", - RowBox[{"origin", "+", "L2"}]}], "}"}], "]"}]}], "}"}]}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"(*", " ", - RowBox[{"Translated", " ", "lines"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{ - "axisColors", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "Dashed", ",", - RowBox[{"Line", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}], ",", "L1"}], "}"}], "+", - "tt"}], "]"}]}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{ - "axisColors", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], ",", "Dashed", ",", - RowBox[{"Line", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}], ",", "L2"}], "}"}], "+", - "tt"}], "]"}]}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - "]"}]}], "\[IndentingNewLine]", ")"}]}], ";", "\[IndentingNewLine]", - "\t", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeGrid", "[", "s_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"V", "[", - RowBox[{"i", ",", "j"}], "]"}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"-", "s"}], ",", - RowBox[{"Max", "[", - RowBox[{"1", ",", "s"}], "]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"-", "s"}], ",", - RowBox[{"Max", "[", - RowBox[{"1", ",", "s"}], "]"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Flatten", "[", - RowBox[{"temp", ",", "2"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"s", "\[Equal]", "0"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Delete", "[", - RowBox[{"temp", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", "3", "}"}], ",", - RowBox[{"{", "4", "}"}], ",", - RowBox[{"{", "5", "}"}], ",", - RowBox[{"{", "6", "}"}], ",", - RowBox[{"{", "7", "}"}], ",", - RowBox[{"{", "8", "}"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Goto", "[", "\"\<One\>\"", "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"temp2", "=", - RowBox[{ - RowBox[{"4", "s"}], "+", "2"}]}], ";", "\[IndentingNewLine]", - RowBox[{"u", "=", - RowBox[{"2", "*", - SuperscriptBox[ - RowBox[{"(", - RowBox[{ - RowBox[{"2", "s"}], "+", "1"}], ")"}], "2"]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"x1", "=", - RowBox[{"Table", "[", - RowBox[{"i", ",", - RowBox[{"{", - RowBox[{"i", ",", "temp2", ",", "u", ",", "temp2"}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"x1", "=", - RowBox[{"Replace", "[", - RowBox[{"x1", ",", - RowBox[{"x_", "\[RuleDelayed]", - RowBox[{"{", "x", "}"}]}], ",", - RowBox[{"{", "1", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"x2", "=", - RowBox[{"Table", "[", - RowBox[{"j", ",", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"u", "-", - RowBox[{"(", - RowBox[{ - RowBox[{"4", "s"}], "+", "1"}], ")"}]}], ",", - RowBox[{"u", "-", "1"}], ",", "2"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"x2", "=", - RowBox[{"Replace", "[", - RowBox[{"x2", ",", - RowBox[{"x_", "\[RuleDelayed]", - RowBox[{"{", "x", "}"}]}], ",", - RowBox[{"{", "1", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Delete", "[", - RowBox[{"temp", ",", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"Join", "[", - RowBox[{"x1", ",", "x2"}], "]"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<One\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"PrependTo", "[", - RowBox[{"temp", ",", - RowBox[{"Arrowheads", "@", "Medium"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Graphics", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Thickness", "@", "thickness"}], ",", - "\[IndentingNewLine]", "temp", ",", "\[IndentingNewLine]", - RowBox[{"AspectRatio", "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"Axes", "\[Rule]", "False"}]}], "\[IndentingNewLine]", - "}"}], "]"}]}], "\[IndentingNewLine]", ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - "MakeGrid"}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.840013518178205*^9, 3.840013561441145*^9}, { - 3.840013702291453*^9, 3.84001376024727*^9}, {3.840013851952544*^9, - 3.8400139480876904`*^9}, {3.8400144264652443`*^9, 3.840014426661063*^9}, { - 3.8400749211851997`*^9, 3.840074936943226*^9}, {3.840075054475911*^9, - 3.84007512960076*^9}, {3.840075297868491*^9, 3.840075312215685*^9}, { - 3.840075344336849*^9, 3.840075356991919*^9}, {3.8400754223949223`*^9, - 3.8400754611719522`*^9}, {3.8400755675605297`*^9, - 3.8400756023248787`*^9}, {3.8400757699170103`*^9, - 3.8400757753314543`*^9}, {3.8400758202082663`*^9, 3.840075880407542*^9}, { - 3.840076318153819*^9, 3.840076319006392*^9}, {3.840076547089067*^9, - 3.8400765491661367`*^9}, {3.840076677076623*^9, 3.84007668387615*^9}, { - 3.840076787842243*^9, 3.840076836591764*^9}, {3.84007692758845*^9, - 3.840076976218239*^9}, {3.840077019764064*^9, 3.8400770468283653`*^9}, { - 3.8400771247128983`*^9, 3.840077143718915*^9}, 3.840077370553705*^9, { - 3.840077453715349*^9, 3.84007745384542*^9}, {3.840077487651196*^9, - 3.840077488982333*^9}, {3.840078120056814*^9, 3.840078163404359*^9}, { - 3.840078220472171*^9, 3.8400782650013657`*^9}, {3.840078317038484*^9, - 3.840078376134598*^9}, {3.840078413332801*^9, 3.840078473122216*^9}, { - 3.840078539264964*^9, 3.840078542961142*^9}, {3.840078685336533*^9, - 3.840078737191247*^9}, {3.840078775248807*^9, 3.840078784421715*^9}, { - 3.840098692774531*^9, 3.840098754117516*^9}, {3.840112616650799*^9, - 3.840112624560872*^9}, {3.8469296525909023`*^9, 3.846929654773589*^9}, { - 3.846929867567629*^9, 3.8469298954307737`*^9}, {3.861461186219458*^9, - 3.8614611863855343`*^9}, {3.861771912898127*^9, 3.8617719131995296`*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"e8d78aa5-6de1-48d0-9684-da7c1532316e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"RIC$GenerateReflectionHighlightOverlay", "[", - RowBox[{ - "NodeToPixelFunction_", ",", "reflections_", ",", "planeDescriptor_", ",", - "symmetry_"}], "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "planeSelection", ",", "normalDirection", ",", "normalConstant", ",", - "\[IndentingNewLine]", - RowBox[{"preferredColors", "=", - RowBox[{"{", - RowBox[{ - "Green", ",", "Blue", ",", "Pink", ",", "Cyan", ",", "Orange"}], - "}"}]}], ",", "colors", ",", "\[IndentingNewLine]", "hkl", ",", - "hkl2D", ",", "xy", ",", "\[IndentingNewLine]", "disks", ",", - RowBox[{"radius", "=", "14"}], ",", - RowBox[{"opacity", "=", "0.4"}]}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"planeSelection", "=", - RowBox[{ - RowBox[{"DeleteCases", "[", - RowBox[{"planeDescriptor", ",", - RowBox[{"_", "?", "NumericQ"}]}], "]"}], "/.", "\[IndentingNewLine]", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<h\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<k\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<l\>\"", "\[Rule]", "3"}]}], "|>"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"normalDirection", "=", - RowBox[{"First", "@", - RowBox[{"Complement", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", "planeSelection"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"normalConstant", "=", - RowBox[{"First", "@", - RowBox[{"Select", "[", - RowBox[{"planeDescriptor", ",", "IntegerQ"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{"reflections", ",", "\"\<WrapSingle\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"hkl", ",", "\"\<Integer\>\""}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{ - RowBox[{ - RowBox[{"SymmetryEquivalentReflections", "[", - RowBox[{"symmetry", ",", "#"}], "]"}], "&"}], "/@", "hkl"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{ - RowBox[{ - RowBox[{"Select", "[", - RowBox[{"#", ",", - RowBox[{ - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "normalDirection", - "\[RightDoubleBracket]"}], "\[Equal]", "normalConstant"}], - "&"}]}], "]"}], "&"}], "/@", "hkl"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DuplicateFreeQ", "@", - RowBox[{"Flatten", "[", - RowBox[{"hkl", ",", "1"}], "]"}]}]}], ",", - RowBox[{"Message", "[", - RowBox[{"ReciprocalImageCheck", "::", "DuplicateReflections"}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"hkl2D", "=", - RowBox[{"hkl", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "All", ",", "planeSelection"}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"colors", "=", - RowBox[{ - RowBox[{"Join", "[", - RowBox[{"preferredColors", ",", - RowBox[{ - RowBox[{ - RowBox[{"ColorData", "[", - RowBox[{"96", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"Range", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Length", "@", "hkl"}], "-", - RowBox[{"Length", "@", "preferredColors"}]}], "]"}]}]}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{";;", - RowBox[{"Length", "@", "hkl"}]}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"xy", "=", - RowBox[{"Map", "[", - RowBox[{"NodeToPixelFunction", ",", "hkl2D", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"disks", "=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"Disk", "[", - RowBox[{"#", ",", "radius"}], "]"}], "&"}], ",", "xy", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Graphics", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"Opacity", "@", "opacity"}], ",", - RowBox[{"Riffle", "[", - RowBox[{"colors", ",", "disks"}], "]"}]}], "}"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.840013518178205*^9, 3.840013561441145*^9}, { - 3.840013702291453*^9, 3.84001376024727*^9}, {3.840013851952544*^9, - 3.8400139480876904`*^9}, {3.8400144264652443`*^9, 3.840014426661063*^9}, { - 3.8400749211851997`*^9, 3.840074936943226*^9}, {3.840075054475911*^9, - 3.84007512960076*^9}, {3.840075297868491*^9, 3.840075312215685*^9}, { - 3.840075344336849*^9, 3.840075356991919*^9}, {3.8400754223949223`*^9, - 3.8400754611719522`*^9}, {3.8400755675605297`*^9, - 3.8400756023248787`*^9}, {3.8400757699170103`*^9, - 3.8400757753314543`*^9}, {3.8400758202082663`*^9, 3.840075880407542*^9}, { - 3.840076318153819*^9, 3.840076319006392*^9}, {3.840076547089067*^9, - 3.8400765491661367`*^9}, {3.840076677076623*^9, 3.84007668387615*^9}, { - 3.840076787842243*^9, 3.840076836591764*^9}, {3.84007692758845*^9, - 3.840076976218239*^9}, {3.840077019764064*^9, 3.8400770468283653`*^9}, { - 3.8400771247128983`*^9, 3.840077143718915*^9}, 3.840077370553705*^9, { - 3.840077453715349*^9, 3.84007745384542*^9}, {3.840077487651196*^9, - 3.840077488982333*^9}, {3.840078120056814*^9, 3.840078163404359*^9}, { - 3.840078220472171*^9, 3.8400782650013657`*^9}, {3.840078317038484*^9, - 3.840078376134598*^9}, {3.840078413332801*^9, 3.840078473122216*^9}, { - 3.840078539264964*^9, 3.840078542961142*^9}, {3.840078685336533*^9, - 3.840078737191247*^9}, {3.840078775248807*^9, 3.840078784421715*^9}, { - 3.840098692774531*^9, 3.840098754117516*^9}, {3.840112616650799*^9, - 3.840112624560872*^9}, {3.84016006606223*^9, 3.840160124816237*^9}, { - 3.840160161558959*^9, 3.840160186847137*^9}, {3.840160242700775*^9, - 3.840160311287582*^9}, {3.840160443833791*^9, 3.840160444461506*^9}, { - 3.8401604993814297`*^9, 3.840160537080516*^9}, {3.840168853428349*^9, - 3.8401688999744387`*^9}, {3.840176368992115*^9, 3.840176392824819*^9}, { - 3.840177442953061*^9, 3.8401774841102743`*^9}, {3.8401775596562757`*^9, - 3.840177561262658*^9}, {3.8401777695117893`*^9, 3.840177855033865*^9}, { - 3.840178222589333*^9, 3.840178235812923*^9}, {3.840178326973138*^9, - 3.840178331341943*^9}, {3.840178946934245*^9, 3.84017895178344*^9}, { - 3.840179168750725*^9, 3.8401791741483927`*^9}, {3.840180375187209*^9, - 3.840180375453042*^9}, {3.840180785249632*^9, 3.840180915212688*^9}, - 3.84018097286992*^9, {3.8401810269056253`*^9, 3.8401810719371653`*^9}, - 3.8401811609368*^9, {3.8401812253613997`*^9, 3.8401813061075487`*^9}, { - 3.840181484487878*^9, 3.8401814935774393`*^9}, {3.8401815877016277`*^9, - 3.8401815938062468`*^9}, {3.840181639948763*^9, 3.840181641627762*^9}, { - 3.840181695508976*^9, 3.840181766153337*^9}, {3.840182355972343*^9, - 3.8401823802038603`*^9}, {3.884522050715989*^9, 3.884522068999971*^9}, { - 3.8845222123095617`*^9, 3.884522215188202*^9}, {3.884522268109137*^9, - 3.884522285418037*^9}, {3.884523554700129*^9, 3.884523590294598*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[96]:=",ExpressionUUID->"e5980bd8-826c-4ff7-8cf8-4b4993037bbb"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[286]:=",ExpressionUUID->"2587d94d-3a70-4c08-a3be-b1d8d59b79f5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ReciprocalSpaceSimulation", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, 3.667900125753806*^9, {3.6846465171332808`*^9, - 3.684646521502282*^9}, - 3.715855140211611*^9},ExpressionUUID->"928a4ecb-a264-4036-9264-\ -6727b1923d6d"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[543]:=",ExpressionUUID->"93df3da9-64ac-44db-89cc-90f66f063242"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalSpaceSimulation", "::", "invalid"}], "=", - "\"\<Invalid input form.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ReciprocalSpaceSimulation", "::", "dep"}], "=", - "\"\<The layer vectors are not linearly independent.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ReciprocalSpaceSimulation"}], "=", - RowBox[{"SortBy", "[", - RowBox[{ - RowBox[{"Normal", "@", - RowBox[{"Union", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Association", "@", - RowBox[{"Options", "@", "Graphics"}]}], ",", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<IgnoreStructureFactors\>\"", "\[Rule]", "False"}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<IntensityScaling\>\"", "\[Rule]", "0.0025"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnData\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<StructureFactorThreshold\>\"", "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Graphics", " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{"ColorOutput", "\[Rule]", "\"\<SolarColors\>\""}]}], - "\[IndentingNewLine]", "|>"}]}], "]"}]}], ",", - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], - "&"}]}], "]"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ReciprocalSpaceSimulation"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", "_", ",", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_"}], "}"}], ",", "_", ",", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"ReciprocalSpaceSimulation", ",", "Graphics"}], "}"}], - "]"}]}], "}"}]}], "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.75671654112061*^9, 3.756716593957822*^9}, { - 3.7567166574260063`*^9, 3.7567166616419697`*^9}, {3.756716757660915*^9, - 3.756716833968511*^9}, {3.756716882275446*^9, 3.756716918762795*^9}, { - 3.853395259219721*^9, 3.8533952600407953`*^9}, {3.8534015335802193`*^9, - 3.853401545475293*^9}, {3.853402067811593*^9, 3.8534020678411818`*^9}, { - 3.853471072530271*^9, 3.853471094587041*^9}, {3.853472312507947*^9, - 3.853472335508122*^9}, {3.8534730182476254`*^9, 3.853473018694002*^9}, { - 3.853473542777873*^9, 3.8534736085765953`*^9}, {3.853473638810505*^9, - 3.853473638912662*^9}, {3.85347379825944*^9, 3.853473798449872*^9}, { - 3.853473978333523*^9, 3.85347399610585*^9}, {3.853474191136772*^9, - 3.8534742445916357`*^9}, {3.853474444991929*^9, 3.853474466888735*^9}, { - 3.853474497639874*^9, 3.8534745180553827`*^9}, {3.853474650615769*^9, - 3.853474710846599*^9}, {3.85347607707561*^9, 3.8534761387866917`*^9}, { - 3.8534761762261763`*^9, 3.853476178864985*^9}, {3.853476401369317*^9, - 3.8534764027198687`*^9}, {3.8534765406185827`*^9, 3.853476548638282*^9}, { - 3.8534768169815073`*^9, 3.85347683090963*^9}, {3.8534776050573883`*^9, - 3.85347761364707*^9}, {3.853477654473888*^9, 3.853477654975175*^9}, - 3.853477803841712*^9, {3.853477909491701*^9, 3.853477920268908*^9}, { - 3.853477960813528*^9, 3.8534780030341663`*^9}, {3.853478214221395*^9, - 3.853478254154296*^9}, {3.853478287130436*^9, 3.8534783327690353`*^9}, - 3.8534784071407957`*^9, {3.853478494911036*^9, 3.8534784975664797`*^9}, { - 3.853478543613069*^9, 3.853478545517922*^9}, 3.853478801792045*^9, { - 3.8534788936376*^9, 3.853478909387307*^9}, {3.85348615129186*^9, - 3.853486162507969*^9}, {3.8534885132776318`*^9, 3.853488518571145*^9}, { - 3.853665227522583*^9, 3.853665266587284*^9}, {3.853665306974852*^9, - 3.853665315031636*^9}, {3.853665390782364*^9, 3.8536654166374397`*^9}, { - 3.853665497804762*^9, 3.853665514097793*^9}, {3.853666055136389*^9, - 3.853666059393181*^9}, {3.8536661192070513`*^9, 3.853666133144285*^9}, { - 3.853668518126629*^9, 3.8536685286470833`*^9}, {3.8537394867720327`*^9, - 3.853739502628724*^9}}, - CellLabel-> - "In[544]:=",ExpressionUUID->"f2ddfcb7-78f4-48b8-af3a-17026a4576dc"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[548]:=",ExpressionUUID->"1b1d0b34-54a5-4c05-a84c-c54a07289b2b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ReciprocalSpaceSimulation", "[", "\[IndentingNewLine]", - RowBox[{"crystal_", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"L1_List", ",", "L2_List"}], "}"}], ",", "origin_List", ",", - "\[IndentingNewLine]", - RowBox[{"res_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "&&", - RowBox[{"Positive", "[", "#", "]"}]}], "&"}], ")"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"ReciprocalSpaceSimulation", ",", "Graphics"}], "}"}], - "]"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\[Lambda]", ",", "check", ",", "\[IndentingNewLine]", "G", ",", "Ginv", - ",", "B", ",", "CrystalDot", ",", "CrystalCross", ",", - "\[IndentingNewLine]", "Hx", ",", "Hy", ",", "Hz", ",", "HCx", ",", - "HCy", ",", "HCz", ",", "\[IndentingNewLine]", "U", ",", "UB", ",", "o", - ",", "ref", ",", "refz", ",", "flip", ",", "condition", ",", "pindex", - ",", "\[IndentingNewLine]", "structureFactors", ",", "hkl2sf", ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"\[Delta]", "=", - RowBox[{ - "OptionValue", "[", "\"\<StructureFactorThreshold\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "hkl", ",", "xy", ",", "pair", ",", "data", ",", - "\[Chi]"}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", "Input", " ", "check"}], " ", "**)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ProcessWavelength\>\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"check", "=", - RowBox[{"Flatten", "[", - RowBox[{"{", - RowBox[{"L1", ",", "L2", ",", "origin"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "check"}], "\[NotEqual]", "9"}], "||", - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"check", ",", "NumericQ"}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalSpaceSimulation", "::", "invalid"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "vectors", " ", "are", " ", "linearly", " ", - "independent"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Det", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"L1", ".", "L1"}], ",", - RowBox[{"L1", ".", "L2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"L2", ".", "L1"}], ",", - RowBox[{"L2", ".", "L2"}]}], "}"}]}], "}"}], "]"}], "\[Equal]", - "0"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalSpaceSimulation", "::", "dep"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", "Auxiliary"}], " ", "**)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", "Metric", " ", "information"}], " ", "**)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"G", "=", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Ginv", "=", - RowBox[{"Inverse", "@", "G"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"B", "=", - RowBox[{"CholeskyDecomposition", "@", - RowBox[{"Inverse", "@", "G"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"*", " ", "Dot"}], "-", " ", - RowBox[{ - "and", " ", "cross", " ", "products", " ", "in", " ", "reciprocal", - " ", "space"}]}], " ", "**)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"CrystalDot", "[", - RowBox[{"u_", ",", "v_"}], "]"}], ":=", - RowBox[{"Return", "[", "\[IndentingNewLine]", "\t", - RowBox[{"Sum", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sum", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"Ginv", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "j"}], "\[RightDoubleBracket]"}], "*", - RowBox[{ - "u", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "*", - - RowBox[{ - "v", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"j", ",", "3"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", "3"}], "}"}]}], "]"}], "\[IndentingNewLine]", - "\t", "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"CrystalCross", "[", - RowBox[{"u_", ",", "v_"}], "]"}], ":=", - RowBox[{"Return", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", "Ginv"}]}], "*", - RowBox[{"Table", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sum", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sum", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Sum", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"Signature", "[", - RowBox[{"{", - RowBox[{"i", ",", "j", ",", "k"}], "}"}], "]"}], "*", - "\[IndentingNewLine]", "\t", - RowBox[{"G", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "t"}], "\[RightDoubleBracket]"}], "*", - RowBox[{ - "u", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], - "*", - RowBox[{ - "v", "\[LeftDoubleBracket]", "k", - "\[RightDoubleBracket]"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"{", - RowBox[{"k", ",", "3"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"j", ",", "3"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", "3"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"t", ",", "3"}], "}"}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", "Plane", " ", "of", " ", "projection"}], " ", "**)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Projection", " ", "plane", " ", "in", " ", "reciprocal", " ", - "space"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Hx", "=", "L1"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Hy", "=", - RowBox[{"L2", "-", - RowBox[{"Hx", "*", - RowBox[{ - RowBox[{"CrystalDot", "[", - RowBox[{"Hx", ",", "L2"}], "]"}], "/", - RowBox[{"CrystalDot", "[", - RowBox[{"Hx", ",", "Hx"}], "]"}]}]}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Hz", "=", - RowBox[{"CrystalCross", "[", - RowBox[{"Hx", ",", "Hy"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Components", " ", "in", " ", "Cartesian", " ", "frame"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{"HCx", ",", "HCy", ",", "HCz"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Normalize", "[", - RowBox[{"B", ".", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"Hx", ",", "Hy", ",", "Hz"}], "}"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "U", " ", "and", " ", "UB", " ", "matrices", " ", "for", " ", - "generation", " ", "of", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"U", "=", - RowBox[{ - RowBox[{"IdentityMatrix", "[", "3", "]"}], ".", - RowBox[{"Inverse", "@", - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{"HCx", ",", "HCy", ",", "HCz"}], "}"}], "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"UB", "=", - RowBox[{"Chop", "[", - RowBox[{"U", ".", "B"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Reference", " ", "position", " ", "in", " ", "projection"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"o", "=", "origin"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"ref", "=", - RowBox[{"UB", ".", "o"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"refz", "=", - RowBox[{"ref", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Chop", "[", "origin", "]"}], "\[Equal]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"o", "=", - RowBox[{"L1", "+", "L2"}]}], ";", - RowBox[{"flip", "=", "True"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"flip", "=", "False"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"condition", "=", - RowBox[{ - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"h", "\[Equal]", "#1"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"k", "\[Equal]", "#2"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"l", "\[Equal]", "#3"}]}]}], "\[IndentingNewLine]", "}"}], - "&"}], "@@", "o"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"condition", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"condition", ",", - RowBox[{"c_", "/;", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{"flip", ",", "\[IndentingNewLine]", "\t", - RowBox[{"!", - RowBox[{"Equal", "[", - RowBox[{ - RowBox[{"c", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "2"}], "\[RightDoubleBracket]"}], ",", "0"}], - "]"}]}], ",", "\[IndentingNewLine]", "\t ", - RowBox[{"Equal", "[", - RowBox[{ - RowBox[{"c", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "2"}], "\[RightDoubleBracket]"}], ",", "0"}], - "]"}]}], "\[IndentingNewLine]", "\t", "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Constant", " ", "plane", " ", "index"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"pindex", "=", - RowBox[{"condition", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "2"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"pindex", "=", - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{ - "pindex", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], - "\[Rule]", - RowBox[{ - "pindex", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "condition"}], ">", "1"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"condition", "=", - RowBox[{"condition", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"condition", "=", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", "#"}], "&"}], - "[", - RowBox[{"And", "@@", "condition"}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"condition", "=", - RowBox[{"First", "@", "condition"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", "Building"}], " ", "**)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"Label", "[", "\"\<Building\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Generating", " ", "reflection"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"ReflectionList", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "condition", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<HoldIndex\>\"", "\[Rule]", "pindex"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ShowProgress\>\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Filter", " ", "reflection", " ", "outside", " ", "resolution"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"Select", "[", - RowBox[{"hkl", ",", - RowBox[{ - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"CrystalDot", "[", - RowBox[{"#", ",", "#"}], "]"}], "]"}], "<", - RowBox[{"1", "/", - RowBox[{"(", - RowBox[{"1.01", "*", "res"}], ")"}]}]}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Structure", " ", "factors"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"structureFactors", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<IgnoreStructureFactors\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"ConstantArray", "[", - RowBox[{"100.0", ",", - RowBox[{"Length", "@", "hkl"}]}], "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"Quiet", "[", - RowBox[{ - RowBox[{ - RowBox[{"StructureFactor", "[", - RowBox[{"crystal", ",", "hkl", ",", "\[Lambda]"}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"StructureFactor", "::", "ElementMismatch"}], "}"}]}], - "]"}]}], "\[IndentingNewLine]", "\t", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"hkl2sf", "=", - RowBox[{"AssociationThread", "[", - RowBox[{"hkl", "\[Rule]", "structureFactors"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"hkl2sf", "=", - RowBox[{"Select", "[", - RowBox[{"hkl2sf", ",", - RowBox[{ - RowBox[{"#", ">", "\[Delta]"}], "&"}]}], "]"}]}], ";", - RowBox[{"(*", " ", "Optional", " ", "*)"}], "\[IndentingNewLine]", "\t", - - RowBox[{"hkl", "=", - RowBox[{"Keys", "@", "hkl2sf"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Generating", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"xy", "=", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"UB", ".", "#"}], "-", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "refz"}], "}"}]}], "&"}], "/@", - "hkl"}], ")"}], "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"pair", "=", - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"N", "@", - RowBox[{"Chop", "@", "xy"}]}], ",", "hkl"}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"data", "=", - RowBox[{"<|", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\"\<Coordinates\>\"", "\[Rule]", - RowBox[{"N", "@", - RowBox[{"Chop", "@", "xy"}]}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<MillerIndices\>\"", "\[Rule]", "hkl"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<StructureFactor\>\"", "\[Rule]", - RowBox[{"Lookup", "[", - RowBox[{"hkl2sf", ",", "hkl"}], "]"}]}]}], "\[IndentingNewLine]", - "\t", "|>"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ReturnData\>\"", "]"}]}], ",", - RowBox[{"Return", "@", "data"}]}], "]"}], ";", - RowBox[{"(*", " ", "Optional", " ", "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"RenderReciprocalSpaceSimulation", "[", - RowBox[{"data", ",", "options"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, {3.684745337599188*^9, 3.68474537980447*^9}, { - 3.684745683328042*^9, 3.6847456907977457`*^9}, {3.6847457891850033`*^9, - 3.684746061305086*^9}, {3.684746141124728*^9, 3.684746199596496*^9}, { - 3.684746239968897*^9, 3.684746476906747*^9}, 3.684746516183593*^9, { - 3.684746565602297*^9, 3.684746701504117*^9}, {3.684747704997624*^9, - 3.684747714320107*^9}, {3.6847478257793713`*^9, 3.684747830808964*^9}, { - 3.684747904590282*^9, 3.684747909027731*^9}, {3.684747987584041*^9, - 3.6847479901077967`*^9}, {3.6847480366430817`*^9, 3.684748399057756*^9}, { - 3.684749405159607*^9, 3.684749488355398*^9}, {3.684749543943878*^9, - 3.6847496737773943`*^9}, {3.684749730279647*^9, 3.684749913917756*^9}, { - 3.684749985476234*^9, 3.684750039391656*^9}, {3.6847500890619307`*^9, - 3.68475009107802*^9}, {3.6847503748919067`*^9, 3.684750422744948*^9}, { - 3.6847506849349947`*^9, 3.684750753350258*^9}, {3.684750809214427*^9, - 3.684750839528977*^9}, {3.684750911740037*^9, 3.684751027853921*^9}, { - 3.6847510958058243`*^9, 3.684751169395117*^9}, {3.684751226987747*^9, - 3.684751247567849*^9}, {3.684751383586632*^9, 3.684751386819116*^9}, { - 3.68475158838805*^9, 3.684751675188871*^9}, {3.684754099955616*^9, - 3.684754130897352*^9}, {3.685093713849648*^9, 3.685093714753817*^9}, { - 3.6852517446001863`*^9, 3.6852517477297363`*^9}, {3.685767547708188*^9, - 3.685767548831842*^9}, {3.687001964745152*^9, 3.6870019744028*^9}, { - 3.688107597786675*^9, 3.688107665612611*^9}, {3.688378866613222*^9, - 3.6883788763885612`*^9}, {3.715855140322721*^9, 3.715855140347814*^9}, - 3.716186984442049*^9, {3.716187022749711*^9, 3.716187033352743*^9}, { - 3.716187122464801*^9, 3.7161871414482718`*^9}, {3.716187304963607*^9, - 3.7161873460413733`*^9}, {3.716187548088441*^9, 3.716187564246188*^9}, { - 3.716192286432003*^9, 3.7161922901024637`*^9}, {3.716194204440352*^9, - 3.7161942070439672`*^9}, 3.7161943234519157`*^9, {3.71619443593258*^9, - 3.716194438406436*^9}, {3.7162005215789223`*^9, 3.7162005253123217`*^9}, { - 3.7162007764807167`*^9, 3.716200777692432*^9}, {3.716200810422229*^9, - 3.71620081852131*^9}, {3.716201248093273*^9, 3.71620125822864*^9}, { - 3.716201307218774*^9, 3.7162014183866568`*^9}, {3.7162014891276207`*^9, - 3.716201507465034*^9}, {3.71620177112007*^9, 3.716201859847453*^9}, { - 3.7162019012791557`*^9, 3.716201930716146*^9}, {3.716201976973514*^9, - 3.716201989580621*^9}, {3.7177408972749023`*^9, 3.717740919551998*^9}, - 3.726561495995541*^9, 3.72767528757977*^9, 3.7303561656883583`*^9, - 3.737968266806053*^9, 3.73796846818062*^9, {3.7455582069859333`*^9, - 3.7455582232472267`*^9}, 3.745558723080146*^9, {3.758530086078024*^9, - 3.7585301466442204`*^9}, {3.759071172946664*^9, 3.759071187063505*^9}, { - 3.7595195516945868`*^9, 3.7595195520278387`*^9}, 3.762793093899535*^9, { - 3.7869685987375402`*^9, 3.7869686029430647`*^9}, {3.824540367747983*^9, - 3.824540396918668*^9}, {3.8533952959403267`*^9, 3.853395305753047*^9}, { - 3.853401643053293*^9, 3.853401682974679*^9}, {3.853401776557465*^9, - 3.853401778352257*^9}, {3.853402370602418*^9, 3.853402405741892*^9}, { - 3.853402455864554*^9, 3.8534024719401693`*^9}, {3.853466792901105*^9, - 3.853466798420289*^9}, {3.853466833198596*^9, 3.8534668423082027`*^9}, { - 3.853466974581007*^9, 3.85346698348623*^9}, {3.853467311389271*^9, - 3.8534673214339523`*^9}, {3.853467353180854*^9, 3.853467439868993*^9}, { - 3.8534674815576353`*^9, 3.853467511487976*^9}, 3.853467542927388*^9, { - 3.8534675933253593`*^9, 3.8534676673985786`*^9}, {3.853467730516621*^9, - 3.853467802055168*^9}, {3.853467839917747*^9, 3.853467850060019*^9}, { - 3.853467891086557*^9, 3.853467898834415*^9}, {3.853467962900675*^9, - 3.853467965473281*^9}, {3.85346803211701*^9, 3.8534680349206257`*^9}, - 3.853468095867468*^9, 3.853468141884315*^9, {3.853468867965749*^9, - 3.853468872635235*^9}, {3.8534689790398607`*^9, 3.8534691207135878`*^9}, { - 3.853469194073196*^9, 3.85346919615452*^9}, {3.853469361118676*^9, - 3.853469378062869*^9}, {3.8534694867545033`*^9, 3.853469488037114*^9}, { - 3.853469526423868*^9, 3.85346955650003*^9}, {3.8534701010512037`*^9, - 3.853470109523465*^9}, {3.8534707166263943`*^9, 3.853470787258819*^9}, { - 3.853470928640235*^9, 3.853470961769246*^9}, {3.8534709961883183`*^9, - 3.853471051720475*^9}, 3.853471519352029*^9, {3.8534718810478687`*^9, - 3.853471898567398*^9}, {3.85347197942843*^9, 3.853472004434599*^9}, { - 3.853472061907901*^9, 3.853472150059126*^9}, {3.85347221910459*^9, - 3.85347230037728*^9}, {3.853472345641954*^9, 3.853472346061884*^9}, { - 3.8534724185803967`*^9, 3.853472476620875*^9}, {3.853472514861864*^9, - 3.853472529043397*^9}, {3.8534725723476667`*^9, 3.853472639163145*^9}, { - 3.8534726781025457`*^9, 3.8534727143078337`*^9}, {3.853472760088099*^9, - 3.853472802972395*^9}, {3.853472833552115*^9, 3.8534729863535147`*^9}, { - 3.853473464513731*^9, 3.853473536697165*^9}, {3.853473620451666*^9, - 3.8534736205935783`*^9}, {3.853473854694024*^9, 3.853473858274083*^9}, { - 3.853473925851029*^9, 3.853473964333582*^9}, {3.853474065148636*^9, - 3.8534740698152533`*^9}, {3.853474107761656*^9, 3.853474108250638*^9}, { - 3.85347442562735*^9, 3.853474428614523*^9}, {3.853474477937355*^9, - 3.853474491886331*^9}, {3.853474581464316*^9, 3.853474581584672*^9}, { - 3.8534746232573137`*^9, 3.853474628927243*^9}, {3.8534747245350637`*^9, - 3.8534747267363462`*^9}, {3.853474844032967*^9, 3.8534748585170307`*^9}, { - 3.853475073973907*^9, 3.853475090254334*^9}, {3.853475156701792*^9, - 3.853475213187043*^9}, {3.85347531981428*^9, 3.853475322650807*^9}, { - 3.8534753530692177`*^9, 3.853475364275174*^9}, {3.853475445207786*^9, - 3.853475470467268*^9}, {3.853475541569708*^9, 3.853475556745529*^9}, - 3.8534755976496983`*^9, 3.8534756937365313`*^9, {3.853475835297268*^9, - 3.853475847101737*^9}, {3.853475890593289*^9, 3.8534759143075333`*^9}, { - 3.8534759812943983`*^9, 3.85347600289351*^9}, {3.853476047070156*^9, - 3.853476047836447*^9}, {3.853476149384205*^9, 3.853476199857218*^9}, { - 3.853476275576089*^9, 3.853476316219228*^9}, {3.853476382884336*^9, - 3.8534763962163877`*^9}, 3.8534767350654163`*^9, {3.853476802358679*^9, - 3.8534768035038567`*^9}, {3.853476838535158*^9, 3.853476861967266*^9}, { - 3.853476932081596*^9, 3.853476934554845*^9}, {3.853477014188507*^9, - 3.853477047703706*^9}, 3.853477618130588*^9, 3.853477659970316*^9, - 3.85347777710535*^9, 3.853477810929586*^9, {3.85347788774312*^9, - 3.8534779037954493`*^9}, {3.853477934581978*^9, 3.8534779373491497`*^9}, { - 3.853478101993783*^9, 3.853478182912119*^9}, {3.853478260462862*^9, - 3.8534782755694857`*^9}, {3.8534783361482162`*^9, 3.853478352012452*^9}, { - 3.853485272451394*^9, 3.853485275944253*^9}, {3.853485447410617*^9, - 3.85348549992616*^9}, 3.8534856559570503`*^9, {3.853485707095202*^9, - 3.8534857406079473`*^9}, {3.853485794853218*^9, 3.853485795454214*^9}, { - 3.8534858412634773`*^9, 3.853485867771866*^9}, {3.8534858995524178`*^9, - 3.8534860984727993`*^9}, {3.853486174920643*^9, 3.85348620076117*^9}, { - 3.853486300129076*^9, 3.853486333087069*^9}, {3.853486378475964*^9, - 3.853486379146016*^9}, {3.853486766535294*^9, 3.8534869963657637`*^9}, { - 3.853487032617532*^9, 3.853487090375535*^9}, {3.853487158851541*^9, - 3.8534871775111923`*^9}, {3.853487427097447*^9, 3.8534874309505863`*^9}, { - 3.85348749290409*^9, 3.853487547334716*^9}, {3.853487649012432*^9, - 3.8534876493266153`*^9}, {3.8534876847118692`*^9, - 3.8534877004736967`*^9}, {3.853487746294194*^9, 3.8534877974015007`*^9}, - 3.853488641845475*^9, {3.8536667531109324`*^9, 3.853666835974942*^9}, { - 3.853666952310398*^9, 3.853666954613757*^9}, {3.853666997961505*^9, - 3.8536670167689466`*^9}, {3.8536670838859673`*^9, - 3.8536671118432837`*^9}, {3.853667415937469*^9, 3.8536675217278337`*^9}, - 3.853667891737692*^9, {3.8536679490098877`*^9, 3.853668013239881*^9}, { - 3.853739518800666*^9, 3.8537395521815567`*^9}, {3.8537395908243504`*^9, - 3.853739590936036*^9}, {3.86155273662206*^9, 3.861552737680798*^9}, { - 3.861556575350832*^9, 3.861556576910623*^9}, {3.861556941196972*^9, - 3.8615569421498003`*^9}, {3.861601554393483*^9, 3.861601554560203*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"cfeca95f-c85c-4be2-852c-48f1c8dfc787"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"RenderReciprocalSpaceSimulation", "[", "\[IndentingNewLine]", - RowBox[{"Data_", ",", "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{"ReciprocalSpaceSimulation", ",", "Graphics"}], "}"}], - "]"}]}]}], "\[IndentingNewLine]", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "=", "Data"}], ",", "\[IndentingNewLine]", "MakeRadius", - ",", "r", ",", - RowBox[{"\[Zeta]", "=", - RowBox[{"OptionValue", "[", "\"\<IntensityScaling\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "MakeDisk", ",", "\[Chi]"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Switch", "[", - RowBox[{ - RowBox[{"Head", "@", "Data"}], ",", "\[IndentingNewLine]", - "Association", ",", "\[IndentingNewLine]", "\t", - RowBox[{"data", "=", "Data"}], ",", "\[IndentingNewLine]", "List", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"data", "=", - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"Flatten", "[", - RowBox[{"#", ",", "1"}], "]"}], "&"}], ",", - RowBox[{"Merge", "[", - RowBox[{"Data", ",", "Identity"}], "]"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "_", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReciprocalSpaceSimulation", "::", "invalid"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeRadius", "[", "sf_", "]"}], ":=", - RowBox[{"(", - RowBox[{ - RowBox[{"r", "=", - RowBox[{"\[Zeta]", "*", - RowBox[{"Log2", "[", - RowBox[{"sf", "^", "2"}], "]"}]}]}], ";", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"r", "<", "0"}], ",", - RowBox[{"r", "=", "0.005"}]}], "]"}], ";", "r"}], ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"\[Chi]", "=", - RowBox[{"Max", "@", - RowBox[{"Lookup", "[", - RowBox[{"data", ",", "\"\<StructureFactor\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MakeDisk", "[", - RowBox[{"X_", ",", "H_", ",", "sf_"}], "]"}], ":=", - RowBox[{"Tooltip", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ColorData", "[", - RowBox[{"OptionValue", "@", "ColorOutput"}], "]"}], "[", - RowBox[{"sf", "/", "\[Chi]"}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Disk", "[", - RowBox[{"X", ",", - RowBox[{"MakeRadius", "@", "sf"}]}], "]"}]}], - "\[IndentingNewLine]", "}"}], ",", - RowBox[{"MillerNotationToString", "@", "H"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Graphics", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"MakeDisk", "@@@", - RowBox[{"Transpose", "@", - RowBox[{"Values", "@", "data"}]}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"{", "options", "}"}], ",", - RowBox[{"Options", "@", "Graphics"}]}], "]"}]}], "]"}]}]}], "\t", - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->CompressedData[" -1:eJxTTMoPSmViYGAQAWIQXXZk2m23bW8cMy0v3gPRJzZrPwbRu3wCwLTfbHMT -dyA9pSTAFER/TZP/6QGkI9Zd+gei61xu2XsCaTk2XS8QHbD6cSCIXnU6LBRE -z7t0PApEt0VrRIPoM7XCpSB6Dc8UMF3VuH8hiL7qZ7ASRMdImx0E0QbXHcF0 -zzfP0yD6wJ98MD3j66w7INrI5+Q9EL2Ah+01iH4RsfwriM4yEfoFout+TfwN -omO5nrF5Aeka80fsIHrB0kwpEM3qXwSmGZLXeoDoR0p7gkH0lee9sSA642dj -AYgOKrQsB9FF5R9rQXSancKOECCtYamyC0QDAIg/qQs= - "], - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[550]:=",ExpressionUUID->"fc371cde-b942-4d83-833d-42b5072f61b9"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[551]:=",ExpressionUUID->"0b0ade84-c354-4ce5-b1f0-60e6a4779739"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ReflectionList", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105581487666*^9, 3.668188141932252*^9, 3.682827194448793*^9, - 3.684214417115694*^9},ExpressionUUID->"13242ba5-1a79-49a8-b24b-\ -8cab65e81c72"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[354]:=",ExpressionUUID->"44471b1e-5417-43c8-8c7f-bc23ed85ec52"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "form"}], "=", - "\"\<Some reflections are not on a {\!\(\*StyleBox[\"h\", \"TI\"]\), \ -\!\(\*StyleBox[\"k\", \"TI\"]\), \!\(\*StyleBox[\"l\", \"TI\"]\)} \ -form.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "integer"}], "=", - "\"\<Some reflection indices are not integers.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "empty"}], "=", - "\"\<No reflections match the conditions.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "keep"}], "=", - "\"\<Invalid setting for the \[LeftGuillemet]Keep\[RightGuillemet] option.\ -\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "index"}], "=", - "\"\<Invalid index setting.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ReflectionList", "::", "limit"}], "=", - "\"\<Limit must be a natural number.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "ReflectionList"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<AngleThreshold\>\"", "\[Rule]", - RowBox[{"90.", "*", "Degree"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "All"}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<Limit\>\"", "\[Rule]", "30"}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<ShowProgress\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<HoldIndex\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"'", - RowBox[{"ToStandardSetting", "'"}], " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ReflectionList"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.730356152266515*^9, {3.742022139935775*^9, 3.742022156094028*^9}, { - 3.747570305997864*^9, 3.74757032094812*^9}, {3.7475703848465242`*^9, - 3.747570395306778*^9}, {3.756716956796039*^9, 3.7567169620983343`*^9}, { - 3.756717130861485*^9, 3.756717131292181*^9}, {3.787040600017569*^9, - 3.787040601759708*^9}, {3.861335882024653*^9, 3.861335882551106*^9}}, - CellLabel->"In[44]:=",ExpressionUUID->"40421950-ef3e-4e76-92ac-31bd383ab2e8"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[363]:=",ExpressionUUID->"fb51d99d-a9bb-4c0f-82ba-92cec771dd93"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ReflectionList", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"n_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"IntegerQ", "[", "#", "]"}], "&&", - RowBox[{"Positive", "[", "#", "]"}]}], "&"}], ")"}]}], ",", - "\[IndentingNewLine]", "condition___Condition", ",", - "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "opt", ",", "i", ",", "v", ",", "h", ",", "k", ",", "l", ",", "hkl"}], - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Hold", " ", "an", " ", "index", " ", "at", " ", "same", " ", - "value"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"opt", "=", - RowBox[{"OptionValue", "[", "\"\<HoldIndex\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "[", - RowBox[{ - RowBox[{"Head", "@", "opt"}], "\[Equal]", "Rule"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "v"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"Part", "[", - RowBox[{"opt", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"i", "=", - RowBox[{"StringTake", "[", - RowBox[{"i", ",", - RowBox[{"-", "1"}]}], "]"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{"i", "=", "\"\<None\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", "\[NotEqual]", "\"\<None\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<h\>\"", ",", "\"\<k\>\"", ",", "\"\<l\>\""}], - "}"}], ",", "i"}], "]"}]}], "||", - RowBox[{"!", - RowBox[{"IntegerQ", "[", "v", "]"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReflectionList", "::", "index"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"i", "\[Equal]", "\"\<h\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"v", ",", "k", ",", "l"}], "}"}], ",", - RowBox[{"{", - RowBox[{"k", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}], ",", - RowBox[{"{", - RowBox[{"l", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}]}], "]"}], ",", "1"}], - "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"i", "\[Equal]", "\"\<k\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"h", ",", "v", ",", "l"}], "}"}], ",", - RowBox[{"{", - RowBox[{"h", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}], ",", - RowBox[{"{", - RowBox[{"l", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}]}], "]"}], ",", "1"}], - "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"i", "\[Equal]", "\"\<l\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"h", ",", "k", ",", "v"}], "}"}], ",", - RowBox[{"{", - RowBox[{"h", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}], ",", - RowBox[{"{", - RowBox[{"k", ",", - RowBox[{"-", "n"}], ",", "n"}], "}"}]}], "]"}], ",", "1"}], - "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "True", - ",", "\[IndentingNewLine]", - RowBox[{"Tuples", "[", - RowBox[{ - RowBox[{"Range", "[", - RowBox[{ - RowBox[{"-", "n"}], ",", "n"}], "]"}], ",", "3"}], "]"}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Remove", " ", - RowBox[{"the", " ", "'"}], - RowBox[{"000", "'"}], " ", "reflection"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"hkl", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Sorting", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"SortBy", "[", - RowBox[{"hkl", ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"Total", "@", - RowBox[{"Abs", "[", "#", "]"}]}], "&"}], ",", "Negative"}], - "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - - RowBox[{"(*", " ", - RowBox[{ - "Checking", " ", "if", " ", "extra", " ", "conditions", " ", "are", " ", - "present"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"{", "condition", "}"}], "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Filtering", " ", "reflections"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"Cases", "[", - RowBox[{"hkl", ",", "condition"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Return", "@", "hkl"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.6681063146377697`*^9, {3.6681794881585197`*^9, - 3.6681794908373833`*^9}, 3.668179945997423*^9, {3.66818814657975*^9, - 3.668188157307557*^9}, {3.6846634286032257`*^9, 3.684663437628909*^9}, { - 3.684666849371333*^9, 3.684666850027832*^9}, {3.684666967261876*^9, - 3.6846670086191874`*^9}, {3.6846670396091223`*^9, - 3.6846671042527514`*^9}, {3.684667154917301*^9, 3.684667166534492*^9}, { - 3.685418587482739*^9, 3.685418600803513*^9}, {3.6854196568824778`*^9, - 3.685419762523224*^9}, {3.6854198033527*^9, 3.685420025866006*^9}, { - 3.6854209220003233`*^9, 3.685420970517354*^9}, {3.685421010676374*^9, - 3.685421055071308*^9}, {3.6854211041566896`*^9, 3.685421105555825*^9}, { - 3.685768693396085*^9, 3.685768694755793*^9}, {3.7161940339382677`*^9, - 3.716194068263068*^9}, 3.7161942428531113`*^9, 3.7161943378126307`*^9, { - 3.716194403563705*^9, 3.716194405470615*^9}, {3.716197549021216*^9, - 3.7161976731716957`*^9}, {3.716197717712677*^9, 3.71619772022684*^9}, { - 3.7161977595993767`*^9, 3.716197788631216*^9}, {3.716197844708214*^9, - 3.716197847086852*^9}, {3.7161978772508383`*^9, 3.716197881594894*^9}, { - 3.71619791290978*^9, 3.716197954650558*^9}, {3.716197998443026*^9, - 3.7161980383758698`*^9}, {3.716198109371828*^9, 3.71619815097666*^9}, { - 3.716198220389483*^9, 3.7161982363282843`*^9}, {3.716198272914839*^9, - 3.7161982897401857`*^9}, {3.716206052767763*^9, 3.7162060916556883`*^9}, { - 3.7162061573118143`*^9, 3.7162061889322157`*^9}, 3.7185177553887987`*^9, { - 3.718517839124168*^9, 3.7185178837692966`*^9}, {3.71851862637221*^9, - 3.718518632587442*^9}, {3.71851874344134*^9, 3.718518795246827*^9}, { - 3.718518867183139*^9, 3.718518869398591*^9}, 3.718518962141176*^9, { - 3.718518998347128*^9, 3.7185190920731363`*^9}, {3.718519440795792*^9, - 3.718519442793964*^9}, {3.7185196193513517`*^9, 3.718519699717318*^9}, { - 3.7595195662034073`*^9, 3.759519566505848*^9}, 3.762793093918374*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[364]:=",ExpressionUUID->"3cea94cf-ba76-453d-9605-c01c943c3a14"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ReflectionList", "[", "\[IndentingNewLine]", - RowBox[{"crystal_String", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - "condition___Condition", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\[Lambda]", ",", "limit", ",", "H", ",", "\[Theta]", ",", - "checkIfEmpty", ",", "custom", ",", "n", ",", "list", ",", - "\[IndentingNewLine]", "G", ",", "Ginv", ",", "CrystalDot", ",", "res", - ",", "\[IndentingNewLine]", "keep", ",", "options", ",", - "angleThreshold", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Progress", " ", "*)"}], "\[IndentingNewLine]", - "progress", ",", "total"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dynamical", " ", "progress"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"0", ",", "\"\<Initialisation\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"total", "=", "11"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<ShowProgress\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"PrintTemporary", "[", - RowBox[{"Row", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ProgressIndicator", "@", - RowBox[{"Dynamic", "[", - RowBox[{ - RowBox[{ - "progress", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], "/", "total"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Spacer", "[", "10", "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Dynamic", "@", - RowBox[{ - "progress", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}]}]}], "\[IndentingNewLine]", "}"}], - "]"}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"0", ",", "\"\<Checking input\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ProcessWavelength\>\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"limit", "=", - RowBox[{"OptionValue", "[", "\"\<Limit\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"(", - RowBox[{ - RowBox[{"Positive", "[", "limit", "]"}], "&&", - RowBox[{"IntegerQ", "[", "limit", "]"}]}], ")"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReflectionList", "::", "limit"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Useful", " ", "variables"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"2", ",", "\"\<Defining variables\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"G", "=", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Ginv", "=", - RowBox[{"Inverse", "@", "G"}]}], ";", "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"N", "@", - RowBox[{"Chop", "@", "Ginv"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[Theta]", "[", "hkl_", "]"}], ":=", - RowBox[{"N", "[", - RowBox[{"ArcSin", "[", - RowBox[{"\[Lambda]", "*", - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"hkl", ".", "H", ".", "hkl"}], "]"}], "/", "2"}]}], "]"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Empty", " ", "list", " ", "check"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"checkIfEmpty", ":=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"list", "\[Equal]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ReflectionList", "::", "empty"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<ReturnEmpty\>\"", "]"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Option", ":", " ", - RowBox[{"Use", " ", "custom", " ", "reflections"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"3", ",", "\"\<Custom input\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"ListQ", "@", - RowBox[{"OptionValue", "[", "\"\<CustomReflections\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"custom", "=", - RowBox[{"OptionValue", "[", "\"\<CustomReflections\>\"", "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "custom", " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Flatten", "@", "custom"}], "\[Equal]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"InputCheck", "::", "hkl"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Return", "[", - RowBox[{"{", "}"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{ - "custom", ",", "\"\<Integer\>\"", ",", "\"\<WrapSingle\>\""}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\t", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"list", "=", "custom"}], ";", "\[IndentingNewLine]", - RowBox[{"Goto", "[", "\"\<ListDone\>\"", "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - "*", " ", "Generating", " ", "a", " ", "reflection", " ", "list"}], " ", - "**)"}], "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"4", ",", "\"\<Generating a reflection list\>\""}], "}"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Dot", " ", "product", " ", "in", " ", "reciprocal", " ", "space"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"CrystalDot", "[", - RowBox[{"u_", ",", "v_"}], "]"}], ":=", - RowBox[{"Return", "[", "\[IndentingNewLine]", - RowBox[{"Sum", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Sum", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Ginv", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "j"}], "\[RightDoubleBracket]"}], "*", - RowBox[{ - "u", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "*", - - RowBox[{ - "v", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"j", ",", "3"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "3"}], "}"}]}], "]"}], "\[IndentingNewLine]", - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Coarse", " ", "decision", " ", "on", " ", - RowBox[{"which", " ", "'"}], - RowBox[{"hkl", "'"}], " ", "values", " ", "to", " ", "generate"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"5", ",", "\"\<Deciding which 'hkl' values to generate\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"options", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], "&"}], "/@", - RowBox[{"Keys", "@", - RowBox[{"Options", "@", "ReflectionList"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"n", "=", "1"}], ";", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{ - RowBox[{"Im", "@", - RowBox[{"\[Theta]", "[", - RowBox[{"{", - RowBox[{"n", ",", "n", ",", "n"}], "}"}], "]"}]}], "\[Equal]", - "0"}], ",", - RowBox[{"n", "++"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"n", "=", - RowBox[{"Min", "[", - RowBox[{"n", ",", "limit"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"ReflectionList", "[", - RowBox[{"n", ",", "condition", ",", "options"}], "]"}]}], ";", - "\[IndentingNewLine]", "checkIfEmpty", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Filter", " ", "away", " ", "reflections", " ", "with", " ", "complex", - " ", "Bragg", " ", "angle"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"6", ",", "\"\<Checking Bragg angles\>\""}], "}"}]}], " ", ";", - "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"Select", "[", - RowBox[{"list", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Norm", "[", "#", "]"}], "\[LessEqual]", "1"}], "&&", - RowBox[{ - RowBox[{"Head", "[", "#", "]"}], "=!=", "Complex"}]}], "&"}], - "[", - RowBox[{"\[Theta]", "[", "#", "]"}], "]"}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Truncate", " ", "at", " ", "chosen", " ", "angle", " ", - "threshold"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"angleThreshold", "=", - RowBox[{"OptionValue", "[", "\"\<AngleThreshold\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"0", "\[LessEqual]", "angleThreshold", "<", - RowBox[{"\[Pi]", "/", "2"}]}], ",", "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"Select", "[", - RowBox[{"list", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"\[Theta]", "[", "#", "]"}], "\[LessEqual]", - "angleThreshold"}], ")"}], "&"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Resolution", " ", "filtering"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"7", ",", "\"\<Resolution filtering\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"res", "=", - RowBox[{"\[Lambda]", "/", "2"}]}], ";", "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"Select", "[", - RowBox[{"list", ",", - RowBox[{ - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"CrystalDot", "[", - RowBox[{"#", ",", "#"}], "]"}], "]"}], "<", - RowBox[{"1", "/", - RowBox[{"(", - RowBox[{"1.01", "*", "res"}], ")"}]}]}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "checkIfEmpty", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Filter", " ", "away", " ", "absent", " ", "reflections"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<ListDone\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"8", ",", "\"\<Filtering away absent reflections\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"Pick", "[", "\[IndentingNewLine]", - RowBox[{"list", ",", "\[IndentingNewLine]", - RowBox[{"SystematicAbsentQ", "[", - RowBox[{"crystal", ",", "list"}], "]"}], ",", "\[IndentingNewLine]", - "False"}], "]"}]}], ";", "\[IndentingNewLine]", "checkIfEmpty", ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - RowBox[{"Merge", " ", "symmetry"}], "-", - RowBox[{"equivalent", " ", "reflections"}]}]}]}], " ", "**)"}], - "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"9", ",", "\"\<Merging symmetry equivalent reflections\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<SplitEquivalent\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Split", " ", "*)"}], "Null", ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Merge", " ", "*)"}], - RowBox[{"list", "=", - RowBox[{ - "MergeSymmetryEquivalentReflections", "[", "\[IndentingNewLine]", - "\t", - RowBox[{"crystal", ",", "list", ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<ToStandardSetting\>\"", "]"}]}]}], - "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Limit", " ", "number", " ", "of", " ", "reflections"}]}]}], - " ", "**)"}], "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"10", ",", "\"\<Limiting the number of reflections\>\""}], - "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"keep", "=", - RowBox[{"OptionValue", "[", "\"\<Keep\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"keep", "\[Equal]", "All"}], ",", - RowBox[{"keep", "=", - RowBox[{"Length", "@", "list"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"(", - RowBox[{ - RowBox[{"IntegerQ", "[", "keep", "]"}], "&&", - RowBox[{"Positive", "[", "keep", "]"}]}], ")"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Message", "[", - RowBox[{"ReflectionList", "::", "keep"}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"progress", "=", - RowBox[{"{", - RowBox[{"11", ",", "\"\<Reflection list done\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"Take", "[", - RowBox[{"list", ",", - RowBox[{"Min", "[", - RowBox[{"keep", ",", - RowBox[{"Length", "@", "list"}]}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "End", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Return", "@", "list"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<ReturnEmpty\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Return", "[", - RowBox[{"{", "}"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input",\ - - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106184497395*^9, {3.668179282556993*^9, - 3.668179291738758*^9}, 3.668180181616701*^9, 3.668188149406043*^9, { - 3.6681881979543457`*^9, 3.6681882467050457`*^9}, {3.668188593440853*^9, - 3.668188694254387*^9}, 3.6681888088447247`*^9, {3.668188844363966*^9, - 3.668188871474244*^9}, {3.6681889047538137`*^9, 3.668188922729329*^9}, - 3.668189128709815*^9, {3.668189166268243*^9, 3.668189431749264*^9}, { - 3.668189645376062*^9, 3.668189649240117*^9}, {3.668189804616765*^9, - 3.668189807470254*^9}, {3.668189838436864*^9, 3.668189884772358*^9}, { - 3.668189929178705*^9, 3.668190023760564*^9}, {3.6681907997252617`*^9, - 3.668190858100079*^9}, {3.668191260899456*^9, 3.668191322370517*^9}, { - 3.668194280870161*^9, 3.66819428782981*^9}, {3.668196653374757*^9, - 3.668196677347934*^9}, {3.679758065507057*^9, 3.6797580749954453`*^9}, { - 3.6797581581250477`*^9, 3.679758229415306*^9}, {3.6797582839727993`*^9, - 3.679758384682056*^9}, {3.67975842843478*^9, 3.679758450522142*^9}, { - 3.67975848234529*^9, 3.679758538264204*^9}, {3.6797588299927883`*^9, - 3.679758838151547*^9}, {3.679759573704154*^9, 3.6797595780157013`*^9}, { - 3.6816688605634604`*^9, 3.68166886238643*^9}, 3.682761693212624*^9, { - 3.682761776882873*^9, 3.682761783031293*^9}, {3.682761990469831*^9, - 3.682762067367221*^9}, {3.682762238569338*^9, 3.682762258037012*^9}, { - 3.682762379145604*^9, 3.682762551599121*^9}, {3.6827625926782722`*^9, - 3.6827626402047586`*^9}, {3.682763068942165*^9, 3.6827630940933104`*^9}, { - 3.682763158201823*^9, 3.682763165807467*^9}, {3.682764974181076*^9, - 3.682764993909774*^9}, {3.68276795013719*^9, 3.682767951957551*^9}, { - 3.6827683854796124`*^9, 3.6827684355907583`*^9}, {3.682768727648377*^9, - 3.682768728286333*^9}, {3.682768829821347*^9, 3.6827688433963747`*^9}, - 3.682769104334716*^9, {3.682769175661327*^9, 3.682769266066882*^9}, - 3.6827693004348497`*^9, 3.682769417055482*^9, {3.682769455573188*^9, - 3.682769458940526*^9}, {3.682769607209363*^9, 3.682769627688966*^9}, { - 3.68276970943268*^9, 3.682769728470189*^9}, {3.682769786086359*^9, - 3.6827697999006023`*^9}, {3.682769838204773*^9, 3.682769852251082*^9}, { - 3.682792225868579*^9, 3.68279222687479*^9}, {3.6827924002405043`*^9, - 3.682792402616119*^9}, 3.682792574694977*^9, {3.6828253243024063`*^9, - 3.682825325886156*^9}, {3.6841397853456163`*^9, 3.6841397897886257`*^9}, { - 3.684139855686323*^9, 3.684139909090061*^9}, {3.684140071281108*^9, - 3.684140072800102*^9}, {3.684140111834372*^9, 3.6841401375080357`*^9}, { - 3.684140171617261*^9, 3.684140367431093*^9}, 3.684140413002187*^9, { - 3.684140607591*^9, 3.684140719518632*^9}, 3.684145330433218*^9, { - 3.684145367821651*^9, 3.68414536950362*^9}, {3.6842136403446903`*^9, - 3.684213644869915*^9}, {3.684213781858488*^9, 3.684213842590571*^9}, { - 3.684214341919759*^9, 3.6842143481060534`*^9}, {3.684662946378191*^9, - 3.684663033222123*^9}, {3.684666733281546*^9, 3.6846667335043497`*^9}, { - 3.684666789312871*^9, 3.6846667918438883`*^9}, {3.684667191356744*^9, - 3.684667230047998*^9}, {3.684667576777402*^9, 3.684667648184586*^9}, { - 3.6846692069053698`*^9, 3.684669239222193*^9}, {3.684669303503991*^9, - 3.684669304232194*^9}, {3.684669351718648*^9, 3.68466935801514*^9}, { - 3.6846696540499773`*^9, 3.6846697128700647`*^9}, 3.684669821629673*^9, { - 3.684670188061883*^9, 3.684670339910618*^9}, {3.684741565023261*^9, - 3.684741565191321*^9}, {3.6847416190109797`*^9, 3.6847416192011423`*^9}, { - 3.6847417135516577`*^9, 3.6847417286424093`*^9}, 3.6847440797217293`*^9, { - 3.684745574688994*^9, 3.684745611189694*^9}, {3.684745671918826*^9, - 3.684745674267671*^9}, {3.684755103228157*^9, 3.684755108576395*^9}, { - 3.684755171923361*^9, 3.684755187463394*^9}, {3.684755246825118*^9, - 3.684755283342084*^9}, {3.6847553676610107`*^9, 3.684755431665193*^9}, { - 3.684755486352098*^9, 3.684755527993668*^9}, 3.684755583263332*^9, - 3.6850821865474253`*^9, 3.6850840533478737`*^9, {3.685252116307905*^9, - 3.685252130289748*^9}, {3.6852521639931173`*^9, 3.6852522099243727`*^9}, { - 3.6852522696028643`*^9, 3.685252305885971*^9}, {3.685299079213583*^9, - 3.685299128553773*^9}, {3.685421136843091*^9, 3.6854212005008287`*^9}, { - 3.685421247997067*^9, 3.685421273847663*^9}, {3.685421839983242*^9, - 3.685421881876747*^9}, {3.6854220306738977`*^9, 3.68542211867824*^9}, - 3.6857659255735283`*^9, {3.685769388710121*^9, 3.685769443166129*^9}, { - 3.685769502208377*^9, 3.6857695272180357`*^9}, {3.685770126995985*^9, - 3.685770145533038*^9}, {3.685771239786865*^9, 3.685771240255959*^9}, { - 3.685784051382121*^9, 3.6857841117518797`*^9}, {3.685784265618553*^9, - 3.685784278519128*^9}, {3.685784409071766*^9, 3.685784411110262*^9}, { - 3.685784529872205*^9, 3.6857845940883636`*^9}, {3.685784803091606*^9, - 3.685784842772554*^9}, {3.686657600224687*^9, 3.686657671699209*^9}, { - 3.6866577115441504`*^9, 3.686657714636054*^9}, {3.686657747010147*^9, - 3.686657810681427*^9}, {3.6866579946426067`*^9, 3.6866580360676737`*^9}, { - 3.68665807591435*^9, 3.6866582357264347`*^9}, {3.686658270034141*^9, - 3.6866585330297403`*^9}, {3.686658564917584*^9, 3.686658673625255*^9}, { - 3.686658755022271*^9, 3.686658766266034*^9}, 3.686894057694735*^9, { - 3.6870713455229473`*^9, 3.687071351352529*^9}, {3.6870739076956863`*^9, - 3.687073920398181*^9}, {3.7143868107397623`*^9, 3.714386844409388*^9}, { - 3.714387107839142*^9, 3.714387129978853*^9}, {3.714455900836638*^9, - 3.714455905313134*^9}, {3.714457271188592*^9, 3.714457271361904*^9}, { - 3.714457992952488*^9, 3.7144580362802258`*^9}, {3.714458100647457*^9, - 3.714458104893808*^9}, {3.714458147871139*^9, 3.714458163404636*^9}, { - 3.714458341305675*^9, 3.7144583420726757`*^9}, {3.7147125204212837`*^9, - 3.714712552375537*^9}, {3.7147129949496403`*^9, 3.714713045261551*^9}, { - 3.714816168307774*^9, 3.7148161969150953`*^9}, {3.714816284113997*^9, - 3.7148163393843727`*^9}, {3.714816422375482*^9, 3.714816430294612*^9}, { - 3.716193705872978*^9, 3.7161937589650707`*^9}, {3.716193828675597*^9, - 3.716193905188253*^9}, 3.716194238592029*^9, 3.7161943343865337`*^9, { - 3.7161944090351143`*^9, 3.716194410957553*^9}, {3.7161944865635023`*^9, - 3.716194488361787*^9}, {3.716194668670053*^9, 3.7161947824000607`*^9}, { - 3.716194928105888*^9, 3.716194929217705*^9}, {3.716194999576075*^9, - 3.716195018887147*^9}, {3.71619844966753*^9, 3.716198462293277*^9}, { - 3.7161985275653152`*^9, 3.716198541652034*^9}, {3.717740896524231*^9, - 3.7177409196071587`*^9}, {3.718520024357975*^9, 3.718520050004541*^9}, { - 3.7185204232425213`*^9, 3.7185204317771883`*^9}, {3.7185263265766277`*^9, - 3.718526358969618*^9}, {3.718526413551124*^9, 3.718526457381061*^9}, { - 3.718526548948234*^9, 3.718526582995021*^9}, {3.7185268790454483`*^9, - 3.718526883595771*^9}, {3.718526951469385*^9, 3.7185269516031733`*^9}, - 3.7265615393313313`*^9, 3.727675288396509*^9, 3.727676784192745*^9, - 3.7301063103561983`*^9, 3.730356159302247*^9, {3.7303566959053307`*^9, - 3.73035676505906*^9}, {3.7303568110713243`*^9, 3.730356916108645*^9}, { - 3.730357018258333*^9, 3.7303570472177258`*^9}, {3.730357097713035*^9, - 3.7303571568866863`*^9}, 3.730357226293139*^9, {3.730357395849288*^9, - 3.730357427671856*^9}, {3.7303574676640463`*^9, 3.730357484270207*^9}, - 3.737968468305195*^9, {3.742021962959537*^9, 3.7420220175219803`*^9}, { - 3.742022111944613*^9, 3.7420221299270153`*^9}, {3.7420221739832993`*^9, - 3.742022177446185*^9}, {3.745556959938291*^9, 3.745557003041051*^9}, { - 3.745558561559464*^9, 3.7455585617245617`*^9}, {3.7455586160430117`*^9, - 3.745558687739943*^9}, {3.745558768953641*^9, 3.745558769946577*^9}, { - 3.74757041908945*^9, 3.747570424961466*^9}, {3.747573253678172*^9, - 3.747573254773744*^9}, {3.7475733615763073`*^9, 3.747573367401208*^9}, { - 3.7475734376201572`*^9, 3.7475734697721453`*^9}, {3.7475735670941067`*^9, - 3.7475735891571836`*^9}, {3.747573637757338*^9, 3.7475736438455067`*^9}, { - 3.747573753413155*^9, 3.747573765362599*^9}, {3.747573802571186*^9, - 3.7475738560600224`*^9}, {3.758530153426703*^9, 3.758530167186606*^9}, { - 3.7595195697667627`*^9, 3.75951957001995*^9}, 3.762793093945218*^9, { - 3.786968610201569*^9, 3.7869686121507483`*^9}, {3.787040611428647*^9, - 3.787040619699436*^9}, {3.7870407246897917`*^9, 3.7870407299770803`*^9}, { - 3.861335745557329*^9, 3.8613358589341297`*^9}, {3.861335891638749*^9, - 3.8613359500573683`*^9}, 3.861335981201571*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[70]:=",ExpressionUUID->"b70dd896-73fb-4a2e-b841-486c1a1762fc"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[366]:=",ExpressionUUID->"d00baaf1-49c1-46c9-b93b-c25360fde990"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["RelatedFunctionsGraph", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, {3.682327435776711*^9, - 3.6823274383615713`*^9}, 3.682327610544837*^9, {3.7142997886404963`*^9, - 3.7142997926945553`*^9}},ExpressionUUID->"68f1f9dd-ffe6-42b2-b076-\ -84b6a0659c07"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[22]:=",ExpressionUUID->"97ea9807-8a0b-48a5-99f9-3b882bac8350"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "RelatedFunctionsGraph"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Limit\>\"", "\[Rule]", "10"}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<DirectOnly\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ShowDependent\>\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SetAttributes", "[", - RowBox[{"RelatedFunctionsGraph", ",", "HoldFirst"}], "]"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "RelatedFunctionsGraph"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714300336239785*^9, 3.7143003481828947`*^9}, { - 3.714301392171356*^9, 3.714301396387164*^9}, {3.7143023369906797`*^9, - 3.714302341243659*^9}, {3.730122907680587*^9, 3.730122942623517*^9}, { - 3.7301241679174767`*^9, 3.7301241685476847`*^9}, {3.7567172014584103`*^9, - 3.756717239957053*^9}}, - CellLabel->"In[23]:=",ExpressionUUID->"dd4b26f4-103e-4cda-b79d-1ee5712ce143"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[26]:=",ExpressionUUID->"a7130967-9321-438a-87ca-5b2263fae59b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"RelatedFunctionsGraph", "[", - RowBox[{"function_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"f", ",", - RowBox[{"allf", "=", - RowBox[{"Names", "[", "\"\<StianRamsnes`MaXrd`*\>\"", "]"}]}], ",", - "deffile", ",", "import", ",", "\[IndentingNewLine]", "finddepf", ",", - "data", ",", "d", ",", "main", ",", "g", ",", "done", ",", "new", ",", - "x", ",", "X", ",", "c", ",", "part"}], "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Loading", " ", "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"f", "=", - RowBox[{"ToString", "@", - RowBox[{"HoldForm", "@", "function"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"deffile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Definitions.m\>\""}], - "}"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"import", "=", - RowBox[{"StringJoin", "@", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Import", "[", - RowBox[{"deffile", ",", "\"\<Text\>\""}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Show", " ", "all", " ", "functions", " ", "depedent", " ", - RowBox[{"on", " ", "'"}], - RowBox[{"f", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<ShowDependent\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"data", "=", - RowBox[{"StringCases", "[", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"c", ":", - RowBox[{"(", "allf", ")"}]}], "~~", - RowBox[{"{", - RowBox[{"\"\<[\>\"", ",", "\"\<:=\>\""}], "}"}], "~~", "d__", - "~~", "\"\<End[];\>\""}], "]"}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"c", ",", "d"}], "}"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"x", "=", - RowBox[{"Reap", "@", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"c", "=", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"d", "=", - RowBox[{"Sort", "@", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}], ",", - "allf"}], "]"}]}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"d", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"d", ",", "c"}], "]"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"Sow", "[", - RowBox[{"c", "\[Rule]", "d"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "data"}]}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"x", "=", - RowBox[{"x", "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"part", "=", - RowBox[{"First", "/@", - RowBox[{"Position", "[", - RowBox[{"x", ",", "f"}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"g", "=", - RowBox[{"First", "/@", - RowBox[{ - "x", "\[LeftDoubleBracket]", "part", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"g", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"g", ",", "f"}], "]"}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "none"}], ",", " ", - RowBox[{"return", " ", "empty", " ", "list"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"g", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Return", "[", - RowBox[{"{", "}"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"g", "=", - RowBox[{ - RowBox[{ - RowBox[{"f", "\[Rule]", "#"}], "&"}], "/@", "g"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Goto", "[", "\"\<GraphDataGenerated\>\"", "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Function", " ", "for", " ", "finding", " ", "related", " ", - "functions"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"finddepf", "[", "F_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data", "=", - RowBox[{"StringCases", "[", "\[IndentingNewLine]", - RowBox[{"import", ",", - RowBox[{ - RowBox[{"Shortest", "[", "\[IndentingNewLine]", - RowBox[{ - "\"\<Begin[\\\"`Private`\\\"];\>\"", "~~", "Whitespace", "~~", - "\[IndentingNewLine]", - "\"\<(* ::Input::Initialization:: *)\\n\>\"", "~~", - "\[IndentingNewLine]", "F", "~~", - RowBox[{"{", - RowBox[{"\"\<[\>\"", ",", "\"\<:=\>\""}], "}"}], "~~", "d__", - "~~", "\"\<End[];\>\""}], "]"}], "\[IndentingNewLine]", - "\[RuleDelayed]", "d"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "anything", " ", "is", " ", "found"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"data", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Return", "[", - RowBox[{"{", "}"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"Flatten", "@", - RowBox[{"Sort", "@", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{"First", "@", "data"}], ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<\\\"\>\"", "~~", "allf", "~~", "\"\<\\\"\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"allf", "~~", "\"\<::\>\""}], ",", - "\[IndentingNewLine]", "allf"}], "}"}]}], "]"}]}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"d", ",", "F"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"d", ",", - RowBox[{"x_", "/;", - RowBox[{"StringContainsQ", "[", - RowBox[{"x", ",", - RowBox[{"{", - RowBox[{"\"\<\\\"\>\"", ",", "\"\<::\>\""}], "}"}]}], - "]"}]}]}], "]"}]}]}], "\[IndentingNewLine]", ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Seed", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"main", "=", - RowBox[{"finddepf", "@", "f"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"main", "\[Equal]", - RowBox[{"{", "}"}]}], ",", - RowBox[{"Return", "[", - RowBox[{"{", "}"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "Loop", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"g", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"done", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"new", "=", - RowBox[{"{", "f", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{"new", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"x", "=", - RowBox[{"First", "@", "new"}]}], ";", "\[IndentingNewLine]", - RowBox[{"X", "=", - RowBox[{"finddepf", "@", "x"}]}], ";", "\[IndentingNewLine]", - RowBox[{"g", "=", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"Join", "[", - RowBox[{"g", ",", - RowBox[{ - RowBox[{ - RowBox[{"#", "\[Rule]", "x"}], "&"}], "/@", "X"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"done", ",", "x"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"new", "=", - RowBox[{"Join", "[", - RowBox[{"new", ",", "X"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"new", "=", - RowBox[{"Complement", "[", - RowBox[{"new", ",", "done"}], "]"}]}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<GraphDataGenerated\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"g", "=", - RowBox[{"DeleteDuplicatesBy", "[", - RowBox[{"g", ",", "Sort"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Only", " ", "directly", " ", "connected"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<DirectOnly\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"g", "=", - RowBox[{"DeleteCases", "[", - RowBox[{"g", ",", - RowBox[{ - RowBox[{"(", - RowBox[{"a_", "\[Rule]", "b_"}], ")"}], "/;", - RowBox[{"(", - RowBox[{ - RowBox[{"a", "\[NotEqual]", "f"}], "&&", - RowBox[{"b", "\[NotEqual]", "f"}]}], ")"}]}]}], "]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Limiting", " ", "graph"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"g", "=", - RowBox[{"Take", "[", - RowBox[{"g", ",", - RowBox[{"UpTo", "@", - RowBox[{"OptionValue", "[", "\"\<Limit\>\"", "]"}]}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Plot", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "Older"}], " ", "than", " ", "version", " ", - "12"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"$VersionNumber", "<", "12."}], ",", "\[IndentingNewLine]", - RowBox[{"GraphPlot", "[", - RowBox[{"g", ",", "\[IndentingNewLine]", - RowBox[{"DirectedEdges", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", - "\[IndentingNewLine]", - RowBox[{"MultiedgeStyle", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"DirectedEdges", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"SelfLoopStyle", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"VertexLabeling", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"VertexRenderingFunction", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"White", ",", - RowBox[{"EdgeForm", "[", "]"}], ",", - RowBox[{"Rectangle", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"#", "-", - RowBox[{"{", - RowBox[{ - RowBox[{"0.02", "*", - RowBox[{"StringLength", "@", "#2"}]}], ",", "0.05"}], - "}"}]}], ",", - RowBox[{"#", "+", - RowBox[{"{", - RowBox[{ - RowBox[{"0.02", "*", - RowBox[{"StringLength", "@", "#2"}]}], ",", "0.05"}], - "}"}]}]}], "]"}], ",", "Black", ",", "\[IndentingNewLine]", - RowBox[{"Text", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Style", "[", - RowBox[{ - RowBox[{"Hyperlink", "[", - RowBox[{"#2", ",", " ", - RowBox[{"\"\<paclet:MaXrd/ref/\>\"", "<>", "#2"}]}], - "]"}], ",", "\[IndentingNewLine]", "11", ",", - "\"\<Program\>\""}], "]"}], ",", "\[IndentingNewLine]", - "#1"}], "]"}]}], "\[IndentingNewLine]", "}"}], "&"}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Method", "\[Rule]", "\"\<RadialDrawing\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Version"}], " ", "12", " ", "and", " ", - "above"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"GraphPlot", "[", - RowBox[{"g", ",", "\[IndentingNewLine]", - RowBox[{"DirectedEdges", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"VertexLabels", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", - "\[IndentingNewLine]", - RowBox[{"MultiedgeStyle", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"DirectedEdges", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"EdgeShapeFunction", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"Arrowheads", "[", - RowBox[{"{", - RowBox[{"{", - RowBox[{"Automatic", ",", "0.5"}], "}"}], "}"}], "]"}], ",", - RowBox[{"Arrow", "[", "#1", "]"}]}], "}"}], "&"}], ")"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"SelfLoopStyle", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"VertexShapeFunction", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"White", ",", - RowBox[{"EdgeForm", "[", "]"}], ",", - RowBox[{"Rectangle", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"#", "-", - RowBox[{"{", - RowBox[{ - RowBox[{"0.02", "*", - RowBox[{"StringLength", "@", "#2"}]}], ",", "0.05"}], - "}"}]}], ",", - RowBox[{"#", "+", - RowBox[{"{", - RowBox[{ - RowBox[{"0.02", "*", - RowBox[{"StringLength", "@", "#2"}]}], ",", "0.05"}], - "}"}]}]}], "]"}], ",", "Black", ",", "\[IndentingNewLine]", - RowBox[{"Text", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Style", "[", - RowBox[{ - RowBox[{"Hyperlink", "[", - RowBox[{"#2", ",", " ", - RowBox[{"\"\<paclet:MaXrd/ref/\>\"", "<>", "#2"}]}], - "]"}], ",", "\[IndentingNewLine]", "11", ",", - "\"\<Program\>\""}], "]"}], ",", "\[IndentingNewLine]", - "#1"}], "]"}]}], "\[IndentingNewLine]", "}"}], "&"}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Method", "\[Rule]", "\"\<RadialDrawing\>\""}]}], "]"}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.6823275058706827`*^9, {3.685292929314414*^9, 3.685292949551355*^9}, { - 3.685292980630427*^9, 3.685293093109366*^9}, {3.6852935686996202`*^9, - 3.685293592607072*^9}, {3.685294304496677*^9, 3.685294312832938*^9}, { - 3.685294359159436*^9, 3.685294392591338*^9}, 3.685294452156907*^9, { - 3.7125585005216303`*^9, 3.712558599149044*^9}, {3.712558653688374*^9, - 3.712558706404811*^9}, 3.712558740953339*^9, {3.7125590860901546`*^9, - 3.712559142612122*^9}, {3.7125592016674137`*^9, 3.7125592063906593`*^9}, { - 3.712559401604739*^9, 3.71255953948845*^9}, {3.714299857191777*^9, - 3.7142999807555943`*^9}, {3.714300353839711*^9, 3.714300370025322*^9}, { - 3.7143006580073347`*^9, 3.71430073426262*^9}, {3.714300764771763*^9, - 3.714300765044641*^9}, {3.7143009931156893`*^9, 3.714300999489381*^9}, { - 3.714301113534289*^9, 3.714301113829965*^9}, {3.7143020774421186`*^9, - 3.7143021118228292`*^9}, {3.71430227439701*^9, 3.714302294510023*^9}, { - 3.714302347836523*^9, 3.7143023831981583`*^9}, 3.714302664964923*^9, { - 3.714302722174418*^9, 3.714302735315815*^9}, {3.714302979671762*^9, - 3.714303016956828*^9}, {3.7143030469840384`*^9, 3.714303104119825*^9}, { - 3.714303151126802*^9, 3.7143031732439528`*^9}, {3.714310925701439*^9, - 3.714310932964589*^9}, {3.7143142015143538`*^9, 3.7143142638299913`*^9}, { - 3.714314627190888*^9, 3.714314627357841*^9}, {3.717950017228942*^9, - 3.717950160656786*^9}, {3.730095724552846*^9, 3.730095727188938*^9}, { - 3.730095768792885*^9, 3.7300957955994368`*^9}, {3.730095872367436*^9, - 3.7300959720295467`*^9}, {3.730096018757462*^9, 3.730096023821756*^9}, { - 3.730096101254458*^9, 3.730096112884797*^9}, {3.7300967599675837`*^9, - 3.730096761279415*^9}, {3.730104202662957*^9, 3.730104206917555*^9}, { - 3.730379169007759*^9, 3.73037924742875*^9}, {3.730379446001863*^9, - 3.730379450823716*^9}, {3.7303794992640257`*^9, 3.7303795127738*^9}, { - 3.742028275962288*^9, 3.742028294205703*^9}, {3.742028329004146*^9, - 3.7420283507206287`*^9}, 3.74383537227837*^9, 3.743865333765183*^9, - 3.743865412706151*^9, {3.7585301688581333`*^9, 3.758530188625404*^9}, { - 3.759519602241129*^9, 3.759519602530651*^9}, {3.7595203688037148`*^9, - 3.759520376673492*^9}, 3.7627930939740047`*^9, {3.7649589363130217`*^9, - 3.76495912586209*^9}, {3.7649593010903053`*^9, 3.7649593245996313`*^9}, { - 3.7649593872074966`*^9, 3.7649594233680563`*^9}, {3.764959564540421*^9, - 3.7649596370674343`*^9}, 3.7962796474404917`*^9, 3.861545689245235*^9, { - 3.861546695530027*^9, 3.861546738819564*^9}, 3.891172334571272*^9}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"cf878644-2974-4d5e-8ab7-7e1eab710133"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel->"In[28]:=",ExpressionUUID->"a847636d-0665-45c2-94bd-b08a60c399ca"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ResetCrystalData", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.7609498283827267`*^9, 3.76094983161379*^9}, { - 3.770459739768036*^9, 3.770459744809925*^9}, {3.780063537050106*^9, - 3.780063541952429*^9}, {3.7870319331298237`*^9, - 3.7870319370494747`*^9}},ExpressionUUID->"852fcbad-2f52-4e7d-8950-\ -c68d543c7794"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[374]:=",ExpressionUUID->"8788a153-6adf-46c8-a995-29dfb6d2acd0"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ResetCrystalData", "::", "DemoDataNotFound"}], "=", - "\"\<Demo data not found.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ResetCrystalData"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", "}"}]}], "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.76094984995916*^9, 3.760949866421854*^9}, { - 3.762482676390929*^9, 3.762482706347602*^9}, {3.762487787402885*^9, - 3.762487787935628*^9}, {3.7704597473877983`*^9, 3.77045978202227*^9}, { - 3.770459933601384*^9, 3.770459936167313*^9}, {3.7704666896136217`*^9, - 3.770466697612974*^9}, {3.7706146521036377`*^9, 3.770614679663534*^9}, { - 3.770616146185195*^9, 3.7706161787997923`*^9}, 3.7706163538198566`*^9, { - 3.770625540633625*^9, 3.770625595637392*^9}, {3.7709815083625593`*^9, - 3.7709815150338287`*^9}, 3.770981562273196*^9, {3.770981597932929*^9, - 3.770981604782627*^9}, {3.7709821387767553`*^9, 3.7709821576086407`*^9}, { - 3.770982202460527*^9, 3.770982202767514*^9}, {3.77098268625275*^9, - 3.770982724146615*^9}, {3.770982893187273*^9, 3.770982895507979*^9}, { - 3.770982949179625*^9, 3.770982949860483*^9}, {3.7711389640232897`*^9, - 3.771138996795042*^9}, {3.771139678009183*^9, 3.771139681253922*^9}, { - 3.771139711505148*^9, 3.771139718197137*^9}, {3.771140266242723*^9, - 3.7711402801712523`*^9}, {3.771234573160223*^9, 3.771234576247919*^9}, { - 3.7790453782528954`*^9, 3.779045425619176*^9}, {3.7790763711444902`*^9, - 3.779076372527687*^9}, {3.779080400658866*^9, 3.779080417177166*^9}, { - 3.779093001463686*^9, 3.779093012877165*^9}, {3.779132451747096*^9, - 3.779132451903741*^9}, {3.78167905421262*^9, 3.7816790591864758`*^9}, { - 3.781858765887219*^9, 3.781858768500503*^9}, {3.781858893507841*^9, - 3.7818589180501623`*^9}, 3.781858968592648*^9, {3.781859020439496*^9, - 3.781859042239254*^9}, 3.7818594429947987`*^9, {3.781864037272621*^9, - 3.781864044712007*^9}, {3.781969992136195*^9, 3.781969995797161*^9}, { - 3.78202897837047*^9, 3.782028979881863*^9}, {3.782040949317198*^9, - 3.782040958595056*^9}, 3.782047378521851*^9, {3.782047741561439*^9, - 3.7820477894554*^9}, {3.782050918112599*^9, 3.782050918255136*^9}, { - 3.782051029102474*^9, 3.7820510312687397`*^9}, {3.7870319541791973`*^9, - 3.7870319591295424`*^9}, {3.7870330708848333`*^9, 3.787033124745767*^9}}, - CellLabel-> - "In[375]:=",ExpressionUUID->"b13ba222-1c39-48bc-8988-1d3336c1f26c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[377]:=",ExpressionUUID->"0bd3cdd9-8f8f-4bce-94da-34e3342614d2"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ResetCrystalData", "[", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"demoFile", ",", "newDataFile"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"demoFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\"\<CrystalDataDemo.m\>\""}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "demoFile"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ResetCrystalData", "::", "DemoDataNotFound"}], "]"}], ";", - RowBox[{"Return", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"newDataFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$MaXrdPath", ",", "\"\<Kernel\>\"", ",", "\"\<Data\>\"", ",", - "\"\<UserData\>\"", ",", "\"\<CrystalData.m\>\""}], "}"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"CopyFile", "[", - RowBox[{"demoFile", ",", "newDataFile", ",", - RowBox[{"OverwriteTarget", "\[Rule]", "True"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"$CrystalData", "=", - RowBox[{"Import", "@", "newDataFile"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Keys", "@", "$CrystalData"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.7609498833793907`*^9, 3.76094989465484*^9}, { - 3.760985435505022*^9, 3.760985472615333*^9}, {3.761044721985759*^9, - 3.7610447510077763`*^9}, {3.76104481522427*^9, 3.761044820157362*^9}, { - 3.76104492312523*^9, 3.76104492561299*^9}, {3.761045245983004*^9, - 3.7610452901170893`*^9}, {3.761045366668412*^9, 3.761045378723996*^9}, { - 3.76124639061635*^9, 3.761246410336463*^9}, {3.761246468837595*^9, - 3.761246470395545*^9}, {3.761246673739036*^9, 3.761246692142757*^9}, { - 3.761246756527741*^9, 3.761246831173169*^9}, {3.7612468685554323`*^9, - 3.761246869827717*^9}, {3.7612469112124767`*^9, 3.761247051614558*^9}, { - 3.761247130070651*^9, 3.7612471343322563`*^9}, {3.761247190774343*^9, - 3.761247226696908*^9}, {3.7612472608003902`*^9, 3.761247277095755*^9}, { - 3.7612473349529333`*^9, 3.761247347238995*^9}, {3.761247379119833*^9, - 3.761247382237371*^9}, {3.761247500765175*^9, 3.761247531645439*^9}, { - 3.761247581531475*^9, 3.761247581665276*^9}, {3.76124761695472*^9, - 3.761247712374427*^9}, {3.7612478775715733`*^9, 3.7612479024911127`*^9}, { - 3.761248027065674*^9, 3.7612480322790403`*^9}, {3.761248133261649*^9, - 3.761248133821176*^9}, {3.762483079092483*^9, 3.762483079506445*^9}, { - 3.7624831653076982`*^9, 3.762483255155518*^9}, {3.762483448748105*^9, - 3.762483459337694*^9}, {3.762484937954467*^9, 3.762484940528129*^9}, { - 3.762485478717585*^9, 3.762485519250081*^9}, {3.762485687785385*^9, - 3.7624856997759*^9}, {3.762485763767784*^9, 3.7624857909884033`*^9}, { - 3.762485821389303*^9, 3.762485821901321*^9}, {3.762485865116181*^9, - 3.76248587338028*^9}, {3.7624863035622253`*^9, 3.762486306889323*^9}, - 3.7624864059931593`*^9, {3.762486451749774*^9, 3.762486453088664*^9}, { - 3.762486658295171*^9, 3.762486679735591*^9}, {3.762486914173285*^9, - 3.762486976278838*^9}, {3.762487161588236*^9, 3.762487164161865*^9}, { - 3.762582301146738*^9, 3.762582302868475*^9}, {3.7625825420446243`*^9, - 3.7625825422070208`*^9}, 3.7627930931894283`*^9, {3.763708440950055*^9, - 3.763708444458358*^9}, {3.763795706131096*^9, 3.76379571208855*^9}, { - 3.763795807464473*^9, 3.763795831454368*^9}, {3.767429560180451*^9, - 3.767429568446164*^9}, 3.770459731594898*^9, 3.77045978949087*^9, { - 3.7704599395191603`*^9, 3.770459942350878*^9}, {3.770460320192504*^9, - 3.77046034225856*^9}, {3.770460744443172*^9, 3.770460790673462*^9}, { - 3.770462722783415*^9, 3.770462726522499*^9}, {3.770462870041655*^9, - 3.770462893092216*^9}, {3.770463235775403*^9, 3.770463354490316*^9}, { - 3.770464803344589*^9, 3.7704649431280527`*^9}, {3.7704649769113207`*^9, - 3.770464999988723*^9}, {3.7704651173818903`*^9, 3.770465120129682*^9}, { - 3.770465209927898*^9, 3.770465248981803*^9}, {3.7704652797498713`*^9, - 3.770465415928398*^9}, {3.770465537455702*^9, 3.7704655656201468`*^9}, { - 3.770465641152669*^9, 3.770465644794568*^9}, {3.770466103176922*^9, - 3.7704661912147818`*^9}, {3.7704662256847267`*^9, 3.770466424544442*^9}, { - 3.77046647576213*^9, 3.77046647708055*^9}, {3.7704666316257477`*^9, - 3.770466663729806*^9}, {3.770569455033873*^9, 3.77056947362365*^9}, { - 3.770569965186427*^9, 3.770569975517632*^9}, {3.770613455882739*^9, - 3.7706134615311623`*^9}, {3.7706144368471527`*^9, 3.770614455550804*^9}, { - 3.770614642444923*^9, 3.770614648346962*^9}, {3.7706146872518663`*^9, - 3.770614706809328*^9}, {3.770615780706581*^9, 3.770615837875382*^9}, { - 3.770616067975326*^9, 3.770616161127016*^9}, {3.770616281788673*^9, - 3.770616338679316*^9}, {3.770616527688498*^9, 3.770616578229919*^9}, { - 3.770617519347665*^9, 3.770617618502255*^9}, {3.770617715683031*^9, - 3.770617752463728*^9}, {3.770618116138035*^9, 3.7706181296219597`*^9}, { - 3.770618161047112*^9, 3.770618195582769*^9}, {3.77061840921166*^9, - 3.770618429996653*^9}, {3.7706188774711227`*^9, 3.770618880463545*^9}, { - 3.77061898635938*^9, 3.7706190570356627`*^9}, {3.7706191262161617`*^9, - 3.770619143850253*^9}, {3.770620393630209*^9, 3.770620411752057*^9}, { - 3.7706205414208717`*^9, 3.770620595073638*^9}, {3.770620635698071*^9, - 3.770620694965639*^9}, {3.770621285358365*^9, 3.7706213228053513`*^9}, { - 3.770621746590682*^9, 3.770621913127598*^9}, {3.7706250264948063`*^9, - 3.7706250284066973`*^9}, {3.770625143129756*^9, 3.770625145122254*^9}, { - 3.770625196698786*^9, 3.770625226825259*^9}, {3.770625271797394*^9, - 3.770625299948307*^9}, {3.770625340917306*^9, 3.7706253455065393`*^9}, { - 3.770625406711595*^9, 3.770625439263268*^9}, {3.770625484959586*^9, - 3.7706254896638517`*^9}, {3.7706255324719887`*^9, 3.770625536534584*^9}, { - 3.770625601643078*^9, 3.770625660115859*^9}, {3.7706269748593388`*^9, - 3.770626983180786*^9}, {3.770978748150028*^9, 3.770978844135597*^9}, { - 3.770981565611477*^9, 3.7709815849544163`*^9}, {3.771139352384213*^9, - 3.771139435725677*^9}, {3.771141989286028*^9, 3.7711419920245047`*^9}, { - 3.771143011683299*^9, 3.771143018616251*^9}, {3.771143059910726*^9, - 3.771143079334529*^9}, {3.771143112487186*^9, 3.771143118121806*^9}, { - 3.771143199801591*^9, 3.771143243956092*^9}, {3.771143352696369*^9, - 3.7711433596184072`*^9}, {3.7742037135564613`*^9, 3.77420371903445*^9}, { - 3.7790460331623583`*^9, 3.779046038683786*^9}, {3.7790465556133432`*^9, - 3.779046557949313*^9}, {3.7790466210358686`*^9, 3.779046629035347*^9}, { - 3.779076173162829*^9, 3.779076186108962*^9}, {3.779076376706129*^9, - 3.7790764050721207`*^9}, {3.77907707240198*^9, 3.7790770727759323`*^9}, { - 3.779077116904462*^9, 3.7790771363191557`*^9}, {3.779077222030397*^9, - 3.7790772451963463`*^9}, {3.779077278292552*^9, 3.779077293810793*^9}, { - 3.779077327756048*^9, 3.7790773461225557`*^9}, {3.779077400971356*^9, - 3.779077401392465*^9}, {3.779078652836025*^9, 3.779078674233534*^9}, { - 3.7790789366442738`*^9, 3.77907905698431*^9}, {3.779080313783312*^9, - 3.779080335990597*^9}, {3.7790804083883467`*^9, 3.779080409644253*^9}, { - 3.7790805587124434`*^9, 3.7790805924157047`*^9}, {3.779080668254277*^9, - 3.779080748955948*^9}, 3.779080921313138*^9, {3.7790812563695297`*^9, - 3.77908127282437*^9}, {3.779081329711192*^9, 3.779081329862935*^9}, { - 3.779081417629828*^9, 3.779081417885152*^9}, {3.7790815112035303`*^9, - 3.779081567874836*^9}, {3.77908160297834*^9, 3.779081605410418*^9}, - 3.779081642634364*^9, {3.779081818726289*^9, 3.779081818836506*^9}, { - 3.779081927827957*^9, 3.779081942290485*^9}, 3.7790819834125433`*^9, { - 3.779082026115778*^9, 3.7790820572111673`*^9}, {3.779082093109037*^9, - 3.7790820934351387`*^9}, {3.779082505418542*^9, 3.779082582504551*^9}, { - 3.779082618161819*^9, 3.779082631974813*^9}, {3.7790833281717787`*^9, - 3.7790833468169813`*^9}, {3.77908339321735*^9, 3.779083393359188*^9}, { - 3.779092931617548*^9, 3.779092941695651*^9}, 3.779092984373472*^9, - 3.779093025471065*^9, {3.779093233015196*^9, 3.779093283089419*^9}, { - 3.779093347114683*^9, 3.779093358570322*^9}, {3.779093403195031*^9, - 3.7790934294666843`*^9}, {3.779093483226296*^9, 3.779093671972971*^9}, { - 3.7790938415876703`*^9, 3.779093852432088*^9}, {3.7790943233708687`*^9, - 3.77909436834396*^9}, {3.779132230691679*^9, 3.779132232130753*^9}, { - 3.7791322913529873`*^9, 3.779132328976726*^9}, {3.77913238294314*^9, - 3.7791323831025457`*^9}, {3.779132416197893*^9, 3.779132481875678*^9}, { - 3.77913259690576*^9, 3.7791325984885693`*^9}, {3.779132633232272*^9, - 3.7791327488973618`*^9}, {3.7791328356007566`*^9, 3.779132910565886*^9}, { - 3.779133291303643*^9, 3.77913350030802*^9}, {3.779133718247943*^9, - 3.779133783523141*^9}, {3.779133814469346*^9, 3.779133815579176*^9}, { - 3.7791338790756273`*^9, 3.779133927424109*^9}, {3.779134513294778*^9, - 3.779134564659233*^9}, {3.779134801244445*^9, 3.7791348453220997`*^9}, { - 3.7794598997260113`*^9, 3.779459946548224*^9}, {3.779459993534259*^9, - 3.779460003612535*^9}, {3.77946003619566*^9, 3.7794600405698*^9}, { - 3.779460177055881*^9, 3.7794601841982183`*^9}, {3.779465818564105*^9, - 3.779465837840556*^9}, {3.77946587589717*^9, 3.779465898190446*^9}, { - 3.779465943255336*^9, 3.779466009822507*^9}, {3.77946625854605*^9, - 3.779466264350567*^9}, {3.7794707100815363`*^9, 3.779470791459454*^9}, { - 3.7794708372044983`*^9, 3.7794708430662127`*^9}, {3.7794708736280003`*^9, - 3.779470889041346*^9}, {3.779471386472715*^9, 3.779471387758445*^9}, { - 3.7794727024761457`*^9, 3.779472704537242*^9}, {3.7794729380386343`*^9, - 3.779472947702175*^9}, {3.779473633377185*^9, 3.7794736351008883`*^9}, { - 3.779475306395953*^9, 3.779475308136442*^9}, {3.7795148511524153`*^9, - 3.7795148554943247`*^9}, {3.7795152637427387`*^9, 3.779515301748084*^9}, { - 3.780041526108283*^9, 3.780041530545414*^9}, 3.780063501754696*^9, - 3.781596783619473*^9, {3.781596814488657*^9, 3.781596817344576*^9}, { - 3.781597055565585*^9, 3.781597081643642*^9}, {3.781597372942129*^9, - 3.781597449355983*^9}, 3.781597759959477*^9, {3.7815996008325872`*^9, - 3.7815996024712973`*^9}, {3.781599723813806*^9, 3.781599730684422*^9}, { - 3.781600289730597*^9, 3.78160029352064*^9}, 3.781600331425515*^9, { - 3.781600542107935*^9, 3.7816005503132753`*^9}, {3.781606643808066*^9, - 3.781606646222434*^9}, {3.781606763687199*^9, 3.7816067643638144`*^9}, { - 3.7816072419548883`*^9, 3.7816072436566353`*^9}, {3.781607906428276*^9, - 3.781607907481904*^9}, {3.781607965811386*^9, 3.7816080279750423`*^9}, { - 3.7816080690164967`*^9, 3.781608114413293*^9}, {3.781608198188738*^9, - 3.781608281394578*^9}, {3.781609293939601*^9, 3.781609309321006*^9}, { - 3.781609476678388*^9, 3.7816094801574097`*^9}, 3.781609556669264*^9, { - 3.781609683361212*^9, 3.781609686256384*^9}, {3.78161226738934*^9, - 3.78161233215441*^9}, {3.781612442856462*^9, 3.781612470687945*^9}, { - 3.781612593701033*^9, 3.781612631084622*^9}, 3.781614972562765*^9, { - 3.78161524014813*^9, 3.781615240681616*^9}, {3.781615280010507*^9, - 3.781615290704727*^9}, {3.78161541399857*^9, 3.781615425909526*^9}, { - 3.7816154736611433`*^9, 3.781615539875*^9}, {3.7816155713078127`*^9, - 3.781615571498477*^9}, {3.781615747215444*^9, 3.781615757366866*^9}, { - 3.781615873272184*^9, 3.7816158734864397`*^9}, {3.7816171015648518`*^9, - 3.781617130618442*^9}, {3.7816172619773083`*^9, 3.781617263519547*^9}, { - 3.781617481461182*^9, 3.781617482962484*^9}, 3.781617575922841*^9, { - 3.781618101416605*^9, 3.781618102797927*^9}, 3.781618141367907*^9, - 3.781618245733841*^9, {3.781618387001913*^9, 3.7816183961276197`*^9}, { - 3.7816184695118313`*^9, 3.7816184704617167`*^9}, {3.781618615076729*^9, - 3.7816186336349707`*^9}, 3.781618678844316*^9, {3.781619582992181*^9, - 3.7816195836770267`*^9}, {3.7816199327591677`*^9, 3.78161993293364*^9}, { - 3.781619983269676*^9, 3.781619984443877*^9}, {3.781620183776043*^9, - 3.78162019139979*^9}, {3.781620291456691*^9, 3.781620313028677*^9}, - 3.781620348773815*^9, 3.781620746029769*^9, {3.78162638436092*^9, - 3.781626425862638*^9}, {3.781626476431323*^9, 3.781626557691691*^9}, { - 3.781626623884338*^9, 3.781626653401774*^9}, {3.781626729226215*^9, - 3.781626757215386*^9}, {3.7816268006405373`*^9, 3.7816268463655767`*^9}, - 3.7816286423998957`*^9, {3.781675057590191*^9, 3.781675076043709*^9}, { - 3.781675556202602*^9, 3.781675642120433*^9}, {3.7816760877603693`*^9, - 3.781676088950032*^9}, {3.781676158959507*^9, 3.7816762177647467`*^9}, { - 3.781676248133177*^9, 3.781676258405087*^9}, {3.7816790865172863`*^9, - 3.781679095989188*^9}, {3.7816840064262733`*^9, 3.781684015497168*^9}, { - 3.7816842035970383`*^9, 3.781684203932811*^9}, {3.781684438728621*^9, - 3.781684441383614*^9}, {3.781684490448798*^9, 3.781684518917966*^9}, { - 3.781684556016069*^9, 3.781684566372897*^9}, {3.781684623556603*^9, - 3.781684624251807*^9}, {3.7816853526858253`*^9, 3.781685376699265*^9}, { - 3.7816855053767853`*^9, 3.7816855065285807`*^9}, {3.7816855453693533`*^9, - 3.781685567511063*^9}, {3.781685858875183*^9, 3.78168589982563*^9}, - 3.781686268609694*^9, {3.781686319248898*^9, 3.7816863194304667`*^9}, { - 3.781686558594583*^9, 3.7816865697534018`*^9}, {3.781859099531748*^9, - 3.781859156506374*^9}, 3.781859387281911*^9, {3.7818640218257923`*^9, - 3.781864056813308*^9}, {3.782028552703998*^9, 3.782028587020403*^9}, { - 3.782028941257493*^9, 3.782028942348991*^9}, {3.782029000341112*^9, - 3.782029035539669*^9}, {3.782029162657709*^9, 3.7820292105949497`*^9}, { - 3.782029266088305*^9, 3.782029294559512*^9}, 3.782030123182132*^9, { - 3.78203020980309*^9, 3.782030213682626*^9}, {3.782030596516942*^9, - 3.782030597130456*^9}, {3.782030825094961*^9, 3.782030845981477*^9}, { - 3.782032369880467*^9, 3.78203237584664*^9}, {3.782032586572319*^9, - 3.782032587257971*^9}, {3.782032630824499*^9, 3.782032655001327*^9}, { - 3.7820328091188374`*^9, 3.782032812029166*^9}, {3.782033252832946*^9, - 3.782033285918296*^9}, {3.7820338684922333`*^9, 3.782033877553089*^9}, { - 3.782033917594111*^9, 3.782033928808517*^9}, {3.782034734097344*^9, - 3.782034736176887*^9}, {3.782038710823208*^9, 3.782038745308548*^9}, { - 3.7820388946504107`*^9, 3.782038914773587*^9}, {3.782039126909801*^9, - 3.782039140700597*^9}, {3.782040320476921*^9, 3.7820403474826803`*^9}, { - 3.782040796362956*^9, 3.782040799889357*^9}, {3.7820408459531097`*^9, - 3.7820408674393263`*^9}, {3.782041161235155*^9, 3.782041162649029*^9}, { - 3.782041636816414*^9, 3.782041637030972*^9}, {3.7820417197994337`*^9, - 3.78204175356588*^9}, {3.782042230212246*^9, 3.782042234657852*^9}, { - 3.782044974967266*^9, 3.782044975926011*^9}, {3.782045012869179*^9, - 3.782045015749069*^9}, {3.786968107875774*^9, 3.7869681094012403`*^9}, { - 3.78703196677178*^9, 3.7870320229533157`*^9}, {3.787033001512012*^9, - 3.787033068131708*^9}, {3.7870331281146812`*^9, 3.787033159201231*^9}, { - 3.787033244400178*^9, 3.787033388885934*^9}, {3.787033443795807*^9, - 3.787033493938999*^9}, {3.787033541459556*^9, 3.787033541993394*^9}, { - 3.7870580239863243`*^9, 3.7870580252812223`*^9}, {3.787465796973877*^9, - 3.7874658315161057`*^9}, {3.8615159439894543`*^9, 3.86151597375066*^9}, { - 3.861516111158811*^9, 3.8615161133330097`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"9a39f10d-7398-423b-992b-4d7e561594f4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[379]:=",ExpressionUUID->"7631d709-8fbd-4541-9ced-a8e3836fce5e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ResizeStructure", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.76094992673088*^9, 3.760949928918248*^9}, { - 3.76210239515066*^9, 3.7621023967322397`*^9}, 3.7629378913230247`*^9, - 3.763134566815321*^9, 3.782489097261496*^9, {3.841985796371929*^9, - 3.8419857993883743`*^9}},ExpressionUUID->"02a25074-177f-44cb-a67d-\ -7d8696ecda5b"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[721]:=",ExpressionUUID->"488fae1f-850e-4f14-94ab-8b55725db4a1"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"ResizeStructure", "::", "InvalidSize"}], "=", - "\"\<The scaling descirption must be a list of three numbers.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ResizeStructure", "::", "AutomaticScalingFailed"}], "=", - "\"\<Could not determine structure size which to rescale to.\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ResizeStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_."}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.7609499395994596`*^9, 3.760949952210801*^9}, { - 3.761382798168702*^9, 3.761382801188806*^9}, 3.761387743299842*^9, { - 3.7614169595191708`*^9, 3.761416989634704*^9}, {3.7625819241187563`*^9, - 3.762581936362295*^9}, {3.76258884302853*^9, 3.762588851450523*^9}, - 3.762589076924967*^9, {3.7625896339775553`*^9, 3.762589658596109*^9}, { - 3.762624399303061*^9, 3.762624399644244*^9}, {3.762677244824601*^9, - 3.762677250311742*^9}, {3.762678377818852*^9, 3.7626784018057003`*^9}, { - 3.762678443594308*^9, 3.762678456014505*^9}, {3.762679553558345*^9, - 3.762679555529254*^9}, {3.7626795868803377`*^9, 3.762679589719862*^9}, { - 3.762693565936051*^9, 3.7626935757572193`*^9}, {3.7627708510092287`*^9, - 3.762770902407785*^9}, {3.76277179929348*^9, 3.762771800034438*^9}, { - 3.7628413129023113`*^9, 3.76284131999476*^9}, {3.762843408755947*^9, - 3.762843409129547*^9}, {3.762844593824188*^9, 3.76284459455064*^9}, { - 3.762851310564897*^9, 3.7628513452626543`*^9}, {3.762855042249198*^9, - 3.762855042887886*^9}, {3.7628699773896217`*^9, 3.7628700048433533`*^9}, { - 3.763193246869672*^9, 3.7631932885385237`*^9}, {3.763193413351872*^9, - 3.7631934411868467`*^9}, {3.763198723049367*^9, 3.763198725398521*^9}, { - 3.7632157129389343`*^9, 3.763215717492394*^9}, {3.7632165211553783`*^9, - 3.7632165319698553`*^9}, {3.763216646528513*^9, 3.763216696534143*^9}, { - 3.765784696315958*^9, 3.765784707567667*^9}, {3.765790502921135*^9, - 3.7657905248017673`*^9}, {3.77056852074228*^9, 3.770568525131774*^9}, { - 3.770984647562096*^9, 3.7709846991780033`*^9}, {3.770984848565778*^9, - 3.770984857912917*^9}, {3.770985219817625*^9, 3.770985223082101*^9}, { - 3.770985450191299*^9, 3.7709854783842793`*^9}, {3.770992189707036*^9, - 3.7709921929106007`*^9}, {3.770998586720235*^9, 3.770998630878776*^9}, { - 3.7709994394780807`*^9, 3.7709994676277742`*^9}, {3.771003700248787*^9, - 3.7710037223506413`*^9}, {3.771062398447394*^9, 3.7710623986299877`*^9}, { - 3.7710682563038692`*^9, 3.771068256495512*^9}, {3.771072269351981*^9, - 3.7710722697192373`*^9}, {3.771147162046124*^9, 3.771147162172696*^9}, { - 3.7711472456758204`*^9, 3.7711472458133707`*^9}, 3.771147308234413*^9, { - 3.771233665717082*^9, 3.7712336713498*^9}, 3.7712366736666718`*^9, { - 3.7712385928068657`*^9, 3.7712385933026533`*^9}, {3.7741583744973583`*^9, - 3.774158377341235*^9}, {3.7741805701112127`*^9, 3.774180570637176*^9}, { - 3.774200919292948*^9, 3.774200919668045*^9}, {3.777883096717073*^9, - 3.777883100983252*^9}, {3.777883938782524*^9, 3.777883944398428*^9}, { - 3.777883984269555*^9, 3.777883995132277*^9}, {3.777884623063896*^9, - 3.777884623306731*^9}, {3.778342084180808*^9, 3.778342084346471*^9}, { - 3.781613011768538*^9, 3.781613016878516*^9}, {3.781613151868073*^9, - 3.7816131530434237`*^9}, {3.781625273343232*^9, 3.7816252735176067`*^9}, { - 3.781625334892302*^9, 3.781625349875886*^9}, {3.781625474169647*^9, - 3.781625480833067*^9}, {3.781625760651558*^9, 3.781625760955124*^9}, { - 3.781684829598894*^9, 3.7816848692840347`*^9}, {3.781684980507568*^9, - 3.781685005416746*^9}, {3.781859458714085*^9, 3.781859482154834*^9}, { - 3.78186192528793*^9, 3.781861927775096*^9}, {3.781864298646525*^9, - 3.781864300954008*^9}, {3.781970213486908*^9, 3.781970215916421*^9}, - 3.7819704760810137`*^9, {3.781983607507371*^9, 3.781983616249364*^9}, { - 3.782027511923891*^9, 3.7820275577518587`*^9}, {3.782035366577327*^9, - 3.7820353668874407`*^9}, {3.782038024067473*^9, 3.782038026305305*^9}, { - 3.7820399583383408`*^9, 3.782039958527977*^9}, {3.7820408291757793`*^9, - 3.782040834638109*^9}, {3.782041319700388*^9, 3.7820413199314117`*^9}, { - 3.787916049118555*^9, 3.7879160492610683`*^9}, {3.787917965124247*^9, - 3.787917965418146*^9}, {3.8080518359824753`*^9, 3.808051836128194*^9}, { - 3.837500625322833*^9, 3.837500636514382*^9}, {3.838802028849286*^9, - 3.838802036994301*^9}, {3.8419853371646833`*^9, 3.841985348276321*^9}, { - 3.8419853948604517`*^9, 3.84198542897602*^9}, {3.841985788783489*^9, - 3.841985837495026*^9}, {3.841987916961804*^9, 3.841987919216888*^9}, { - 3.841988010812804*^9, 3.841988025754251*^9}, {3.841988795461081*^9, - 3.841988825818633*^9}, 3.841989015274197*^9, {3.841990203560965*^9, - 3.841990244831292*^9}, {3.84199080959085*^9, 3.8419908153892603`*^9}}, - CellLabel-> - "In[845]:=",ExpressionUUID->"e3cfee80-72d9-48c2-9030-9e537679fdf5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[732]:=",ExpressionUUID->"9bd62158-b537-4b78-9739-9d2062136167"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ResizeStructure", "[", "\[IndentingNewLine]", - RowBox[{"crystalLabel_String", ",", "\[IndentingNewLine]", - RowBox[{"scalingInput_", ":", "Automatic"}]}], "\[IndentingNewLine]", - "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"crystalData", ",", - RowBox[{"scaling", "=", "scalingInput"}], ",", "\[IndentingNewLine]", - "latticeParameters", ",", "coordinates"}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Input", " ", "checks"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalData", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystalLabel", ",", "False"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"scaling", "===", "Automatic"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"scaling", "=", - RowBox[{"crystalData", "[", - RowBox[{"\"\<Notes\>\"", ",", "\"\<StructureSize\>\""}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "scaling"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ResizeStructure", "::", "AutomaticScalingFailed"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"scaling", ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", "#", ",", "#"}], "}"}], "&"}], "[", - RowBox[{"_", "?", "NumericQ"}], "]"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ResizeStructure", "::", "InvalidSize"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Perform", " ", "rescaling", " ", "of", " ", "unit", " ", "cell", " ", - "dimensions"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"crystalData", "[", "\"\<LatticeParameters\>\"", "]"}], ",", - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\""}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalData", "\[LeftDoubleBracket]", - RowBox[{"\"\<LatticeParameters\>\"", ",", - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\""}], "}"}]}], - "\[RightDoubleBracket]"}], "=", - RowBox[{"latticeParameters", "*", "scaling"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Rescale", " ", "fractional", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{"crystalData", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "*", - RowBox[{"(", - RowBox[{"1", "/", "scaling"}], ")"}]}], "&"}], "/@", - "coordinates"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalData", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}], "=", "coordinates"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Update", " ", "$CrystalData"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalData", "[", - RowBox[{"\"\<Notes\>\"", ",", "\"\<StructureSize\>\""}], "]"}], "*=", - RowBox[{"(", - RowBox[{"1", "/", "scaling"}], ")"}]}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"$CrystalData", ",", - RowBox[{"crystalLabel", "\[Rule]", "crystalData"}]}], "]"}], ";", - "\[IndentingNewLine]", "crystalLabel"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.760949958969305*^9, 3.760949981683304*^9}, { - 3.761293214948368*^9, 3.761293216277224*^9}, {3.7612932491535683`*^9, - 3.761293266239336*^9}, {3.761301744392057*^9, 3.761301872616757*^9}, { - 3.761302012143058*^9, 3.761302053792026*^9}, {3.761302140612296*^9, - 3.761302184387752*^9}, {3.761302215653625*^9, 3.761302371834009*^9}, { - 3.761305350267173*^9, 3.761305352016643*^9}, {3.761305433233409*^9, - 3.761305456926918*^9}, {3.761305519231518*^9, 3.76130551950924*^9}, { - 3.761305575630074*^9, 3.761305600715294*^9}, {3.761305760897593*^9, - 3.7613057700955153`*^9}, {3.7613058045618467`*^9, - 3.7613058280625963`*^9}, {3.761305862695778*^9, 3.7613058768953533`*^9}, { - 3.7613059150793467`*^9, 3.761305977708088*^9}, {3.761306013453003*^9, - 3.7613060187081127`*^9}, {3.761306086451448*^9, 3.761306090626646*^9}, { - 3.761306193185049*^9, 3.761306197742535*^9}, {3.761306300998806*^9, - 3.761306310525038*^9}, {3.761306421973971*^9, 3.761306423331564*^9}, { - 3.76130651549807*^9, 3.761306533887826*^9}, {3.7613065840486107`*^9, - 3.7613066639010563`*^9}, {3.761306716374682*^9, 3.7613067441575327`*^9}, { - 3.761306774355764*^9, 3.761306834154875*^9}, {3.7613070302953243`*^9, - 3.76130705839765*^9}, {3.7613083285830812`*^9, 3.7613083680112553`*^9}, { - 3.761309155307118*^9, 3.761309204871757*^9}, {3.7613092929652863`*^9, - 3.761309379971908*^9}, {3.761382820081716*^9, 3.761382834766548*^9}, { - 3.76138315468125*^9, 3.761383157817292*^9}, {3.761383193862713*^9, - 3.76138328048495*^9}, 3.7613833364532213`*^9, 3.7613877480927563`*^9, { - 3.761416820764223*^9, 3.76141686629681*^9}, {3.761416902523122*^9, - 3.7614169275690813`*^9}, 3.7614169932958717`*^9, {3.7614617979066343`*^9, - 3.761461800263917*^9}, 3.76146194226432*^9, {3.7616505028255873`*^9, - 3.761650575813095*^9}, {3.761650666739345*^9, 3.761650703178874*^9}, { - 3.7616507610057287`*^9, 3.7616508488080893`*^9}, {3.762102493064165*^9, - 3.7621026170854588`*^9}, {3.762102653458495*^9, 3.7621028575895653`*^9}, { - 3.762102891406652*^9, 3.762103017523076*^9}, {3.762103123797048*^9, - 3.7621031314881067`*^9}, {3.762103164532901*^9, 3.762103238945119*^9}, - 3.762103317592228*^9, {3.7621033696723433`*^9, 3.762103462434218*^9}, { - 3.762103629759901*^9, 3.762103754707251*^9}, {3.7621038014130983`*^9, - 3.762103806410224*^9}, {3.7621038468918457`*^9, 3.762103858985067*^9}, { - 3.7621039084031973`*^9, 3.76210391519419*^9}, {3.762104152869686*^9, - 3.7621041787316008`*^9}, {3.7621042160107718`*^9, 3.762104237466498*^9}, { - 3.762104267531948*^9, 3.7621043406482563`*^9}, {3.76210454290287*^9, - 3.762104646913961*^9}, {3.76210473605682*^9, 3.7621047956336927`*^9}, { - 3.7621060525237923`*^9, 3.762106102851467*^9}, {3.762106153193736*^9, - 3.762106156977296*^9}, {3.762106233845892*^9, 3.7621063149591503`*^9}, { - 3.762106412252318*^9, 3.7621064325936728`*^9}, {3.7624981476201353`*^9, - 3.7624981709837217`*^9}, {3.762498245640142*^9, 3.762498256352324*^9}, - 3.76249833634416*^9, {3.762498474294816*^9, 3.7624984809086227`*^9}, { - 3.7624985993459177`*^9, 3.762498628779851*^9}, {3.762498829247604*^9, - 3.762498890795834*^9}, {3.7624990015344687`*^9, 3.7624991378944902`*^9}, { - 3.762499186464332*^9, 3.762499199075432*^9}, {3.7624992314237423`*^9, - 3.762499305348139*^9}, {3.7624994277885313`*^9, 3.7624994319119663`*^9}, - 3.762499469112893*^9, {3.762502717125535*^9, 3.762502723358025*^9}, { - 3.762502796619301*^9, 3.762502813165999*^9}, 3.7625029804272127`*^9, { - 3.762582269029249*^9, 3.762582285160461*^9}, {3.762582363020563*^9, - 3.762582371209998*^9}, {3.76258241136819*^9, 3.76258243328338*^9}, { - 3.762582502805962*^9, 3.7625825046410522`*^9}, {3.762582558771358*^9, - 3.762582558915724*^9}, {3.762582622766678*^9, 3.762582668909976*^9}, { - 3.762583498732263*^9, 3.762583499808262*^9}, {3.7625868909898567`*^9, - 3.7625869272595243`*^9}, {3.7625875285339193`*^9, - 3.7625875336261053`*^9}, {3.762587894113284*^9, 3.762587923075026*^9}, - 3.76258809506489*^9, {3.762588155350531*^9, 3.762588180402031*^9}, { - 3.762588260279954*^9, 3.7625882886755667`*^9}, {3.762588346744122*^9, - 3.762588371114582*^9}, {3.762588435316472*^9, 3.762588436252501*^9}, { - 3.762588517935748*^9, 3.7625885463706617`*^9}, {3.7625885807674*^9, - 3.762588636583043*^9}, {3.762588669342952*^9, 3.7625887225407887`*^9}, { - 3.762588756779875*^9, 3.762588791529193*^9}, {3.762588922131773*^9, - 3.762588924291471*^9}, {3.76258907036896*^9, 3.7625890745146837`*^9}, { - 3.7625895442111187`*^9, 3.762589617782276*^9}, 3.762589672277542*^9, { - 3.7625897530368357`*^9, 3.7625898259629583`*^9}, 3.7625898720272217`*^9, { - 3.762677526601284*^9, 3.762677540127564*^9}, {3.7626775863101673`*^9, - 3.7626776872626953`*^9}, {3.7626777357149353`*^9, 3.762677737203546*^9}, { - 3.76267779801667*^9, 3.762677862846698*^9}, {3.762677910666745*^9, - 3.762677940490479*^9}, {3.7626780495680513`*^9, 3.7626780497560883`*^9}, { - 3.762678463334445*^9, 3.762678487964533*^9}, {3.7626793924788427`*^9, - 3.762679408974279*^9}, {3.762679463677194*^9, 3.762679519637199*^9}, - 3.7626795637191353`*^9, {3.7626799410582647`*^9, 3.762679971916801*^9}, { - 3.7626800059954567`*^9, 3.76268004651369*^9}, {3.7626925595935926`*^9, - 3.762692562134397*^9}, {3.762692675814475*^9, 3.762692677636441*^9}, { - 3.762693290932212*^9, 3.762693334938401*^9}, {3.762693365224998*^9, - 3.762693391462492*^9}, {3.762693515415144*^9, 3.762693522925078*^9}, { - 3.762693621956568*^9, 3.762693686752577*^9}, {3.762770920087637*^9, - 3.7627710451232033`*^9}, {3.762771135383432*^9, 3.76277114985949*^9}, { - 3.762771252361383*^9, 3.762771272566834*^9}, {3.7627716580427732`*^9, - 3.762771710541195*^9}, 3.762771862467991*^9, {3.7627719062598333`*^9, - 3.7627719503838043`*^9}, {3.762771987567686*^9, 3.762772017414404*^9}, - 3.7627720616618547`*^9, {3.762772940184148*^9, 3.76277297496988*^9}, { - 3.762773049524953*^9, 3.762773052855938*^9}, 3.7627735693834248`*^9, { - 3.7627736256459637`*^9, 3.7627736267320766`*^9}, {3.762841968043556*^9, - 3.762841971689434*^9}, {3.7628420791683397`*^9, 3.762842152463503*^9}, { - 3.76284221049533*^9, 3.7628422427149963`*^9}, {3.7628422931097097`*^9, - 3.762842294171431*^9}, {3.762843140783256*^9, 3.762843174540785*^9}, - 3.76284323171906*^9, 3.7628432620848923`*^9, 3.762843472440621*^9, { - 3.762843530593953*^9, 3.7628435308216457`*^9}, {3.7628435699325647`*^9, - 3.762843577277005*^9}, {3.762843736593616*^9, 3.7628437506719217`*^9}, { - 3.762843794550819*^9, 3.762843898821501*^9}, 3.76284399421274*^9, { - 3.762844053296976*^9, 3.7628441198318453`*^9}, {3.762844193463323*^9, - 3.762844196869841*^9}, {3.7628442292314873`*^9, 3.762844230656508*^9}, { - 3.762844292214486*^9, 3.762844478110961*^9}, 3.7628446048960114`*^9, { - 3.762855052141629*^9, 3.762855055454192*^9}, {3.762855485339323*^9, - 3.76285551580307*^9}, {3.762855575097687*^9, 3.762855598848749*^9}, { - 3.762855633761406*^9, 3.762855680941841*^9}, {3.762855838827366*^9, - 3.762855863378171*^9}, {3.762856143012158*^9, 3.762856217441588*^9}, { - 3.762858311081154*^9, 3.7628583120304327`*^9}, {3.76285835880651*^9, - 3.7628583684319677`*^9}, {3.7628607058960047`*^9, 3.7628607075987663`*^9}, - 3.762866915430805*^9, {3.762866967761737*^9, 3.7628670119373503`*^9}, { - 3.762867059688072*^9, 3.76286708299951*^9}, {3.762867169663844*^9, - 3.7628671824696083`*^9}, {3.762867374682057*^9, 3.7628675208138857`*^9}, { - 3.7628677656632967`*^9, 3.76286776963317*^9}, 3.7628678073862047`*^9, { - 3.7628678779517183`*^9, 3.7628679508301373`*^9}, {3.7628680210441303`*^9, - 3.762868094231029*^9}, {3.762868251262959*^9, 3.762868259793219*^9}, { - 3.762868791577395*^9, 3.762868801797572*^9}, {3.762869160895444*^9, - 3.7628692036455936`*^9}, {3.762869237734138*^9, 3.762869244027247*^9}, { - 3.762869321441249*^9, 3.762869356529216*^9}, 3.762869394554852*^9, { - 3.7628695579991703`*^9, 3.762869577148713*^9}, {3.7628696201495237`*^9, - 3.762869692378208*^9}, {3.762869737186467*^9, 3.762869797397738*^9}, { - 3.76286990999438*^9, 3.762869964227026*^9}, {3.762870015871686*^9, - 3.7628700317938643`*^9}, {3.762870134176379*^9, 3.7628701628786993`*^9}, { - 3.7628702301619473`*^9, 3.762870294612823*^9}, {3.762870473741437*^9, - 3.762870479995652*^9}, {3.762870587287355*^9, 3.762870599093995*^9}, { - 3.762870644033637*^9, 3.762870722355867*^9}, {3.762870795124795*^9, - 3.762870954982074*^9}, {3.762871004526711*^9, 3.762871033283514*^9}, - 3.762871402901025*^9, {3.7628714747887173`*^9, 3.76287147568962*^9}, { - 3.762871515626314*^9, 3.762871608409374*^9}, {3.7628716725028067`*^9, - 3.762871672685828*^9}, {3.762871708403867*^9, 3.762871949455731*^9}, { - 3.762871987106526*^9, 3.762872039287641*^9}, {3.762872081056032*^9, - 3.7628721219021072`*^9}, {3.762872240222788*^9, 3.7628722403962383`*^9}, { - 3.762872351507962*^9, 3.762872395801134*^9}, 3.762872463195447*^9, { - 3.7628725183533173`*^9, 3.762872520397197*^9}, {3.762872600030006*^9, - 3.762872679985482*^9}, {3.76287274173201*^9, 3.7628729286886177`*^9}, { - 3.7628729820175037`*^9, 3.762872993276016*^9}, {3.762873223952983*^9, - 3.7628732645793457`*^9}, {3.762873306231241*^9, 3.762873319451611*^9}, { - 3.762873361710734*^9, 3.762873403405033*^9}, {3.762873480577733*^9, - 3.762873514995167*^9}, {3.762873569354168*^9, 3.762873577454311*^9}, { - 3.762873622047131*^9, 3.762873626076936*^9}, {3.762873681562976*^9, - 3.762873804669633*^9}, {3.762873874461594*^9, 3.7628739019298487`*^9}, { - 3.762873942034061*^9, 3.7628739499439297`*^9}, {3.762873998120645*^9, - 3.7628740004947042`*^9}, {3.762874041584938*^9, 3.762874226449202*^9}, { - 3.762874271070135*^9, 3.762874277282874*^9}, {3.7628744181917953`*^9, - 3.762874463581009*^9}, {3.762874515579569*^9, 3.762874543507349*^9}, { - 3.76287458123426*^9, 3.7628746222412777`*^9}, {3.762874671856251*^9, - 3.762874677335286*^9}, {3.7628747670478163`*^9, 3.7628748156535063`*^9}, { - 3.7628749407155533`*^9, 3.762874952138845*^9}, {3.762875025608852*^9, - 3.762875041191021*^9}, {3.762875073078917*^9, 3.762875088968438*^9}, { - 3.762875131293384*^9, 3.762875142717152*^9}, {3.762875189893785*^9, - 3.762875228139299*^9}, {3.762875264602992*^9, 3.762875384703268*^9}, { - 3.7628754209230127`*^9, 3.7628754380168858`*^9}, {3.762875492924176*^9, - 3.762875496297366*^9}, {3.7628755457294416`*^9, 3.762875553524787*^9}, { - 3.762875599213748*^9, 3.762875600597042*^9}, {3.762875632421335*^9, - 3.76287563573954*^9}, {3.762875682395001*^9, 3.7628756847140007`*^9}, { - 3.7628757164263697`*^9, 3.7628757229691467`*^9}, {3.76287605211134*^9, - 3.762876097288445*^9}, {3.762876135954174*^9, 3.762876195935535*^9}, { - 3.762876241711833*^9, 3.7628762494931927`*^9}, {3.762876384663487*^9, - 3.762876479009344*^9}, {3.76287655336906*^9, 3.76287656601012*^9}, { - 3.762876596400938*^9, 3.762876634383113*^9}, {3.762876673710348*^9, - 3.76287675187472*^9}, {3.762876791877123*^9, 3.762876819041494*^9}, { - 3.762876885505245*^9, 3.762876891022944*^9}, {3.762876937073703*^9, - 3.7628771938795424`*^9}, 3.762877403929391*^9, {3.762877434780368*^9, - 3.7628775218664*^9}, {3.762877580715034*^9, 3.762877631590403*^9}, - 3.7628776663055677`*^9, {3.7628777044483967`*^9, 3.762877725317191*^9}, { - 3.762877789695075*^9, 3.762877793110955*^9}, 3.7628778423255033`*^9, { - 3.762877979538982*^9, 3.7628779882143593`*^9}, {3.762878277816328*^9, - 3.76287833239133*^9}, {3.7628784710060663`*^9, 3.762878506972105*^9}, { - 3.7628785962592087`*^9, 3.762878801387622*^9}, {3.7628788387986393`*^9, - 3.762878864223701*^9}, {3.762878899289844*^9, 3.7628792672629423`*^9}, { - 3.762879302100252*^9, 3.762879330120636*^9}, {3.7628793752089863`*^9, - 3.762879376916254*^9}, {3.7628794219805403`*^9, 3.7628794729603786`*^9}, { - 3.7628795152925262`*^9, 3.762879545039997*^9}, {3.762879584664082*^9, - 3.762879627053114*^9}, {3.762880097039065*^9, 3.7628801883595533`*^9}, { - 3.762880273098674*^9, 3.7628802847264767`*^9}, {3.762880640968452*^9, - 3.7628806418162117`*^9}, {3.76288069938903*^9, 3.762880720578525*^9}, { - 3.7629306710210238`*^9, 3.762930744528843*^9}, {3.762930837033882*^9, - 3.762930870447606*^9}, {3.762938095787146*^9, 3.7629381017712297`*^9}, { - 3.762938161287774*^9, 3.762938215926861*^9}, {3.7629382564830637`*^9, - 3.762938281171281*^9}, {3.7629389096948557`*^9, 3.762938941986907*^9}, { - 3.762939377043207*^9, 3.762939380889515*^9}, {3.762939412233852*^9, - 3.7629394140804863`*^9}, {3.762939511271194*^9, 3.7629395163268213`*^9}, { - 3.76293958614294*^9, 3.762939693652255*^9}, {3.7629397253426237`*^9, - 3.7629398093529587`*^9}, {3.762939861473041*^9, 3.762939909743734*^9}, { - 3.762939955718019*^9, 3.7629399593092413`*^9}, {3.7631071345625963`*^9, - 3.76310714375867*^9}, 3.763109010813422*^9, {3.7631092057400208`*^9, - 3.7631094289466867`*^9}, {3.76310946139357*^9, 3.763109464777589*^9}, { - 3.763109609170587*^9, 3.763109612134158*^9}, {3.7631096445197697`*^9, - 3.7631096660472937`*^9}, {3.763109717543357*^9, 3.7631097614270906`*^9}, { - 3.763113751318272*^9, 3.76311377566158*^9}, {3.763113847940092*^9, - 3.763113852041291*^9}, {3.7631139697602367`*^9, 3.763114015545051*^9}, { - 3.76311408524647*^9, 3.763114095717828*^9}, {3.7631141392049513`*^9, - 3.763114244720681*^9}, {3.763114313616914*^9, 3.763114335329433*^9}, { - 3.763114428789543*^9, 3.763114439084303*^9}, {3.763114657900378*^9, - 3.76311466123164*^9}, {3.763114804404273*^9, 3.763114830891836*^9}, - 3.76311492103691*^9, {3.7631149536921864`*^9, 3.7631149574953737`*^9}, - 3.763115194117029*^9, {3.763117481664586*^9, 3.7631175073895884`*^9}, { - 3.763117541659478*^9, 3.763117546457182*^9}, {3.763118366263104*^9, - 3.763118424888715*^9}, {3.7631184630443068`*^9, 3.763118556777619*^9}, { - 3.763118597267194*^9, 3.76311860862567*^9}, {3.763118669217677*^9, - 3.763118678281003*^9}, {3.763118760253681*^9, 3.7631187818044777`*^9}, { - 3.763118852675838*^9, 3.763118874530364*^9}, {3.763118914883135*^9, - 3.7631189239615602`*^9}, {3.76311903172056*^9, 3.763119095181788*^9}, { - 3.763119136625108*^9, 3.7631191532754908`*^9}, {3.763125215957747*^9, - 3.763125237860512*^9}, {3.763125325265283*^9, 3.7631253453669357`*^9}, { - 3.763125382704082*^9, 3.763125403991729*^9}, {3.763125717784651*^9, - 3.7631257305215178`*^9}, {3.763125776152041*^9, 3.763125776309593*^9}, { - 3.763125812131754*^9, 3.763125910381338*^9}, {3.7631259626923637`*^9, - 3.7631259841422453`*^9}, {3.763126035211269*^9, 3.763126036239753*^9}, { - 3.7631261701418447`*^9, 3.763126180115364*^9}, {3.763126279914678*^9, - 3.7631263241774693`*^9}, {3.7631263669207563`*^9, 3.763126393551303*^9}, { - 3.7631264476942673`*^9, 3.7631264609978867`*^9}, {3.76312650025568*^9, - 3.763126573461645*^9}, {3.7631266195254803`*^9, 3.763126623002365*^9}, { - 3.7631272758447733`*^9, 3.763127309275083*^9}, {3.7631275505577602`*^9, - 3.7631275721993113`*^9}, {3.763127617738536*^9, 3.76312765133419*^9}, { - 3.76312787086615*^9, 3.763127891746153*^9}, {3.763127975647997*^9, - 3.763127977794919*^9}, {3.763128010713504*^9, 3.763128021567861*^9}, { - 3.763128246913335*^9, 3.763128318277091*^9}, {3.7631285502832937`*^9, - 3.7631285749907627`*^9}, {3.7631286142239313`*^9, 3.763128621583006*^9}, { - 3.763128714046776*^9, 3.763128718181245*^9}, {3.7631297011891193`*^9, - 3.763129721772406*^9}, {3.763129763584149*^9, 3.763129768832306*^9}, { - 3.763129847014283*^9, 3.76312986407797*^9}, {3.763129927313559*^9, - 3.7631300438891373`*^9}, {3.763130179369866*^9, 3.7631302060726833`*^9}, { - 3.763130245968479*^9, 3.763130335547166*^9}, {3.7631303657106133`*^9, - 3.7631303802433157`*^9}, {3.7631304247119904`*^9, 3.763130455888669*^9}, { - 3.763130521792214*^9, 3.7631305406864758`*^9}, {3.7631305965443153`*^9, - 3.763130660171047*^9}, {3.763130706718121*^9, 3.763130829968198*^9}, { - 3.76313096353717*^9, 3.763131008181438*^9}, {3.763131576616784*^9, - 3.763131593542778*^9}, {3.7631317388395023`*^9, 3.7631317501629963`*^9}, { - 3.763131892771203*^9, 3.763131892992467*^9}, {3.763132007751411*^9, - 3.763132018592195*^9}, {3.763132085855482*^9, 3.763132118941799*^9}, { - 3.76313225950935*^9, 3.7631322966720047`*^9}, {3.763132346415104*^9, - 3.763132378887425*^9}, {3.763132545890561*^9, 3.763132580825664*^9}, { - 3.763132747293684*^9, 3.7631328034437017`*^9}, {3.7631329730980597`*^9, - 3.76313297389685*^9}, {3.763133056669232*^9, 3.763133188717005*^9}, { - 3.763133935427595*^9, 3.763133935595489*^9}, {3.763187227503315*^9, - 3.763187255977352*^9}, {3.763187457039694*^9, 3.763187459878124*^9}, { - 3.7631875802780323`*^9, 3.763187625750729*^9}, {3.7631876604547977`*^9, - 3.763187695133733*^9}, {3.763188212310367*^9, 3.763188223797275*^9}, { - 3.7631884932904*^9, 3.76318850267904*^9}, {3.763188670813423*^9, - 3.763188686690158*^9}, {3.763188967603389*^9, 3.763188971753989*^9}, { - 3.763189112892579*^9, 3.7631891137284737`*^9}, {3.763189143865053*^9, - 3.763189176599208*^9}, {3.7631892258070707`*^9, 3.7631892574490843`*^9}, { - 3.763189493136047*^9, 3.7631894989397297`*^9}, {3.7631896003011436`*^9, - 3.7631896082865353`*^9}, {3.763189847050942*^9, 3.763189849706423*^9}, { - 3.763189984007719*^9, 3.763189987835786*^9}, {3.763190061651286*^9, - 3.7631900848977213`*^9}, {3.7631901264431887`*^9, 3.763190167151824*^9}, { - 3.763190252366623*^9, 3.763190261428344*^9}, {3.763190406913002*^9, - 3.763190430824905*^9}, {3.763190468801447*^9, 3.763190469190565*^9}, { - 3.763190622378428*^9, 3.763190630267044*^9}, {3.763190661152936*^9, - 3.7631906670871983`*^9}, {3.763190724114277*^9, 3.763190829622073*^9}, { - 3.763190883250929*^9, 3.763190886503768*^9}, {3.763190917838767*^9, - 3.7631909193172626`*^9}, {3.763191046078986*^9, 3.763191055993108*^9}, { - 3.7631911205882196`*^9, 3.763191168179716*^9}, {3.763191227422003*^9, - 3.763191252791547*^9}, {3.763191329027898*^9, 3.763191469921081*^9}, { - 3.763191504955181*^9, 3.763191539257966*^9}, {3.7631915873067007`*^9, - 3.7631916335588217`*^9}, {3.7631916944415503`*^9, 3.763191763003018*^9}, { - 3.763191812380579*^9, 3.763191882334046*^9}, {3.763191928001873*^9, - 3.763191961271028*^9}, {3.763192105280212*^9, 3.76319210639229*^9}, { - 3.763192138213997*^9, 3.7631921652834473`*^9}, {3.7631927565237713`*^9, - 3.763192778410982*^9}, {3.763193346873497*^9, 3.763193398671426*^9}, { - 3.763193458829427*^9, 3.7631934913421307`*^9}, {3.763193543342906*^9, - 3.763193585165707*^9}, {3.763193615957055*^9, 3.7631936161804447`*^9}, { - 3.763193647289423*^9, 3.76319364936325*^9}, {3.763193721572187*^9, - 3.763193723439939*^9}, {3.7631938176581697`*^9, 3.763193824975697*^9}, { - 3.763193862394617*^9, 3.763193926233437*^9}, {3.763194023337283*^9, - 3.763194034343214*^9}, {3.763194615618539*^9, 3.763194619036454*^9}, { - 3.763194658740366*^9, 3.763194692672081*^9}, {3.763194755420477*^9, - 3.7631947699246273`*^9}, {3.763195334094963*^9, 3.763195338909153*^9}, { - 3.7631975202638683`*^9, 3.763197548230151*^9}, {3.763197626392477*^9, - 3.7631976888784437`*^9}, {3.763197723624353*^9, 3.7631977253245687`*^9}, { - 3.763197890121645*^9, 3.763197953778249*^9}, {3.763198031792822*^9, - 3.763198054939842*^9}, {3.76321612243653*^9, 3.763216135394136*^9}, { - 3.763216452860265*^9, 3.763216512562997*^9}, {3.763216619929467*^9, - 3.7632166276714373`*^9}, {3.76321670921714*^9, 3.763216717734356*^9}, { - 3.7632168429845753`*^9, 3.763216860041214*^9}, {3.763219483617481*^9, - 3.763219484646124*^9}, 3.7637480980874977`*^9, 3.7656132382169933`*^9, { - 3.7656132847518272`*^9, 3.765613290129304*^9}, {3.765613322429381*^9, - 3.765613322559623*^9}, {3.7656133923118057`*^9, 3.765613401977973*^9}, { - 3.765617239109764*^9, 3.765617256380885*^9}, {3.765617301508347*^9, - 3.765617328981081*^9}, {3.765617359205852*^9, 3.7656173781026287`*^9}, { - 3.765784620232706*^9, 3.765784689781252*^9}, {3.765784870221239*^9, - 3.765784892170088*^9}, {3.7657850012632504`*^9, 3.765785001478718*^9}, { - 3.765786854221891*^9, 3.76578701567861*^9}, {3.76578707263732*^9, - 3.765787072783017*^9}, {3.7657872632027473`*^9, 3.7657872785712852`*^9}, { - 3.765787316876203*^9, 3.765787339591667*^9}, {3.765787373522758*^9, - 3.7657874200352573`*^9}, {3.765787450044582*^9, 3.7657874663117313`*^9}, { - 3.7657874982950697`*^9, 3.7657875068386927`*^9}, {3.765787587486917*^9, - 3.765787617689131*^9}, {3.765787781196168*^9, 3.765787815427401*^9}, { - 3.765787850054681*^9, 3.765787856021174*^9}, {3.765787891382762*^9, - 3.765787954740789*^9}, {3.7657879904948072`*^9, 3.765787992037723*^9}, { - 3.7657880294366407`*^9, 3.765788030041398*^9}, 3.765788076272851*^9, - 3.765788126200704*^9, {3.765788276626862*^9, 3.7657883998158607`*^9}, { - 3.7657884591537046`*^9, 3.76578846122993*^9}, {3.765788571737989*^9, - 3.7657885749533253`*^9}, {3.7657886084416723`*^9, 3.765788610521564*^9}, { - 3.7657886533592777`*^9, 3.765788689744301*^9}, {3.765788727265636*^9, - 3.765788823548274*^9}, {3.76578893364857*^9, 3.7657890745241117`*^9}, { - 3.765789321204677*^9, 3.765789323836171*^9}, {3.765789383162809*^9, - 3.76578939527948*^9}, 3.765789506485285*^9, {3.765789559942175*^9, - 3.76578957941516*^9}, {3.765789610372075*^9, 3.7657896215452633`*^9}, { - 3.765789652426416*^9, 3.765789670747816*^9}, {3.765789726199593*^9, - 3.7657897711495047`*^9}, {3.7657898329974194`*^9, 3.76578983839888*^9}, { - 3.765789882716711*^9, 3.765790118721635*^9}, {3.765790156394946*^9, - 3.765790159211773*^9}, {3.765790226468259*^9, 3.7657902461019993`*^9}, { - 3.765790534617981*^9, 3.765790570961727*^9}, {3.765790646513578*^9, - 3.765790648697698*^9}, {3.766133130511834*^9, 3.766133191520647*^9}, { - 3.766133393203856*^9, 3.766133397097556*^9}, {3.7661334909023046`*^9, - 3.766133502477824*^9}, {3.766133547276335*^9, 3.766133599590375*^9}, { - 3.766133647697535*^9, 3.766133752010853*^9}, {3.76613385276198*^9, - 3.766133853360251*^9}, {3.766136088935584*^9, 3.766136089197337*^9}, { - 3.767418339006063*^9, 3.767418373391323*^9}, {3.76741865255199*^9, - 3.767418659977913*^9}, {3.767418772659123*^9, 3.767418776351082*^9}, { - 3.7674188354921303`*^9, 3.767418843488943*^9}, {3.767419391561277*^9, - 3.7674193933080072`*^9}, {3.767419477135425*^9, 3.767419478396847*^9}, { - 3.7674212389643307`*^9, 3.767421243094317*^9}, {3.767421388067708*^9, - 3.767421408273843*^9}, 3.7674214825380497`*^9, {3.767421748315342*^9, - 3.76742176753896*^9}, {3.7674221360416183`*^9, 3.767422150623794*^9}, { - 3.767422873176009*^9, 3.7674228861233063`*^9}, {3.767423176220377*^9, - 3.767423288843697*^9}, {3.767423319599174*^9, 3.7674233300793962`*^9}, { - 3.767423656813138*^9, 3.767423657009758*^9}, {3.7674242736796913`*^9, - 3.767424282134386*^9}, 3.767424359730546*^9, {3.767425400287179*^9, - 3.767425438842709*^9}, {3.7674254732233057`*^9, 3.7674254753341827`*^9}, { - 3.76742591047171*^9, 3.767426135839841*^9}, {3.767426781512274*^9, - 3.767426781644022*^9}, {3.7674268512227297`*^9, 3.767426853051519*^9}, { - 3.76742759519308*^9, 3.767427620099413*^9}, {3.767427894905375*^9, - 3.767427898429635*^9}, {3.767428043794436*^9, 3.767428052749457*^9}, { - 3.767429496716354*^9, 3.76742950712227*^9}, {3.7705685388204727`*^9, - 3.77056855609783*^9}, {3.770985255621977*^9, 3.77098533433296*^9}, { - 3.7709853979701557`*^9, 3.770985429562252*^9}, {3.7709854802462187`*^9, - 3.77098548903078*^9}, {3.770992216824781*^9, 3.770992217581645*^9}, { - 3.770992263809794*^9, 3.770992274212365*^9}, {3.770992316847095*^9, - 3.7709923668539667`*^9}, {3.770992843329639*^9, 3.770992847623066*^9}, { - 3.7709937469717007`*^9, 3.770993754167997*^9}, {3.77099404442232*^9, - 3.770994057522037*^9}, {3.7709942504947023`*^9, 3.770994251172936*^9}, { - 3.770994313420412*^9, 3.770994333179612*^9}, {3.7709947381180363`*^9, - 3.770994746114501*^9}, {3.77099489728544*^9, 3.770994903087699*^9}, { - 3.7709955146884212`*^9, 3.770995519188938*^9}, {3.7709955885900097`*^9, - 3.770995603621776*^9}, {3.7709985161231823`*^9, 3.770998573504325*^9}, { - 3.770998636718886*^9, 3.77099866864684*^9}, {3.770999271890346*^9, - 3.7709992748324633`*^9}, {3.77099932832793*^9, 3.770999435197094*^9}, { - 3.770999473700451*^9, 3.77099954163769*^9}, {3.7709996054438562`*^9, - 3.77099970778405*^9}, {3.770999776833643*^9, 3.770999798197777*^9}, { - 3.7709998298969727`*^9, 3.7709999055790854`*^9}, {3.771000913605406*^9, - 3.771000994531023*^9}, {3.771001058025551*^9, 3.771001085103985*^9}, { - 3.771001155512368*^9, 3.771001215445347*^9}, {3.771001257175239*^9, - 3.771001295878345*^9}, {3.7710033329319677`*^9, 3.771003360971566*^9}, { - 3.77100354006137*^9, 3.7710036064113626`*^9}, {3.771003657619206*^9, - 3.7710036944494877`*^9}, 3.771003727767627*^9, 3.771062394226145*^9, { - 3.771062571972788*^9, 3.7710625760835648`*^9}, {3.7710626284198513`*^9, - 3.771062632297975*^9}, {3.771062770322917*^9, 3.771062781615706*^9}, { - 3.771062835425494*^9, 3.771062892468504*^9}, 3.7710629725583553`*^9, { - 3.771063096550644*^9, 3.77106312575948*^9}, {3.7710631628487053`*^9, - 3.771063189685732*^9}, {3.771063374106915*^9, 3.7710634136717167`*^9}, { - 3.771063715324141*^9, 3.771063723856834*^9}, 3.7710637716993*^9, { - 3.7710663266989393`*^9, 3.7710663295535192`*^9}, {3.771066369739533*^9, - 3.771066412961162*^9}, {3.771066589388928*^9, 3.771066591324184*^9}, { - 3.771066696018014*^9, 3.771066756432719*^9}, {3.771066818583774*^9, - 3.771066819938601*^9}, {3.771067050293045*^9, 3.771067073807219*^9}, { - 3.77106721868401*^9, 3.771067235962707*^9}, {3.7710678738916483`*^9, - 3.771067946032868*^9}, {3.771068096310753*^9, 3.771068170859066*^9}, { - 3.7710682057955303`*^9, 3.771068213657659*^9}, {3.771068243801957*^9, - 3.77106833510456*^9}, {3.771068961022511*^9, 3.7710690398331823`*^9}, { - 3.7710690833632727`*^9, 3.771069083504656*^9}, {3.7710691353442497`*^9, - 3.771069149303069*^9}, {3.771069198154456*^9, 3.771069232605229*^9}, { - 3.7710696182554483`*^9, 3.77106962241162*^9}, {3.771071024377389*^9, - 3.7710711687241383`*^9}, {3.771071223269198*^9, 3.7710712555852633`*^9}, { - 3.771071297666704*^9, 3.7710712989299517`*^9}, {3.7710713301115828`*^9, - 3.771071587457263*^9}, {3.77107162312395*^9, 3.771071624129236*^9}, { - 3.771071687296813*^9, 3.77107182861987*^9}, {3.7710718649574947`*^9, - 3.7710718681068993`*^9}, {3.771218359146858*^9, 3.771218371633432*^9}, - 3.771218633021106*^9, 3.771219750185355*^9, {3.771227804121016*^9, - 3.771227805860454*^9}, {3.7712280867684526`*^9, 3.771228092370463*^9}, { - 3.771228492507588*^9, 3.77122849265583*^9}, {3.771229675233079*^9, - 3.771229680331314*^9}, {3.771229885322709*^9, 3.7712299013359747`*^9}, { - 3.7712299416509113`*^9, 3.771229942983835*^9}, {3.7712304741539307`*^9, - 3.7712305157645483`*^9}, {3.7712306706620092`*^9, - 3.7712307683413067`*^9}, {3.771230847027277*^9, 3.771230906810211*^9}, { - 3.771230971727503*^9, 3.771230996070547*^9}, {3.77123104405582*^9, - 3.7712310789673653`*^9}, {3.771231137938733*^9, 3.771231139371385*^9}, - 3.771231185248641*^9, {3.7712313407334642`*^9, 3.771231351223959*^9}, { - 3.771231399192821*^9, 3.771231400594159*^9}, {3.771231438048242*^9, - 3.771231449680297*^9}, {3.771231660158917*^9, 3.771231660235083*^9}, { - 3.77123171146215*^9, 3.7712317477201843`*^9}, {3.7712317866697483`*^9, - 3.771231805928154*^9}, {3.771231857513937*^9, 3.771231922606146*^9}, { - 3.7712322109702272`*^9, 3.771232245011187*^9}, {3.77123232501055*^9, - 3.7712323279219637`*^9}, {3.7712323608281937`*^9, 3.771232361010892*^9}, { - 3.771232396338902*^9, 3.771232424695243*^9}, {3.771236683796921*^9, - 3.771236718438673*^9}, {3.771238579955537*^9, 3.77123858039727*^9}, { - 3.774163342992441*^9, 3.774163349465139*^9}, 3.774163732272812*^9, { - 3.774170626573571*^9, 3.774170635524674*^9}, {3.7741707477912607`*^9, - 3.774170756370921*^9}, {3.774171154343649*^9, 3.774171174268244*^9}, { - 3.774171207282909*^9, 3.774171229698924*^9}, {3.774171280793515*^9, - 3.7741713078089027`*^9}, {3.777883110942696*^9, 3.777883121513275*^9}, { - 3.777883300718519*^9, 3.777883303748021*^9}, {3.777883597200561*^9, - 3.7778836198610353`*^9}, {3.7778841982352753`*^9, 3.777884240627591*^9}, { - 3.777884354490204*^9, 3.777884390100523*^9}, {3.777884496376441*^9, - 3.777884550767989*^9}, {3.7778845886714563`*^9, 3.777884618561845*^9}, { - 3.777884741239046*^9, 3.7778847422165823`*^9}, {3.777884847900238*^9, - 3.777884848695868*^9}, {3.777884881478932*^9, 3.777884893190099*^9}, { - 3.777884936268408*^9, 3.777884938034113*^9}, {3.7778849898832073`*^9, - 3.777884992009694*^9}, {3.777886841769018*^9, 3.777886847035543*^9}, { - 3.777886938832423*^9, 3.777886938991823*^9}, {3.777886974197579*^9, - 3.77788697454423*^9}, {3.777888208711817*^9, 3.777888209786521*^9}, { - 3.7778884873875313`*^9, 3.7778884879400873`*^9}, {3.778341547712955*^9, - 3.7783416140779133`*^9}, {3.778342096135556*^9, 3.7783421122925663`*^9}, { - 3.7783423980957613`*^9, 3.778342436409171*^9}, 3.7783425371184177`*^9, - 3.7783428037732286`*^9, {3.778343228103939*^9, 3.778343252000104*^9}, { - 3.778343855424313*^9, 3.778343874590789*^9}, {3.77834691848427*^9, - 3.778346921962772*^9}, {3.77834703461736*^9, 3.778347056218598*^9}, { - 3.778347317730957*^9, 3.778347335275222*^9}, {3.778347463422864*^9, - 3.778347572532193*^9}, {3.77834765722755*^9, 3.778347660842284*^9}, { - 3.778347746485642*^9, 3.778347755029956*^9}, {3.778347956245047*^9, - 3.778347964018465*^9}, 3.7784846769299726`*^9, {3.779517206742679*^9, - 3.779517247454179*^9}, {3.7795175246690474`*^9, 3.7795175559046183`*^9}, { - 3.779517586114908*^9, 3.7795175871998987`*^9}, {3.779517645545917*^9, - 3.779517656862606*^9}, {3.779517811668775*^9, 3.7795178497309723`*^9}, - 3.779526036951063*^9, {3.77952796708489*^9, 3.7795279763312407`*^9}, { - 3.779528344596788*^9, 3.779528346410655*^9}, {3.779528489755775*^9, - 3.779528491208659*^9}, {3.7795285236167393`*^9, 3.779528526815249*^9}, { - 3.779528558298008*^9, 3.7795286018374643`*^9}, {3.779528800371364*^9, - 3.7795288549048758`*^9}, {3.779528919376288*^9, 3.779529034125331*^9}, { - 3.7801170933815823`*^9, 3.7801171255234756`*^9}, {3.78161320625354*^9, - 3.7816132784104643`*^9}, {3.781613466583273*^9, 3.781613474582327*^9}, { - 3.781613518662004*^9, 3.781613521863761*^9}, {3.781613740528426*^9, - 3.7816137471257153`*^9}, {3.781613895330988*^9, 3.7816139316812687`*^9}, { - 3.781614096031432*^9, 3.78161415612395*^9}, 3.7816159785577297`*^9, { - 3.781616027676881*^9, 3.781616060487369*^9}, 3.781616096101468*^9, { - 3.7816161385105867`*^9, 3.781616162353176*^9}, {3.781616435909308*^9, - 3.78161643626823*^9}, {3.781617040934772*^9, 3.781617069205027*^9}, { - 3.781617228538068*^9, 3.781617236672196*^9}, {3.78161727927229*^9, - 3.781617292631782*^9}, {3.7816174735244093`*^9, 3.781617491058634*^9}, { - 3.781617527758053*^9, 3.781617566098106*^9}, {3.781617666985403*^9, - 3.781617694464521*^9}, {3.781617747945244*^9, 3.781617798852406*^9}, { - 3.781617877981491*^9, 3.781617925018609*^9}, {3.781618166592342*^9, - 3.781618166765592*^9}, {3.78161820857272*^9, 3.7816182108997583`*^9}, { - 3.781618346661129*^9, 3.781618360457876*^9}, {3.781618423314724*^9, - 3.781618432911172*^9}, {3.781618541119955*^9, 3.781618575804497*^9}, { - 3.781618747961049*^9, 3.781618749711997*^9}, {3.781618849422463*^9, - 3.781618892708911*^9}, {3.781619490567857*^9, 3.7816195224157763`*^9}, { - 3.7816197712209473`*^9, 3.78161978506593*^9}, {3.7816198457084*^9, - 3.781619857176858*^9}, {3.781625278010277*^9, 3.781625278320633*^9}, { - 3.781625507076171*^9, 3.7816255135539083`*^9}, {3.781625669295478*^9, - 3.781625682670639*^9}, {3.7816257643671703`*^9, 3.78162576471795*^9}, { - 3.7816258194699907`*^9, 3.781625878530567*^9}, {3.7816259136011744`*^9, - 3.7816260848868437`*^9}, {3.781626326233399*^9, 3.781626333704397*^9}, { - 3.781626980439177*^9, 3.781627007036531*^9}, {3.781627113972267*^9, - 3.781627154804058*^9}, {3.781627219665454*^9, 3.781627248855564*^9}, { - 3.781628075852029*^9, 3.781628075995063*^9}, {3.781628168145582*^9, - 3.781628264007738*^9}, {3.781628457828092*^9, 3.781628527113945*^9}, { - 3.781628581808958*^9, 3.781628598640403*^9}, {3.781629271180827*^9, - 3.781629277538378*^9}, 3.781629552681849*^9, 3.781630265952499*^9, { - 3.781630513131585*^9, 3.781630816343946*^9}, {3.781637794421029*^9, - 3.781637799560951*^9}, {3.7816397465121393`*^9, 3.78163976192807*^9}, { - 3.781640974084455*^9, 3.781640976293817*^9}, {3.7816410135354967`*^9, - 3.781641013718293*^9}, {3.7816411364758987`*^9, 3.781641191553282*^9}, { - 3.7816412292679377`*^9, 3.781641263383588*^9}, {3.781641329231557*^9, - 3.781641407480527*^9}, {3.7816414736695557`*^9, 3.781641494356456*^9}, { - 3.781641665977538*^9, 3.781641775323806*^9}, {3.7816418499103003`*^9, - 3.781641899700966*^9}, {3.781641933766172*^9, 3.781642020388858*^9}, { - 3.781642050782839*^9, 3.781642054363265*^9}, {3.78164251745315*^9, - 3.7816425582402477`*^9}, {3.78164267991064*^9, 3.7816427406446466`*^9}, { - 3.7816428476543827`*^9, 3.781642877563442*^9}, {3.781642916602785*^9, - 3.781642920353833*^9}, {3.781642977177203*^9, 3.781642983425953*^9}, { - 3.781643013848412*^9, 3.781643052783231*^9}, {3.78164318704478*^9, - 3.781643219731113*^9}, {3.781643272051425*^9, 3.7816433006016893`*^9}, { - 3.781643334898526*^9, 3.78164336265945*^9}, {3.781643442740518*^9, - 3.781643451844163*^9}, {3.7816435563877*^9, 3.7816435585687637`*^9}, { - 3.7816436149431553`*^9, 3.781643621143251*^9}, {3.7816436804139547`*^9, - 3.781643706429069*^9}, {3.781643743317902*^9, 3.7816438016986732`*^9}, { - 3.78164387296428*^9, 3.781643893202812*^9}, {3.781643925212257*^9, - 3.781643935090425*^9}, {3.781643980002695*^9, 3.781643980824354*^9}, { - 3.781684735387897*^9, 3.781684819903823*^9}, {3.781684876734529*^9, - 3.781684878127458*^9}, {3.781685026220841*^9, 3.781685026346856*^9}, - 3.781685837596628*^9, {3.7818586600248327`*^9, 3.781858698654344*^9}, { - 3.781970479428784*^9, 3.781970484385592*^9}, {3.7819705355792217`*^9, - 3.7819705604817953`*^9}, {3.78197064168012*^9, 3.781970681374538*^9}, { - 3.781970827474432*^9, 3.781970842441272*^9}, {3.781970876577787*^9, - 3.781970888529028*^9}, {3.781970921400443*^9, 3.781970922960889*^9}, { - 3.781971313856226*^9, 3.781971348884428*^9}, 3.781973267320959*^9, { - 3.781973703254539*^9, 3.7819737120300198`*^9}, {3.781973757511489*^9, - 3.781973759420343*^9}, {3.781973861345709*^9, 3.78197387908136*^9}, { - 3.781974403127407*^9, 3.781974427431816*^9}, {3.781974693619644*^9, - 3.7819747015123672`*^9}, {3.7819748007121973`*^9, - 3.7819748021185293`*^9}, {3.781975016770525*^9, 3.781975053425517*^9}, { - 3.7819753436909113`*^9, 3.781975360712893*^9}, {3.7819754145529757`*^9, - 3.7819754494211483`*^9}, {3.781975481328372*^9, 3.7819754824002047`*^9}, { - 3.7819755501415653`*^9, 3.7819755872747087`*^9}, {3.7819756407124987`*^9, - 3.781975708991906*^9}, {3.78197574343906*^9, 3.781975746360037*^9}, { - 3.781975781934388*^9, 3.7819758380507174`*^9}, {3.781975908523636*^9, - 3.781975946423642*^9}, {3.781976094639604*^9, 3.781976192465424*^9}, { - 3.781976298402731*^9, 3.781976311159066*^9}, {3.781976504781452*^9, - 3.781976515809821*^9}, {3.781976551492639*^9, 3.7819766200321712`*^9}, { - 3.7819766626814957`*^9, 3.781976763756845*^9}, {3.781976798118968*^9, - 3.7819767987484922`*^9}, {3.781976851045764*^9, 3.7819770452495193`*^9}, { - 3.7819770875915937`*^9, 3.78197709450902*^9}, {3.781977343242259*^9, - 3.781977352551201*^9}, {3.7819775153986683`*^9, 3.781977530740782*^9}, { - 3.781977564973339*^9, 3.781977573613017*^9}, {3.78197768755695*^9, - 3.7819776941169443`*^9}, {3.781978216329488*^9, 3.781978243885551*^9}, { - 3.781983043634603*^9, 3.781983062376174*^9}, {3.781983123876878*^9, - 3.781983128904243*^9}, {3.781983220548943*^9, 3.781983236694174*^9}, { - 3.7819834188814163`*^9, 3.781983432538183*^9}, {3.7819835455932083`*^9, - 3.781983545661634*^9}, {3.781983686372409*^9, 3.781983704587221*^9}, { - 3.781983762849457*^9, 3.7819837781295643`*^9}, {3.781983821008318*^9, - 3.78198385551932*^9}, {3.781983895262005*^9, 3.78198390497884*^9}, { - 3.7819841503967333`*^9, 3.781984165499565*^9}, 3.781984242698344*^9, { - 3.7819842789530497`*^9, 3.781984279111786*^9}, {3.781984336959611*^9, - 3.781984399729515*^9}, {3.781984517716167*^9, 3.781984527771372*^9}, { - 3.781984767737414*^9, 3.7819847792293167`*^9}, {3.781985508450797*^9, - 3.7819855164880657`*^9}, {3.7819866804963017`*^9, 3.781986681576619*^9}, { - 3.782020606289318*^9, 3.7820206331435223`*^9}, {3.782020836806452*^9, - 3.782020849458085*^9}, {3.782020983745294*^9, 3.782020983854931*^9}, { - 3.7820212678906403`*^9, 3.782021294257024*^9}, {3.782021329650251*^9, - 3.78202133154151*^9}, {3.78202307822106*^9, 3.782023103458386*^9}, { - 3.7820234551894703`*^9, 3.7820234585371227`*^9}, {3.782023777791298*^9, - 3.782023786260988*^9}, {3.7820253817016478`*^9, 3.782025383650928*^9}, - 3.7820255471854687`*^9, 3.7820255859523373`*^9, {3.78202595944545*^9, - 3.7820259762225237`*^9}, {3.782026155003845*^9, 3.7820261565214043`*^9}, { - 3.7820262807623777`*^9, 3.7820262809270267`*^9}, {3.782026501789748*^9, - 3.782026517802761*^9}, {3.7820274957744493`*^9, 3.7820275343413277`*^9}, { - 3.782030134478948*^9, 3.782030142811864*^9}, {3.782034835007429*^9, - 3.782034868548449*^9}, {3.782034903724308*^9, 3.782034927037004*^9}, { - 3.782035117844241*^9, 3.782035191248231*^9}, {3.782035246703274*^9, - 3.782035254485135*^9}, {3.78203534310105*^9, 3.782035393256496*^9}, { - 3.782035430752219*^9, 3.7820355008637743`*^9}, {3.782035531168173*^9, - 3.7820355391955442`*^9}, {3.782035572957782*^9, 3.782035588181326*^9}, { - 3.782035621490081*^9, 3.782035622157496*^9}, {3.782035658116057*^9, - 3.7820356592597713`*^9}, 3.782035752108653*^9, {3.782036605747527*^9, - 3.782036609700107*^9}, {3.782036650872085*^9, 3.7820366750627003`*^9}, { - 3.782036739938059*^9, 3.782036748220147*^9}, {3.7820368536072197`*^9, - 3.782036910382469*^9}, {3.782036961408597*^9, 3.782036964044695*^9}, - 3.7820369943271627`*^9, {3.782037102594823*^9, 3.782037312166492*^9}, { - 3.782037414354631*^9, 3.782037522984377*^9}, {3.782037900270732*^9, - 3.782037909791239*^9}, {3.782037953216354*^9, 3.782037973174725*^9}, { - 3.7820380918057547`*^9, 3.782038191673614*^9}, 3.782038276033437*^9, { - 3.782038360101893*^9, 3.782038449443288*^9}, {3.782038481098366*^9, - 3.7820385887878447`*^9}, {3.782038674366754*^9, 3.782038676101048*^9}, { - 3.782038866846766*^9, 3.782038879675267*^9}, {3.782039658796513*^9, - 3.782039658953662*^9}, {3.7820399967957973`*^9, 3.782040022257876*^9}, { - 3.782040890193972*^9, 3.782040915526806*^9}, 3.782041806438738*^9, { - 3.782489132803646*^9, 3.782489138581966*^9}, {3.783763538227076*^9, - 3.783763545309702*^9}, {3.783763727238998*^9, 3.7837637486463118`*^9}, { - 3.783763846990728*^9, 3.7837639973529463`*^9}, {3.783764027806872*^9, - 3.783764164585115*^9}, {3.783787583535782*^9, 3.783787588853381*^9}, { - 3.783787710799172*^9, 3.783787711308346*^9}, {3.783787849426342*^9, - 3.783787880169121*^9}, {3.7837879209771214`*^9, 3.7837879268709583`*^9}, { - 3.7837988126584253`*^9, 3.7837988168567133`*^9}, {3.7869680103110657`*^9, - 3.786968011884375*^9}, {3.7870566359357862`*^9, 3.787056638333597*^9}, - 3.787902487443215*^9, {3.7879035827870407`*^9, 3.787903613818424*^9}, { - 3.78790367329218*^9, 3.787903696103341*^9}, {3.7879039877148247`*^9, - 3.787904066881048*^9}, {3.787906924247305*^9, 3.787906960126708*^9}, { - 3.7879071325107718`*^9, 3.78790713757917*^9}, {3.787907198035866*^9, - 3.787907241874853*^9}, {3.787915826876635*^9, 3.787915845924526*^9}, { - 3.787915881740589*^9, 3.78791588221117*^9}, {3.787916055527948*^9, - 3.787916067192184*^9}, {3.7879178373424397`*^9, 3.787917841109544*^9}, { - 3.787917871851177*^9, 3.78791789665902*^9}, 3.787918939616555*^9, { - 3.7879213712090187`*^9, 3.787921377010886*^9}, {3.787921409843429*^9, - 3.787921444207378*^9}, 3.802711297491666*^9, {3.807789915632619*^9, - 3.80778991868692*^9}, {3.8077924732085743`*^9, 3.807792495883554*^9}, { - 3.807793454425742*^9, 3.8077934566446037`*^9}, 3.807793558128088*^9, { - 3.807793593831057*^9, 3.80779359895788*^9}, {3.807793677325316*^9, - 3.807793704536694*^9}, {3.807985442010429*^9, 3.807985449040804*^9}, { - 3.807989386739872*^9, 3.807989397753536*^9}, {3.808051946372415*^9, - 3.808051952663107*^9}, {3.808051999703402*^9, 3.808052057538762*^9}, { - 3.8080521606877327`*^9, 3.8080521652535467`*^9}, {3.808052225095913*^9, - 3.808052275722418*^9}, {3.8080523965587*^9, 3.80805242422392*^9}, { - 3.808054331745401*^9, 3.808054332513186*^9}, {3.8080544308108463`*^9, - 3.808054441988483*^9}, {3.808054580677874*^9, 3.808054598614485*^9}, { - 3.808054631815812*^9, 3.808054655834497*^9}, {3.80805474464145*^9, - 3.8080547750901833`*^9}, {3.808054828143489*^9, 3.8080548620110683`*^9}, { - 3.8080550021215982`*^9, 3.8080551118957653`*^9}, {3.808055306425462*^9, - 3.8080554502579403`*^9}, {3.808055513055287*^9, 3.8080555465537148`*^9}, { - 3.8080556207663116`*^9, 3.808055701661311*^9}, {3.808055734870295*^9, - 3.8080557577706347`*^9}, {3.808055848605351*^9, 3.808055864570939*^9}, { - 3.808055895947966*^9, 3.808056026951891*^9}, {3.808056067398547*^9, - 3.80805609395954*^9}, {3.808056140924355*^9, 3.808056202175819*^9}, { - 3.808056310199999*^9, 3.808056420770576*^9}, {3.808056468322728*^9, - 3.8080566282111607`*^9}, {3.8080566702265587`*^9, 3.808056692227126*^9}, { - 3.808058176077817*^9, 3.808058197536375*^9}, {3.8080582308528*^9, - 3.80805823747373*^9}, {3.8080591072686987`*^9, 3.8080591485491753`*^9}, { - 3.808059221866251*^9, 3.808059264339147*^9}, 3.8080593192139683`*^9, { - 3.808059418587134*^9, 3.808059501906302*^9}, {3.8080599308221607`*^9, - 3.8080600137908287`*^9}, {3.80806010284832*^9, 3.808060113073138*^9}, { - 3.808066205204237*^9, 3.80806622192096*^9}, {3.808066427817491*^9, - 3.8080664627818613`*^9}, {3.808066530854473*^9, 3.808066588264064*^9}, { - 3.80806664110874*^9, 3.8080666639649763`*^9}, {3.808069024792268*^9, - 3.80806902514886*^9}, {3.808157691104542*^9, 3.8081576919534817`*^9}, { - 3.837487531191209*^9, 3.837487534376569*^9}, {3.8374877075627823`*^9, - 3.837487710974146*^9}, {3.837490740835659*^9, 3.8374907683352118`*^9}, { - 3.8374908094952993`*^9, 3.8374908117110558`*^9}, {3.837491843999189*^9, - 3.8374918447794647`*^9}, {3.837494710632889*^9, 3.837494711169764*^9}, - 3.837500406984702*^9, 3.8375006837589293`*^9, {3.83750089044858*^9, - 3.837500961342593*^9}, {3.837501081300103*^9, 3.837501134412258*^9}, { - 3.83750138639123*^9, 3.8375014229112473`*^9}, {3.837501455560422*^9, - 3.837501462664875*^9}, {3.837501535227064*^9, 3.837501538662188*^9}, { - 3.837527113217132*^9, 3.837527122343259*^9}, {3.837841601034918*^9, - 3.837841606119224*^9}, {3.837841747189337*^9, 3.837841788384776*^9}, { - 3.837846216454035*^9, 3.837846218949201*^9}, {3.83784787453576*^9, - 3.8378478832715197`*^9}, 3.8378483568438797`*^9, {3.8378506502458067`*^9, - 3.837850679294114*^9}, {3.83785119612169*^9, 3.837851221089718*^9}, { - 3.837851837088249*^9, 3.837851887621559*^9}, {3.837943432653709*^9, - 3.8379434755495253`*^9}, {3.837944758234189*^9, 3.8379447737578497`*^9}, { - 3.837944843654602*^9, 3.8379448507986507`*^9}, {3.837954927031541*^9, - 3.837954933437845*^9}, {3.83795502723206*^9, 3.8379550401089897`*^9}, { - 3.838004608328883*^9, 3.8380046087656603`*^9}, {3.838005076487794*^9, - 3.838005081288789*^9}, {3.838005212935206*^9, 3.838005221315866*^9}, { - 3.838005372739094*^9, 3.838005375186949*^9}, {3.838007940039172*^9, - 3.838007984968727*^9}, {3.8380092163062162`*^9, 3.8380092199333887`*^9}, { - 3.838010649388414*^9, 3.838010649607935*^9}, {3.839057215246313*^9, - 3.839057326313712*^9}, {3.839057440671864*^9, 3.839057459733696*^9}, { - 3.8390575339766893`*^9, 3.839057535685368*^9}, {3.839057929898844*^9, - 3.839057952633745*^9}, {3.839057993421988*^9, 3.8390580168703814`*^9}, { - 3.839058089834715*^9, 3.839058147778646*^9}, {3.839058211486747*^9, - 3.8390582890332737`*^9}, {3.839058328612121*^9, 3.839058338959573*^9}, { - 3.8390587489510307`*^9, 3.8390588377058487`*^9}, {3.8390622206608467`*^9, - 3.839062226502831*^9}, {3.839141920664075*^9, 3.839141949050418*^9}, { - 3.839141983868103*^9, 3.8391420715035353`*^9}, {3.8391423128802013`*^9, - 3.8391423673215427`*^9}, 3.839142421947266*^9, {3.839142499613665*^9, - 3.839142511619998*^9}, {3.8392160352976522`*^9, 3.8392160382201366`*^9}, { - 3.839216340796733*^9, 3.839216358722328*^9}, {3.839216897535836*^9, - 3.839216980575491*^9}, {3.839217015492845*^9, 3.839217091943886*^9}, { - 3.8392171301535*^9, 3.8392171327418633`*^9}, 3.839217183614945*^9, { - 3.839217555510582*^9, 3.8392175632111197`*^9}, {3.839217614216827*^9, - 3.8392176606063957`*^9}, {3.839217720767723*^9, 3.839217743747316*^9}, { - 3.839217786842793*^9, 3.839217790960473*^9}, {3.839217830243021*^9, - 3.8392178582477703`*^9}, {3.839217902342546*^9, 3.8392179417384853`*^9}, { - 3.8392179883768663`*^9, 3.839217988988652*^9}, {3.839218869469514*^9, - 3.839218956042646*^9}, {3.839219068432672*^9, 3.839219071351293*^9}, - 3.839219105102982*^9, {3.8392192200407133`*^9, 3.839219220637529*^9}, - 3.839237277261307*^9, {3.839237879468898*^9, 3.839237904194549*^9}, { - 3.839237951551139*^9, 3.839237963600268*^9}, {3.8392380353909073`*^9, - 3.839238036094829*^9}, {3.8392383667715178`*^9, 3.839238394692898*^9}, { - 3.839238455429673*^9, 3.839238461576044*^9}, {3.8392385473569508`*^9, - 3.8392385920265837`*^9}, {3.8392386709095182`*^9, 3.839238679780632*^9}, - 3.841985840380575*^9, {3.841985943109438*^9, 3.841985999456197*^9}, { - 3.841987514602723*^9, 3.841987520343917*^9}, {3.841987908898202*^9, - 3.8419880873250923`*^9}, {3.841988788476963*^9, 3.8419887888438063`*^9}, { - 3.84198883574195*^9, 3.841989035118896*^9}, {3.8419894394460487`*^9, - 3.841989473750284*^9}, {3.8419895820449533`*^9, 3.841989611756288*^9}, { - 3.841989757997691*^9, 3.8419897700826883`*^9}, {3.841990185098681*^9, - 3.841990200007823*^9}, {3.84199038276764*^9, 3.8419904352347593`*^9}, - 3.841990468029398*^9, {3.841990753946854*^9, 3.841990775885694*^9}, { - 3.841990843530039*^9, 3.8419908690634108`*^9}, {3.841991301684308*^9, - 3.841991453122794*^9}, {3.841993126536621*^9, 3.8419931785910378`*^9}, { - 3.841993422352249*^9, 3.8419934728793488`*^9}, {3.841993688646084*^9, - 3.8419937463625793`*^9}, {3.8419937797085037`*^9, - 3.8419938565613947`*^9}, {3.841994040931972*^9, 3.841994129345196*^9}, { - 3.8419941802875338`*^9, 3.841994245288007*^9}, {3.8419942956487226`*^9, - 3.841994303679717*^9}, {3.8419943718638887`*^9, 3.84199437517459*^9}, { - 3.841994466812265*^9, 3.8419945228095016`*^9}, {3.841994567237859*^9, - 3.841994579940976*^9}, {3.841994698141169*^9, 3.8419947213402567`*^9}, { - 3.841994799291295*^9, 3.841994808066053*^9}, {3.841995299012694*^9, - 3.8419953037808743`*^9}, {3.841995614923601*^9, 3.841995617809141*^9}, { - 3.841995741536749*^9, 3.8419957564008503`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[1010]:=",ExpressionUUID->"276a7d82-992f-443b-ae68-3cea7b1e3b5f"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[735]:=",ExpressionUUID->"a02b78f9-cd7a-4200-adeb-cd13a0b10ea6"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SimulateDiffractionPattern", "Subchapter", - CellChangeTimes->{{3.763444064601392*^9, 3.76344406604885*^9}, { - 3.763444882154315*^9, 3.7634448855357943`*^9}, 3.783097311011979*^9, { - 3.783672514368661*^9, - 3.78367251967959*^9}},ExpressionUUID->"a2f3384b-da85-4b8b-a764-\ -3edf6647d56c"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[380]:=",ExpressionUUID->"d00f6130-c156-4e35-a3eb-125f012200ac"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidStructureInput"}], - "=", "\"\<Structural input must be a crystal label or the path to one or \ -more structure files.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidInputForDIFFUSE"}], - "=", "\"\<If not using a crystal label with DIFFUSE, input should be two \ -structure files.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidReciprocalPlane"}], - "=", "\"\<Invalid reciprocal plane input.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidReciprocalSpaceLimit"}], "=", - "\"\<Invalid setting for \\\"IndicesLimit\\\".\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "ZeroIntensity"}], "=", - "\"\<No intensity found in data.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "MissingOutputData"}], "=", - "\"\<Unable to import the expected output data.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "MissingProgram"}], "=", - "\"\<`1` does not appear to be installed.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidPrint"}], "=", - "\"\<Invalid print setting.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidFormat"}], "=", - "\"\<Structure file seems to be invalid.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "UnsupportedProgram"}], "=", - "\"\<The program \[LeftGuillemet]`1`\[RightGuillemet] is not \ -supported.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidSubtractionMode"}], - "=", "\"\<Invalid scattering subtraction mode.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidScalingFactor"}], "=", - "\"\<The scaling factor must be a number.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "InvalidImageDimensions"}], - "=", "\"\<Image dimension must be a pair of natural numbers.\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "SimulateDiffractionPattern"}], "=", - RowBox[{"SortBy", "[", - RowBox[{ - RowBox[{"Normal", "@", - RowBox[{"Union", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Association", "@", - RowBox[{"Options", "@", "ArrayPlot"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Association", "@", - RowBox[{"Options", "@", "ListDensityPlot"}]}], ",", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<BraggScatteringSubtractionMode\>\"", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ImageDimensions\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"500", ",", "500"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<IndicesLimit\>\"", "\[Rule]", "5.5"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<LowerCutoff\>\"", "\[Rule]", "0"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<PrintOutput\>\"", "\[Rule]", "\"\<ErrorsOnly\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<ProgramPaths\>\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<MacOSX\>\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<DISCUS\>\"", "\[Rule]", - "\"\</usr/local/bin/discus_suite\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - "\"\<DIFFUSE\>\"", "\[Rule]", "\"\</usr/local/bin\>\""}]}], - "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Unix\>\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<DISCUS\>\"", "\[Rule]", - "\"\</usr/local/bin/discus_suite\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - "\"\<DIFFUSE\>\"", "\[Rule]", "\"\</usr/local/bin\>\""}]}], - "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Windows\>\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<DISCUS\>\"", "\[Rule]", - "\"\<C:\\\\Program Files \ -(x86)\\\\Discus\\\\bin\\\\discus_suite.exe\>\""}], ",", "\[IndentingNewLine]", - RowBox[{ - "\"\<DIFFUSE\>\"", "\[Rule]", - "\"\<C:\\\\Program Files (x86)\\\\DIFFUSE\>\""}]}], - "|>"}]}]}], "\[IndentingNewLine]", "|>"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnData\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ScalingFactor\>\"", "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UseRawInput\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "ArrayPlot", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"ColorFunction", "\[Rule]", "\"\<Warm\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Frame", "\[Rule]", "False"}], ",", "\[IndentingNewLine]", - - RowBox[{"FrameTicks", "\[Rule]", "All"}], ",", - "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", - "\[IndentingNewLine]", - RowBox[{"PlotLegends", "\[Rule]", "None"}], ",", - "\[IndentingNewLine]", - RowBox[{"ScalingFunctions", "\[Rule]", "\"\<Log\>\""}]}], - "\[IndentingNewLine]", "|>"}]}], "]"}]}], ",", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "]"}], "&"}]}], "]"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SimulateDiffractionPattern"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", - RowBox[{"OptionsPattern", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "SimulateDiffractionPattern", ",", "ArrayPlot", ",", - "ListDensityPlot"}], "}"}], "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.763445624779664*^9, 3.763445686877882*^9}, { - 3.763446827703247*^9, 3.763446851739916*^9}, {3.763459137812879*^9, - 3.763459159400999*^9}, {3.763460407156082*^9, 3.7634604270211763`*^9}, { - 3.763460879705531*^9, 3.7634608799177217`*^9}, {3.7634611369362698`*^9, - 3.763461181849065*^9}, {3.763461802610026*^9, 3.763461814042543*^9}, { - 3.7634620731605463`*^9, 3.763462073250914*^9}, {3.7637272431407347`*^9, - 3.763727246603532*^9}, {3.7637273354175863`*^9, 3.7637273393120728`*^9}, { - 3.763733822444703*^9, 3.763733848874445*^9}, {3.763733885090323*^9, - 3.763733910881673*^9}, {3.763741487318953*^9, 3.763741487476125*^9}, { - 3.7639819240078297`*^9, 3.763981933163786*^9}, {3.7639895562481728`*^9, - 3.763989561727191*^9}, {3.763989644582782*^9, 3.763989667316599*^9}, { - 3.763989717613975*^9, 3.763989734380048*^9}, {3.7640778295344257`*^9, - 3.764077830860199*^9}, 3.764077899369711*^9, {3.764941311125005*^9, - 3.76494134525064*^9}, {3.7650176254441147`*^9, 3.7650176646684275`*^9}, { - 3.7650957385106173`*^9, 3.7650957794381866`*^9}, {3.7650962259548445`*^9, - 3.765096275433786*^9}, {3.765097982746771*^9, 3.765098003458448*^9}, { - 3.7676047864218817`*^9, 3.767604789484498*^9}, {3.7676052202026577`*^9, - 3.767605222410295*^9}, {3.767690687431369*^9, 3.767690691193523*^9}, { - 3.7679321081231117`*^9, 3.767932108609775*^9}, {3.768038211959003*^9, - 3.7680382122696533`*^9}, {3.768073165997078*^9, 3.768073187538875*^9}, { - 3.774253347474133*^9, 3.77425335227761*^9}, {3.783097326600726*^9, - 3.783097330543642*^9}, {3.78309761494254*^9, 3.7830977397909822`*^9}, { - 3.783098013501504*^9, 3.783098032419837*^9}, {3.7830984579709063`*^9, - 3.78309849056133*^9}, {3.7831086038978024`*^9, 3.783108714645105*^9}, { - 3.783109030423339*^9, 3.783109056635854*^9}, {3.7831128031638536`*^9, - 3.7831128247051277`*^9}, {3.783115014524211*^9, 3.783115019154235*^9}, { - 3.7833240267789783`*^9, 3.783324041902903*^9}, {3.783324119973378*^9, - 3.783324120129197*^9}, {3.7833391519615803`*^9, 3.783339156033903*^9}, { - 3.7833417195889797`*^9, 3.783341743280205*^9}, {3.78334191274816*^9, - 3.783341919728112*^9}, {3.783346693994686*^9, 3.783346694176002*^9}, { - 3.7833578301619997`*^9, 3.783357841799822*^9}, {3.783359442931488*^9, - 3.783359446154262*^9}, {3.783720429507452*^9, 3.783720455401669*^9}, { - 3.783750435465063*^9, 3.783750436774378*^9}, 3.783785550404735*^9, { - 3.783886521100498*^9, 3.7838865289620523`*^9}, 3.7838865619541397`*^9, { - 3.783886597056396*^9, 3.783886646942761*^9}, {3.783886737078906*^9, - 3.783886747332979*^9}, 3.783887171717676*^9, {3.7842856467444277`*^9, - 3.78428564882106*^9}, 3.784289680225245*^9, 3.784289713021159*^9, - 3.784291393925555*^9, {3.784292148692501*^9, 3.784292154765416*^9}, { - 3.78429231028172*^9, 3.784292313639689*^9}, {3.784452694734292*^9, - 3.784452698564267*^9}, {3.784454572752162*^9, 3.7844546278990383`*^9}, { - 3.784456349632967*^9, 3.784456364248067*^9}, {3.7844565782339697`*^9, - 3.7844566266112413`*^9}, {3.7844567600350857`*^9, 3.784456760529859*^9}, { - 3.784457099271151*^9, 3.784457103771862*^9}, {3.7844576408012333`*^9, - 3.784457665700265*^9}, {3.78764376682495*^9, 3.787643787827125*^9}, { - 3.7876467050904913`*^9, 3.7876467077322483`*^9}, {3.787646754760294*^9, - 3.787646764641862*^9}, {3.793437043308002*^9, 3.793437046945836*^9}, { - 3.8011567460375*^9, 3.801156755503989*^9}, {3.801383009692658*^9, - 3.801383011850503*^9}, {3.80138550101849*^9, 3.801385501583123*^9}, { - 3.804233869970583*^9, 3.8042338788114977`*^9}, {3.804234413049245*^9, - 3.804234416714919*^9}, {3.8073670317519407`*^9, 3.807367041053596*^9}, { - 3.807367285674534*^9, 3.8073673179859047`*^9}}, - CellLabel-> - "In[381]:=",ExpressionUUID->"abec14df-fce9-4c21-a4ef-60075d7e6940"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[396]:=",ExpressionUUID->"970910d7-ea2e-46ef-bfed-827368a795ed"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "[", - RowBox[{ - "usingProgram_String", ",", "structureInput_", ",", "ImagePlane_", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"imgPlane", "=", "ImagePlane"}], ",", "programPaths", ",", - "searchExpression", ",", "options", ",", "inputs"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Common", " ", "driver", " ", "routine", - " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Common", " ", "checks"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<DISCUS\>\"", ",", "\"\<DIFFUSE\>\""}], "}"}], ",", - "usingProgram"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "UnsupportedProgram"}], - ",", "usingProgram"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<ErrorsOnly\>\"", ",", "All"}], "}"}], ",", - RowBox[{"OptionValue", "[", "\"\<PrintOutput\>\"", "]"}]}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "InvalidPrint"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "None", ",", "\"\<Biso\>\"", ",", "\"\<ExactAverage\>\"", ",", - "\"\<SmallAverage\>\""}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - "OptionValue", "[", "\"\<BraggScatteringSubtractionMode\>\"", - "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidSubtractionMode"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "@", - RowBox[{"OptionValue", "[", "\"\<ScalingFactor\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "InvalidScalingFactor"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<ImageDimensions\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", "#"}], "}"}], "&"}], "[", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"IntegerQ", "[", "#", "]"}], "&&", - RowBox[{"Positive", "[", "#", "]"}]}], "&"}], ")"}]}], "]"}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidImageDimensions"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"usingProgram", "===", "\"\<DISCUS\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "structureInput"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidStructureInput"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"usingProgram", "===", "\"\<DIFFUSE\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "structureInput"}], ",", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "structureInput"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "structureInput"}], "\[NotEqual]", "2"}], - "||", - RowBox[{"AnyTrue", "[", - RowBox[{"structureInput", ",", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "[", "#", "]"}]}], "&"}]}], "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidInputForDIFFUSE"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringQ", "@", "imgPlane"}], ",", - RowBox[{"imgPlane", "=", - RowBox[{"MillerNotationToList", "@", "imgPlane"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"Sort", "@", "imgPlane"}], ",", - RowBox[{"{", - RowBox[{"_Integer", ",", "#", ",", "#"}], "}"}]}], "]"}], - "\[IndentingNewLine]", "&"}], "[", - RowBox[{"\"\<h\>\"", "|", "\"\<k\>\"", "|", "\"\<l\>\""}], "]"}], - "\[Nand]", - RowBox[{"DuplicateFreeQ", "@", "imgPlane"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidReciprocalPlane"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DirectoryQ", "@", "#"}]}], ",", - RowBox[{"CreateDirectory", "@", "#"}]}], "]"}], "&"}], "[", - "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<MaXrd\>\""}], "}"}], "]"}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"programPaths", "=", - RowBox[{ - RowBox[{ - RowBox[{"OptionValue", "[", "\"\<ProgramPaths\>\"", "]"}], "[", - "$OperatingSystem", "]"}], "[", "usingProgram", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"programPaths", "===", "\"\<\>\""}], "||", - RowBox[{"DirectoryQ", "@", "programPaths"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"searchExpression", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"usingProgram", "===", "\"\<DISCUS\>\""}], ",", - RowBox[{"{", "\"\<discus\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"usingProgram", "===", "\"\<DIFFUSE\>\""}], ",", - RowBox[{"{", - RowBox[{"\"\<dzmc\>\"", ",", "\"\<bin2gray\>\""}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"$OperatingSystem", "===", "\"\<Windows\>\""}], ",", - RowBox[{"searchExpression", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "<>", "\"\<.exe\>\""}], "&"}], "/@", - "searchExpression"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"searchExpression", "=", - RowBox[{"\"\<(?i)\>\"", "<>", - RowBox[{"StringRiffle", "[", - RowBox[{"searchExpression", ",", "\"\<|\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"programPaths", "=", - RowBox[{"Sort", "@", - RowBox[{"FileNames", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"RegularExpression", "@", "searchExpression"}], ",", - "\[IndentingNewLine]", "programPaths", ",", - RowBox[{"IgnoreCase", "\[Rule]", "True"}]}], "]"}]}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"programPaths", "=", - RowBox[{"Flatten", "@", - RowBox[{"List", "@", "programPaths"}]}]}], ";", "\[IndentingNewLine]", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"List", "@", "programPaths"}]}], ",", "FileExistsQ"}], - "]"}]}], "||", - RowBox[{"programPaths", "===", - RowBox[{"{", "}"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"SimulateDiffractionPattern", "::", "MissingProgram"}], ",", - "usingProgram"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"usingProgram", "===", "\"\<DISCUS\>\""}], "&&", - RowBox[{"ListQ", "@", "programPaths"}]}], ",", "\[IndentingNewLine]", - - RowBox[{"programPaths", "=", - RowBox[{"First", "@", "programPaths"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Switch", " ", "flow"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"options", "=", - RowBox[{ - RowBox[{ - RowBox[{"Thread", "[", - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], ",", "String"}], "]"}], - "&"}], "/@", - RowBox[{"Keys", "@", - RowBox[{"Options", "@", "SimulateDiffractionPattern"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"inputs", "=", - RowBox[{"{", - RowBox[{"programPaths", ",", "structureInput", ",", "imgPlane", ",", - RowBox[{"Association", "@", "options"}]}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"usingProgram", "===", "\"\<DISCUS\>\""}], ",", - RowBox[{"SDP$DISCUS", "@@", "inputs"}], ",", "\[IndentingNewLine]", - RowBox[{"usingProgram", "===", "\"\<DIFFUSE\>\""}], ",", - RowBox[{"SDP$DIFFUSE", "@@", "inputs"}]}], "\[IndentingNewLine]", - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7649400398004847`*^9, 3.764940061509528*^9}, { - 3.764940370503385*^9, 3.764940372702466*^9}, {3.764940807230566*^9, - 3.764940811756531*^9}, {3.76494111480615*^9, 3.764941137926849*^9}, { - 3.764941353338676*^9, 3.76494139262535*^9}, {3.764941425657902*^9, - 3.764941469983696*^9}, {3.764941511520702*^9, 3.764941559230712*^9}, { - 3.764941631494429*^9, 3.764941640140325*^9}, {3.764941830288842*^9, - 3.7649418566160507`*^9}, {3.764942167188038*^9, 3.764942255630835*^9}, { - 3.764943476742765*^9, 3.7649434872375517`*^9}, {3.764943732801663*^9, - 3.764943745801167*^9}, {3.764944365603322*^9, 3.7649443995937653`*^9}, { - 3.764944885781499*^9, 3.764944942354*^9}, {3.7649449772658987`*^9, - 3.7649450458318243`*^9}, {3.764945201832601*^9, 3.764945204132619*^9}, { - 3.7649452552627897`*^9, 3.764945266051773*^9}, 3.764945304708693*^9, { - 3.7649588477285547`*^9, 3.764958860495343*^9}, {3.765015734166045*^9, - 3.7650157393730974`*^9}, {3.76501579557778*^9, 3.765015841918893*^9}, { - 3.7650158783549128`*^9, 3.765015901454626*^9}, {3.7650159382719603`*^9, - 3.765015997478104*^9}, {3.765016966395296*^9, 3.7650170119977655`*^9}, { - 3.765018339961006*^9, 3.7650183829610834`*^9}, {3.7650957895451665`*^9, - 3.7650958064719076`*^9}, {3.7650958580091114`*^9, - 3.7650958603119555`*^9}, {3.765095909281026*^9, 3.7650959571620007`*^9}, { - 3.7650960385694675`*^9, 3.765096042328964*^9}, {3.7650961871608953`*^9, - 3.7650962175241995`*^9}, 3.765096289375547*^9, {3.765098014160377*^9, - 3.765098139903666*^9}, {3.765098193758169*^9, 3.765098231744746*^9}, { - 3.766901617581229*^9, 3.766901637586619*^9}, {3.767604935523774*^9, - 3.7676049365938463`*^9}, {3.767605187092252*^9, 3.767605212683522*^9}, { - 3.7676907004931993`*^9, 3.7676907038820066`*^9}, 3.768029856856327*^9, { - 3.783097326619275*^9, 3.783097326635767*^9}, 3.783097495701*^9, { - 3.7830981225239153`*^9, 3.783098161160049*^9}, {3.783098331357039*^9, - 3.783098331548236*^9}, {3.783098398083205*^9, 3.783098401178926*^9}, { - 3.783098508465322*^9, 3.7830985522476683`*^9}, {3.783098599551177*^9, - 3.7830986928844337`*^9}, {3.783098733076241*^9, 3.7830987339556847`*^9}, { - 3.783098767819359*^9, 3.7830987695474253`*^9}, {3.7830988171465797`*^9, - 3.783098826778449*^9}, {3.783098871809699*^9, 3.783099003142302*^9}, { - 3.783109111572523*^9, 3.783109144012278*^9}, {3.783109180875496*^9, - 3.783109187985717*^9}, {3.783109242017837*^9, 3.7831092873581963`*^9}, { - 3.783109345575287*^9, 3.783109353229109*^9}, {3.78310967831068*^9, - 3.783109730964512*^9}, {3.7831108646193743`*^9, 3.7831109134830837`*^9}, - 3.7831109889716997`*^9, {3.7831110405941772`*^9, 3.783111106742709*^9}, { - 3.7831112892605467`*^9, 3.783111378385041*^9}, {3.783115413099751*^9, - 3.783115413370503*^9}, {3.783115596221849*^9, 3.783115642324748*^9}, { - 3.78311625203369*^9, 3.783116256327495*^9}, {3.783337608385498*^9, - 3.7833376414789343`*^9}, {3.7833376745677757`*^9, 3.783337694628202*^9}, { - 3.7833378969437532`*^9, 3.783337897068543*^9}, {3.78333803353104*^9, - 3.7833380364844627`*^9}, {3.783338187188561*^9, 3.7833382358885107`*^9}, { - 3.7833383180626183`*^9, 3.783338355472321*^9}, {3.783338385531725*^9, - 3.7833384418662663`*^9}, {3.783340786784195*^9, 3.783340812263446*^9}, { - 3.783340845396434*^9, 3.7833408615810204`*^9}, {3.783340946255245*^9, - 3.783340950231752*^9}, {3.783341005638871*^9, 3.7833410938241796`*^9}, { - 3.783341258736619*^9, 3.7833413274918423`*^9}, {3.78334140239892*^9, - 3.783341403766531*^9}, {3.78334146716856*^9, 3.783341467344337*^9}, { - 3.783341683063673*^9, 3.7833417115493507`*^9}, {3.783341752855939*^9, - 3.783341885679648*^9}, {3.783346709546966*^9, 3.783346710017149*^9}, { - 3.783357994694215*^9, 3.783358005092649*^9}, {3.783360892205503*^9, - 3.7833608924840593`*^9}, {3.783612553432205*^9, 3.783612577136348*^9}, { - 3.783614248868984*^9, 3.7836143033384447`*^9}, {3.783709087127396*^9, - 3.7837091182128963`*^9}, {3.7837092038752728`*^9, 3.783709218242784*^9}, { - 3.783709752207444*^9, 3.783709752692634*^9}, {3.7837593454058666`*^9, - 3.7837593788863053`*^9}, {3.783759412075528*^9, 3.7837595040744333`*^9}, - 3.78375957059449*^9, {3.7837596009582653`*^9, 3.7837596262506065`*^9}, { - 3.783886621698482*^9, 3.783886622017268*^9}, {3.783886672882476*^9, - 3.78388671152738*^9}, {3.7838867552305517`*^9, 3.78388676483762*^9}, { - 3.783886823188491*^9, 3.7838868312760878`*^9}, {3.783886874627864*^9, - 3.783886881275477*^9}, 3.7838871992951403`*^9, {3.784284167128577*^9, - 3.7842842107666807`*^9}, {3.784286173378303*^9, 3.784286176424386*^9}, { - 3.784286782932042*^9, 3.7842867856665363`*^9}, {3.7842868691703444`*^9, - 3.784286908863776*^9}, {3.784287352031933*^9, 3.784287356173946*^9}, { - 3.7842873956787767`*^9, 3.784287395821582*^9}, {3.784287925508532*^9, - 3.7842879256663933`*^9}, {3.784290299788612*^9, 3.78429032647383*^9}, { - 3.7842904243125153`*^9, 3.7842904256478167`*^9}, {3.784290740477257*^9, - 3.784290744570949*^9}, {3.7842924712844877`*^9, 3.784292478411233*^9}, - 3.784454656033927*^9, {3.784454938583867*^9, 3.784454938928164*^9}, { - 3.784454974355301*^9, 3.784455003040173*^9}, {3.7844550952096653`*^9, - 3.784455113855996*^9}, {3.7844552215653152`*^9, 3.784455343274856*^9}, - 3.784455456348812*^9, {3.7844554886386833`*^9, 3.784455635030055*^9}, { - 3.78445566894487*^9, 3.784455736347612*^9}, {3.7844557845190496`*^9, - 3.7844558325245543`*^9}, {3.784456272777088*^9, 3.784456276642325*^9}, { - 3.78445637651057*^9, 3.784456458369499*^9}, {3.7844565028474913`*^9, - 3.7844565631961317`*^9}, {3.784456648069686*^9, 3.784456784015012*^9}, { - 3.784456945778118*^9, 3.784456972836383*^9}, {3.7844570260795097`*^9, - 3.784457051070951*^9}, {3.784457117286684*^9, 3.784457270403121*^9}, { - 3.784457448561458*^9, 3.7844574980116568`*^9}, {3.7844575291895037`*^9, - 3.784457636245844*^9}, {3.784457703010881*^9, 3.784457759447249*^9}, { - 3.784457842338773*^9, 3.784457848346664*^9}, {3.784457887361309*^9, - 3.784457890755978*^9}, {3.784457948735775*^9, 3.784457954141358*^9}, { - 3.784496347106957*^9, 3.784496347249032*^9}, {3.786968148106531*^9, - 3.786968149864456*^9}, {3.787391483580476*^9, 3.787391553362548*^9}, { - 3.787392647092391*^9, 3.787392649455531*^9}, {3.7873972746773777`*^9, - 3.7873972748219547`*^9}, {3.787645192463787*^9, 3.787645213172863*^9}, { - 3.787646695223248*^9, 3.787646701915951*^9}, {3.787646770683798*^9, - 3.7876467924017143`*^9}, {3.804236934612565*^9, 3.804236969563058*^9}, { - 3.807367245062889*^9, 3.807367273668453*^9}, {3.807367585259679*^9, - 3.807367587945199*^9}, {3.8073676249077883`*^9, 3.8073676299519987`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[397]:=",ExpressionUUID->"a03b022b-140f-492e-84df-cbe1d4658e2b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SDP$DISCUS", "[", - RowBox[{ - "programPath_String", ",", "structureInput_", ",", "ImagePlane_", ",", - "givenOptions_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"structureFile", "=", "structureInput"}], ",", - RowBox[{"options", "=", "givenOptions"}], ",", "workDir", ",", - "\[IndentingNewLine]", "i", ",", "stream", ",", "line", ",", - "streamData", ",", "\[IndentingNewLine]", - RowBox[{"ncell", "=", "\"\<\>\""}], ",", "allCoords", ",", - "structureSize", ",", "\[IndentingNewLine]", "latticeParameters", ",", - "crystalM", ",", "\[IndentingNewLine]", "hklMax", ",", "abscissaIndex", - ",", "ordinateIndex", ",", "\[IndentingNewLine]", "x", ",", - "imageOrientation", ",", "commands", ",", - RowBox[{"feedback", "=", "\"\<\>\""}], ",", "\[IndentingNewLine]", - "cutOffValue", ",", "data", ",", "dataLength", ",", - "\[IndentingNewLine]", "xDataSize", ",", "yDataSize", ",", "xMin", ",", - "xMax", ",", "yMin", ",", "yMax", ",", "xStep", ",", "yStep", ",", - "numbers", ",", "plotData", ",", "\[IndentingNewLine]", "scaleMax", ",", - "intensities", ",", "maxIntensity", ",", "useRawInputQ", ",", - "imageBasis"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Handle", " ", "both", " ", "crystal", " ", "label", " ", "and", " ", - "structure", " ", "file", " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$CrystalData", ",", "structureInput"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"structureFile", "=", - RowBox[{"ExportCrystalData", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "structureFile", ",", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "$TemporaryDirectory", ",", "\"\<MaXrd\>\"", ",", - "\"\<TemporaryStructureFile.stru\>\""}], "}"}], "]"}]}], - "\[IndentingNewLine]", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "structureFile"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidStructureInput"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"structureFile", "=", - RowBox[{"AbsoluteFileName", "@", "structureFile"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Determining", " ", "structure", " ", "size"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"i", ",", "stream"}], "}"}], "=", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"OpenRead", "@", "structureFile"}]}], "}"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{"True", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"line", "=", - RowBox[{"Read", "[", - RowBox[{"stream", ",", "String"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"line", ",", - RowBox[{";;", "4"}]}], "]"}], "===", "\"\<cell\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", "line"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"line", ",", - RowBox[{";;", "5"}]}], "]"}], "===", "\"\<ncell\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ncell", "=", "line"}], ";", - RowBox[{"ReadLine", "@", "stream"}], ";", - RowBox[{"Break", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"line", ",", - RowBox[{";;", "5"}]}], "]"}], "===", "\"\<atoms\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"Break", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", ">", "10"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "InvalidFormat"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"i", "++"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"streamData", "=", - RowBox[{"ReadList", "[", - RowBox[{"stream", ",", "String"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Close", "@", "stream"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"structureSize", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"ncell", "=!=", "\"\<\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Read"}], " ", "size", " ", "directly"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Max", "@", - RowBox[{"ToExpression", "[", - RowBox[{ - RowBox[{"StringCases", "[", - RowBox[{"ncell", ",", - RowBox[{"DigitCharacter", ".."}]}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{";;", "3"}], "\[RightDoubleBracket]"}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Determine"}], " ", "size", " ", "from", " ", - "coordinate", " ", "data"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"allCoords", "=", - RowBox[{"ToExpression", "@", - RowBox[{"Part", "[", - RowBox[{ - RowBox[{"StringSplit", "@", "streamData"}], ",", "All", ",", - RowBox[{"2", ";;", "4"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Subtract", "@@", - RowBox[{"Reverse", "[", - RowBox[{"Ceiling", "/@", - RowBox[{"MinMax", "@", "allCoords"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"latticeParameters", "=", - RowBox[{"ToExpression", "@", - RowBox[{"StringCases", "[", "\[IndentingNewLine]", - RowBox[{"latticeParameters", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<.\>\""}], "}"}], ".."}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"crystalM", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"latticeParameters", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}], ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Preparing", " ", "input", " ", "for", " ", "Fourier", " ", - "transform"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"workDir", "=", - RowBox[{"DirectoryName", "@", "structureFile"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hklMax", "=", - RowBox[{"options", "[", "\"\<IndicesLimit\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "@", "hklMax"}], "\[Nand]", - RowBox[{"Positive", "@", "hklMax"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidReciprocalSpaceLimit"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"imageOrientation", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "\"\<GetReciprocalImageOrientation\>\"", ",", "\[IndentingNewLine]", - "latticeParameters", ",", "ImagePlane", ",", "hklMax", ",", - RowBox[{"{", - RowBox[{"100", ",", "100"}], "}"}], - RowBox[{"(*", " ", - RowBox[{"Dummy", " ", "width", " ", "and", " ", "height"}], " ", - "*)"}], ",", "False"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}], "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", "#2"}], "}"}], "&"}], "@@", - RowBox[{"Flatten", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Position", "[", - RowBox[{"ImagePlane", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{ - "\"\<h\>\"", ",", "\"\<k\>\"", ",", "\"\<l\>\"", ",", "_Integer"}], - "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"commands", "=", - RowBox[{ - "\"\<\n################################################\n# COMBINED \ -BUILD MACRO FOR `SimulateDiffractionPattern`\n\ -################################################\ncd \>\"", "<>", "workDir", - "<>", "\"\<\ndiscus\n####### Load/build crystal #####################\n\ -variable int, sizeX\nsizeX = \>\"", "<>", - RowBox[{"ToString", "@", "structureSize"}], "<>", - "\"\<\n#\nread\n stru \>\"", "<>", - RowBox[{"FileNameTake", "@", "structureFile"}], "<>", - "\"\<\n#\nchem\n elem\nexit\n####### Fourier transform \ -######################\nvariable real, hklMax\nvariable int, fourierWidth\n\ -variable int, fourierPoints\n#\nhklMax = \>\"", "<>", - RowBox[{"ToString", "@", - RowBox[{"N", "@", "hklMax"}]}], "<>", - "\"\<\nfourierWidth = 2 * hklMax\nfourierPoints = fourierWidth * sizeX \ -+ 1\n#\nfourier\n xray\n wvle moa1\n#\n ll \>\"", "<>", - RowBox[{ - "imageOrientation", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], "<>", "\"\<\n lr \>\"", "<>", - RowBox[{ - "imageOrientation", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], "<>", "\"\<\n ul \>\"", "<>", - RowBox[{ - "imageOrientation", "\[LeftDoubleBracket]", "3", - "\[RightDoubleBracket]"}], "<>", - "\"\<\n na fourierPoints\n no fourierPoints\n abs \>\"", "<>", - - RowBox[{"(", - RowBox[{"abscissaIndex", "/.", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "\[Rule]", "\"\<h\>\""}], ",", - RowBox[{"2", "\[Rule]", "\"\<k\>\""}], ",", - RowBox[{"3", "\[Rule]", "\"\<l\>\""}]}], "}"}]}], ")"}], "<>", - "\"\<\n ord \>\"", "<>", - RowBox[{"(", - RowBox[{"ordinateIndex", "/.", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "\[Rule]", "\"\<h\>\""}], ",", - RowBox[{"2", "\[Rule]", "\"\<k\>\""}], ",", - RowBox[{"3", "\[Rule]", "\"\<l\>\""}]}], "}"}]}], ")"}], "<>", - "\"\<\n#\n show\n run\nexit\n#\n#\n#---# Fourier data output #---#\n\ -output\n value intensity\n format standard\n outfile fourier_data.dat\n \ -run\nexit\n################################################\nexit\n\>\""}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Run", " ", "DISCUS"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"feedback", "=", - RowBox[{"RunProcess", "[", - RowBox[{"programPath", ",", "All", ",", "commands"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SDP$EvaluateFeedbackPrint", "[", - RowBox[{"commands", ",", "feedback", ",", - RowBox[{"options", "[", "\"\<PrintOutput\>\"", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", - RowBox[{"--", "-"}]}], "*", " ", "Plot", " ", "preparations", " ", - "*", - RowBox[{"--", - RowBox[{"--", "-"}]}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Importing", " ", - RowBox[{"(", - RowBox[{"x", ",", "y", ",", "intensity"}], ")"}], " ", "data", " ", - "from", " ", "file"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"Check", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Import", "[", - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"workDir", ",", "\"\<fourier_data.dat\>\""}], "}"}], - "]"}], ",", "\"\<Table\>\""}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "MissingOutputData"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"dataLength", "=", - RowBox[{"Length", "@", "data"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}], "===", - RowBox[{"(", "\"\<#\>\"", ")"}]}], "&&", - RowBox[{"i", "\[LessEqual]", "dataLength"}]}], ",", - RowBox[{"i", "++"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"xDataSize", ",", "yDataSize"}], "}"}], "=", - RowBox[{ - "data", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"xMin", ",", "xMax", ",", "yMin", ",", "yMax"}], "}"}], "=", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"i", "+", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"xStep", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"xMax", "-", "xMin"}], ")"}], "/", - RowBox[{"(", - RowBox[{"xDataSize", "-", "1"}], ")"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"yStep", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"yMax", "-", "yMin"}], ")"}], "/", - RowBox[{"(", - RowBox[{"yDataSize", "-", "1"}], ")"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"numbers", "=", - RowBox[{"Flatten", "[", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"i", "+", "2"}], ";;"}], "\[RightDoubleBracket]"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"numbers", "=", - RowBox[{"Partition", "[", - RowBox[{"numbers", ",", "xDataSize"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"plotData", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"xMin", "+", - RowBox[{ - RowBox[{"(", - RowBox[{"x", "-", "1"}], ")"}], "*", "xStep"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"yMin", "+", - RowBox[{ - RowBox[{"(", - RowBox[{"y", "-", "1"}], ")"}], "*", "yStep"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"numbers", "\[LeftDoubleBracket]", - RowBox[{"y", ",", "x"}], "\[RightDoubleBracket]"}]}], - RowBox[{"(*", " ", - RowBox[{"Instead", " ", "of", " ", "transposing"}], " ", "*)"}], - "\[IndentingNewLine]", "}"}], ",", - RowBox[{"{", - RowBox[{"y", ",", "yDataSize"}], "}"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "xDataSize"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"plotData", "=", - RowBox[{"Flatten", "[", - RowBox[{"plotData", ",", "1"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Scaling", " ", "intensities"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"scaleMax", "=", "100."}], ";", "\[IndentingNewLine]", - RowBox[{"intensities", "=", - RowBox[{"plotData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "3"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"maxIntensity", "=", - RowBox[{"Max", "@", "intensities"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"maxIntensity", "\[Equal]", "0"}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "ZeroIntensity"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"intensities", "*=", - RowBox[{"scaleMax", "/", "maxIntensity"}]}], ";", "\[IndentingNewLine]", - RowBox[{"intensities", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "*", - RowBox[{"options", "[", "\"\<ScalingFactor\>\"", "]"}]}], "&"}], "/@", - "intensities"}]}], ";", "\[IndentingNewLine]", - RowBox[{"intensities", "=", - RowBox[{"intensities", "/.", - RowBox[{ - RowBox[{"x_", "/;", - RowBox[{"x", ">", "scaleMax"}]}], "\[Rule]", "scaleMax"}]}]}], ";", - RowBox[{"(*", " ", - RowBox[{"16", " ", "bit", " ", "max"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "3"}], "\[RightDoubleBracket]"}], "=", - "intensities"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Data", " ", "treatment", " ", "and", " ", "preparation"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"useRawInputQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"options", "[", "\"\<UseRawInput\>\"", "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"useRawInputQ", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Use"}], " ", "data", " ", "\"\<as is\>\""}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"plotData", "=", - RowBox[{"Partition", "[", - RowBox[{ - RowBox[{"plotData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "3"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"Length", "@", "numbers"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Rescale"}], " ", "intensity", " ", "and", - " ", "use", " ", "appropriate", " ", "basis", " ", "for", " ", - "image"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"cutOffValue", "=", - RowBox[{"Power", "[", - RowBox[{"10.", ",", - RowBox[{"-", "3"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"plotData", "=", - RowBox[{"plotData", "/.", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "i_"}], "}"}], "/;", - RowBox[{"i", "<", "cutOffValue"}]}], "\[RuleDelayed]", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "cutOffValue"}], "}"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"imageBasis", "=", - RowBox[{"Normalize", "/@", - RowBox[{"crystalM", "[", - RowBox[{"[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"abscissaIndex", ",", "ordinateIndex"}], "}"}]}], "]"}], - "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plotData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}], "=", - - RowBox[{"Map", "[", - RowBox[{ - RowBox[{ - RowBox[{"imageBasis", ".", "#"}], "&"}], ",", - RowBox[{"plotData", "\[LeftDoubleBracket]", - RowBox[{"All", ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], "\[RightDoubleBracket]"}]}], - "]"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "and", " ", "deliver", " ", "plot"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"useRawInputQ", ",", "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"options", ",", - RowBox[{"DataRange", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"xMin", ",", "xMax"}], "}"}], ",", - RowBox[{"{", - RowBox[{"yMin", ",", "yMax"}], "}"}]}], "}"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"AssociateTo", "[", - RowBox[{"options", ",", - RowBox[{"AspectRatio", "\[Rule]", - RowBox[{"Divide", "@@", - RowBox[{"Total", "@", "imageBasis"}]}]}]}], "]"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"options", "@", "\"\<ReturnData\>\""}]}], ",", - RowBox[{"Return", "@", "plotData"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"ListDensityPlot", "[", - RowBox[{"plotData", ",", - RowBox[{"Sequence", "@@", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"Normal", "@", "options"}], ",", - RowBox[{"Options", "@", "ListDensityPlot"}]}], "]"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.763444067942569*^9, 3.763444076768383*^9}, { - 3.763444140576406*^9, 3.7634441667745733`*^9}, {3.763445452783616*^9, - 3.7634454621213617`*^9}, {3.763445493266975*^9, 3.763445508234131*^9}, { - 3.763445539650914*^9, 3.763445610896184*^9}, 3.7634456964703503`*^9, { - 3.7634464752731457`*^9, 3.7634465078442793`*^9}, {3.763446627594833*^9, - 3.763446641914379*^9}, {3.763448625822485*^9, 3.763448688411724*^9}, { - 3.763458682787753*^9, 3.76345871019275*^9}, {3.763458845111693*^9, - 3.7634588753321953`*^9}, {3.7634589358446207`*^9, - 3.7634589588844013`*^9}, {3.7634589976316137`*^9, - 3.7634590135568123`*^9}, {3.763459116912136*^9, 3.763459128706584*^9}, { - 3.76345919692677*^9, 3.7634592004048433`*^9}, {3.7634594865247173`*^9, - 3.763459493522946*^9}, {3.763460537501679*^9, 3.763460666323038*^9}, { - 3.763460700975492*^9, 3.7634607629214153`*^9}, {3.763460851358536*^9, - 3.763460874841769*^9}, {3.7634610744721537`*^9, 3.763461126070581*^9}, { - 3.763461188029662*^9, 3.7634612082543488`*^9}, {3.763461260658887*^9, - 3.763461278586297*^9}, {3.7634613299513073`*^9, 3.763461338568411*^9}, { - 3.763461675410347*^9, 3.7634616926096907`*^9}, {3.763461727022987*^9, - 3.763461797367605*^9}, {3.763461833817013*^9, 3.763461939975506*^9}, { - 3.763461997628042*^9, 3.763462126272806*^9}, {3.763463236319697*^9, - 3.763463236982375*^9}, {3.763644760103071*^9, 3.763644763045479*^9}, { - 3.763663345286734*^9, 3.76366334626149*^9}, {3.763663394774551*^9, - 3.763663395083741*^9}, {3.763663537274515*^9, 3.763663602912895*^9}, { - 3.763663705031168*^9, 3.7636637113715477`*^9}, {3.763699525740419*^9, - 3.763699530170108*^9}, {3.763709308913062*^9, 3.763709384956674*^9}, { - 3.76370951545251*^9, 3.763709516457502*^9}, {3.763709957752388*^9, - 3.763709969607113*^9}, 3.7637100242158413`*^9, {3.763711287084588*^9, - 3.7637114115492268`*^9}, {3.763711446378128*^9, 3.763711451591894*^9}, { - 3.7637248640217133`*^9, 3.7637248673592176`*^9}, {3.7637250700276527`*^9, - 3.763725252470545*^9}, {3.7637252891028633`*^9, 3.763725291750958*^9}, { - 3.763725325377145*^9, 3.7637254159794188`*^9}, {3.763725448740388*^9, - 3.763725457393702*^9}, {3.7637256058419323`*^9, 3.7637256062541227`*^9}, { - 3.763727167019824*^9, 3.763727207357723*^9}, {3.7637273492608767`*^9, - 3.76372736752308*^9}, {3.763727398747064*^9, 3.763727399003045*^9}, { - 3.763729937787966*^9, 3.763729990242918*^9}, {3.763730682104825*^9, - 3.7637306887751217`*^9}, {3.763730720776968*^9, 3.7637307642057056`*^9}, { - 3.763730964266704*^9, 3.763730996555264*^9}, {3.763731254562909*^9, - 3.7637312720588284`*^9}, {3.76373166956351*^9, 3.76373168224958*^9}, { - 3.7637317428634777`*^9, 3.763731842307472*^9}, {3.763731901027958*^9, - 3.763732139517367*^9}, {3.763732177109869*^9, 3.763732187231112*^9}, { - 3.7637322217809343`*^9, 3.763732328681012*^9}, {3.7637323792270327`*^9, - 3.763732404895233*^9}, {3.7637327015219088`*^9, 3.763732818806758*^9}, { - 3.763733509279573*^9, 3.763733510894072*^9}, {3.763733584038316*^9, - 3.763733591652254*^9}, {3.7637336345571117`*^9, 3.763733647916411*^9}, { - 3.763733731067355*^9, 3.7637338147191133`*^9}, 3.763733925151909*^9, { - 3.7637340860075607`*^9, 3.7637340875868998`*^9}, {3.763734119349834*^9, - 3.763734123275475*^9}, {3.763734165572255*^9, 3.76373419627273*^9}, - 3.7637343170962257`*^9, {3.763734379150639*^9, 3.763734441179873*^9}, { - 3.763734484014461*^9, 3.763734554939769*^9}, {3.763734591314302*^9, - 3.763734655570017*^9}, {3.763734785430716*^9, 3.763734820506667*^9}, { - 3.7637348592064238`*^9, 3.7637349519399643`*^9}, {3.7637349995957527`*^9, - 3.7637350003938017`*^9}, {3.763741207053108*^9, 3.763741262191133*^9}, { - 3.763741300489676*^9, 3.7637413617128773`*^9}, 3.763988726929099*^9, { - 3.763988868671323*^9, 3.7639888700052547`*^9}, {3.763989035877824*^9, - 3.7639890377687902`*^9}, {3.7639897720500593`*^9, 3.763989799433291*^9}, { - 3.763989894259738*^9, 3.763989980196909*^9}, {3.763990011972438*^9, - 3.76399004879478*^9}, {3.764077848761304*^9, 3.7640778957976913`*^9}, { - 3.764077949597375*^9, 3.764077979203281*^9}, 3.764940091477598*^9, { - 3.764940839938933*^9, 3.76494084532124*^9}, 3.764941505672908*^9, { - 3.76494182510563*^9, 3.7649418528040533`*^9}, {3.764942176639078*^9, - 3.764942190460372*^9}, {3.764943692079373*^9, 3.764943707349574*^9}, { - 3.7650170879784455`*^9, 3.7650171431850033`*^9}, {3.765017173569789*^9, - 3.765017174169155*^9}, {3.765017227072736*^9, 3.7650172565579224`*^9}, { - 3.76501729522456*^9, 3.7650173064964266`*^9}, {3.7650173415317774`*^9, - 3.76501739821924*^9}, {3.7650174716010838`*^9, 3.7650174879723225`*^9}, { - 3.7650175644257464`*^9, 3.7650175709629927`*^9}, {3.7650176138229437`*^9, - 3.7650176195602193`*^9}, {3.7650176759804263`*^9, - 3.7650176914098196`*^9}, {3.76501774513188*^9, 3.765017775433133*^9}, { - 3.7650178075357285`*^9, 3.765017813455535*^9}, {3.7650178951946526`*^9, - 3.765017953225588*^9}, {3.765018091317548*^9, 3.7650181234117374`*^9}, { - 3.7650181844256964`*^9, 3.765018220399535*^9}, {3.7650182770451994`*^9, - 3.765018318765643*^9}, {3.765095406370245*^9, 3.7650954221728125`*^9}, { - 3.7650955267366333`*^9, 3.7650955270643053`*^9}, {3.765096045929923*^9, - 3.7650960750951447`*^9}, {3.765098485455556*^9, 3.765098489875266*^9}, { - 3.766901646128586*^9, 3.766901746708198*^9}, {3.767932948932156*^9, - 3.7679330712401867`*^9}, {3.767933119520987*^9, 3.7679331209667873`*^9}, { - 3.767933377866897*^9, 3.767933378344687*^9}, {3.767933481800856*^9, - 3.767933496792658*^9}, {3.767934356250738*^9, 3.767934392976789*^9}, - 3.767934963856374*^9, {3.767935018762374*^9, 3.767935051529188*^9}, { - 3.767941262452351*^9, 3.767941290203662*^9}, {3.767945957460162*^9, - 3.767945979928673*^9}, {3.767946243371818*^9, 3.767946280289606*^9}, { - 3.76794633801793*^9, 3.7679464018476458`*^9}, 3.768037396579338*^9, { - 3.768038320976747*^9, 3.768038330678945*^9}, {3.768048095128319*^9, - 3.768048116425613*^9}, {3.768049396663374*^9, 3.7680494549730053`*^9}, { - 3.768049521701342*^9, 3.768049523203978*^9}, {3.76804955330964*^9, - 3.768049562955158*^9}, {3.768049706185314*^9, 3.768049753735092*^9}, { - 3.7680502787301702`*^9, 3.7680503104237223`*^9}, {3.768050399144342*^9, - 3.768050425824094*^9}, {3.768050460086996*^9, 3.768050515836998*^9}, { - 3.76805055838245*^9, 3.768050568115727*^9}, {3.7680506080832787`*^9, - 3.768050713160241*^9}, {3.768050765089644*^9, 3.7680507992324677`*^9}, { - 3.768050832287966*^9, 3.768050859964662*^9}, {3.768050935517522*^9, - 3.768050972617827*^9}, 3.7680510253716583`*^9, {3.7680510921371307`*^9, - 3.768051093759262*^9}, {3.768051152072495*^9, 3.768051236574657*^9}, { - 3.768051280149665*^9, 3.768051351697927*^9}, {3.768051381778912*^9, - 3.7680514243701973`*^9}, {3.7680514627855167`*^9, 3.768051504566792*^9}, { - 3.768051638822077*^9, 3.768051639027533*^9}, {3.768051720723784*^9, - 3.768051785801979*^9}, {3.76805362313898*^9, 3.7680536390255537`*^9}, - 3.768069289135805*^9, {3.768071043877576*^9, 3.7680710531962767`*^9}, - 3.768071114367579*^9, {3.768071148446699*^9, 3.7680711569956913`*^9}, { - 3.768071227780283*^9, 3.768071255228674*^9}, {3.768071746401927*^9, - 3.768071759959331*^9}, {3.768071827237879*^9, 3.768071859734199*^9}, { - 3.76807204358744*^9, 3.768072085375852*^9}, {3.768072133328083*^9, - 3.768072280132167*^9}, {3.7680723386931343`*^9, 3.768072356466728*^9}, { - 3.768072412035928*^9, 3.7680724517044163`*^9}, {3.768072492791613*^9, - 3.7680726525882177`*^9}, {3.768072803082613*^9, 3.768072954581532*^9}, { - 3.768073003719076*^9, 3.768073025062667*^9}, {3.768073059429037*^9, - 3.7680730637404337`*^9}, {3.768073115268412*^9, 3.768073120338152*^9}, { - 3.768073236488963*^9, 3.7680732455593243`*^9}, 3.7680732974720097`*^9, { - 3.768073387982318*^9, 3.7680733893476677`*^9}, {3.768073449364252*^9, - 3.768073456309534*^9}, {3.768073569401689*^9, 3.768073729975181*^9}, { - 3.768073787804573*^9, 3.768073799187344*^9}, {3.7680739536733217`*^9, - 3.76807396220833*^9}, {3.7680741479012213`*^9, 3.768074155723254*^9}, { - 3.768074269601205*^9, 3.768074284385496*^9}, {3.7680745083566647`*^9, - 3.768074650730132*^9}, {3.7680751063036137`*^9, 3.768075115007234*^9}, { - 3.768075151678876*^9, 3.76807520123811*^9}, {3.768075231926243*^9, - 3.768075381642386*^9}, {3.768075458793137*^9, 3.768075468736286*^9}, { - 3.7680755215689373`*^9, 3.768075521959115*^9}, {3.768108154597683*^9, - 3.7681081582489023`*^9}, {3.768108395901738*^9, 3.768108418571369*^9}, { - 3.78309732666306*^9, 3.783097326726473*^9}, {3.783097498186139*^9, - 3.7830974993139553`*^9}, {3.783109460658391*^9, 3.783109473707341*^9}, - 3.7831110166497107`*^9, {3.783111495166415*^9, 3.783111505229232*^9}, { - 3.783111538180263*^9, 3.783111575050946*^9}, 3.78311160654972*^9, { - 3.7831116447637444`*^9, 3.783111653722878*^9}, {3.783111694747717*^9, - 3.783111751920436*^9}, {3.7831118265837793`*^9, 3.783111904332617*^9}, { - 3.783111938806333*^9, 3.783112032113505*^9}, {3.783112064338263*^9, - 3.783112112315653*^9}, {3.7831121436130867`*^9, 3.783112147831524*^9}, { - 3.783112296478207*^9, 3.783112310844158*^9}, {3.7831128522232313`*^9, - 3.783112854852365*^9}, {3.783113021302622*^9, 3.783113023045177*^9}, { - 3.78311306053505*^9, 3.78311306073285*^9}, {3.783113186820548*^9, - 3.783113192081553*^9}, {3.783113226547812*^9, 3.78311328754738*^9}, { - 3.783113372546876*^9, 3.783113373821938*^9}, 3.783113417846919*^9, { - 3.7831135980026417`*^9, 3.783113598312976*^9}, {3.783113671751898*^9, - 3.7831136785513678`*^9}, {3.783113751741268*^9, 3.783113767421331*^9}, { - 3.783113803077372*^9, 3.7831139499038963`*^9}, {3.783114031937003*^9, - 3.783114082123698*^9}, {3.783114117256618*^9, 3.783114132070093*^9}, { - 3.783114170333955*^9, 3.783114213075441*^9}, {3.783114676486951*^9, - 3.783114692600787*^9}, {3.783114760074692*^9, 3.783114760224285*^9}, { - 3.7831148374148006`*^9, 3.783114925475636*^9}, {3.783115042091419*^9, - 3.783115045460257*^9}, {3.783115421979576*^9, 3.783115422480939*^9}, { - 3.7831157704273148`*^9, 3.7831157768974733`*^9}, {3.783115808504879*^9, - 3.783115826911056*^9}, {3.7831158579119587`*^9, 3.783115880438168*^9}, { - 3.7831159234399843`*^9, 3.783115932101173*^9}, {3.783117400868526*^9, - 3.783117422399987*^9}, {3.7833283949732523`*^9, 3.783328410536573*^9}, - 3.783328449987419*^9, {3.783328524766383*^9, 3.783328532305194*^9}, { - 3.783328630650169*^9, 3.783328725345758*^9}, {3.7833345835972643`*^9, - 3.78333463106203*^9}, {3.7833359116992188`*^9, 3.783335959751766*^9}, { - 3.783336463227058*^9, 3.783336522513611*^9}, {3.783336813549981*^9, - 3.783336813992648*^9}, {3.7833368729361773`*^9, 3.783336914441441*^9}, { - 3.7833370006563168`*^9, 3.783337000974504*^9}, {3.783337592986155*^9, - 3.783337596794948*^9}, {3.78333771724909*^9, 3.783337718194497*^9}, - 3.783337778501718*^9, 3.783338023826826*^9, {3.783341103728791*^9, - 3.783341107426939*^9}, {3.783341139290399*^9, 3.783341174383939*^9}, { - 3.783341380697012*^9, 3.783341380892075*^9}, {3.783341499772154*^9, - 3.783341517285348*^9}, {3.783357856430912*^9, 3.7833578575970297`*^9}, { - 3.78336283770394*^9, 3.783362841414493*^9}, {3.783362915519174*^9, - 3.783362916084601*^9}, {3.783604867378077*^9, 3.783604871336328*^9}, { - 3.783613147559683*^9, 3.783613159415781*^9}, {3.783613636664125*^9, - 3.783613659388893*^9}, {3.78361372018087*^9, 3.7836137637967157`*^9}, { - 3.783613796787107*^9, 3.783613848696638*^9}, {3.783613898209344*^9, - 3.783613986798267*^9}, {3.783614174571293*^9, 3.783614174785803*^9}, { - 3.783614222787857*^9, 3.783614223737668*^9}, {3.783614356142213*^9, - 3.783614469891111*^9}, {3.783614848318358*^9, 3.78361485033073*^9}, { - 3.783614899649046*^9, 3.783614901929433*^9}, {3.7836149625441093`*^9, - 3.7836149783593483`*^9}, {3.783615017224038*^9, 3.783615034157983*^9}, { - 3.783615520199209*^9, 3.783615521972344*^9}, {3.783615816189724*^9, - 3.783615820523663*^9}, {3.783615862222231*^9, 3.783615875914447*^9}, { - 3.783615962809918*^9, 3.7836159885155783`*^9}, {3.783624653731441*^9, - 3.783624655224182*^9}, {3.78362476797488*^9, 3.7836247717812138`*^9}, { - 3.783628765486774*^9, 3.783628771403905*^9}, {3.783629241114814*^9, - 3.783629241305222*^9}, {3.783629587107946*^9, 3.7836295879769583`*^9}, { - 3.7836296615131702`*^9, 3.783629665136189*^9}, {3.7836297548416643`*^9, - 3.783629958596401*^9}, {3.7836300119389067`*^9, 3.783630023066742*^9}, - 3.7836300569402447`*^9, {3.783630115977049*^9, 3.783630219886464*^9}, { - 3.783630290397908*^9, 3.783630479137067*^9}, {3.783630513018136*^9, - 3.783630557263152*^9}, {3.783630602879818*^9, 3.7836306490459127`*^9}, { - 3.783630729054495*^9, 3.783630739163272*^9}, {3.783630798468959*^9, - 3.783630859657835*^9}, {3.7836309140667353`*^9, 3.783630957503161*^9}, { - 3.783630993089965*^9, 3.783631011309614*^9}, {3.7836310619422007`*^9, - 3.783631073341393*^9}, {3.78363116220453*^9, 3.783631254746131*^9}, { - 3.783631359112261*^9, 3.783631510326388*^9}, {3.783631567299252*^9, - 3.783631732040578*^9}, {3.783631852151082*^9, 3.783631951163724*^9}, { - 3.78363199755707*^9, 3.783632035018564*^9}, 3.783710044293194*^9, { - 3.7837152032214823`*^9, 3.783715226178082*^9}, {3.783715259820877*^9, - 3.783715260354506*^9}, {3.783715344009054*^9, 3.7837153442316923`*^9}, { - 3.783715430616659*^9, 3.783715432781747*^9}, {3.783715752786409*^9, - 3.783715753159808*^9}, {3.783715812025872*^9, 3.7837158269257402`*^9}, { - 3.7837162859252653`*^9, 3.783716288659453*^9}, {3.783717236954341*^9, - 3.7837172371913223`*^9}, {3.7837192644603243`*^9, 3.783719277106011*^9}, { - 3.783719350203578*^9, 3.783719352047574*^9}, {3.784283648170702*^9, - 3.784283660206025*^9}, {3.784284157126113*^9, 3.784284160579513*^9}, { - 3.784285650034562*^9, 3.784285692653287*^9}, {3.784285854736127*^9, - 3.784285914042253*^9}, {3.7842860491356487`*^9, 3.784286082535604*^9}, { - 3.784287157256507*^9, 3.784287199412932*^9}, {3.784287231000111*^9, - 3.784287263332203*^9}, {3.784287403666904*^9, 3.784287407017149*^9}, { - 3.784287460109083*^9, 3.7842874874319553`*^9}, {3.784287535119169*^9, - 3.7842876824442263`*^9}, {3.784288386974478*^9, 3.784288405924179*^9}, { - 3.7842884482680197`*^9, 3.7842884484988337`*^9}, 3.784288483844548*^9, { - 3.7842895025725403`*^9, 3.784289514416018*^9}, {3.7842896684556007`*^9, - 3.7842896685885983`*^9}, {3.7842897139384108`*^9, - 3.7842897150076227`*^9}, {3.784290265874158*^9, 3.784290276312921*^9}, { - 3.7842909590510263`*^9, 3.7842909607140713`*^9}, {3.784290995922635*^9, - 3.784291045792091*^9}, {3.784291078689858*^9, 3.784291080184205*^9}, { - 3.784291195798555*^9, 3.784291215070572*^9}, {3.784291259453331*^9, - 3.7842913280103083`*^9}, {3.784291383257262*^9, 3.784291431185109*^9}, { - 3.784291483625016*^9, 3.78429149504738*^9}, {3.7842915884789877`*^9, - 3.784291588836627*^9}, {3.784291739522522*^9, 3.784291743576538*^9}, { - 3.7842918709215107`*^9, 3.784291873454399*^9}, {3.784291956205765*^9, - 3.784292004587178*^9}, {3.784292076731124*^9, 3.784292123656946*^9}, { - 3.7842922135454884`*^9, 3.784292219009714*^9}, {3.784292447874681*^9, - 3.7842924480097313`*^9}, {3.784451105777274*^9, 3.7844511252905207`*^9}, { - 3.7844525615018187`*^9, 3.784452624077326*^9}, 3.784457340193264*^9, { - 3.787056601059642*^9, 3.7870566108398333`*^9}, {3.787392592166276*^9, - 3.787392603906456*^9}, {3.787393295179701*^9, 3.787393329236903*^9}, { - 3.787393476480798*^9, 3.7873935294472713`*^9}, {3.787393655594692*^9, - 3.7873937003940153`*^9}, {3.787395340744359*^9, 3.787395361640883*^9}, { - 3.787395413183097*^9, 3.787395443789719*^9}, {3.7873957482605247`*^9, - 3.787395758349403*^9}, {3.787395813393757*^9, 3.787395838736964*^9}, { - 3.7873959470367823`*^9, 3.787395983056024*^9}, {3.787396382212681*^9, - 3.787396434458333*^9}, {3.787396509873732*^9, 3.787396510525701*^9}, { - 3.78739657622808*^9, 3.787396616243271*^9}, {3.787396688050806*^9, - 3.787396753641857*^9}, {3.7873973670406733`*^9, 3.787397384512487*^9}, { - 3.787661865752124*^9, 3.787661884565776*^9}, {3.787662375675753*^9, - 3.787662430193327*^9}, {3.787816020080352*^9, 3.787816029707594*^9}, { - 3.7934425781272097`*^9, 3.793442607062539*^9}, 3.793443623513871*^9, { - 3.801382035630847*^9, 3.8013821205685043`*^9}, {3.8013826223611307`*^9, - 3.801382666889634*^9}, {3.801384065966755*^9, 3.801384068749864*^9}, { - 3.801384194294551*^9, 3.801384195296371*^9}, {3.801384945863626*^9, - 3.8013849858552837`*^9}, {3.801386068833585*^9, 3.80138606899391*^9}, { - 3.80139820953922*^9, 3.801398249763185*^9}, {3.8013984182005796`*^9, - 3.801398435435443*^9}, {3.801401672720052*^9, 3.801401673397962*^9}, { - 3.801401720264455*^9, 3.801401758738736*^9}, {3.801401816676979*^9, - 3.80140192929126*^9}, {3.801402009285768*^9, 3.8014020098274727`*^9}, { - 3.8014021557779293`*^9, 3.8014022250758457`*^9}, {3.801402339259831*^9, - 3.8014023572582407`*^9}, {3.807368530387784*^9, 3.807368545892251*^9}, { - 3.8073800805531797`*^9, 3.807380082384431*^9}, {3.807380134086454*^9, - 3.807380149003269*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[398]:=",ExpressionUUID->"be6509cb-c653-4a3d-b853-05a14630c26b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SDP$DIFFUSE", "[", - RowBox[{ - "programPaths_List", ",", "structureInput_", ",", "ImagePlane_List", ",", - "givenOptions_"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"structureFiles", ",", - RowBox[{"workDir", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<MaXrd\>\""}], "}"}], - "]"}]}], ",", "\[IndentingNewLine]", "inputFileDZMC", ",", - "\[IndentingNewLine]", "subtractionMode", ",", "lowerCutoff", ",", - "\[IndentingNewLine]", "width", ",", "height", ",", - "\[IndentingNewLine]", - RowBox[{"inputFile1", "=", "\"\<diffuse_input1_crystal.txt\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"inputFile2", "=", "\"\<diffuse_input2_setup.txt\>\""}], ",", - "\[IndentingNewLine]", "commands", ",", "feedback", ",", "outputFile", - ",", "imageData"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Handle", " ", "both", " ", "crystal", " ", "label", " ", "and", " ", - "structure", " ", "file", " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$CrystalData", ",", "structureInput"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"subtractionMode", "=", - RowBox[{ - "givenOptions", "[", "\"\<BraggScatteringSubtractionMode\>\"", - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"subtractionMode", "=", - RowBox[{"subtractionMode", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"None", "\[Rule]", "\"\<N\>\""}], ",", - RowBox[{"\"\<Biso\>\"", "\[Rule]", "\"\<Y\>\""}], ",", - RowBox[{"\"\<ExactAverage\>\"", "\[Rule]", "\"\<E\>\""}], ",", - RowBox[{"\"\<SmallAverage\>\"", "\[Rule]", "\"\<e\>\""}]}], - "}"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"width", ",", "height"}], "}"}], "=", - RowBox[{"givenOptions", "[", "\"\<ImageDimensions\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"structureFiles", "=", - RowBox[{"ExportCrystalData", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "structureInput", ",", - "\[IndentingNewLine]", "workDir", ",", "ImagePlane", ",", - RowBox[{"givenOptions", "[", "\"\<IndicesLimit\>\"", "]"}], ",", - "subtractionMode", ",", - RowBox[{"{", - RowBox[{"width", ",", "height"}], "}"}]}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CopyFile", "[", - RowBox[{"#1", ",", "#2", ",", - RowBox[{"OverwriteTarget", "\[Rule]", "True"}]}], "]"}], "&"}], "@@@", - RowBox[{"Transpose", "[", - RowBox[{"{", - RowBox[{"structureInput", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"workDir", ",", "#"}], "}"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"inputFile1", ",", "inputFile2"}], "}"}]}]}], - "\[IndentingNewLine]", "}"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AnyTrue", "[", - RowBox[{"structureFiles", ",", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "[", "#", "]"}]}], "&"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - "SimulateDiffractionPattern", "::", "InvalidStructureInput"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"structureFiles", "=", - RowBox[{"AbsoluteFileName", "/@", "structureFiles"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Quiet", "@", - RowBox[{"DeleteFile", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<output*\>\"", ",", "workDir"}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"inputFileDZMC", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"workDir", ",", "\"\<DZMC_inputs.txt\>\""}], "}"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"Put", "[", - RowBox[{ - RowBox[{"OutputForm", "@", "inputFile2"}], ",", - RowBox[{"OutputForm", "[", "\"\<output.bin\>\"", "]"}], ",", - "inputFileDZMC"}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"commands", "=", - RowBox[{ - RowBox[{ - "StringTemplate", "[", - "\"\<\ncd `workDir`\n\\\"`prog1`\\\" `inp1` < DZMC_inputs.txt\n\ -\\\"`prog2`\\\" --quiet=true output.bin\n\>\"", "]"}], "@", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<workDir\>\"", "\[Rule]", "workDir"}], ",", - RowBox[{"\"\<inp1\>\"", "\[Rule]", "inputFile1"}], ",", - RowBox[{"\"\<prog1\>\"", "\[Rule]", - RowBox[{ - "programPaths", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}]}], ",", - RowBox[{"\"\<prog2\>\"", "\[Rule]", - RowBox[{ - "programPaths", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}]}]}], "|>"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Run", " ", "DIFFUSE", " ", "and", " ", "then", " ", "bin2gray"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"feedback", "=", - RowBox[{"RunProcess", "[", - RowBox[{"$SystemShell", ",", "All", ",", "commands"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SDP$EvaluateFeedbackPrint", "[", - RowBox[{"commands", ",", "feedback", ",", - RowBox[{"givenOptions", "[", "\"\<PrintOutput\>\"", "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"outputFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"workDir", ",", "\"\<output.pgm\>\""}], "}"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "outputFile"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SimulateDiffractionPattern", "::", "MissingOutputData"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"lowerCutoff", "=", - RowBox[{"givenOptions", "[", "\"\<LowerCutoff\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"givenOptions", "[", "\"\<UseRawInput\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Import", "@", "outputFile"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"imageData", "=", - RowBox[{"N", "@", - RowBox[{"Import", "[", - RowBox[{"outputFile", ",", "\"\<Data\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"imageData", "=", - RowBox[{ - RowBox[{ - RowBox[{"#", "*", - RowBox[{"givenOptions", "[", "\"\<ScalingFactor\>\"", "]"}]}], - "&"}], "/@", "imageData"}]}], ";", "\[IndentingNewLine]", - RowBox[{"imageData", "=", - RowBox[{"imageData", "/.", - RowBox[{ - RowBox[{"x_", "/;", - RowBox[{"x", ">", "65535"}]}], "\[Rule]", "65535"}]}]}], ";", - RowBox[{"(*", " ", - RowBox[{"16", " ", "bit", " ", "max"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"imageData", "=", - RowBox[{"imageData", "/.", - RowBox[{ - RowBox[{"x_", "/;", - RowBox[{"x", "<", "lowerCutoff"}]}], "\[Rule]", "0."}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"givenOptions", "[", "\"\<ReturnData\>\"", "]"}]}], ",", - RowBox[{"Return", "@", "imageData"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"ArrayPlot", "[", - RowBox[{"imageData", ",", - RowBox[{"Sequence", "@@", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"Normal", "@", "givenOptions"}], ",", - RowBox[{"Options", "@", "ArrayPlot"}]}], "]"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.763444067942569*^9, 3.763444076768383*^9}, { - 3.763444140576406*^9, 3.7634441667745733`*^9}, {3.763445452783616*^9, - 3.7634454621213617`*^9}, {3.763445493266975*^9, 3.763445508234131*^9}, { - 3.763445539650914*^9, 3.763445610896184*^9}, 3.7634456964703503`*^9, { - 3.7634464752731457`*^9, 3.7634465078442793`*^9}, {3.763446627594833*^9, - 3.763446641914379*^9}, {3.763448625822485*^9, 3.763448688411724*^9}, { - 3.763458682787753*^9, 3.76345871019275*^9}, {3.763458845111693*^9, - 3.7634588753321953`*^9}, {3.7634589358446207`*^9, - 3.7634589588844013`*^9}, {3.7634589976316137`*^9, - 3.7634590135568123`*^9}, {3.763459116912136*^9, 3.763459128706584*^9}, { - 3.76345919692677*^9, 3.7634592004048433`*^9}, {3.7634594865247173`*^9, - 3.763459493522946*^9}, {3.763460537501679*^9, 3.763460666323038*^9}, { - 3.763460700975492*^9, 3.7634607629214153`*^9}, {3.763460851358536*^9, - 3.763460874841769*^9}, {3.7634610744721537`*^9, 3.763461126070581*^9}, { - 3.763461188029662*^9, 3.7634612082543488`*^9}, {3.763461260658887*^9, - 3.763461278586297*^9}, {3.7634613299513073`*^9, 3.763461338568411*^9}, { - 3.763461675410347*^9, 3.7634616926096907`*^9}, {3.763461727022987*^9, - 3.763461797367605*^9}, {3.763461833817013*^9, 3.763461939975506*^9}, { - 3.763461997628042*^9, 3.763462126272806*^9}, {3.763463236319697*^9, - 3.763463236982375*^9}, {3.763644760103071*^9, 3.763644763045479*^9}, { - 3.763663345286734*^9, 3.76366334626149*^9}, {3.763663394774551*^9, - 3.763663395083741*^9}, {3.763663537274515*^9, 3.763663602912895*^9}, { - 3.763663705031168*^9, 3.7636637113715477`*^9}, {3.763699525740419*^9, - 3.763699530170108*^9}, {3.763709308913062*^9, 3.763709384956674*^9}, { - 3.76370951545251*^9, 3.763709516457502*^9}, {3.763709957752388*^9, - 3.763709969607113*^9}, 3.7637100242158413`*^9, {3.763711287084588*^9, - 3.7637114115492268`*^9}, {3.763711446378128*^9, 3.763711451591894*^9}, { - 3.7637248640217133`*^9, 3.7637248673592176`*^9}, {3.7637250700276527`*^9, - 3.763725252470545*^9}, {3.7637252891028633`*^9, 3.763725291750958*^9}, { - 3.763725325377145*^9, 3.7637254159794188`*^9}, {3.763725448740388*^9, - 3.763725457393702*^9}, {3.7637256058419323`*^9, 3.7637256062541227`*^9}, { - 3.763727167019824*^9, 3.763727207357723*^9}, {3.7637273492608767`*^9, - 3.76372736752308*^9}, {3.763727398747064*^9, 3.763727399003045*^9}, { - 3.763729937787966*^9, 3.763729990242918*^9}, {3.763730682104825*^9, - 3.7637306887751217`*^9}, {3.763730720776968*^9, 3.7637307642057056`*^9}, { - 3.763730964266704*^9, 3.763730996555264*^9}, {3.763731254562909*^9, - 3.7637312720588284`*^9}, {3.76373166956351*^9, 3.76373168224958*^9}, { - 3.7637317428634777`*^9, 3.763731842307472*^9}, {3.763731901027958*^9, - 3.763732139517367*^9}, {3.763732177109869*^9, 3.763732187231112*^9}, { - 3.7637322217809343`*^9, 3.763732328681012*^9}, {3.7637323792270327`*^9, - 3.763732404895233*^9}, {3.7637327015219088`*^9, 3.763732818806758*^9}, { - 3.763733509279573*^9, 3.763733510894072*^9}, {3.763733584038316*^9, - 3.763733591652254*^9}, {3.7637336345571117`*^9, 3.763733647916411*^9}, { - 3.763733731067355*^9, 3.7637338147191133`*^9}, 3.763733925151909*^9, { - 3.7637340860075607`*^9, 3.7637340875868998`*^9}, {3.763734119349834*^9, - 3.763734123275475*^9}, {3.763734165572255*^9, 3.76373419627273*^9}, - 3.7637343170962257`*^9, {3.763734379150639*^9, 3.763734441179873*^9}, { - 3.763734484014461*^9, 3.763734554939769*^9}, {3.763734591314302*^9, - 3.763734655570017*^9}, {3.763734785430716*^9, 3.763734820506667*^9}, { - 3.7637348592064238`*^9, 3.7637349519399643`*^9}, {3.7637349995957527`*^9, - 3.7637350003938017`*^9}, {3.763741207053108*^9, 3.763741262191133*^9}, { - 3.763741300489676*^9, 3.7637413617128773`*^9}, 3.763988726929099*^9, { - 3.763988868671323*^9, 3.7639888700052547`*^9}, {3.763989035877824*^9, - 3.7639890377687902`*^9}, {3.7639897720500593`*^9, 3.763989799433291*^9}, { - 3.763989894259738*^9, 3.763989980196909*^9}, {3.763990011972438*^9, - 3.76399004879478*^9}, {3.764077848761304*^9, 3.7640778957976913`*^9}, { - 3.764077949597375*^9, 3.764077979203281*^9}, 3.764940091477598*^9, { - 3.764940839938933*^9, 3.76494084532124*^9}, 3.764941505672908*^9, { - 3.76494182510563*^9, 3.7649418528040533`*^9}, {3.764942176639078*^9, - 3.764942190460372*^9}, {3.764943692079373*^9, 3.764943707349574*^9}, { - 3.7650170879784455`*^9, 3.7650171431850033`*^9}, {3.765017173569789*^9, - 3.765017174169155*^9}, {3.765017227072736*^9, 3.7650172565579224`*^9}, { - 3.76501729522456*^9, 3.7650173064964266`*^9}, {3.7650173415317774`*^9, - 3.76501739821924*^9}, {3.7650174716010838`*^9, 3.7650174879723225`*^9}, { - 3.7650175644257464`*^9, 3.7650175709629927`*^9}, {3.7650176138229437`*^9, - 3.7650176195602193`*^9}, {3.7650176759804263`*^9, - 3.7650176914098196`*^9}, {3.76501774513188*^9, 3.765017775433133*^9}, { - 3.7650178075357285`*^9, 3.765017813455535*^9}, {3.7650178951946526`*^9, - 3.765017953225588*^9}, {3.765018091317548*^9, 3.7650181234117374`*^9}, { - 3.7650181844256964`*^9, 3.765018220399535*^9}, {3.7650182770451994`*^9, - 3.765018318765643*^9}, {3.765095406370245*^9, 3.7650954221728125`*^9}, { - 3.7650955267366333`*^9, 3.7650955270643053`*^9}, {3.765096045929923*^9, - 3.7650960750951447`*^9}, {3.765098485455556*^9, 3.765098489875266*^9}, { - 3.766901646128586*^9, 3.766901746708198*^9}, {3.767932948932156*^9, - 3.7679330712401867`*^9}, {3.767933119520987*^9, 3.7679331209667873`*^9}, { - 3.767933377866897*^9, 3.767933378344687*^9}, {3.767933481800856*^9, - 3.767933496792658*^9}, {3.767934356250738*^9, 3.767934392976789*^9}, - 3.767934963856374*^9, {3.767935018762374*^9, 3.767935051529188*^9}, { - 3.767941262452351*^9, 3.767941290203662*^9}, {3.767945957460162*^9, - 3.767945979928673*^9}, {3.767946243371818*^9, 3.767946280289606*^9}, { - 3.76794633801793*^9, 3.7679464018476458`*^9}, 3.768037396579338*^9, { - 3.768038320976747*^9, 3.768038330678945*^9}, {3.768048095128319*^9, - 3.768048116425613*^9}, {3.768049396663374*^9, 3.7680494549730053`*^9}, { - 3.768049521701342*^9, 3.768049523203978*^9}, {3.76804955330964*^9, - 3.768049562955158*^9}, {3.768049706185314*^9, 3.768049753735092*^9}, { - 3.7680502787301702`*^9, 3.7680503104237223`*^9}, {3.768050399144342*^9, - 3.768050425824094*^9}, {3.768050460086996*^9, 3.768050515836998*^9}, { - 3.76805055838245*^9, 3.768050568115727*^9}, {3.7680506080832787`*^9, - 3.768050713160241*^9}, {3.768050765089644*^9, 3.7680507992324677`*^9}, { - 3.768050832287966*^9, 3.768050859964662*^9}, {3.768050935517522*^9, - 3.768050972617827*^9}, 3.7680510253716583`*^9, {3.7680510921371307`*^9, - 3.768051093759262*^9}, {3.768051152072495*^9, 3.768051236574657*^9}, { - 3.768051280149665*^9, 3.768051351697927*^9}, {3.768051381778912*^9, - 3.7680514243701973`*^9}, {3.7680514627855167`*^9, 3.768051504566792*^9}, { - 3.768051638822077*^9, 3.768051639027533*^9}, {3.768051720723784*^9, - 3.768051785801979*^9}, {3.76805362313898*^9, 3.7680536390255537`*^9}, - 3.768069289135805*^9, {3.768071043877576*^9, 3.7680710531962767`*^9}, - 3.768071114367579*^9, {3.768071148446699*^9, 3.7680711569956913`*^9}, { - 3.768071227780283*^9, 3.768071255228674*^9}, {3.768071746401927*^9, - 3.768071759959331*^9}, {3.768071827237879*^9, 3.768071859734199*^9}, { - 3.76807204358744*^9, 3.768072085375852*^9}, {3.768072133328083*^9, - 3.768072280132167*^9}, {3.7680723386931343`*^9, 3.768072356466728*^9}, { - 3.768072412035928*^9, 3.7680724517044163`*^9}, {3.768072492791613*^9, - 3.7680726525882177`*^9}, {3.768072803082613*^9, 3.768072954581532*^9}, { - 3.768073003719076*^9, 3.768073025062667*^9}, {3.768073059429037*^9, - 3.7680730637404337`*^9}, {3.768073115268412*^9, 3.768073120338152*^9}, { - 3.768073236488963*^9, 3.7680732455593243`*^9}, 3.7680732974720097`*^9, { - 3.768073387982318*^9, 3.7680733893476677`*^9}, {3.768073449364252*^9, - 3.768073456309534*^9}, {3.768073569401689*^9, 3.768073729975181*^9}, { - 3.768073787804573*^9, 3.768073799187344*^9}, {3.7680739536733217`*^9, - 3.76807396220833*^9}, {3.7680741479012213`*^9, 3.768074155723254*^9}, { - 3.768074269601205*^9, 3.768074284385496*^9}, {3.7680745083566647`*^9, - 3.768074650730132*^9}, {3.7680751063036137`*^9, 3.768075115007234*^9}, { - 3.768075151678876*^9, 3.76807520123811*^9}, {3.768075231926243*^9, - 3.768075381642386*^9}, {3.768075458793137*^9, 3.768075468736286*^9}, { - 3.7680755215689373`*^9, 3.768075521959115*^9}, {3.768108154597683*^9, - 3.7681081582489023`*^9}, {3.768108395901738*^9, 3.768108418571369*^9}, { - 3.78309732666306*^9, 3.783097326726473*^9}, {3.783097498186139*^9, - 3.7830974993139553`*^9}, {3.783109460658391*^9, 3.783109473707341*^9}, - 3.7831110166497107`*^9, {3.783111495166415*^9, 3.783111505229232*^9}, { - 3.783111538180263*^9, 3.783111575050946*^9}, 3.78311160654972*^9, { - 3.7831116447637444`*^9, 3.783111653722878*^9}, {3.783111694747717*^9, - 3.783111751920436*^9}, {3.7831118265837793`*^9, 3.783111904332617*^9}, { - 3.783111938806333*^9, 3.783112032113505*^9}, {3.783112064338263*^9, - 3.783112112315653*^9}, {3.7831121436130867`*^9, 3.783112147831524*^9}, { - 3.783112296478207*^9, 3.783112310844158*^9}, {3.7831128522232313`*^9, - 3.783112854852365*^9}, {3.783113021302622*^9, 3.783113023045177*^9}, { - 3.78311306053505*^9, 3.78311306073285*^9}, {3.783113186820548*^9, - 3.783113192081553*^9}, {3.783113226547812*^9, 3.78311328754738*^9}, { - 3.783113372546876*^9, 3.783113373821938*^9}, 3.783113417846919*^9, { - 3.7831135980026417`*^9, 3.783113598312976*^9}, {3.783113671751898*^9, - 3.7831136785513678`*^9}, {3.783113751741268*^9, 3.783113767421331*^9}, { - 3.783113803077372*^9, 3.7831139499038963`*^9}, {3.783114031937003*^9, - 3.783114082123698*^9}, {3.783114117256618*^9, 3.783114132070093*^9}, { - 3.783114170333955*^9, 3.783114213075441*^9}, {3.783114676486951*^9, - 3.783114692600787*^9}, {3.783114760074692*^9, 3.783114760224285*^9}, { - 3.7831148374148006`*^9, 3.783114925475636*^9}, {3.783115042091419*^9, - 3.783115045460257*^9}, {3.783115421979576*^9, 3.783115422480939*^9}, { - 3.7831157704273148`*^9, 3.7831157768974733`*^9}, {3.783115808504879*^9, - 3.783115826911056*^9}, {3.7831158579119587`*^9, 3.783115880438168*^9}, { - 3.7831159234399843`*^9, 3.783115932101173*^9}, {3.7831159704289*^9, - 3.7831161227620687`*^9}, {3.7831161719292*^9, 3.783116172056731*^9}, { - 3.783116203328876*^9, 3.783116282853911*^9}, {3.783116322478731*^9, - 3.78311638249175*^9}, {3.7831164997952213`*^9, 3.783116521976623*^9}, { - 3.7831166052958813`*^9, 3.783116633606085*^9}, {3.783116676407399*^9, - 3.78311673023662*^9}, {3.7831167743561993`*^9, 3.7831169275684223`*^9}, { - 3.783117022550683*^9, 3.7831171062442503`*^9}, {3.783117218138493*^9, - 3.783117377590664*^9}, {3.783117433430766*^9, 3.783117606881391*^9}, { - 3.783117649474691*^9, 3.783117655265864*^9}, {3.783117687511651*^9, - 3.783117733327178*^9}, {3.783117817407319*^9, 3.783117853140182*^9}, { - 3.783183602291593*^9, 3.783183666935953*^9}, {3.783195535011774*^9, - 3.783195580512806*^9}, {3.7831960403388157`*^9, 3.783196148029149*^9}, { - 3.783337730399762*^9, 3.783337760467977*^9}, {3.783341479000957*^9, - 3.783341480013445*^9}, {3.783341586069021*^9, 3.783341586695043*^9}, { - 3.783341630424508*^9, 3.783341635110897*^9}, {3.783357892072654*^9, - 3.783357950453101*^9}, {3.78335816081747*^9, 3.783358184959188*^9}, { - 3.7833592707117243`*^9, 3.783359273430149*^9}, {3.783359349078877*^9, - 3.7833593782298822`*^9}, {3.7833597414691687`*^9, 3.783359742163143*^9}, { - 3.7833597766356153`*^9, 3.783359888846952*^9}, 3.783360192993559*^9, { - 3.783360262983646*^9, 3.783360263485585*^9}, {3.7833611484226637`*^9, - 3.783361200499422*^9}, {3.7833612828672953`*^9, 3.783361317849146*^9}, { - 3.78336142156833*^9, 3.7833614217105007`*^9}, 3.783361612310363*^9, { - 3.783361735971097*^9, 3.783361749385316*^9}, {3.7833617842087317`*^9, - 3.783361797760233*^9}, {3.78336192403092*^9, 3.783361947141118*^9}, { - 3.7833619988446217`*^9, 3.783362048060721*^9}, {3.783362109931161*^9, - 3.783362152007947*^9}, {3.7833621875210247`*^9, 3.783362188471751*^9}, { - 3.783362246279718*^9, 3.7833622470780497`*^9}, {3.783362292695167*^9, - 3.7833623695235*^9}, {3.78336268958251*^9, 3.7833626899002237`*^9}, { - 3.783602994501432*^9, 3.783603024714653*^9}, {3.7836048854444857`*^9, - 3.7836048882270412`*^9}, {3.7836124881392937`*^9, 3.78361250608764*^9}, { - 3.783612627758553*^9, 3.783612733162237*^9}, {3.7836824691342793`*^9, - 3.783682622537614*^9}, {3.783682887128449*^9, 3.783682982472754*^9}, { - 3.7836831276135397`*^9, 3.783683163982766*^9}, {3.7836835695456996`*^9, - 3.783683571866524*^9}, 3.7836839817901707`*^9, 3.7836840500093465`*^9, { - 3.7836841080344934`*^9, 3.7836841633818293`*^9}, {3.7836842245476894`*^9, - 3.7836842324537106`*^9}, {3.783684279955166*^9, 3.7836843085500402`*^9}, { - 3.7836844312708206`*^9, 3.7836844647929745`*^9}, {3.7836846308760867`*^9, - 3.7836846690545597`*^9}, {3.7836847221783295`*^9, 3.783684722397772*^9}, { - 3.783684756635277*^9, 3.783684783485943*^9}, {3.78370655767628*^9, - 3.7837065603145933`*^9}, {3.783707001883498*^9, 3.783707002313046*^9}, { - 3.783707203613359*^9, 3.7837072332764177`*^9}, {3.783707487417384*^9, - 3.7837074978704853`*^9}, {3.7837091447490797`*^9, 3.78370919003436*^9}, { - 3.783709229169327*^9, 3.783709259072736*^9}, {3.783720037565337*^9, - 3.7837201409614677`*^9}, {3.783720220553156*^9, 3.783720238350997*^9}, { - 3.783720493683169*^9, 3.783720498833128*^9}, {3.783720533938393*^9, - 3.7837205607438087`*^9}, {3.7837206137045717`*^9, - 3.7837206289187107`*^9}, {3.7837206628720293`*^9, 3.783720701535265*^9}, { - 3.783720848027961*^9, 3.783720868993805*^9}, {3.783720904338582*^9, - 3.783720938490098*^9}, {3.783721077158462*^9, 3.783721099022724*^9}, { - 3.783721332081876*^9, 3.783721333279608*^9}, {3.783751035600183*^9, - 3.783751048654748*^9}, {3.7837598003005543`*^9, 3.783759809194661*^9}, { - 3.783886976539596*^9, 3.78388708791124*^9}, {3.7838871242467823`*^9, - 3.783887148693001*^9}, {3.783887366385869*^9, 3.783887415014983*^9}, { - 3.784283714250349*^9, 3.784283718672702*^9}, {3.784283919893018*^9, - 3.7842839284526663`*^9}, 3.784284117072908*^9, {3.7842900459619093`*^9, - 3.784290048831985*^9}, {3.784290090992951*^9, 3.784290091359025*^9}, { - 3.784290172548987*^9, 3.784290251035563*^9}, {3.784290501942449*^9, - 3.784290626904635*^9}, 3.784290675590343*^9, {3.784290773676015*^9, - 3.7842907838019533`*^9}, {3.784291112011567*^9, 3.784291115594602*^9}, { - 3.78429115593152*^9, 3.784291156089546*^9}, {3.784292404423154*^9, - 3.7842924526754103`*^9}, {3.784452859789545*^9, 3.7844528616265182`*^9}, - 3.7844529412190657`*^9, 3.784453125574597*^9, {3.784453198923523*^9, - 3.78445321829842*^9}, {3.78445328378168*^9, 3.784453313258402*^9}, { - 3.784453354254827*^9, 3.7844534035957603`*^9}, {3.784453436272448*^9, - 3.784453553988855*^9}, {3.7844536250719643`*^9, 3.784453626156081*^9}, { - 3.7844536626678867`*^9, 3.784453732615019*^9}, {3.784453765085561*^9, - 3.784453767111725*^9}, {3.7844538035601053`*^9, 3.784453808894943*^9}, { - 3.784454414370914*^9, 3.7844544757405577`*^9}, 3.784454682473584*^9, { - 3.784454720046812*^9, 3.78445472945155*^9}, 3.784455136086439*^9, - 3.784457343673143*^9, {3.787056664163251*^9, 3.787056665857003*^9}, { - 3.7876468464321413`*^9, 3.7876468660462112`*^9}, {3.787647054323094*^9, - 3.7876470837537403`*^9}, 3.7876557642426443`*^9, {3.787655854905325*^9, - 3.787655858128023*^9}, {3.787656185515628*^9, 3.7876561856821413`*^9}, { - 3.787657647182098*^9, 3.787657680803125*^9}, {3.7876578052979183`*^9, - 3.7876578090874147`*^9}, {3.787658946948803*^9, 3.787658977065421*^9}, { - 3.7876598526288652`*^9, 3.7876598690584383`*^9}, {3.787661371112962*^9, - 3.787661373030953*^9}, {3.787661411159882*^9, 3.787661441622595*^9}, { - 3.78766147220675*^9, 3.7876614883882236`*^9}, {3.7934370595485*^9, - 3.793437072883247*^9}, {3.7934424355432*^9, 3.793442436361741*^9}, { - 3.793442592318426*^9, 3.793442595078354*^9}, {3.793443643214522*^9, - 3.7934436714442463`*^9}, {3.793443771690557*^9, 3.793443786362472*^9}, - 3.793444060487103*^9, {3.801385031775238*^9, 3.801385033630952*^9}, { - 3.801385374015686*^9, 3.8013853923520393`*^9}, {3.807367835029551*^9, - 3.8073678717788277`*^9}, {3.8073679074967546`*^9, 3.807367939924692*^9}, { - 3.807368552251698*^9, 3.8073685546822157`*^9}, {3.807368588033163*^9, - 3.8073686229035788`*^9}, {3.8073692089731407`*^9, - 3.8073692372713537`*^9}, {3.807370432078446*^9, 3.807370464314968*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[399]:=",ExpressionUUID->"40e7f9df-79b4-42bf-a286-64f6561a5b11"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SDP$EvaluateFeedbackPrint", "[", - RowBox[{ - "commands_String", ",", "Feedback_Association", ",", "optionSetting_"}], - "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"feedback", "=", "Feedback"}], ",", "stderr"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"optionSetting", "===", "All"}], ",", "\[IndentingNewLine]", - RowBox[{"Print", "@", - RowBox[{"Prepend", "[", - RowBox[{"feedback", ",", - RowBox[{"\"\<Input\>\"", "\[Rule]", "commands"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Removing", " ", "irrelevant", " ", "errors"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"stderr", "=", - RowBox[{"StringTrim", "@", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"feedback", "[", "\"\<StandardError\>\"", "]"}], ",", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<Remaining memory\>\"", "~~", "__", "~~", - "WhitespaceCharacter"}], ",", "\[IndentingNewLine]", - RowBox[{ - "WhitespaceCharacter", "~~", "\"\<More segments\>\"", "~~", - "__"}], ",", "\[IndentingNewLine]", - RowBox[{ - "\"\<'\\\\\\\\\>\"", "~~", "__", "~~", "\"\<UNC paths\>\"", "~~", - "__", "~~", "\"\<Defaulting to Windows directory.\>\""}]}], - "\[IndentingNewLine]", "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"stderr", "=!=", "\"\<\>\""}], "||", - RowBox[{ - RowBox[{"feedback", "[", "\"\<ErrorCode\>\"", "]"}], "\[Equal]", - "2"}]}], ",", "\[IndentingNewLine]", - RowBox[{"Print", "@", "stderr"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.763444067942569*^9, 3.763444076768383*^9}, { - 3.763444140576406*^9, 3.7634441667745733`*^9}, {3.763445452783616*^9, - 3.7634454621213617`*^9}, {3.763445493266975*^9, 3.763445508234131*^9}, { - 3.763445539650914*^9, 3.763445610896184*^9}, 3.7634456964703503`*^9, { - 3.7634464752731457`*^9, 3.7634465078442793`*^9}, {3.763446627594833*^9, - 3.763446641914379*^9}, {3.763448625822485*^9, 3.763448688411724*^9}, { - 3.763458682787753*^9, 3.76345871019275*^9}, {3.763458845111693*^9, - 3.7634588753321953`*^9}, {3.7634589358446207`*^9, - 3.7634589588844013`*^9}, {3.7634589976316137`*^9, - 3.7634590135568123`*^9}, {3.763459116912136*^9, 3.763459128706584*^9}, { - 3.76345919692677*^9, 3.7634592004048433`*^9}, {3.7634594865247173`*^9, - 3.763459493522946*^9}, {3.763460537501679*^9, 3.763460666323038*^9}, { - 3.763460700975492*^9, 3.7634607629214153`*^9}, {3.763460851358536*^9, - 3.763460874841769*^9}, {3.7634610744721537`*^9, 3.763461126070581*^9}, { - 3.763461188029662*^9, 3.7634612082543488`*^9}, {3.763461260658887*^9, - 3.763461278586297*^9}, {3.7634613299513073`*^9, 3.763461338568411*^9}, { - 3.763461675410347*^9, 3.7634616926096907`*^9}, {3.763461727022987*^9, - 3.763461797367605*^9}, {3.763461833817013*^9, 3.763461939975506*^9}, { - 3.763461997628042*^9, 3.763462126272806*^9}, {3.763463236319697*^9, - 3.763463236982375*^9}, {3.763644760103071*^9, 3.763644763045479*^9}, { - 3.763663345286734*^9, 3.76366334626149*^9}, {3.763663394774551*^9, - 3.763663395083741*^9}, {3.763663537274515*^9, 3.763663602912895*^9}, { - 3.763663705031168*^9, 3.7636637113715477`*^9}, {3.763699525740419*^9, - 3.763699530170108*^9}, {3.763709308913062*^9, 3.763709384956674*^9}, { - 3.76370951545251*^9, 3.763709516457502*^9}, {3.763709957752388*^9, - 3.763709969607113*^9}, 3.7637100242158413`*^9, {3.763711287084588*^9, - 3.7637114115492268`*^9}, {3.763711446378128*^9, 3.763711451591894*^9}, { - 3.7637248640217133`*^9, 3.7637248673592176`*^9}, {3.7637250700276527`*^9, - 3.763725252470545*^9}, {3.7637252891028633`*^9, 3.763725291750958*^9}, { - 3.763725325377145*^9, 3.7637254159794188`*^9}, {3.763725448740388*^9, - 3.763725457393702*^9}, {3.7637256058419323`*^9, 3.7637256062541227`*^9}, { - 3.763727167019824*^9, 3.763727207357723*^9}, {3.7637273492608767`*^9, - 3.76372736752308*^9}, {3.763727398747064*^9, 3.763727399003045*^9}, { - 3.763729937787966*^9, 3.763729990242918*^9}, {3.763730682104825*^9, - 3.7637306887751217`*^9}, {3.763730720776968*^9, 3.7637307642057056`*^9}, { - 3.763730964266704*^9, 3.763730996555264*^9}, {3.763731254562909*^9, - 3.7637312720588284`*^9}, {3.76373166956351*^9, 3.76373168224958*^9}, { - 3.7637317428634777`*^9, 3.763731842307472*^9}, {3.763731901027958*^9, - 3.763732139517367*^9}, {3.763732177109869*^9, 3.763732187231112*^9}, { - 3.7637322217809343`*^9, 3.763732328681012*^9}, {3.7637323792270327`*^9, - 3.763732404895233*^9}, {3.7637327015219088`*^9, 3.763732818806758*^9}, { - 3.763733509279573*^9, 3.763733510894072*^9}, {3.763733584038316*^9, - 3.763733591652254*^9}, {3.7637336345571117`*^9, 3.763733647916411*^9}, { - 3.763733731067355*^9, 3.7637338147191133`*^9}, 3.763733925151909*^9, { - 3.7637340860075607`*^9, 3.7637340875868998`*^9}, {3.763734119349834*^9, - 3.763734123275475*^9}, {3.763734165572255*^9, 3.76373419627273*^9}, - 3.7637343170962257`*^9, {3.763734379150639*^9, 3.763734441179873*^9}, { - 3.763734484014461*^9, 3.763734554939769*^9}, {3.763734591314302*^9, - 3.763734655570017*^9}, {3.763734785430716*^9, 3.763734820506667*^9}, { - 3.7637348592064238`*^9, 3.7637349519399643`*^9}, {3.7637349995957527`*^9, - 3.7637350003938017`*^9}, {3.763741207053108*^9, 3.763741262191133*^9}, { - 3.763741300489676*^9, 3.7637413617128773`*^9}, 3.763988726929099*^9, { - 3.763988868671323*^9, 3.7639888700052547`*^9}, {3.763989035877824*^9, - 3.7639890377687902`*^9}, {3.7639897720500593`*^9, 3.763989799433291*^9}, { - 3.763989894259738*^9, 3.763989980196909*^9}, {3.763990011972438*^9, - 3.76399004879478*^9}, {3.764077848761304*^9, 3.7640778957976913`*^9}, { - 3.764077949597375*^9, 3.764077979203281*^9}, 3.764940091477598*^9, { - 3.764940839938933*^9, 3.76494084532124*^9}, 3.764941505672908*^9, { - 3.76494182510563*^9, 3.7649418528040533`*^9}, {3.764942176639078*^9, - 3.764942190460372*^9}, {3.764943692079373*^9, 3.764943707349574*^9}, { - 3.7650170879784455`*^9, 3.7650171431850033`*^9}, {3.765017173569789*^9, - 3.765017174169155*^9}, {3.765017227072736*^9, 3.7650172565579224`*^9}, { - 3.76501729522456*^9, 3.7650173064964266`*^9}, {3.7650173415317774`*^9, - 3.76501739821924*^9}, {3.7650174716010838`*^9, 3.7650174879723225`*^9}, { - 3.7650175644257464`*^9, 3.7650175709629927`*^9}, {3.7650176138229437`*^9, - 3.7650176195602193`*^9}, {3.7650176759804263`*^9, - 3.7650176914098196`*^9}, {3.76501774513188*^9, 3.765017775433133*^9}, { - 3.7650178075357285`*^9, 3.765017813455535*^9}, {3.7650178951946526`*^9, - 3.765017953225588*^9}, {3.765018091317548*^9, 3.7650181234117374`*^9}, { - 3.7650181844256964`*^9, 3.765018220399535*^9}, {3.7650182770451994`*^9, - 3.765018318765643*^9}, {3.765095406370245*^9, 3.7650954221728125`*^9}, { - 3.7650955267366333`*^9, 3.7650955270643053`*^9}, {3.765096045929923*^9, - 3.7650960750951447`*^9}, {3.765098485455556*^9, 3.765098489875266*^9}, { - 3.766901646128586*^9, 3.766901746708198*^9}, {3.767932948932156*^9, - 3.7679330712401867`*^9}, {3.767933119520987*^9, 3.7679331209667873`*^9}, { - 3.767933377866897*^9, 3.767933378344687*^9}, {3.767933481800856*^9, - 3.767933496792658*^9}, {3.767934356250738*^9, 3.767934392976789*^9}, - 3.767934963856374*^9, {3.767935018762374*^9, 3.767935051529188*^9}, { - 3.767941262452351*^9, 3.767941290203662*^9}, {3.767945957460162*^9, - 3.767945979928673*^9}, {3.767946243371818*^9, 3.767946280289606*^9}, { - 3.76794633801793*^9, 3.7679464018476458`*^9}, 3.768037396579338*^9, { - 3.768038320976747*^9, 3.768038330678945*^9}, {3.768048095128319*^9, - 3.768048116425613*^9}, {3.768049396663374*^9, 3.7680494549730053`*^9}, { - 3.768049521701342*^9, 3.768049523203978*^9}, {3.76804955330964*^9, - 3.768049562955158*^9}, {3.768049706185314*^9, 3.768049753735092*^9}, { - 3.7680502787301702`*^9, 3.7680503104237223`*^9}, {3.768050399144342*^9, - 3.768050425824094*^9}, {3.768050460086996*^9, 3.768050515836998*^9}, { - 3.76805055838245*^9, 3.768050568115727*^9}, {3.7680506080832787`*^9, - 3.768050713160241*^9}, {3.768050765089644*^9, 3.7680507992324677`*^9}, { - 3.768050832287966*^9, 3.768050859964662*^9}, {3.768050935517522*^9, - 3.768050972617827*^9}, 3.7680510253716583`*^9, {3.7680510921371307`*^9, - 3.768051093759262*^9}, {3.768051152072495*^9, 3.768051236574657*^9}, { - 3.768051280149665*^9, 3.768051351697927*^9}, {3.768051381778912*^9, - 3.7680514243701973`*^9}, {3.7680514627855167`*^9, 3.768051504566792*^9}, { - 3.768051638822077*^9, 3.768051639027533*^9}, {3.768051720723784*^9, - 3.768051785801979*^9}, {3.76805362313898*^9, 3.7680536390255537`*^9}, - 3.768069289135805*^9, {3.768071043877576*^9, 3.7680710531962767`*^9}, - 3.768071114367579*^9, {3.768071148446699*^9, 3.7680711569956913`*^9}, { - 3.768071227780283*^9, 3.768071255228674*^9}, {3.768071746401927*^9, - 3.768071759959331*^9}, {3.768071827237879*^9, 3.768071859734199*^9}, { - 3.76807204358744*^9, 3.768072085375852*^9}, {3.768072133328083*^9, - 3.768072280132167*^9}, {3.7680723386931343`*^9, 3.768072356466728*^9}, { - 3.768072412035928*^9, 3.7680724517044163`*^9}, {3.768072492791613*^9, - 3.7680726525882177`*^9}, {3.768072803082613*^9, 3.768072954581532*^9}, { - 3.768073003719076*^9, 3.768073025062667*^9}, {3.768073059429037*^9, - 3.7680730637404337`*^9}, {3.768073115268412*^9, 3.768073120338152*^9}, { - 3.768073236488963*^9, 3.7680732455593243`*^9}, 3.7680732974720097`*^9, { - 3.768073387982318*^9, 3.7680733893476677`*^9}, {3.768073449364252*^9, - 3.768073456309534*^9}, {3.768073569401689*^9, 3.768073729975181*^9}, { - 3.768073787804573*^9, 3.768073799187344*^9}, {3.7680739536733217`*^9, - 3.76807396220833*^9}, {3.7680741479012213`*^9, 3.768074155723254*^9}, { - 3.768074269601205*^9, 3.768074284385496*^9}, {3.7680745083566647`*^9, - 3.768074650730132*^9}, {3.7680751063036137`*^9, 3.768075115007234*^9}, { - 3.768075151678876*^9, 3.76807520123811*^9}, {3.768075231926243*^9, - 3.768075381642386*^9}, {3.768075458793137*^9, 3.768075468736286*^9}, { - 3.7680755215689373`*^9, 3.768075521959115*^9}, {3.768108154597683*^9, - 3.7681081582489023`*^9}, {3.768108395901738*^9, 3.768108418571369*^9}, { - 3.78309732666306*^9, 3.783097326726473*^9}, {3.783097498186139*^9, - 3.7830974993139553`*^9}, {3.783109460658391*^9, 3.783109473707341*^9}, - 3.7831110166497107`*^9, {3.783111495166415*^9, 3.783111505229232*^9}, { - 3.783111538180263*^9, 3.783111575050946*^9}, 3.78311160654972*^9, { - 3.7831116447637444`*^9, 3.783111653722878*^9}, {3.783111694747717*^9, - 3.783111751920436*^9}, {3.7831118265837793`*^9, 3.783111904332617*^9}, { - 3.783111938806333*^9, 3.783112032113505*^9}, {3.783112064338263*^9, - 3.783112112315653*^9}, {3.7831121436130867`*^9, 3.783112147831524*^9}, { - 3.783112296478207*^9, 3.783112310844158*^9}, {3.7831128522232313`*^9, - 3.783112854852365*^9}, {3.783113021302622*^9, 3.783113023045177*^9}, { - 3.78311306053505*^9, 3.78311306073285*^9}, {3.783113186820548*^9, - 3.783113192081553*^9}, {3.783113226547812*^9, 3.78311328754738*^9}, { - 3.783113372546876*^9, 3.783113373821938*^9}, 3.783113417846919*^9, { - 3.7831135980026417`*^9, 3.783113598312976*^9}, {3.783113671751898*^9, - 3.7831136785513678`*^9}, {3.783113751741268*^9, 3.783113767421331*^9}, { - 3.783113803077372*^9, 3.7831139499038963`*^9}, {3.783114031937003*^9, - 3.783114082123698*^9}, {3.783114117256618*^9, 3.783114132070093*^9}, { - 3.783114170333955*^9, 3.783114213075441*^9}, {3.783114676486951*^9, - 3.783114692600787*^9}, {3.783114760074692*^9, 3.783114760224285*^9}, { - 3.7831148374148006`*^9, 3.783114925475636*^9}, {3.783115042091419*^9, - 3.783115045460257*^9}, {3.783115421979576*^9, 3.783115422480939*^9}, { - 3.7831157704273148`*^9, 3.7831157768974733`*^9}, {3.783115808504879*^9, - 3.783115826911056*^9}, {3.7831158579119587`*^9, 3.783115880438168*^9}, { - 3.7831159234399843`*^9, 3.783115932101173*^9}, {3.7831159704289*^9, - 3.7831161227620687`*^9}, {3.7831161719292*^9, 3.783116172056731*^9}, { - 3.783116203328876*^9, 3.783116282853911*^9}, {3.783116322478731*^9, - 3.78311638249175*^9}, {3.7831164997952213`*^9, 3.783116521976623*^9}, { - 3.7831166052958813`*^9, 3.783116633606085*^9}, {3.783116676407399*^9, - 3.78311673023662*^9}, {3.7831167743561993`*^9, 3.7831169275684223`*^9}, { - 3.783117022550683*^9, 3.7831171062442503`*^9}, {3.783117218138493*^9, - 3.783117377590664*^9}, {3.783117433430766*^9, 3.783117606881391*^9}, { - 3.783117649474691*^9, 3.783117655265864*^9}, {3.783117687511651*^9, - 3.783117733327178*^9}, {3.783117817407319*^9, 3.783117853140182*^9}, { - 3.783183602291593*^9, 3.783183666935953*^9}, {3.783195535011774*^9, - 3.783195580512806*^9}, {3.7831960403388157`*^9, 3.783196148029149*^9}, { - 3.783337730399762*^9, 3.783337760467977*^9}, {3.783341479000957*^9, - 3.783341480013445*^9}, {3.783341586069021*^9, 3.783341586695043*^9}, { - 3.783341630424508*^9, 3.783341635110897*^9}, {3.783357892072654*^9, - 3.783357950453101*^9}, {3.78335816081747*^9, 3.783358184959188*^9}, { - 3.7833592707117243`*^9, 3.783359273430149*^9}, {3.783359349078877*^9, - 3.7833593782298822`*^9}, {3.7833597414691687`*^9, 3.783359742163143*^9}, { - 3.7833597766356153`*^9, 3.783359888846952*^9}, 3.783360192993559*^9, { - 3.783360262983646*^9, 3.783360263485585*^9}, {3.783360612174872*^9, - 3.783360702845482*^9}, {3.783360845891427*^9, 3.7833608677382517`*^9}, { - 3.783360904609727*^9, 3.78336113689291*^9}, {3.783361267618582*^9, - 3.783361308336261*^9}, {3.783361349601725*^9, 3.7833614138794737`*^9}, { - 3.783361566509615*^9, 3.7833615731802883`*^9}, {3.783361626492614*^9, - 3.7833616427946243`*^9}, {3.783361708795083*^9, 3.783361708984995*^9}, { - 3.7836125136354427`*^9, 3.783612514365996*^9}, {3.783612756243144*^9, - 3.78361277417703*^9}, {3.783612884936061*^9, 3.783612895550219*^9}, { - 3.783701909345777*^9, 3.783701940064477*^9}, {3.7837020002959223`*^9, - 3.78370201090267*^9}, {3.783702075197122*^9, 3.783702099317112*^9}, { - 3.78370466169659*^9, 3.783704662998446*^9}, {3.7837047354551897`*^9, - 3.78370473743661*^9}, {3.783759938649442*^9, 3.7837600840144215`*^9}, { - 3.7837605654944425`*^9, 3.783760567272689*^9}, {3.7873954964167852`*^9, - 3.78739549698144*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[400]:=",ExpressionUUID->"55fb8114-b9c1-4749-abb0-da905920623f"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[401]:=",ExpressionUUID->"37eb05c4-1b8b-422d-8d1a-602e8d850232"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["StructureFactor", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327322973885*^9, 3.682327330887693*^9}, 3.682607017127143*^9, - 3.6839701729945917`*^9, 3.6841388311985064`*^9, 3.6908782674206257`*^9, { - 3.7186534034983*^9, 3.718653404817141*^9}, - 3.7391696076737328`*^9},ExpressionUUID->"701e7527-97c0-40a9-89e0-\ -472e16765f82"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[402]:=",ExpressionUUID->"d72eb68e-256b-4be6-be59-88a02896c79e"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"StructureFactor", "::", "InvalidThreshold"}], "=", - "\"\<Invalid threshold setting: \ -\[LeftGuillemet]`1`\[RightGuillemet].\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"StructureFactor", "::", "ElementMismatch"}], "=", - "\"\<Element mismatch detected.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "StructureFactor"}], "=", - RowBox[{"SortBy", "[", - RowBox[{ - RowBox[{"Normal", "@", - RowBox[{"Union", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Association", "@", - RowBox[{"Options", "@", "GetAtomicScatteringFactors"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Association", "@", - RowBox[{"Options", "@", "GetElements"}]}], ",", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<AbsoluteValue\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<IgnoreSystematicAbsence\>\"", "\[Rule]", "False"}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", - RowBox[{"Power", "[", - RowBox[{"10.", ",", - RowBox[{"-", "6"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "|>"}]}], "]"}]}], ",", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "]"}], "&"}]}], "]"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "StructureFactor"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_", ",", "_.", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", - RowBox[{"{", - RowBox[{ - "StructureFactor", ",", "GetAtomicScatteringFactors", ",", - "GetElements"}], "}"}], "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7186504887317142`*^9, 3.7186505104123993`*^9}, { - 3.718650833844981*^9, 3.718650860266952*^9}, {3.719071620177432*^9, - 3.719071653263418*^9}, {3.7238803711167517`*^9, 3.7238803796417437`*^9}, { - 3.723880463384264*^9, 3.7238804927994747`*^9}, {3.724146049028111*^9, - 3.7241461473154383`*^9}, {3.724147956329715*^9, 3.72414795872057*^9}, { - 3.724150271869894*^9, 3.724150297714615*^9}, {3.7246665076500187`*^9, - 3.724666508113414*^9}, {3.725173720083654*^9, 3.7251737230739307`*^9}, { - 3.725173864767118*^9, 3.7251738659667597`*^9}, {3.7254483178322573`*^9, - 3.725448342494196*^9}, {3.7256173921911087`*^9, 3.725617392898306*^9}, { - 3.726907438437258*^9, 3.7269074387588778`*^9}, 3.727244020896077*^9, { - 3.7303807654171133`*^9, 3.73038076676744*^9}, {3.737806839827971*^9, - 3.737806866175991*^9}, {3.738649503972081*^9, 3.73864950513848*^9}, { - 3.739169640520637*^9, 3.7391696643680573`*^9}, {3.739184520182152*^9, - 3.739184554187086*^9}, {3.739184633436884*^9, 3.73918463368222*^9}, { - 3.756717283807104*^9, 3.756717287324408*^9}, {3.756717318768586*^9, - 3.75671732215915*^9}, {3.771141019982139*^9, 3.771141112037796*^9}, { - 3.830802543405402*^9, 3.830802582891755*^9}, {3.830803435486849*^9, - 3.830803483916876*^9}, {3.830803537814755*^9, 3.8308035560323057`*^9}, { - 3.830803586136415*^9, 3.830803587128953*^9}, {3.830803966808311*^9, - 3.830804001621311*^9}, {3.830827419494401*^9, 3.830827419956229*^9}}, - CellLabel-> - "In[403]:=",ExpressionUUID->"102bef58-060c-48e8-a386-f70d3bed191a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[407]:=",ExpressionUUID->"7b948023-99fd-4db7-9a0a-a099698810ab"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"StructureFactor", "[", "\[IndentingNewLine]", - RowBox[{ - "crystal_String", ",", "\[IndentingNewLine]", "hklInput_List", ",", - "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - RowBox[{"options", ":", - RowBox[{"OptionsPattern", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "StructureFactor", ",", "GetAtomicScatteringFactors", ",", - "GetElements"}], "}"}], "]"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"data", ",", "\[Lambda]", ",", "\[IndentingNewLine]", - RowBox[{"abs", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<AbsoluteValue\>\"", "]"}]}]}], ",", - RowBox[{"ignoreExtinct", "=", - RowBox[{"TrueQ", "@", - RowBox[{ - "OptionValue", "[", "\"\<IgnoreSystematicAbsence\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"unitsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Units\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\[Delta]", "=", - RowBox[{"OptionValue", "[", "\"\<Threshold\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "hkl", ",", "L0", ",", "L", ",", - "\[IndentingNewLine]", "zerotype", ",", "absence", ",", "l", ",", - "hklPos", ",", "j", ",", "\[IndentingNewLine]", "H", ",", "d", ",", - "sl", ",", "f", ",", "\[IndentingNewLine]", "atomdata", ",", "r", ",", - "type", ",", "\[IndentingNewLine]", "disp", ",", "U", ",", "R", ",", - "T", ",", "cvecs", ",", "occ", ",", "elements", ",", - "\[IndentingNewLine]", "siteSymMxyz", ",", "siteSymO", ",", - "\[IndentingNewLine]", "sf", ",", "SF", ",", "F", ",", "\[Phi]"}], - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Checking", " ", "input", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystal", ",", "False"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ProcessWavelength\>\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"$CrystalData", "[", "crystal", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "@", "\[Delta]"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"StructureFactor", "::", "InvalidThreshold"}], ",", - "\[Delta]"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"InputCheck", "[", - RowBox[{ - "hklInput", ",", "\"\<Integer\>\"", ",", "\"\<WrapSingle\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"L0", "=", - RowBox[{"Length", "@", "hkl"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Systematically", " ", "absent", " ", - "reflections", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "ignoreExtinct"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"zerotype", "=", - RowBox[{"If", "[", - RowBox[{"abs", ",", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"Quantity", "[", - RowBox[{"0", ",", "\"\<Degrees\>\""}], "]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}]}], "]"}], ",", "0"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"absence", "=", - RowBox[{"SystematicAbsentQ", "[", - RowBox[{"crystal", ",", "hkl"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"l", "=", - RowBox[{"Length", "@", "absence"}]}], ";", "\[IndentingNewLine]", - RowBox[{"hkl", "=", - RowBox[{"Pick", "[", - RowBox[{"hkl", ",", "absence", ",", "False"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hklPos", "=", - RowBox[{"Position", "[", - RowBox[{"absence", ",", "False"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Return", " ", "if", " ", "only", " ", "extinct", " ", - "reflections"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"Flatten", "@", "absence"}], ",", "TrueQ"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"l", "===", "1"}], ",", - RowBox[{"Return", "@", "zerotype"}], ",", - RowBox[{"Return", "@", - RowBox[{"ConstantArray", "[", - RowBox[{"zerotype", ",", "l"}], "]"}]}]}], "]"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Auxiliary", " ", "and", " ", - "preparations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "hkl"}]}], ";", "\[IndentingNewLine]", - RowBox[{"H", "=", - RowBox[{"Chop", "@", - RowBox[{"N", "@", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}]}], - "]"}]}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"sl", "=", - RowBox[{ - RowBox[{ - RowBox[{"N", "[", - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"#", ".", "H", ".", "#"}], "]"}], "/", "2"}], "]"}], "&"}], - "/@", "hkl"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"atomdata", "=", - RowBox[{"data", "[", "\"\<AtomData\>\"", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"r", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"R", ",", "T"}], "}"}], "=", - RowBox[{"Transpose", "@", - RowBox[{"GetSymmetryOperations", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<AugmentedMatrix\>\"", "\[Rule]", "False"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"occ", "=", - RowBox[{"Lookup", "[", - RowBox[{"atomdata", ",", "\"\<OccupationFactor\>\"", ",", "1."}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"type", "=", - RowBox[{"Lookup", "[", - RowBox[{"atomdata", ",", "\"\<Type\>\"", ",", "\"\<Uiso\>\""}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"cvecs", "=", - RowBox[{"Length", "@", - RowBox[{"Quiet", "@", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "crystal"}], "]"}]}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"siteSymMxyz", "=", - RowBox[{"cvecs", "*", - RowBox[{"Length", "@", "R"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Site", " ", "symmetry", " ", - RowBox[{"order", ":", " ", "siteSymO"}]}], " ", "=", " ", - RowBox[{"siteSymMxyz", " ", "/", " ", "siteSymM"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<Element\>\""}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<IgnoreIonCharge\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"elements", "=", - RowBox[{"StringDelete", "[", - RowBox[{"elements", ",", - RowBox[{"{", - RowBox[{"DigitCharacter", ",", "\"\<+\>\"", ",", "\"\<-\>\""}], - "}"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"f", "=", - RowBox[{"GetAtomicScatteringFactors", "[", - RowBox[{ - "crystal", ",", "hkl", ",", "\[Lambda]", ",", "\[IndentingNewLine]", - RowBox[{"\"\<SeparateCorrections\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"FilterRules", "[", - RowBox[{ - RowBox[{"{", "options", "}"}], ",", - RowBox[{"Options", "@", "GetAtomicScatteringFactors"}]}], "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"AssociationQ", "@", "f"}], ",", - RowBox[{"f", "=", - RowBox[{"{", "f", "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"Keys", "@", - RowBox[{"First", "@", "f"}]}]}], "=!=", - RowBox[{"Sort", "@", - RowBox[{"DeleteDuplicates", "@", "elements"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Message", "[", - RowBox[{"StructureFactor", "::", "ElementMismatch"}], "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Atomic", " ", "displacement", " ", "parameters", " ", "preparation"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"d", "=", - RowBox[{"Chop", "@", - RowBox[{"N", "@", - RowBox[{"Sqrt", "@", - RowBox[{"DiagonalMatrix", "@", - RowBox[{"Diagonal", "@", "H"}]}]}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"disp", "=", - RowBox[{"Lookup", "[", - RowBox[{"atomdata", ",", "\"\<DisplacementParameters\>\"", ",", "0."}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"U", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", - RowBox[{ - "disp", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - "\[Equal]", "6"}], ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"U", ",", "\[IndentingNewLine]", - RowBox[{"Partition", "[", - RowBox[{ - RowBox[{"Part", "[", - RowBox[{ - RowBox[{ - "disp", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", - RowBox[{"{", - RowBox[{ - "1", ",", "4", ",", "5", ",", "4", ",", "2", ",", "6", ",", - "5", ",", "6", ",", "3"}], "}"}]}], "]"}], ",", "3"}], - "]"}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"U", ",", - RowBox[{ - "disp", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - "]"}]}], "\[IndentingNewLine]", "]"}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "disp"}]}], "}"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", - RowBox[{"Extract", " ", "'"}]}], - RowBox[{"SiteSymmetryOrder", "'"}], " ", "from", " ", - "$CrystalData"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"First", "@", "atomdata"}], ",", - "\"\<SiteSymmetryOrder\>\""}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"siteSymO", "=", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<SiteSymmetryOrder\>\""}], - "\[RightDoubleBracket]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Calculate"}], " ", "order", " ", - RowBox[{"from", " ", "'"}], - RowBox[{"SiteSymmetryMultiplicity", "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"First", "@", "atomdata"}], ",", - "\"\<SiteSymmetryMultiplicity\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"siteSymO", "=", - RowBox[{"siteSymMxyz", "/", "\[IndentingNewLine]", - RowBox[{"atomdata", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<SiteSymmetryMultiplicity\>\""}], - "\[RightDoubleBracket]"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"c", ".", " ", "Calculate"}], " ", "site", " ", "symmetry", - " ", "order"}], " ", "*)"}], "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", - RowBox[{"siteSymO", "=", - RowBox[{"siteSymMxyz", "/", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{"SymmetryEquivalentPositions", "[", - RowBox[{"crystal", ",", - RowBox[{ - "r", "\[LeftDoubleBracket]", "a", "\[RightDoubleBracket]"}]}], - "]"}]}], ",", - RowBox[{"{", - RowBox[{"a", ",", - RowBox[{"Length", "@", "r"}]}], "}"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Structure", " ", "factor", " ", - "calculation", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", "Magnitude", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"sf", "=", - RowBox[{"Table", "[", - RowBox[{"(*", " ", - RowBox[{"Table", " ", "for", " ", "each", " ", "reflection"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Sum", "[", - RowBox[{ - RowBox[{"1", "\[IndentingNewLine]", "*", - RowBox[{ - "occ", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], - RowBox[{"(*", " ", - RowBox[{"Occupation", " ", "factor"}], " ", "*)"}], - "\[IndentingNewLine]", "*", "cvecs", - RowBox[{"(*", " ", - RowBox[{"Centring", " ", "vectors"}], " ", "*)"}], - "\[IndentingNewLine]", "*", - RowBox[{"1.0", "/", - RowBox[{ - "siteSymO", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], " ", - RowBox[{"(*", " ", - RowBox[{"Symmetry", " ", "reduction"}], " ", "*)"}], - "\[IndentingNewLine]", "*", - RowBox[{"Part", "[", - RowBox[{ - RowBox[{ - "f", "\[LeftDoubleBracket]", "h", "\[RightDoubleBracket]"}], ",", - RowBox[{ - "elements", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], "]"}], - RowBox[{"(*", " ", - RowBox[{"Atomic", " ", "form", " ", "factor"}], " ", "*)"}], - "\[IndentingNewLine]", "*", - RowBox[{"Sum", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Which", "[", - RowBox[{"(*", " ", - RowBox[{"Atomic", " ", "displacement"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "type", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[Equal]", "\"\<Uani\>\""}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"Exp", "[", - RowBox[{ - RowBox[{"-", "2"}], - SuperscriptBox["Pi", "2"], "*", - RowBox[{ - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ".", "d", ".", - RowBox[{ - "R", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}], "\[IndentingNewLine]", "\t", - ".", - RowBox[{ - "U", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[IndentingNewLine]", "\t", - ".", - RowBox[{"Transpose", "[", - RowBox[{ - "R", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}], "]"}], "\[IndentingNewLine]", - "\t", ".", "d", ".", - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "type", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[Equal]", "\"\<Uiso\>\""}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"Exp", "[", - RowBox[{ - RowBox[{"-", "8"}], - SuperscriptBox["Pi", "2"], "*", - RowBox[{ - "disp", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "*", - SuperscriptBox[ - RowBox[{"(", - RowBox[{ - "sl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ")"}], "2"]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "type", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[Equal]", "\"\<Bani\>\""}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"Exp", "[", - RowBox[{ - RowBox[{ - RowBox[{"-", "1"}], "/", "4"}], "*", - RowBox[{ - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ".", "d", ".", - RowBox[{ - "R", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}], "\[IndentingNewLine]", "\t", - ".", - RowBox[{ - "U", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[IndentingNewLine]", "\t", - ".", - RowBox[{"Transpose", "[", - RowBox[{ - "R", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}], "]"}], "\[IndentingNewLine]", - "\t", ".", "d", ".", - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}]}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "type", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}], "\[Equal]", "\"\<Biso\>\""}], - ",", - RowBox[{"(*", " ", - RowBox[{"Temperature", " ", "factor"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Exp", "[", - RowBox[{ - RowBox[{"-", - RowBox[{ - "disp", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], "*", - SuperscriptBox[ - RowBox[{"(", - RowBox[{ - "sl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ")"}], "2"]}], "]"}], ",", - "\[IndentingNewLine]", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"$CrystalData", "::", "type"}], ",", "type"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", - "]"}], "*", - RowBox[{"Exp", "[", - RowBox[{"2", "Pi", "*", "I", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ".", - RowBox[{ - "R", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}], ".", - RowBox[{ - "r", "\[LeftDoubleBracket]", "j", - "\[RightDoubleBracket]"}]}], "+", - RowBox[{ - RowBox[{ - "hkl", "\[LeftDoubleBracket]", "h", - "\[RightDoubleBracket]"}], ".", - RowBox[{ - "T", "\[LeftDoubleBracket]", "s", - "\[RightDoubleBracket]"}]}]}], ")"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"s", ",", - RowBox[{"Length", "@", "R"}]}], "}"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"j", ",", - RowBox[{"Length", "@", "atomdata"}]}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"{", - RowBox[{"h", ",", "L"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Phase", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "abs"}], ",", - RowBox[{ - RowBox[{"SF", "=", "sf"}], ";", - RowBox[{"Goto", "[", "\"\<ComplexNumber\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"SF", "=", - RowBox[{ - RowBox[{"Reap", "[", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"F", "=", - RowBox[{ - "sf", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Check"}], " ", "threshold"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "@", - RowBox[{"Re", "@", "F"}]}], "<", "\[Delta]"}], ",", - RowBox[{"Sow", "[", - RowBox[{"{", - RowBox[{"0", ",", "0"}], "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"b", ".", " ", "Calculate"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "\[Equal]", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "\[GreaterEqual]", "0"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"F", "=", "0"}], ";", - RowBox[{"\[Phi]", "=", "90"}]}], ",", "\[IndentingNewLine]", - - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "\[Equal]", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "<", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{ - "sf", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "=", "0"}], ";", - RowBox[{"\[Phi]", "=", - RowBox[{"-", "90"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "\[GreaterEqual]", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "\[Equal]", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", "90"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "<", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "\[Equal]", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", "180"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], ">", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], ">", "0"}]}], ",", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", - RowBox[{"N", "[", - RowBox[{ - RowBox[{"ArcTan", "[", - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "/", - RowBox[{"Re", "[", "F", "]"}]}], "]"}], "]"}], "/", - "Degree"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], ">", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "<", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", - RowBox[{"-", - RowBox[{"N", "[", - RowBox[{ - RowBox[{"ArcTan", "[", - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "/", - RowBox[{"Re", "[", "F", "]"}]}], "]"}], "]"}], "/", - "Degree"}], "]"}]}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "<", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], ">", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", - RowBox[{"N", "[", - RowBox[{ - RowBox[{"(", - RowBox[{"Pi", "-", - RowBox[{"ArcTan", "[", - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "/", - RowBox[{"Re", "[", "F", "]"}]}], "]"}], "]"}]}], ")"}], - "/", "Degree"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Re", "[", "F", "]"}], "<", "0."}], "&&", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "<", "0"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Phi]", "=", - RowBox[{"N", "[", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"ArcTan", "[", - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"Im", "[", "F", "]"}], "/", - RowBox[{"Re", "[", "F", "]"}]}], "]"}], "]"}], "-", - "Pi"}], ")"}], "/", "Degree"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Sow", "[", - RowBox[{"{", - RowBox[{"F", ",", "\[Phi]"}], "}"}], "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "L"}], "}"}]}], "]"}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparing", " ", "output", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Processing", " ", "units"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"unitsQ", ",", - RowBox[{"SF", "=", - RowBox[{"MapAt", "[", - RowBox[{ - RowBox[{ - RowBox[{"Quantity", "[", - RowBox[{"#", ",", "\"\<Degrees\>\""}], "]"}], "&"}], ",", "SF", - ",", - RowBox[{"{", - RowBox[{"All", ",", "2"}], "}"}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Return"}], " ", "absolute", " ", "value", " ", - "and", " ", "phase"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"SF", "=", - RowBox[{"MapAt", "[", - RowBox[{"Abs", ",", "SF", ",", - RowBox[{"{", - RowBox[{"All", ",", "1"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Return"}], " ", "complex", " ", "number"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<ComplexNumber\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Putting", " ", "back", " ", "extinct", " ", "reflections"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"L0", ">", "1"}], "&&", - RowBox[{"!", "ignoreExtinct"}]}], ",", - RowBox[{"SF", "=", - RowBox[{"ReplacePart", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ConstantArray", "[", - RowBox[{"zerotype", ",", "l"}], "]"}], ",", "\[IndentingNewLine]", - - RowBox[{"Thread", "[", - RowBox[{"hklPos", "\[Rule]", "SF"}], "]"}]}], "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"L0", "===", "1"}], ",", - RowBox[{"First", "@", "SF"}], ",", "SF"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.68235021035181*^9, {3.6823554070859623`*^9, 3.682355407653955*^9}, { - 3.682355524419012*^9, 3.682355549058449*^9}, {3.6823559134372807`*^9, - 3.682356009697699*^9}, {3.682356055121172*^9, 3.682356070174657*^9}, { - 3.682356114759941*^9, 3.682356146109274*^9}, {3.6823561846870003`*^9, - 3.682356185652179*^9}, {3.682357088441045*^9, 3.682357115407319*^9}, { - 3.682357217406158*^9, 3.6823572183887863`*^9}, {3.6823574922248783`*^9, - 3.682357553533513*^9}, {3.6823576090602837`*^9, 3.6823576183235407`*^9}, - 3.68235766925104*^9, {3.682357741160877*^9, 3.682357843894844*^9}, { - 3.682358010140523*^9, 3.6823580520101*^9}, {3.682358086130682*^9, - 3.682358102765896*^9}, 3.6823582603329163`*^9, 3.6823583250867977`*^9, { - 3.6823583641011267`*^9, 3.682358366674511*^9}, 3.6823584135236263`*^9, { - 3.6823585146473923`*^9, 3.682358560902493*^9}, {3.682358896111889*^9, - 3.682358919406041*^9}, {3.682359169393344*^9, 3.682359193791843*^9}, { - 3.682359621431341*^9, 3.682359650654871*^9}, {3.682359721501602*^9, - 3.682359739977715*^9}, {3.682359770331414*^9, 3.682359801225906*^9}, { - 3.682359954534068*^9, 3.682359994741144*^9}, 3.682360035622307*^9, { - 3.682360094717492*^9, 3.682360096227025*^9}, {3.682360593992386*^9, - 3.682360642439151*^9}, {3.682360697895648*^9, 3.682360723116581*^9}, { - 3.682360759580455*^9, 3.6823608376656218`*^9}, {3.68236087692924*^9, - 3.682360906264741*^9}, {3.682360980088883*^9, 3.68236098204853*^9}, - 3.682361022206366*^9, {3.68236117119483*^9, 3.68236124324862*^9}, { - 3.6823613327685347`*^9, 3.682361342998777*^9}, {3.682362037112319*^9, - 3.6823621240535173`*^9}, {3.682362292506065*^9, 3.6823623050569687`*^9}, { - 3.6823623617369537`*^9, 3.682362430592595*^9}, {3.682362474877223*^9, - 3.6823624930618887`*^9}, {3.682362531443944*^9, 3.682362642281513*^9}, { - 3.682362672297182*^9, 3.6823627144868517`*^9}, {3.6823628461017427`*^9, - 3.682362858611738*^9}, {3.682363215924656*^9, 3.682363219444872*^9}, { - 3.6824119473472843`*^9, 3.682411971197215*^9}, {3.682412042218315*^9, - 3.682412072484001*^9}, {3.6824121240286503`*^9, 3.68241212793725*^9}, { - 3.682413245227405*^9, 3.682413345524603*^9}, {3.6824133869221287`*^9, - 3.6824134491915197`*^9}, {3.682413745889159*^9, 3.682413760903536*^9}, { - 3.682413862079846*^9, 3.682413954924138*^9}, {3.682414025061961*^9, - 3.682414115022747*^9}, 3.682414167870982*^9, {3.6824142584617968`*^9, - 3.6824142703546247`*^9}, {3.682414389750587*^9, 3.682414435535961*^9}, - 3.682414480952491*^9, 3.682414574850103*^9, {3.682414605378304*^9, - 3.6824146058413057`*^9}, {3.682428125837381*^9, 3.682428147707459*^9}, { - 3.6824282090186234`*^9, 3.6824282643929358`*^9}, {3.6824287210409727`*^9, - 3.682428724735961*^9}, {3.6824288917113657`*^9, 3.6824289135955276`*^9}, { - 3.6824289628129463`*^9, 3.6824290142821817`*^9}, {3.682429213286439*^9, - 3.682429263700617*^9}, {3.6824298109288588`*^9, 3.6824298165448837`*^9}, - 3.682429903488199*^9, {3.682429948647789*^9, 3.682429951686625*^9}, { - 3.682484251361381*^9, 3.682484254055951*^9}, {3.682484339504552*^9, - 3.682484346319045*^9}, {3.682484444142501*^9, 3.682484464726788*^9}, { - 3.682484533445196*^9, 3.6824845395306664`*^9}, {3.68248495192418*^9, - 3.682484984994215*^9}, {3.682485034932179*^9, 3.682485039536675*^9}, { - 3.682485072738564*^9, 3.682485128607079*^9}, {3.682485162046349*^9, - 3.682485184174527*^9}, 3.68248528949996*^9, {3.682485335322666*^9, - 3.682485341594153*^9}, {3.682485440834176*^9, 3.68248547227719*^9}, { - 3.682485503250204*^9, 3.682485519345251*^9}, {3.68248611217078*^9, - 3.68248612407618*^9}, {3.682486191082102*^9, 3.682486205960585*^9}, { - 3.6824868938343887`*^9, 3.682486948103623*^9}, {3.682486987606151*^9, - 3.68248702309336*^9}, {3.682487080956669*^9, 3.6824871561629333`*^9}, { - 3.682487294730164*^9, 3.682487357158196*^9}, {3.682487389183364*^9, - 3.682487545816203*^9}, {3.682487583067555*^9, 3.682487612025353*^9}, { - 3.682487644559989*^9, 3.6824876659599133`*^9}, {3.682487805773508*^9, - 3.682487839939349*^9}, {3.682487870706712*^9, 3.682487979200822*^9}, { - 3.682488013752686*^9, 3.6824880161807623`*^9}, {3.682488270701757*^9, - 3.6824883620619173`*^9}, {3.6824883990164633`*^9, 3.682488454205749*^9}, { - 3.6824885540999527`*^9, 3.682488565716568*^9}, 3.6824886385539417`*^9, { - 3.68248877476259*^9, 3.68248884726932*^9}, {3.6824889603470716`*^9, - 3.682489112047206*^9}, {3.682489497857304*^9, 3.682489502943169*^9}, { - 3.682489644092379*^9, 3.682489705833146*^9}, {3.682489832316371*^9, - 3.682489904553688*^9}, {3.682489959763069*^9, 3.682489961114745*^9}, { - 3.682490364250053*^9, 3.682490368303422*^9}, {3.682492269390111*^9, - 3.68249227029191*^9}, 3.682492350477738*^9, {3.682492417450835*^9, - 3.6824924185204363`*^9}, {3.682492455264069*^9, 3.682492470994844*^9}, { - 3.682497385475168*^9, 3.682497405552649*^9}, {3.6824974690732803`*^9, - 3.6824974699685583`*^9}, {3.682497582542081*^9, 3.682497607428425*^9}, { - 3.6824977498992643`*^9, 3.682497824540435*^9}, {3.682498611628029*^9, - 3.682498653894286*^9}, {3.682498694599101*^9, 3.682498904660245*^9}, { - 3.68249895176313*^9, 3.6824989619051437`*^9}, {3.682498998603953*^9, - 3.682499110847574*^9}, {3.682499146079774*^9, 3.6824995046786633`*^9}, { - 3.682499568669202*^9, 3.6824996599651814`*^9}, {3.6825007687644787`*^9, - 3.682500769314032*^9}, {3.682500887551874*^9, 3.68250096329532*^9}, { - 3.68267724942268*^9, 3.6826772714823112`*^9}, {3.682677483806719*^9, - 3.682677508083475*^9}, {3.682677614132016*^9, 3.68267766183434*^9}, { - 3.6826777652997847`*^9, 3.6826778130495443`*^9}, {3.682677854747525*^9, - 3.682677919196094*^9}, {3.682678009905512*^9, 3.68267802035*^9}, - 3.682681815204053*^9, 3.682742937261579*^9, {3.683603474603673*^9, - 3.683603498242755*^9}, {3.6836035321491623`*^9, 3.683603532584096*^9}, { - 3.683603923115225*^9, 3.6836039487002163`*^9}, {3.683604007305277*^9, - 3.683604046313713*^9}, {3.6840603536190157`*^9, 3.684060353915416*^9}, { - 3.6840604628970165`*^9, 3.6840604631154165`*^9}, 3.684126669883862*^9, { - 3.684126842291597*^9, 3.684126927064343*^9}, {3.684129595742449*^9, - 3.684129617686654*^9}, {3.684129942198956*^9, 3.684129952360091*^9}, { - 3.684130057402573*^9, 3.684130074934708*^9}, {3.684132290063151*^9, - 3.68413229155823*^9}, {3.6841323224690523`*^9, 3.6841323325558233`*^9}, { - 3.684132377119636*^9, 3.684132461548952*^9}, {3.684132549727417*^9, - 3.684132556509632*^9}, {3.6841352955964603`*^9, 3.684135296501561*^9}, { - 3.684135427610285*^9, 3.6841354644426413`*^9}, {3.684135499863474*^9, - 3.6841355772664137`*^9}, {3.684135631694504*^9, 3.684135776024764*^9}, { - 3.6841358249719543`*^9, 3.684135864110319*^9}, {3.684136093200944*^9, - 3.6841361942922707`*^9}, 3.684138667592083*^9, {3.6842127906103487`*^9, - 3.684212809772808*^9}, {3.684233496915926*^9, 3.684233501578506*^9}, { - 3.684233577438147*^9, 3.684233581499976*^9}, {3.6842336434194613`*^9, - 3.684233723759993*^9}, 3.684235428108548*^9, {3.68449189948267*^9, - 3.684491927666718*^9}, {3.684492216996893*^9, 3.6844922245206547`*^9}, { - 3.6844923574289637`*^9, 3.684492357507423*^9}, {3.685083388121538*^9, - 3.6850833971122723`*^9}, {3.685245875512651*^9, 3.685245891304591*^9}, { - 3.685268980744462*^9, 3.6852689848592577`*^9}, {3.685269200031828*^9, - 3.685269235615137*^9}, {3.685269330744046*^9, 3.685269340959529*^9}, { - 3.685269540547988*^9, 3.6852695467179737`*^9}, {3.6852695917983227`*^9, - 3.685269860087473*^9}, {3.6852699071063232`*^9, 3.685269919626947*^9}, { - 3.6852700164430637`*^9, 3.6852700176511097`*^9}, {3.685270069705021*^9, - 3.6852701123512917`*^9}, {3.685270274799631*^9, 3.685270278303849*^9}, { - 3.685270524895504*^9, 3.685270525113432*^9}, {3.685271210000054*^9, - 3.685271213479288*^9}, {3.685271253270619*^9, 3.685271259453857*^9}, { - 3.685271320474208*^9, 3.685271330238566*^9}, {3.685271494959454*^9, - 3.685271508193318*^9}, {3.6854192725223494`*^9, 3.6854193120892353`*^9}, { - 3.685419436607959*^9, 3.685419460022567*^9}, {3.6854195292524*^9, - 3.685419535365223*^9}, {3.6856997810572433`*^9, 3.685699801401469*^9}, { - 3.685699852782089*^9, 3.68569986979154*^9}, {3.685699939741787*^9, - 3.685699974508688*^9}, {3.685700022704438*^9, 3.6857000279545*^9}, { - 3.685700079266445*^9, 3.6857000793941193`*^9}, {3.685700490090118*^9, - 3.685700522976573*^9}, {3.685700557380581*^9, 3.685700586180781*^9}, - 3.685700790084831*^9, 3.685765929542613*^9, {3.6865358520581503`*^9, - 3.686535924995319*^9}, {3.686535956470832*^9, 3.686535958044951*^9}, { - 3.686536001142067*^9, 3.686536008557165*^9}, {3.68653605329885*^9, - 3.686536114697093*^9}, {3.6865361857271757`*^9, 3.6865362091598787`*^9}, { - 3.6865362441294622`*^9, 3.6865363020134687`*^9}, {3.686536356496814*^9, - 3.686536395066627*^9}, {3.686536496974524*^9, 3.686536497870997*^9}, { - 3.6865365296306458`*^9, 3.686536543648244*^9}, {3.686536581297986*^9, - 3.686536707378796*^9}, {3.686536787046989*^9, 3.686536944309525*^9}, { - 3.686536999230639*^9, 3.686537092649219*^9}, {3.686537350092806*^9, - 3.686537385060277*^9}, {3.686537447065879*^9, 3.6865374674396753`*^9}, { - 3.686537602045158*^9, 3.686537811778129*^9}, {3.686538009664114*^9, - 3.6865380111820374`*^9}, {3.686639039775693*^9, 3.686639060647485*^9}, { - 3.6866391382128267`*^9, 3.686639162265592*^9}, {3.6866392097794647`*^9, - 3.68663921588174*^9}, {3.686639249133515*^9, 3.686639262259482*^9}, { - 3.6866393479134808`*^9, 3.6866393492506037`*^9}, {3.686639385739629*^9, - 3.686639569572411*^9}, {3.6866396649341087`*^9, 3.686639708563305*^9}, { - 3.686639755978696*^9, 3.686639816039085*^9}, {3.686639850559414*^9, - 3.686640024698845*^9}, {3.6866400993523912`*^9, 3.6866401602993402`*^9}, - 3.686640288912417*^9, {3.686640398471506*^9, 3.686640616303235*^9}, { - 3.686640702384297*^9, 3.6866407141563168`*^9}, {3.6866414624930353`*^9, - 3.686641464325823*^9}, {3.6866415662892857`*^9, 3.6866416851473*^9}, { - 3.686641795071535*^9, 3.686641829559442*^9}, {3.6866418730620737`*^9, - 3.686641878091366*^9}, {3.686643455863309*^9, 3.686643466892089*^9}, { - 3.686643521106599*^9, 3.686643521547914*^9}, {3.6866440864294024`*^9, - 3.6866441007596893`*^9}, 3.686645469125093*^9, {3.686645594918067*^9, - 3.686645622694941*^9}, {3.6866463859427032`*^9, 3.6866465064197474`*^9}, { - 3.6866466900184107`*^9, 3.68664670832253*^9}, {3.68664673934373*^9, - 3.6866470398395348`*^9}, {3.686647116437593*^9, 3.686647153211206*^9}, { - 3.686647195914625*^9, 3.686647309263627*^9}, 3.686647391456807*^9, { - 3.686647441847991*^9, 3.6866474744817743`*^9}, {3.686647510035316*^9, - 3.686647512242793*^9}, {3.6866475954109488`*^9, 3.686647601952989*^9}, { - 3.686647675718945*^9, 3.6866477037105427`*^9}, {3.686647784299597*^9, - 3.6866478112634907`*^9}, {3.686648394432047*^9, 3.6866484666379557`*^9}, { - 3.6866534327598658`*^9, 3.6866534399969673`*^9}, {3.686654085150263*^9, - 3.686654215720572*^9}, {3.6866542960529213`*^9, 3.686654304123146*^9}, { - 3.68665448727005*^9, 3.686654501486758*^9}, {3.686654534112*^9, - 3.686654570609671*^9}, {3.68665463546408*^9, 3.686654690258994*^9}, { - 3.687072762240677*^9, 3.6870727663856573`*^9}, {3.687072805954468*^9, - 3.687072817021658*^9}, {3.687072847586732*^9, 3.6870728556852093`*^9}, { - 3.687073510113536*^9, 3.687073516420169*^9}, 3.687073558908938*^9, { - 3.690025779646481*^9, 3.690025802098175*^9}, {3.690878676179409*^9, - 3.690878760347547*^9}, {3.690879030188471*^9, 3.690879056259705*^9}, { - 3.6908790878566303`*^9, 3.690879090410026*^9}, {3.690898596040187*^9, - 3.690898626210072*^9}, {3.690900659333523*^9, 3.6909006864432783`*^9}, { - 3.6909008783741493`*^9, 3.6909009191407423`*^9}, {3.6909009572933493`*^9, - 3.6909009582506323`*^9}, {3.690901005339761*^9, 3.690901216192507*^9}, { - 3.690974764117507*^9, 3.690974788841832*^9}, {3.690975370540357*^9, - 3.6909753934428263`*^9}, 3.6909754366587133`*^9, {3.69097546880268*^9, - 3.690975503534981*^9}, {3.6909777141486387`*^9, 3.690977818880795*^9}, { - 3.691126706363833*^9, 3.691126710172639*^9}, 3.6911268598638287`*^9, - 3.691127163939904*^9, {3.6911277713007917`*^9, 3.6911277772595873`*^9}, { - 3.6911280137962523`*^9, 3.69112801626263*^9}, {3.69112809308037*^9, - 3.691128147587358*^9}, {3.691144012452911*^9, 3.6911440460355*^9}, { - 3.6911441826017036`*^9, 3.691144195487897*^9}, 3.691144319648478*^9, { - 3.691144650403228*^9, 3.6911446554486*^9}, {3.6911446937913847`*^9, - 3.691144731983123*^9}, {3.691144793473301*^9, 3.6911447948588867`*^9}, { - 3.69114522436063*^9, 3.691145280419627*^9}, {3.691147570557919*^9, - 3.6911475707324657`*^9}, {3.691147623558091*^9, 3.691147639037039*^9}, { - 3.691147892444419*^9, 3.691147914367961*^9}, {3.6911479535020123`*^9, - 3.6911479572053957`*^9}, {3.691155598871255*^9, 3.691155701315138*^9}, { - 3.691157634096757*^9, 3.691157639169035*^9}, {3.691159230710688*^9, - 3.69115925016014*^9}, {3.6911593915751057`*^9, 3.691159422340479*^9}, { - 3.691159458909935*^9, 3.691159465795944*^9}, {3.691159530402904*^9, - 3.691159544385497*^9}, {3.691159614584931*^9, 3.691159640968917*^9}, { - 3.691159675032302*^9, 3.6911596983581333`*^9}, {3.691159728646122*^9, - 3.6911597467513857`*^9}, {3.691159822355818*^9, 3.691159823994444*^9}, - 3.691159862908317*^9, {3.6911599138036137`*^9, 3.691159919672388*^9}, { - 3.691160353263249*^9, 3.691160375614052*^9}, {3.691160650048457*^9, - 3.691160678581853*^9}, 3.691165154333824*^9, {3.691165203018216*^9, - 3.6911653008314257`*^9}, {3.6911655589618797`*^9, 3.691165595582507*^9}, { - 3.691165631520339*^9, 3.6911657492211*^9}, 3.691165787587769*^9, { - 3.691165842434667*^9, 3.6911658431757174`*^9}, {3.691165875609087*^9, - 3.691165875752102*^9}, {3.706329878752262*^9, 3.706329882460821*^9}, { - 3.706329931666987*^9, 3.70632997324356*^9}, {3.712555006792688*^9, - 3.712555127255632*^9}, {3.7125576195745*^9, 3.712557630128243*^9}, { - 3.712557758847629*^9, 3.712557759148643*^9}, {3.7125578301475563`*^9, - 3.712557832388919*^9}, {3.7125578638881493`*^9, 3.712557864068542*^9}, { - 3.712558110447866*^9, 3.712558118436214*^9}, {3.712558826611998*^9, - 3.712558829610416*^9}, {3.712559993610076*^9, 3.712560018236985*^9}, { - 3.712560082025857*^9, 3.712560195326495*^9}, {3.714462684262381*^9, - 3.714462716756855*^9}, {3.714710013035928*^9, 3.714710013245159*^9}, - 3.714710203499085*^9, {3.714711456472847*^9, 3.714711459525902*^9}, { - 3.714711603633684*^9, 3.7147117131108713`*^9}, {3.7147118349390917`*^9, - 3.7147118443756638`*^9}, {3.7147119053630857`*^9, 3.714711906857216*^9}, { - 3.717740896716333*^9, 3.717740919715315*^9}, 3.7179538850177402`*^9, { - 3.718527677646764*^9, 3.718527691020012*^9}, {3.718527785734352*^9, - 3.718527871985846*^9}, {3.718527926536118*^9, 3.718527969630934*^9}, - 3.718531173423358*^9, {3.718531232841338*^9, 3.718531256847206*^9}, { - 3.718533847618675*^9, 3.718533913808114*^9}, {3.718543512776991*^9, - 3.718543521720064*^9}, {3.7185436324992123`*^9, 3.718543790156437*^9}, { - 3.718543821237425*^9, 3.718543975277853*^9}, {3.7185440221196127`*^9, - 3.718544051871626*^9}, {3.718544109595942*^9, 3.718544203377638*^9}, { - 3.718544363461361*^9, 3.7185444688688717`*^9}, {3.7185446350043*^9, - 3.7185447209089746`*^9}, {3.718624865299603*^9, 3.718624870542665*^9}, { - 3.718625967770801*^9, 3.718625978288886*^9}, {3.718626187395894*^9, - 3.718626202667638*^9}, {3.7186300004551907`*^9, 3.718630046690415*^9}, { - 3.718633919196464*^9, 3.7186339551354723`*^9}, {3.7186340043345833`*^9, - 3.718634106646303*^9}, {3.718634174587448*^9, 3.718634188715056*^9}, { - 3.718634224096203*^9, 3.718634358249167*^9}, {3.7186344156562243`*^9, - 3.718634528525507*^9}, {3.718634615958276*^9, 3.71863466855867*^9}, { - 3.718634708217246*^9, 3.718634718184246*^9}, 3.718634796174251*^9, { - 3.718634831746257*^9, 3.7186348409138527`*^9}, {3.718635054467161*^9, - 3.7186351502490177`*^9}, {3.718635333933066*^9, 3.718635468967456*^9}, { - 3.71863559690244*^9, 3.718635611456811*^9}, {3.718635861273704*^9, - 3.7186359397615757`*^9}, {3.718636007553063*^9, 3.718636111943492*^9}, { - 3.718636143404682*^9, 3.718636148373069*^9}, {3.718636179277677*^9, - 3.7186361804361277`*^9}, {3.718636273382629*^9, 3.718636278006249*^9}, { - 3.7186367395660257`*^9, 3.71863674534039*^9}, 3.718636784455512*^9, { - 3.7186368158684483`*^9, 3.718636844927195*^9}, {3.718636900365027*^9, - 3.718636900634088*^9}, {3.718637483624073*^9, 3.718637515773211*^9}, { - 3.7186375867350693`*^9, 3.7186376848994503`*^9}, {3.7186377716613197`*^9, - 3.718637834662388*^9}, {3.718637868699911*^9, 3.71863787807069*^9}, { - 3.718637909685691*^9, 3.7186379118664703`*^9}, {3.7186379825622263`*^9, - 3.71863798441439*^9}, {3.718638501160863*^9, 3.718638582878704*^9}, { - 3.718638729150199*^9, 3.718638734334074*^9}, {3.7186387952057257`*^9, - 3.718638849484035*^9}, {3.71863888679734*^9, 3.718638901885063*^9}, { - 3.7186393140579863`*^9, 3.718639337008689*^9}, {3.718639631689644*^9, - 3.718639654798298*^9}, {3.718639901229538*^9, 3.718639935956284*^9}, { - 3.718640442276641*^9, 3.718640470155349*^9}, {3.7186405729607487`*^9, - 3.718640573481882*^9}, {3.718640619781396*^9, 3.718640657069721*^9}, { - 3.718640752005581*^9, 3.718640755744193*^9}, {3.718640794318283*^9, - 3.7186408336464787`*^9}, {3.7186409779009237`*^9, - 3.7186410858105917`*^9}, {3.718641195390216*^9, 3.7186413868269377`*^9}, { - 3.7186414362032557`*^9, 3.718641455242989*^9}, {3.718641624918593*^9, - 3.718641752821053*^9}, 3.718642019375333*^9, {3.718642085493113*^9, - 3.718642117001196*^9}, {3.7186421540983353`*^9, 3.718642167577339*^9}, { - 3.718642255504282*^9, 3.71864225765915*^9}, {3.71864230334627*^9, - 3.718642304834527*^9}, {3.718642356334309*^9, 3.718642403037221*^9}, - 3.718642485747217*^9, {3.718643273001608*^9, 3.718643292257222*^9}, { - 3.718643338694646*^9, 3.718643340777215*^9}, 3.7186434167582693`*^9, - 3.71864348557904*^9, {3.718643563362646*^9, 3.718643617814856*^9}, { - 3.718643788342004*^9, 3.718643887699991*^9}, 3.7186439199389467`*^9, { - 3.718643950505294*^9, 3.718644046400427*^9}, {3.718644817480879*^9, - 3.718644836727697*^9}, 3.7186448928146057`*^9, {3.718644934389924*^9, - 3.718644971436803*^9}, {3.718645012707621*^9, 3.718645051273069*^9}, { - 3.71864547989636*^9, 3.7186455993205137`*^9}, {3.718645642176772*^9, - 3.718645642436988*^9}, {3.718650537705412*^9, 3.718650558713146*^9}, { - 3.718650764662345*^9, 3.7186507691931047`*^9}, {3.718650869075322*^9, - 3.718650906249342*^9}, {3.7186509419131517`*^9, 3.7186511356198063`*^9}, { - 3.7186521820238943`*^9, 3.718652182806731*^9}, {3.7186536873155746`*^9, - 3.7186537733243523`*^9}, {3.718654210672594*^9, 3.718654219091264*^9}, { - 3.7186545421532507`*^9, 3.718654594263721*^9}, {3.718654635306229*^9, - 3.718654743331316*^9}, {3.718654792291512*^9, 3.7186548537632027`*^9}, { - 3.718654918842803*^9, 3.71865492006437*^9}, {3.718654994967835*^9, - 3.718655076720158*^9}, {3.7186551916595*^9, 3.718655230122362*^9}, { - 3.718655267657659*^9, 3.718655295935725*^9}, {3.718696693742841*^9, - 3.7186966962991734`*^9}, {3.718696887994276*^9, 3.718696888123917*^9}, - 3.718697227272997*^9, {3.718697432605813*^9, 3.7186974356561937`*^9}, { - 3.718729172707295*^9, 3.718729173264016*^9}, 3.718980534558011*^9, - 3.719063106966579*^9, {3.719083639537867*^9, 3.719083652615138*^9}, { - 3.719085045623962*^9, 3.719085054454421*^9}, {3.7198363110943737`*^9, - 3.71983632499797*^9}, {3.7205133135044117`*^9, 3.7205133305445433`*^9}, { - 3.721029191915366*^9, 3.721029210654334*^9}, {3.724145596678763*^9, - 3.724145665278071*^9}, {3.724145716052232*^9, 3.724145754560947*^9}, { - 3.7241457987595787`*^9, 3.724145808878604*^9}, {3.724146029544669*^9, - 3.724146043385973*^9}, 3.724146177784893*^9, {3.7241462470878887`*^9, - 3.7241462484617233`*^9}, {3.724149956284987*^9, 3.724150126674526*^9}, { - 3.724150241948049*^9, 3.724150251788508*^9}, {3.724150316124902*^9, - 3.724150372508952*^9}, {3.7241504030697803`*^9, 3.724150422705534*^9}, { - 3.724150454761139*^9, 3.7241505509534693`*^9}, {3.724561396305125*^9, - 3.7245614074142933`*^9}, {3.724561462950499*^9, 3.7245614685083637`*^9}, { - 3.724564716359003*^9, 3.7245647185257883`*^9}, {3.724564821737604*^9, - 3.7245648349609003`*^9}, {3.724565007327551*^9, 3.724565048525113*^9}, { - 3.724565153339657*^9, 3.724565234033993*^9}, {3.724565285591118*^9, - 3.724565291733634*^9}, {3.7245661698967247`*^9, 3.724566172491467*^9}, - 3.724566213869773*^9, {3.724566285155117*^9, 3.7245662852866287`*^9}, - 3.7245667371712027`*^9, {3.724566829065361*^9, 3.72456684581383*^9}, { - 3.724567754897757*^9, 3.724567755455063*^9}, {3.7246599646753674`*^9, - 3.724659980266561*^9}, 3.7246602067243958`*^9, {3.724660380657509*^9, - 3.724660380831779*^9}, {3.724660529975087*^9, 3.724660532246895*^9}, { - 3.7246606924748917`*^9, 3.724660692696698*^9}, {3.72466074515444*^9, - 3.7246608507133493`*^9}, {3.724662172741002*^9, 3.7246621826189013`*^9}, { - 3.724664927225902*^9, 3.724664927355006*^9}, {3.724666740678011*^9, - 3.7246667428391943`*^9}, {3.724666792196143*^9, 3.724666846319498*^9}, { - 3.724666925596292*^9, 3.7246669792437363`*^9}, {3.724667056539875*^9, - 3.7246671524311733`*^9}, {3.7246672252443247`*^9, 3.724667304673367*^9}, { - 3.724667386650441*^9, 3.724667442348775*^9}, {3.724667476202106*^9, - 3.724667476376495*^9}, {3.724667553628648*^9, 3.7246676140870657`*^9}, { - 3.724667648123928*^9, 3.724667658400072*^9}, {3.7246676952833548`*^9, - 3.7246677045603952`*^9}, {3.724667777470542*^9, 3.7246677990469913`*^9}, { - 3.72466810007837*^9, 3.724668111950631*^9}, {3.7251737272906017`*^9, - 3.7251737544247017`*^9}, {3.725173803673904*^9, 3.725173842893956*^9}, { - 3.7254484797431593`*^9, 3.725448493902485*^9}, {3.72544865519354*^9, - 3.725448669537215*^9}, {3.725448729379508*^9, 3.72544875027493*^9}, { - 3.725449385771718*^9, 3.725449402761017*^9}, {3.7256153916179028`*^9, - 3.725615415821506*^9}, {3.725615793658289*^9, 3.725615803225354*^9}, { - 3.725615924191431*^9, 3.725615928959609*^9}, {3.725616111095373*^9, - 3.725616180249893*^9}, {3.725616238939508*^9, 3.72561624355674*^9}, { - 3.725616597859741*^9, 3.7256166302901917`*^9}, {3.725616698082979*^9, - 3.725616720264295*^9}, {3.72561675735168*^9, 3.725616788826537*^9}, { - 3.725617156235186*^9, 3.725617212844368*^9}, {3.7256172509664288`*^9, - 3.725617275440839*^9}, {3.725617343412187*^9, 3.7256174043866463`*^9}, { - 3.726470343029024*^9, 3.726470354794454*^9}, {3.726488984815798*^9, - 3.7264889956705837`*^9}, 3.726505019837242*^9, {3.726505073088929*^9, - 3.726505073253257*^9}, 3.726561564710672*^9, {3.726859417371212*^9, - 3.726859418211994*^9}, {3.7268594505225*^9, 3.726859456882266*^9}, { - 3.726898188060453*^9, 3.726898191349244*^9}, {3.7268982742787848`*^9, - 3.726898274512164*^9}, {3.726906121043355*^9, 3.726906164203*^9}, { - 3.726906245933783*^9, 3.726906253890044*^9}, {3.7269062845618477`*^9, - 3.726906287749412*^9}, {3.726906384258444*^9, 3.726906384407981*^9}, { - 3.7269064225643873`*^9, 3.726906479191285*^9}, {3.726906511289557*^9, - 3.726906573390658*^9}, {3.726906641720665*^9, 3.7269066502617292`*^9}, { - 3.726907060816388*^9, 3.726907060935128*^9}, {3.726907170176078*^9, - 3.726907175143551*^9}, {3.726907233159137*^9, 3.72690729131479*^9}, { - 3.726907414626561*^9, 3.726907490687174*^9}, 3.726907553753632*^9, { - 3.726907595838131*^9, 3.7269077819136543`*^9}, {3.726907856045974*^9, - 3.726907887744969*^9}, {3.726908115416163*^9, 3.726908159121975*^9}, { - 3.72690821376005*^9, 3.7269082286738234`*^9}, {3.726908379256392*^9, - 3.726908420098743*^9}, {3.726908458536557*^9, 3.726908490530883*^9}, { - 3.726908640594524*^9, 3.726908641942788*^9}, {3.726908679072648*^9, - 3.726908700410343*^9}, {3.726908834480789*^9, 3.726908855775869*^9}, { - 3.726908990038205*^9, 3.726909009666183*^9}, {3.726909280590005*^9, - 3.726909456449881*^9}, {3.726909497736565*^9, 3.7269095024249363`*^9}, { - 3.726909704084219*^9, 3.726909722436139*^9}, {3.7269100986810093`*^9, - 3.726910098953269*^9}, {3.7269102807815933`*^9, 3.726910282602582*^9}, { - 3.7269103203256207`*^9, 3.726910320447009*^9}, {3.726910849369268*^9, - 3.726910852647759*^9}, {3.726910911233726*^9, 3.726910921874176*^9}, - 3.726911041337955*^9, {3.7269111967711287`*^9, 3.726911214304221*^9}, { - 3.727158576396359*^9, 3.7271585773463593`*^9}, {3.7271586690500107`*^9, - 3.727158705202383*^9}, 3.7271587527614393`*^9, {3.727158786160768*^9, - 3.727158786358838*^9}, {3.7271588173530893`*^9, 3.727158817558272*^9}, { - 3.7271591290315933`*^9, 3.7271591527508993`*^9}, {3.727159658108057*^9, - 3.727159665553772*^9}, {3.727159724290596*^9, 3.727159727241869*^9}, { - 3.727159818392055*^9, 3.72715982167978*^9}, {3.727159882888464*^9, - 3.727160002094442*^9}, {3.727160217166821*^9, 3.727160226301404*^9}, { - 3.7271629721608343`*^9, 3.72716297458897*^9}, {3.727163088029752*^9, - 3.7271631820820713`*^9}, {3.727163282161408*^9, 3.727163305401881*^9}, { - 3.727163384932481*^9, 3.7271633954768343`*^9}, {3.727189928903273*^9, - 3.727189932748803*^9}, {3.7271899868128433`*^9, 3.7271900150142393`*^9}, - 3.7271900520660963`*^9, 3.7272440209161787`*^9, 3.7276752890194387`*^9, - 3.727676624853285*^9, 3.727676784261179*^9, 3.7300971411738863`*^9, { - 3.73036627987351*^9, 3.730366282672369*^9}, {3.730366412962906*^9, - 3.730366442510378*^9}, 3.730366508313837*^9, 3.730366582786269*^9, - 3.730366625930894*^9, {3.730367787307919*^9, 3.730367811199376*^9}, { - 3.730367842739057*^9, 3.730367845788413*^9}, 3.730367896970634*^9, - 3.730368028710956*^9, 3.730368343205833*^9, 3.730368388949328*^9, { - 3.730368622748129*^9, 3.730368769962433*^9}, {3.730368804494926*^9, - 3.7303688066872063`*^9}, {3.730368859719089*^9, 3.730368861259066*^9}, { - 3.730368892630349*^9, 3.730368892874979*^9}, {3.7303746119665833`*^9, - 3.730374612060484*^9}, {3.730374663683868*^9, 3.730374729814693*^9}, { - 3.730374782631168*^9, 3.73037478495109*^9}, {3.730374853841782*^9, - 3.730374854789981*^9}, {3.730374917246572*^9, 3.730374924781241*^9}, { - 3.730374958522914*^9, 3.73037498874479*^9}, {3.730375027846882*^9, - 3.7303750428413067`*^9}, {3.730375942014379*^9, 3.730376019987307*^9}, { - 3.7303760500387287`*^9, 3.730376050980377*^9}, {3.730376084988002*^9, - 3.730376099444498*^9}, {3.73037617781859*^9, 3.730376196168026*^9}, { - 3.73037623941689*^9, 3.7303763277846947`*^9}, 3.730376375352146*^9, { - 3.730376448387857*^9, 3.730376491667026*^9}, {3.730376530931423*^9, - 3.730376566801742*^9}, {3.730376685878744*^9, 3.730376718608508*^9}, { - 3.7303774254052143`*^9, 3.730377425923779*^9}, {3.7303872514850407`*^9, - 3.730387275452536*^9}, {3.730398135670518*^9, 3.730398153697288*^9}, { - 3.730544556973566*^9, 3.730544565333839*^9}, {3.7331706929503317`*^9, - 3.7331706965380173`*^9}, {3.735032469440843*^9, 3.735032484729834*^9}, { - 3.735032517859907*^9, 3.735032601394354*^9}, {3.7350326346892223`*^9, - 3.735032635034664*^9}, {3.735033496785925*^9, 3.7350335281258993`*^9}, { - 3.7350335603081903`*^9, 3.735033663437683*^9}, {3.735033904013899*^9, - 3.7350339075891523`*^9}, {3.735033984637506*^9, 3.735034093197612*^9}, { - 3.73503413980792*^9, 3.735034140092969*^9}, {3.737806352728956*^9, - 3.737806367811644*^9}, {3.737806433894595*^9, 3.737806435967967*^9}, { - 3.737806476532917*^9, 3.737806574063101*^9}, {3.7378067551073437`*^9, - 3.737806828981542*^9}, 3.737806878644868*^9, {3.737968444470468*^9, - 3.737968468464669*^9}, 3.737968545067499*^9, 3.737968575390418*^9, { - 3.739029626888796*^9, 3.739029633847821*^9}, {3.739030429186804*^9, - 3.739030431008545*^9}, {3.7391695345754766`*^9, 3.739169536334717*^9}, { - 3.739169727221682*^9, 3.739169737715694*^9}, {3.7391698678374557`*^9, - 3.739169951171378*^9}, {3.7391702356395273`*^9, 3.739170236908888*^9}, - 3.739170291692564*^9, {3.739184573008953*^9, 3.739184596252761*^9}, { - 3.739187730290718*^9, 3.7391877776088867`*^9}, {3.73921225861617*^9, - 3.739212281452911*^9}, {3.7392123593828087`*^9, 3.7392124850476933`*^9}, - 3.7392125327555513`*^9, {3.739212659381495*^9, 3.739212661404315*^9}, - 3.7392128537150297`*^9, {3.7438658514596167`*^9, 3.743865851515725*^9}, { - 3.758530190309626*^9, 3.758530364608316*^9}, {3.759520395991775*^9, - 3.759520396244904*^9}, 3.7627930940292997`*^9, {3.786968103497732*^9, - 3.786968104775231*^9}, {3.78696816396778*^9, 3.78696816649361*^9}, { - 3.786968627627324*^9, 3.786968628793837*^9}, {3.830802525031889*^9, - 3.830802534741292*^9}, {3.83080259292375*^9, 3.83080280516637*^9}, { - 3.8308028862314377`*^9, 3.830802934032642*^9}, {3.830803005488124*^9, - 3.830803011749942*^9}, {3.8308030816991367`*^9, 3.830803083570943*^9}, { - 3.8308032096539927`*^9, 3.8308032173937693`*^9}, {3.830803591290176*^9, - 3.83080367637584*^9}, {3.830803731004512*^9, 3.8308037630399*^9}, { - 3.830803830343073*^9, 3.830803864039065*^9}, {3.830803906008821*^9, - 3.830803906894977*^9}, {3.8308039550438538`*^9, 3.830804025083962*^9}, - 3.8308270019069138`*^9, {3.8308270832533417`*^9, 3.83082715630758*^9}, { - 3.830827287786254*^9, 3.8308273553547087`*^9}, {3.830827910082425*^9, - 3.83082801571141*^9}, {3.8308283818073187`*^9, 3.830828408660639*^9}, { - 3.830828482713167*^9, 3.830828517985618*^9}, {3.830828581537424*^9, - 3.830828586129668*^9}, {3.8308287895161867`*^9, 3.830828795249463*^9}, { - 3.830828850326208*^9, 3.830828985483449*^9}, {3.830829167963057*^9, - 3.830829361509408*^9}, {3.830830797372328*^9, 3.830830799024498*^9}, { - 3.8362883960766687`*^9, 3.836288396248164*^9}, 3.853402291817787*^9, { - 3.861334722155571*^9, 3.8613347229225597`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"4dab8903-6ffc-43a4-86df-0d0ff6dd1691"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[409]:=",ExpressionUUID->"500a8d81-c620-4545-ab4d-243a4fa78936"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["StructureFactorTable", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.6681055844957*^9, {3.66810585066947*^9, 3.668105858356221*^9}, - 3.682827196585244*^9, - 3.6844879863598137`*^9},ExpressionUUID->"d5814520-4e20-4aba-b31d-\ -c0755ea35357"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[410]:=",ExpressionUUID->"d3b33f4a-9583-4ed4-bcdf-c39f22a033fd"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"StructureFactorTable", "::", "invcustom"}], "=", - "\"\<Invalid setting for the \[LeftGuillemet]CustomReflections\ -\[RightGuillemet] option.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"StructureFactorTable", "::", "sort"}], "=", - "\"\<Invalid \[LeftGuillemet]Sort\[RightGuillemet] option.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "[", "StructureFactorTable", "]"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "DarwinWidth", " ", "and", " ", "ExtinctionLength", " ", "options"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Polarisation\>\"", "\[Rule]", "\"\<\[Pi]\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"StructureFactor", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", - RowBox[{"Power", "[", - RowBox[{"10.", ",", - RowBox[{"-", "6"}]}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"ReflectionList", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReflectionListKeep\>\"", "\[Rule]", "50"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"StructureFactorTable", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "All"}], ",", "\[IndentingNewLine]", - - RowBox[{"\"\<Sort\>\"", "\[Rule]", - RowBox[{"-", "2"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<TitleStyle\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"FontFamily", "\[Rule]", "\"\<Baskerville\>\""}], ",", - RowBox[{"FontSize", "\[Rule]", "15"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SubtitleStyle\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"FontFamily", "\[Rule]", "\"\<Times New Roman\>\""}], ",", - RowBox[{"FontSize", "\[Rule]", "13"}], ",", "Gray"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NumberStyle\>\"", "\[Rule]", - RowBox[{"FontFamily", "\[Rule]", "\"\<Courier\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Background", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", "None", "}"}], ",", - RowBox[{"{", - RowBox[{"None", ",", - RowBox[{"{", - RowBox[{"None", ",", "LightGray"}], "}"}]}], "}"}]}], "}"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"Dividers", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"None", ",", - RowBox[{"{", "True", "}"}], ",", "None"}], "}"}], ",", - RowBox[{"{", - RowBox[{"None", ",", "None", ",", "True"}], "}"}]}], "}"}]}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "StructureFactorTable"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, 3.668105730347047*^9, {3.6681057635034733`*^9, - 3.668105770743743*^9}, {3.668105863188552*^9, 3.6681058655778723`*^9}, { - 3.668194174710959*^9, 3.668194200997211*^9}, {3.679749057336968*^9, - 3.679749065727788*^9}, {3.6797491392317333`*^9, 3.679749188325144*^9}, { - 3.679749469999255*^9, 3.679749477094261*^9}, {3.679752707933913*^9, - 3.679752720990613*^9}, {3.679755885846201*^9, 3.679755887076858*^9}, { - 3.6797559482689734`*^9, 3.679755950347142*^9}, {3.681633881405313*^9, - 3.681633882428932*^9}, {3.681633921173172*^9, 3.681634041501145*^9}, { - 3.681634191462041*^9, 3.681634194092729*^9}, {3.681634316204688*^9, - 3.6816343331267242`*^9}, {3.681634485786175*^9, 3.681634488746072*^9}, { - 3.685266410723361*^9, 3.685266411087372*^9}, {3.685419621265628*^9, - 3.685419621340851*^9}, {3.68542135881497*^9, 3.68542136123435*^9}, { - 3.685421972498349*^9, 3.685421973457191*^9}, {3.6854220084304543`*^9, - 3.685422008728126*^9}, {3.6857080176285677`*^9, 3.685708046018064*^9}, { - 3.685777331857526*^9, 3.685777354965396*^9}, {3.685779053854518*^9, - 3.68577905613339*^9}, {3.685779091629904*^9, 3.685779103410666*^9}, { - 3.685779834029439*^9, 3.685779834082477*^9}, {3.686534688749203*^9, - 3.6865346889520035`*^9}, {3.7303848395375853`*^9, - 3.7303848578650017`*^9}, {3.7303852705109243`*^9, 3.730385288030526*^9}, - 3.730385333695622*^9, {3.730385382941999*^9, 3.730385452826951*^9}, { - 3.7303855440435553`*^9, 3.730385550850548*^9}, {3.756717554120699*^9, - 3.756717568915251*^9}}, - CellLabel-> - "In[411]:=",ExpressionUUID->"20b9832e-ba69-49db-b982-617401ce44f4"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[415]:=",ExpressionUUID->"aaa921d7-04ea-4b1e-83f2-fd0b2e134a65"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"StructureFactorTable", "[", "\[IndentingNewLine]", - RowBox[{"crystal_String", ",", "\[IndentingNewLine]", - RowBox[{"lambda", ":", - RowBox[{"_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"NumericQ", "[", "#", "]"}], "||", - RowBox[{"QuantityQ", "[", "#", "]"}]}], "&"}], ")"}]}], ":", - RowBox[{"-", "1"}]}], ",", "\[IndentingNewLine]", - "condition___Condition", ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "\[Lambda]", ",", "hkl", ",", "H", ",", "sl", ",", "bragg", ",", - "\[IndentingNewLine]", "column1", ",", "column2", ",", "column3", ",", - "column4", ",", "column5", ",", "column6", ",", "\[IndentingNewLine]", - "V", ",", "\[IndentingNewLine]", "zeros", ",", "\[IndentingNewLine]", - "R", ",", "\[Theta]", ",", "Fh", ",", "FhBar", ",", "\[CapitalLambda]o", - ",", "\[Delta]os", ",", "\[IndentingNewLine]", "temp", ",", "temp1", - ",", "temp2", ",", "temp3", ",", "temp4", ",", "temp5", ",", "temp6", - ",", "\[IndentingNewLine]", "sort", ",", "keep", ",", "polarisation", - ",", "threshold"}], "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "wavelength"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"\[Lambda]", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ProcessWavelength\>\"", ",", "crystal", ",", "lambda"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "list", " ", "of", " ", "reflections"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"hkl", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"ReflectionList", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "condition", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<SplitEquivalent\>\"", "]"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<CustomReflections\>\"", "]"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<Keep\>\"", "\[Rule]", - RowBox[{ - "OptionValue", "[", "\"\<ReflectionListKeep\>\"", "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Useful", " ", "variables"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"H", "=", - RowBox[{"Chop", "@", - RowBox[{"N", "@", - RowBox[{"Inverse", "@", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}]}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Using", " ", "inner", " ", "product", " ", "and", " ", - RowBox[{"Bragg", "'"}], "s", " ", "law"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"sl", "[", "h_", "]"}], ":=", - RowBox[{"N", "[", - RowBox[{ - RowBox[{"Sqrt", "[", - RowBox[{"h", ".", "H", ".", "h"}], "]"}], "/", "2"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"bragg", "[", "h_", "]"}], ":=", - RowBox[{"N", "[", - RowBox[{"ArcSin", "[", - RowBox[{ - RowBox[{"sl", "[", "h", "]"}], "*", - RowBox[{"QuantityMagnitude", "@", "\[Lambda]"}]}], "]"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Miscellaneous", " ", "options"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"polarisation", "=", - RowBox[{"OptionValue", "[", "\"\<Polarisation\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"threshold", "=", - RowBox[{"OptionValue", "[", "\"\<Threshold\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Calculations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Miller", " ", "indices"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"column1", "=", - RowBox[{"MillerNotationToString", "/@", "hkl"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Structure", " ", "factors"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"StructureFactor", "[", - RowBox[{"crystal", ",", "hkl", ",", "\[Lambda]", ",", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", "threshold"}]}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"column2", "=", - RowBox[{"Chop", "[", - RowBox[{ - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], ",", - RowBox[{"OptionValue", "[", "\"\<Threshold\>\"", "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Structure", " ", "factor", " ", "zero", " ", "positions"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"zeros", "=", - RowBox[{"Position", "[", - RowBox[{"column2", ",", "0"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Phase", " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"column3", "=", - RowBox[{"QuantityMagnitude", "@", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "2"}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"column3", "=", - RowBox[{"ReplacePart", "[", - RowBox[{"column3", ",", - RowBox[{"zeros", "\[Rule]", "\"\<\[Dash]\>\""}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Bragg", " ", "angles"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"column4", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"bragg", "/@", "hkl"}], ")"}], "/", "Degree"}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Unit", " ", "cell", " ", "volume"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"V", "=", - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{"GetCrystalMetric", "[", "crystal", "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Extinction", " ", "length", " ", - RowBox[{"(", - RowBox[{"Pendell\[ODoubleDot]sung", " ", "distance"}], ")"}]}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"R", "=", - RowBox[{"QuantityMagnitude", "@", - RowBox[{"UnitConvert", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Quantity", "[", "\"\<ClassicalElectronRadius\>\"", "]"}], - ",", "\"\<Angstroms\>\""}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"\[Theta]", "=", - RowBox[{"column4", "*", "Degree"}]}], ";", "\[IndentingNewLine]", "\t", - - RowBox[{"Fh", "=", "column2"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"FhBar", "=", - RowBox[{ - RowBox[{"(", - RowBox[{"StructureFactor", "[", - RowBox[{"crystal", ",", - RowBox[{"-", "hkl"}], ",", "\[Lambda]"}], "]"}], ")"}], - "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{"Quiet", "@", - RowBox[{"ExtinctionLength", "[", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "hkl", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<Polarisation\>\"", "\[Rule]", "polarisation"}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"\[CapitalLambda]o", "=", - RowBox[{"ReplacePart", "[", - RowBox[{"\[CapitalLambda]o", ",", - RowBox[{"zeros", "\[Rule]", "\"\<\[Dash]\>\""}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Darwin", " ", "width"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"\[Delta]os", "=", - RowBox[{"Quiet", "@", - RowBox[{"DarwinWidth", "[", - RowBox[{ - "crystal", ",", "\[Lambda]", ",", "hkl", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<Polarisation\>\"", "\[Rule]", "polarisation"}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"\[Delta]os", "=", - RowBox[{"ReplacePart", "[", - RowBox[{"\[Delta]os", ",", - RowBox[{"zeros", "\[Rule]", "\"\<\[Dash]\>\""}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{"column5", ",", "column6"}], "}"}], "=", - RowBox[{"{", - RowBox[{"\[CapitalLambda]o", ",", "\[Delta]os"}], "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Preparing", " ", "output", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"temp1", "=", - RowBox[{"{", - RowBox[{ - "column1", ",", "column2", ",", "column3", ",", "column4", ",", - "column5", ",", "column6"}], "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{"Sorting", " ", "option"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"sort", "=", - RowBox[{"OptionValue", "[", "\"\<Sort\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "sort", " ", "setting"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Range", "[", "6", "]"}], ",", - RowBox[{"Abs", "@", "sort"}]}], "]"}]}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"StructureFactorTable", "::", "sort"}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t\t", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Sorting", " ", "by", " ", "a", " ", "specific", " ", "column"}], " ", - "*)"}], "\t\t\t", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp2", "=", - RowBox[{"Sort", "[", - RowBox[{ - RowBox[{"Transpose", "@", "temp1"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{ - RowBox[{"#1", "\[LeftDoubleBracket]", - RowBox[{"Abs", "@", "sort"}], "\[RightDoubleBracket]"}], "<", - RowBox[{"#2", "\[LeftDoubleBracket]", - RowBox[{"Abs", "@", "sort"}], "\[RightDoubleBracket]"}]}], "&"}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"(*", " ", - RowBox[{"Reversing", " ", "if", " ", "negative"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sort", "<", "0"}], ",", - RowBox[{"temp2", "=", - RowBox[{"Reverse", "@", "temp2"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Truncate", " ", "the", " ", "list", " ", "of", " ", "reflections"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"keep", "=", - RowBox[{"OptionValue", "[", "\"\<Keep\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"keep", "\[Equal]", "All"}], ",", - RowBox[{"keep", "=", - RowBox[{"Length", "@", "hkl"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"IntegerQ", "[", "keep", "]"}]}], "||", - RowBox[{"!", - RowBox[{"Positive", "[", "keep", "]"}]}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"StructureFactorTable", "::", "invkeep"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t\t", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp2", "=", - RowBox[{"Take", "[", - RowBox[{"temp2", ",", - RowBox[{"Min", "[", - RowBox[{"keep", ",", - RowBox[{"Length", "@", "hkl"}]}], "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Rounding", " ", "off", " ", "numbers"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"temp3", "=", - RowBox[{ - RowBox[{ - RowBox[{"NumberForm", "[", - RowBox[{"#", ",", - RowBox[{"{", - RowBox[{"5", ",", "3"}], "}"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"DigitBlock", "\[Rule]", "3"}], ",", - RowBox[{"NumberSeparator", "\[Rule]", "\"\<,\>\""}]}], "]"}], "&"}], - "/@", - RowBox[{"(", - RowBox[{"Flatten", "@", "temp2"}], ")"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"temp4", "=", - RowBox[{"Partition", "[", - RowBox[{"temp3", ",", - RowBox[{"Last", "@", - RowBox[{"Dimensions", "@", "temp2"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Table", " ", "construction", " ", "*", - - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"temp5", "=", - RowBox[{"PrependTo", "[", - RowBox[{"temp4", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "\"\<(hkl)\>\"", ",", - "\"\<|\!\(\*SubscriptBox[\(F\), \(hkl\)]\)|\>\"", ",", - "\"\<\!\(\*SubscriptBox[\(\[Phi]\), \(hkl\)]\) [\[Degree]]\>\"", - ",", "\[IndentingNewLine]", "\t", - "\"\<\!\(\*SubscriptBox[\(\[Theta]\), \(B\)]\) [\[Degree]]\>\"", - ",", "\"\<\!\(\*SubscriptBox[\(\[CapitalLambda]\), \(0\)]\) [\ -\[Micro]m]\>\"", ",", - "\"\<2\!\(\*SubscriptBox[\(\[Delta]\), \(os\)]\) \ -[\[Micro]rad]\>\""}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"temp6", "=", - RowBox[{"PrependTo", "[", - RowBox[{"temp5", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "Null", ",", "\"\<Structure factor\>\"", ",", "\"\<Phase\>\"", ",", - "\[IndentingNewLine]", "\t", "\"\<Bragg angle\>\"", ",", - "\"\<Extinction length\>\"", ",", "\[IndentingNewLine]", "\t", - "\"\<Darwin width\>\""}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Grid", "[", - RowBox[{"temp6", ",", "\[IndentingNewLine]", "\t", - RowBox[{"Dividers", "\[Rule]", - RowBox[{"OptionValue", "[", "Dividers", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Background", "\[Rule]", - RowBox[{"OptionValue", "[", "Background", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Alignment", "\[Rule]", - RowBox[{"{", - RowBox[{"Center", ",", "Center"}], "}"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"Spacings", "\[Rule]", - RowBox[{"{", - RowBox[{"Automatic", ",", - RowBox[{"2", "\[Rule]", "0.5"}]}], "}"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"ItemStyle", "\[Rule]", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "Automatic", ",", "\[IndentingNewLine]", "\t", "Automatic", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"First", "@", - RowBox[{"Dimensions", "@", "temp1"}]}]}], "}"}]}], "}"}], - "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<TitleStyle\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"First", "@", - RowBox[{"Dimensions", "@", "temp1"}]}]}], "}"}]}], "}"}], - "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<SubtitleStyle\>\"", "]"}]}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", - RowBox[{ - RowBox[{"First", "@", - RowBox[{"Dimensions", "@", "temp2"}]}], "+", "2"}]}], - "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"First", "@", - RowBox[{"Dimensions", "@", "temp1"}]}]}], "}"}]}], "}"}], - "\[Rule]", - RowBox[{"OptionValue", "[", "\"\<NumberStyle\>\"", "]"}]}]}], - "\[IndentingNewLine]", "\t", "}"}]}], "\[IndentingNewLine]", "\t", - "}"}]}]}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.6681059041705027`*^9, {3.668106026194642*^9, - 3.668106055503222*^9}, 3.668192910799576*^9, {3.6681941224670277`*^9, - 3.668194126738676*^9}, {3.668194161897127*^9, 3.6681941659530773`*^9}, { - 3.668194225695754*^9, 3.6681943053267803`*^9}, {3.668194339678026*^9, - 3.668194344188929*^9}, {3.6681944039575644`*^9, 3.668194466586141*^9}, { - 3.6681945564479427`*^9, 3.6681945658649063`*^9}, {3.668194622790612*^9, - 3.668194759771111*^9}, {3.66819490548871*^9, 3.668195027229073*^9}, { - 3.6681951039560843`*^9, 3.66819510554707*^9}, {3.66819513761075*^9, - 3.668195162577676*^9}, {3.668195214651011*^9, 3.668195218113638*^9}, - 3.6681952494025793`*^9, 3.6681954247493143`*^9, 3.66824401430801*^9, - 3.6684058731849527`*^9, {3.668405944769766*^9, 3.668405951720669*^9}, { - 3.6736853314815063`*^9, 3.673685355082993*^9}, {3.6736944025692043`*^9, - 3.673694463026792*^9}, {3.679749111284326*^9, 3.679749119529436*^9}, { - 3.679749272848419*^9, 3.679749286046275*^9}, 3.6797493496599827`*^9, { - 3.679749406699519*^9, 3.6797494299138737`*^9}, {3.679752731081196*^9, - 3.679752735159561*^9}, {3.679755957575972*^9, 3.679755974526786*^9}, { - 3.679757886760714*^9, 3.679757915049499*^9}, {3.679757952809022*^9, - 3.67975795343259*^9}, {3.6797580074154797`*^9, 3.6797580077028008`*^9}, { - 3.6816343573203783`*^9, 3.681634369229891*^9}, {3.6816344032239857`*^9, - 3.681634446203055*^9}, {3.681634504934698*^9, 3.681634520684157*^9}, { - 3.681668871102579*^9, 3.681668878253851*^9}, {3.684485120925991*^9, - 3.684485135297613*^9}, {3.684485165928299*^9, 3.684485198270612*^9}, { - 3.684485246037017*^9, 3.684485436633341*^9}, {3.6844854724040728`*^9, - 3.6844855337764053`*^9}, {3.6844856008386497`*^9, - 3.6844857691632633`*^9}, {3.684485809188869*^9, 3.6844858205229397`*^9}, { - 3.6844858510434237`*^9, 3.684485911259457*^9}, {3.6844859442451973`*^9, - 3.684486072812007*^9}, {3.6844861149482327`*^9, 3.6844862603708687`*^9}, { - 3.68448629383969*^9, 3.684486347931925*^9}, {3.684486396878598*^9, - 3.6844864256933117`*^9}, {3.6844865317020893`*^9, - 3.6844865929976273`*^9}, {3.6844866482327633`*^9, 3.684486740721855*^9}, { - 3.684487045709893*^9, 3.684487070636261*^9}, 3.684487103167721*^9, { - 3.684487880088442*^9, 3.6844879170825977`*^9}, {3.6850834290776587`*^9, - 3.685083453530726*^9}, {3.685083491735672*^9, 3.685083493793859*^9}, { - 3.685084511620009*^9, 3.685084534377172*^9}, {3.6852513095226097`*^9, - 3.685251331509769*^9}, {3.685265793853511*^9, 3.685265803975073*^9}, { - 3.685265839556972*^9, 3.68526596218845*^9}, {3.685266073088797*^9, - 3.685266093823522*^9}, {3.685266220826173*^9, 3.685266238271948*^9}, { - 3.685266275245944*^9, 3.685266340576406*^9}, {3.685267063973906*^9, - 3.68526709334811*^9}, {3.685270774115447*^9, 3.6852709228653717`*^9}, { - 3.685300321882452*^9, 3.685300335601007*^9}, {3.685421443505704*^9, - 3.685421463958482*^9}, {3.685422156442091*^9, 3.685422172609242*^9}, { - 3.685699369585546*^9, 3.685699369868608*^9}, {3.685707914475984*^9, - 3.6857079249369507`*^9}, {3.6857080309963493`*^9, 3.685708055487095*^9}, - 3.685765931784999*^9, {3.685776663041807*^9, 3.685776681732292*^9}, { - 3.685777377256502*^9, 3.685777405662352*^9}, 3.685777524891036*^9, { - 3.6857787731275463`*^9, 3.68577877339953*^9}, {3.685778916829303*^9, - 3.68577891751688*^9}, {3.685779003826284*^9, 3.6857790040668373`*^9}, { - 3.685779111530941*^9, 3.6857791390455627`*^9}, {3.6857791829251223`*^9, - 3.685779226673965*^9}, {3.685779257568705*^9, 3.685779324132321*^9}, { - 3.685863811228397*^9, 3.685863888812524*^9}, {3.6858639418180532`*^9, - 3.685864030534474*^9}, {3.685864068109055*^9, 3.6858640728944902`*^9}, { - 3.685864320620183*^9, 3.685864364665761*^9}, {3.685881483399377*^9, - 3.685881483983437*^9}, {3.6865346936788034`*^9, 3.686534729215604*^9}, { - 3.6865348797712045`*^9, 3.6865349111896048`*^9}, {3.6865351710388064`*^9, - 3.6865351905388064`*^9}, {3.6865354148980083`*^9, - 3.6865354271440077`*^9}, {3.6866574967551813`*^9, 3.68665754350769*^9}, { - 3.7147128016475286`*^9, 3.7147128052312393`*^9}, {3.714712861943325*^9, - 3.7147128669009533`*^9}, {3.714712922756605*^9, 3.714712927633663*^9}, { - 3.714713663696129*^9, 3.7147136882868347`*^9}, {3.7147164475537777`*^9, - 3.7147164612558727`*^9}, {3.715330575007782*^9, 3.71533060055259*^9}, { - 3.71533063423807*^9, 3.7153306667473297`*^9}, {3.717740896749968*^9, - 3.717740919759727*^9}, {3.719080061839922*^9, 3.7190800635580177`*^9}, { - 3.719080096107452*^9, 3.71908013681688*^9}, 3.726561582555664*^9, - 3.727675289752404*^9, {3.730379987198442*^9, 3.7303800426667137`*^9}, { - 3.730380220134783*^9, 3.730380225254434*^9}, 3.7303802840384197`*^9, { - 3.7303805113333607`*^9, 3.730380531762488*^9}, {3.7303805650160418`*^9, - 3.730380592271204*^9}, {3.730380624520441*^9, 3.7303806444062567`*^9}, { - 3.730383886626964*^9, 3.7303838976804667`*^9}, {3.7303841186379232`*^9, - 3.730384121147691*^9}, {3.730384175596126*^9, 3.730384297453144*^9}, { - 3.730384401122053*^9, 3.7303844100839863`*^9}, {3.730384791008588*^9, - 3.730384825634898*^9}, {3.730398391122581*^9, 3.730398403439115*^9}, { - 3.7303989641138067`*^9, 3.730399035992712*^9}, {3.730399129245757*^9, - 3.730399157067222*^9}, 3.737968267054536*^9, {3.737968468576823*^9, - 3.7379684686723223`*^9}, {3.7391703649281387`*^9, 3.739170378745417*^9}, { - 3.758530366383757*^9, 3.758530384916501*^9}, {3.759520405940363*^9, - 3.759520406161471*^9}, 3.7627930940643167`*^9, {3.786968634449304*^9, - 3.786968636350594*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[416]:=",ExpressionUUID->"eccb4381-c65c-4a33-94ff-b58c47aa19ea"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[417]:=",ExpressionUUID->"928033bc-42e5-4194-91b6-268230252f25"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentPositions", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.681669216072617*^9, 3.6816692308311157`*^9}, { - 3.682134073518475*^9, 3.682134077310957*^9}, {3.6821351637913322`*^9, - 3.682135164412662*^9}, {3.682138013029172*^9, 3.682138014016361*^9}, { - 3.684667958524547*^9, 3.684667960120316*^9}, {3.6846686457735453`*^9, - 3.6846686463667*^9}, {3.684836784425963*^9, 3.684836788963016*^9}, - 3.6850744452466288`*^9, 3.6850823153301153`*^9, {3.6854348821014957`*^9, - 3.685434894095244*^9}, - 3.737968626349929*^9},ExpressionUUID->"529fb205-b186-4530-9589-\ -ede9112bb674"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[418]:=",ExpressionUUID->"8218efc2-5009-45e4-a583-f59f633f418d"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"SymmetryEquivalentPositions", "::", "threshold"}], "=", - "\"\<Tolerance specification must be a non-negative number.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "SymmetryEquivalentPositions"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<RationaliseThreshold\>\"", "\[Rule]", "0.001"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SymmetryEquivalentPositions"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.713499594264703*^9, 3.713499600791645*^9}, { - 3.7134997559003563`*^9, 3.713499760848817*^9}, {3.713500682715701*^9, - 3.713500701729546*^9}, {3.718704905455051*^9, 3.718704929765172*^9}, { - 3.724146707499155*^9, 3.724146707702059*^9}, {3.724146878698964*^9, - 3.72414690422395*^9}, {3.724147745195922*^9, 3.724147746304405*^9}, { - 3.724148051662944*^9, 3.724148105663968*^9}, {3.725178522395805*^9, - 3.725178523035316*^9}, {3.7263875589391527`*^9, 3.726387575167107*^9}, { - 3.7263876327996063`*^9, 3.726387668868034*^9}, {3.72638806060953*^9, - 3.726388104569353*^9}, 3.72638820342171*^9, {3.726908811296638*^9, - 3.7269088127070007`*^9}, {3.734077581412663*^9, 3.734077582179674*^9}, { - 3.756717605666575*^9, 3.756717631302971*^9}, 3.759479704593539*^9, { - 3.830438984223919*^9, 3.830438992992569*^9}, {3.83085544739738*^9, - 3.830855453942481*^9}}, - CellLabel->"",ExpressionUUID->"4c4fe28e-5674-4a25-9617-497f20c9b3e6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[422]:=",ExpressionUUID->"3b4015d9-edb2-4c44-a341-ddbf30a1e152"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SymmetryEquivalentPositions", "[", - RowBox[{"input_String", ",", - RowBox[{"xyzInput_List", ":", - RowBox[{"{", - RowBox[{"\"\<x\>\"", ",", "\"\<y\>\"", ",", "\"\<z\>\""}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"group", ",", - RowBox[{"\[Delta]", "=", - RowBox[{"OptionValue", "[", "\"\<RationaliseThreshold\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"useCenteringQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UseCentring\>\"", "]"}]}]}], ",", - "\[IndentingNewLine]", "recognizedFractions", ",", "r", ",", "xyz", ",", - "\[IndentingNewLine]", "centeringVectors", ",", "\[IndentingNewLine]", - "s", ",", "mod", ",", "t", ",", "sym"}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Checks", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"NumericQ", "@", "\[Delta]"}]}], "||", - RowBox[{"Negative", "@", "\[Delta]"}]}], ",", - RowBox[{"Message", "@", - RowBox[{"SymmetryEquivalentPositions", "::", "threshold"}]}]}], "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"group", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "input"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"InputCheck", "[", - RowBox[{"xyzInput", ",", "\"\<WrapSingle\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Auxiliary", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"mod", "[", "X_", "]"}], ":=", - RowBox[{"Switch", "[", - RowBox[{"X", ",", "\[IndentingNewLine]", - RowBox[{"_", "?", "NumericQ"}], ",", - RowBox[{"Mod", "[", - RowBox[{"X", ",", "1"}], "]"}], ",", "\[IndentingNewLine]", "_Plus", - ",", - RowBox[{ - RowBox[{"t", "=", - RowBox[{"Select", "[", - RowBox[{"X", ",", "NumericQ"}], "]"}]}], ";", - RowBox[{"sym", "=", - RowBox[{"X", "-", "t"}]}], ";", - RowBox[{ - RowBox[{"Mod", "[", - RowBox[{"t", ",", "1"}], "]"}], "+", "sym"}]}], ",", - "\[IndentingNewLine]", "_", ",", "X"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Generate", " ", "equivalent", " ", "positions"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"s", "=", - RowBox[{"GetSymmetryOperations", "[", - RowBox[{"group", ",", "\[IndentingNewLine]", - RowBox[{"\"\<AugmentedMatrix\>\"", "\[Rule]", "True"}], ",", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "useCenteringQ"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<RecognizeFractions\>\"", ",", "xyz", ",", "\[Delta]"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"Transpose", "[", - RowBox[{ - RowBox[{ - RowBox[{"#", "@", "xyz"}], "&"}], "/@", "s"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "useCenteringQ"}], ",", - RowBox[{"xyz", "=", - RowBox[{ - RowBox[{ - RowBox[{"DeleteDuplicatesBy", "[", - RowBox[{"#", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"centeringVectors", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "group"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"Map", "[", - RowBox[{"mod", ",", - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"centeringVectors", "\[Transpose]"}], "+", "#"}], - ")"}], "\[Transpose]"}], ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], "&"}]}]}], "]"}], "&"}], - "/@", "xyz"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"Map", "[", - RowBox[{"mod", ",", "xyz", ",", - RowBox[{"{", "3", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"xyz", "/.", - RowBox[{"x_Real", "\[RuleDelayed]", - RowBox[{"Round", "[", - RowBox[{"x", ",", - RowBox[{"10.", "^", - RowBox[{"(", - RowBox[{"-", "6"}], ")"}]}]}], "]"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"DeleteDuplicates", "/@", "xyz"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"xyzInput", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_", ",", "z_"}], "}"}], "/;", - RowBox[{"!", - RowBox[{"AnyTrue", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", "ListQ"}], - "]"}]}]}]}], "]"}], ",", "\[IndentingNewLine]", - RowBox[{"First", "@", "xyz"}], ",", "xyz"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.68166924518751*^9, 3.681669257401746*^9}, - 3.681706490571958*^9, {3.681706560665007*^9, 3.681706560808091*^9}, { - 3.681706701190172*^9, 3.6817067089323483`*^9}, {3.681706888369705*^9, - 3.68170694343121*^9}, {3.681707009919237*^9, 3.681707054877233*^9}, - 3.681707094253208*^9, {3.681707298537107*^9, 3.681707301151917*^9}, { - 3.681710383837879*^9, 3.681710517243684*^9}, {3.681710549236743*^9, - 3.681710591906762*^9}, 3.68171076139857*^9, 3.681710814623724*^9, { - 3.6817109067478313`*^9, 3.6817110010439167`*^9}, {3.681711080522023*^9, - 3.6817111039844112`*^9}, 3.681711207870273*^9, {3.6817112607821617`*^9, - 3.681711305188384*^9}, {3.681711445370324*^9, 3.681711513296112*^9}, { - 3.6817115774404993`*^9, 3.681711650636854*^9}, {3.68171500692944*^9, - 3.681715026767819*^9}, {3.681715181501337*^9, 3.681715181739588*^9}, { - 3.681715678282447*^9, 3.6817156946895933`*^9}, {3.681715923758252*^9, - 3.6817159597723722`*^9}, {3.68171782238949*^9, 3.681717946865253*^9}, { - 3.681718348825375*^9, 3.681718349067914*^9}, {3.681718672178816*^9, - 3.68171869694698*^9}, {3.681718727898713*^9, 3.681718795793612*^9}, { - 3.681719297392269*^9, 3.681719364987854*^9}, {3.681719424875423*^9, - 3.681719476273019*^9}, {3.681719564217062*^9, 3.6817195753909283`*^9}, { - 3.681719696949328*^9, 3.681719703508996*^9}, {3.681720146779862*^9, - 3.681720188282736*^9}, {3.681720357048739*^9, 3.681720404007724*^9}, { - 3.681720538565111*^9, 3.68172054257139*^9}, {3.681720713993903*^9, - 3.681720714144103*^9}, {3.6817209858918037`*^9, 3.681721182870202*^9}, { - 3.681721229493627*^9, 3.6817212759562902`*^9}, {3.681721318685071*^9, - 3.681721337315277*^9}, {3.681721411035223*^9, 3.681721483737514*^9}, { - 3.6817215519766006`*^9, 3.6817216024457273`*^9}, {3.681721640646819*^9, - 3.681721648839014*^9}, {3.681721731125741*^9, 3.681721732668375*^9}, { - 3.681721789833881*^9, 3.681721806418096*^9}, {3.6817219185830507`*^9, - 3.6817219344066553`*^9}, {3.681722442266707*^9, 3.6817224444361963`*^9}, { - 3.6817227023431807`*^9, 3.681722723774548*^9}, {3.6817228369801702`*^9, - 3.681722870587195*^9}, 3.6817229070837173`*^9, {3.681723229228771*^9, - 3.681723316371806*^9}, 3.681723352394136*^9, {3.681723491110834*^9, - 3.6817234976219*^9}, {3.681723533046878*^9, 3.681723549182931*^9}, { - 3.681723690723069*^9, 3.681723710538261*^9}, {3.681723746168332*^9, - 3.681723764431592*^9}, {3.6817239634608393`*^9, 3.681724024526379*^9}, { - 3.681724085449534*^9, 3.6817242176903954`*^9}, {3.6817242696057167`*^9, - 3.681724295774458*^9}, 3.681724327237109*^9, {3.681724474011566*^9, - 3.681724476993256*^9}, 3.681724828780448*^9, {3.6818125091048193`*^9, - 3.6818125114155693`*^9}, {3.6818368257106333`*^9, 3.68183686908536*^9}, { - 3.681836932372287*^9, 3.6818369624101877`*^9}, 3.681837110530672*^9, { - 3.681837208341257*^9, 3.681837224397664*^9}, {3.6818373595787363`*^9, - 3.6818374537754908`*^9}, {3.681837562221323*^9, 3.6818375769428663`*^9}, { - 3.681910108411652*^9, 3.681910109523672*^9}, {3.681914019772044*^9, - 3.6819140660350637`*^9}, {3.681914192192573*^9, 3.681914197016157*^9}, { - 3.6819143018703423`*^9, 3.6819143025663137`*^9}, {3.681915201163806*^9, - 3.681915204987383*^9}, {3.681915310962316*^9, 3.681915331517808*^9}, { - 3.681915405175632*^9, 3.6819154062625723`*^9}, {3.681915499756755*^9, - 3.681915499981236*^9}, {3.682073936912169*^9, 3.6820739483816547`*^9}, { - 3.6820743306881447`*^9, 3.682074335621664*^9}, {3.682074407370736*^9, - 3.682074414704529*^9}, {3.6820745276580267`*^9, 3.6820745282934628`*^9}, { - 3.6820746925334578`*^9, 3.682074694860141*^9}, {3.682074732983082*^9, - 3.682074765426908*^9}, {3.6820749940801067`*^9, 3.682075014622149*^9}, { - 3.682075051439227*^9, 3.6820750769809523`*^9}, {3.682080559474235*^9, - 3.682080571064229*^9}, {3.682081192052569*^9, 3.682081198850922*^9}, { - 3.6820825372652617`*^9, 3.682082587828931*^9}, {3.682083882451795*^9, - 3.682083906361766*^9}, {3.682084834510179*^9, 3.682084909148551*^9}, { - 3.682085355867062*^9, 3.6820853570730352`*^9}, {3.682085387352064*^9, - 3.682085468590469*^9}, {3.6820954917674417`*^9, 3.682095491933237*^9}, { - 3.6820955359818773`*^9, 3.6820955368911743`*^9}, {3.6820955810166683`*^9, - 3.682095702639804*^9}, {3.6820958051670427`*^9, 3.682095833859441*^9}, { - 3.6820959556190987`*^9, 3.682095960147934*^9}, {3.682096089911231*^9, - 3.682096098702631*^9}, {3.6820961601906853`*^9, 3.682096164437451*^9}, { - 3.6820962600043573`*^9, 3.682096261183568*^9}, 3.6820964289853363`*^9, { - 3.682101172972685*^9, 3.682101186499799*^9}, {3.682102756494223*^9, - 3.6821027720587893`*^9}, {3.682102815514278*^9, 3.682102843539885*^9}, { - 3.682102913889373*^9, 3.6821029181999683`*^9}, {3.682134119475279*^9, - 3.68213414049387*^9}, {3.682134230034416*^9, 3.682134358353902*^9}, { - 3.682134389202623*^9, 3.682134415753475*^9}, {3.68213471223449*^9, - 3.682134738680016*^9}, {3.682135167917287*^9, 3.6821351692739058`*^9}, { - 3.682138062911598*^9, 3.682138063720244*^9}, {3.6821381082904797`*^9, - 3.682138208115355*^9}, {3.682138260558123*^9, 3.682138470630207*^9}, { - 3.682142430328573*^9, 3.682142561470036*^9}, {3.6821426027834806`*^9, - 3.682142633588481*^9}, {3.682142673674217*^9, 3.682142683054764*^9}, { - 3.682142831982066*^9, 3.6821428879204903`*^9}, {3.6821443136719933`*^9, - 3.682144398215694*^9}, {3.682144667707994*^9, 3.682144722485908*^9}, { - 3.682146073210956*^9, 3.68214608362833*^9}, {3.6821461172637672`*^9, - 3.6821461630666447`*^9}, {3.6821463016789713`*^9, 3.682146327282445*^9}, { - 3.682151620835616*^9, 3.682151624741599*^9}, {3.682151684939176*^9, - 3.6821516924478617`*^9}, {3.6821521411767*^9, 3.682152149634416*^9}, { - 3.682152264995434*^9, 3.682152328608294*^9}, {3.682152441457012*^9, - 3.68215245878516*^9}, {3.682152762344564*^9, 3.682152791810916*^9}, { - 3.6821528601618853`*^9, 3.682152860391903*^9}, {3.6821529539507027`*^9, - 3.682152984540741*^9}, {3.68215302321913*^9, 3.682153129482265*^9}, { - 3.682153280259882*^9, 3.682153321673149*^9}, {3.684668021791493*^9, - 3.6846681658947287`*^9}, {3.6846682780447197`*^9, 3.684668352798271*^9}, { - 3.684668436113463*^9, 3.684668448437615*^9}, {3.6846684900089483`*^9, - 3.684668526904063*^9}, {3.684668561814063*^9, 3.68466856288406*^9}, { - 3.684668655065772*^9, 3.6846686926482964`*^9}, {3.684668903775888*^9, - 3.684668909809854*^9}, {3.68466897106539*^9, 3.6846690320927258`*^9}, - 3.684837418146798*^9, {3.685081765462866*^9, 3.685081784523337*^9}, { - 3.685118924669243*^9, 3.685118964383156*^9}, {3.685119054695488*^9, - 3.685119066377532*^9}, {3.685119112037159*^9, 3.6851191612366247`*^9}, { - 3.6851222233997707`*^9, 3.685122323624399*^9}, {3.685122416923841*^9, - 3.685122647957561*^9}, {3.685122869265139*^9, 3.685122929853465*^9}, { - 3.68512305683995*^9, 3.685123057632986*^9}, {3.685123097397284*^9, - 3.6851231341679573`*^9}, {3.6851232087492*^9, 3.685123290233316*^9}, { - 3.6851233206586733`*^9, 3.685123472518133*^9}, {3.685124768846352*^9, - 3.685124788413164*^9}, 3.685124827498146*^9, {3.685124922417843*^9, - 3.685124934839531*^9}, {3.6851249687289753`*^9, 3.685124990060795*^9}, { - 3.6851253439768457`*^9, 3.685125361990635*^9}, {3.685125398349538*^9, - 3.68512542023664*^9}, {3.6851254611798267`*^9, 3.6851254618843307`*^9}, { - 3.685125539762597*^9, 3.685125544444332*^9}, {3.685125577885902*^9, - 3.685125578465879*^9}, {3.685125849690433*^9, 3.685125882844267*^9}, - 3.6851260251970587`*^9, {3.6851260882802267`*^9, 3.685126100928886*^9}, - 3.6851261506388273`*^9, 3.685158949332796*^9, {3.685159842828394*^9, - 3.6851598471301613`*^9}, {3.685183225218504*^9, 3.685183274544767*^9}, { - 3.685183644991259*^9, 3.685183651371249*^9}, {3.685183769606805*^9, - 3.685183925611478*^9}, {3.685184067941053*^9, 3.6851842703513117`*^9}, { - 3.685184421759241*^9, 3.6851844684094353`*^9}, {3.685184503184823*^9, - 3.685184553229735*^9}, {3.685184708178369*^9, 3.68518473788163*^9}, { - 3.68518479378185*^9, 3.685184816728256*^9}, {3.685184887217552*^9, - 3.685184904730365*^9}, {3.685184963595149*^9, 3.685184963842359*^9}, { - 3.685185169679628*^9, 3.685185173609806*^9}, {3.685185206615876*^9, - 3.685185211544053*^9}, {3.685186054699051*^9, 3.685186105224084*^9}, { - 3.685186171361231*^9, 3.68518622835814*^9}, {3.6851864968530817`*^9, - 3.6851864977507257`*^9}, {3.685188226992251*^9, 3.6851882855032883`*^9}, { - 3.685188338677219*^9, 3.685188389925318*^9}, {3.6851884225533133`*^9, - 3.6851884778853292`*^9}, {3.6851886397627687`*^9, - 3.6851886404914837`*^9}, {3.685188736921248*^9, 3.6851887716553507`*^9}, { - 3.6851888382458267`*^9, 3.685188843807993*^9}, {3.685188901531807*^9, - 3.685188958942677*^9}, {3.6852030136406918`*^9, 3.6852030203402653`*^9}, { - 3.685203332714066*^9, 3.6852034664310293`*^9}, {3.68520357949958*^9, - 3.685203583579488*^9}, {3.685203631691106*^9, 3.6852038238427153`*^9}, { - 3.685204014818913*^9, 3.685204018641644*^9}, {3.6852046948378363`*^9, - 3.685204701530817*^9}, 3.685205189266966*^9, {3.685205251120021*^9, - 3.685205258984681*^9}, {3.685205294199864*^9, 3.685205323967197*^9}, { - 3.685205382261896*^9, 3.6852053942304697`*^9}, {3.685205539665709*^9, - 3.685205582735384*^9}, {3.685205749293621*^9, 3.685205767326249*^9}, - 3.685205870955637*^9, {3.685205939497405*^9, 3.685205952679864*^9}, { - 3.685206060213029*^9, 3.685206145011127*^9}, {3.68520619674656*^9, - 3.68520619707379*^9}, {3.685206227123476*^9, 3.6852062339549627`*^9}, { - 3.685206272608488*^9, 3.685206275168111*^9}, {3.6852064304145*^9, - 3.685206469262385*^9}, {3.685206550603971*^9, 3.6852066279924726`*^9}, { - 3.6852066849438343`*^9, 3.6852067411658983`*^9}, {3.685206788680094*^9, - 3.6852068067724953`*^9}, 3.685206882845697*^9, {3.685206965809578*^9, - 3.6852069758419437`*^9}, {3.6852070473454227`*^9, 3.685207057519327*^9}, { - 3.6852452311009398`*^9, 3.685245232029594*^9}, {3.685245304014555*^9, - 3.685245306103737*^9}, {3.68533315360011*^9, 3.685333158638859*^9}, { - 3.685333288226824*^9, 3.685333412181869*^9}, {3.685333489406932*^9, - 3.685333527621323*^9}, {3.685334009710787*^9, 3.6853340615531063`*^9}, { - 3.685683948109357*^9, 3.685683969066854*^9}, {3.685684173378677*^9, - 3.685684179360407*^9}, {3.685684219351754*^9, 3.685684242026422*^9}, { - 3.685684329113531*^9, 3.685684344552244*^9}, 3.685684490792983*^9, { - 3.685684963453862*^9, 3.685684972318191*^9}, {3.685685202118141*^9, - 3.685685202722992*^9}, {3.6856983764665422`*^9, 3.685698384472649*^9}, { - 3.685698414521661*^9, 3.685698453912359*^9}, {3.6856986280000772`*^9, - 3.685698635822954*^9}, {3.6856989018480177`*^9, 3.685698902841278*^9}, { - 3.685700719109725*^9, 3.685700720110365*^9}, {3.713083751718377*^9, - 3.713083768413437*^9}, {3.713168273264307*^9, 3.713168277563582*^9}, { - 3.713168352903799*^9, 3.713168405861792*^9}, {3.713169589471793*^9, - 3.713169608606256*^9}, 3.713170013682741*^9, 3.7131700575141897`*^9, { - 3.713170088986618*^9, 3.713170095603582*^9}, {3.713499526158893*^9, - 3.713499560588848*^9}, {3.713499770664796*^9, 3.71349982766545*^9}, { - 3.713500050118387*^9, 3.713500061879233*^9}, {3.713500101567704*^9, - 3.7135001351390047`*^9}, {3.7135003662897367`*^9, 3.713500366952792*^9}, { - 3.7135004654799128`*^9, 3.713500473607541*^9}, {3.713500510785741*^9, - 3.713500548924837*^9}, {3.7135006099457817`*^9, 3.713500636869567*^9}, { - 3.7135006877885723`*^9, 3.713500703153545*^9}, {3.713501023263645*^9, - 3.713501030131527*^9}, {3.713501167584064*^9, 3.713501170406444*^9}, { - 3.713501223155225*^9, 3.71350124856561*^9}, {3.713501362594186*^9, - 3.7135013680528383`*^9}, {3.7135029931867867`*^9, 3.71350304465942*^9}, { - 3.713503129290868*^9, 3.7135031834803953`*^9}, {3.7135032444088163`*^9, - 3.713503287944261*^9}, {3.713503370502891*^9, 3.713503374958488*^9}, { - 3.713503975546476*^9, 3.71350397576543*^9}, {3.713504684810058*^9, - 3.71350471149022*^9}, {3.713504821673073*^9, 3.713504847051462*^9}, { - 3.713506770792006*^9, 3.7135067710357733`*^9}, {3.7177409035310583`*^9, - 3.7177409198199987`*^9}, {3.718702267905682*^9, 3.718702270984975*^9}, { - 3.718702546513485*^9, 3.71870255542673*^9}, {3.718702587256318*^9, - 3.718702592924734*^9}, {3.718702790866989*^9, 3.718702840811036*^9}, { - 3.7187029420200768`*^9, 3.71870295733777*^9}, {3.7187033042637167`*^9, - 3.718703324477955*^9}, {3.718703557410552*^9, 3.718703580861421*^9}, { - 3.718703721969316*^9, 3.7187037670065403`*^9}, {3.718703810648787*^9, - 3.718703819606621*^9}, {3.7187042484751873`*^9, 3.718704276325185*^9}, { - 3.718704359572277*^9, 3.718704403538443*^9}, {3.718704579618905*^9, - 3.718704584453946*^9}, {3.718704649134219*^9, 3.7187046773772163`*^9}, { - 3.718704772052511*^9, 3.718704803326536*^9}, {3.718704861649938*^9, - 3.718704861758614*^9}, {3.71870489875311*^9, 3.718704902109955*^9}, { - 3.718704935516982*^9, 3.7187050089972143`*^9}, {3.7187050974002247`*^9, - 3.718705143963745*^9}, {3.7187051797426157`*^9, 3.71870518179688*^9}, { - 3.7187052496216383`*^9, 3.718705309113635*^9}, {3.718705342961183*^9, - 3.718705486696869*^9}, {3.71870558241322*^9, 3.718705631663995*^9}, { - 3.718705669496666*^9, 3.718705693622848*^9}, {3.7187057832542257`*^9, - 3.7187057844852753`*^9}, {3.718943604887106*^9, 3.718943605567745*^9}, { - 3.718957331435055*^9, 3.718957332253023*^9}, {3.7189581197219467`*^9, - 3.718958126536869*^9}, {3.718958262990077*^9, 3.7189583030322647`*^9}, { - 3.718958341354164*^9, 3.718958395057558*^9}, {3.718958902658646*^9, - 3.7189589330848703`*^9}, {3.7189595972869463`*^9, - 3.7189595999236383`*^9}, {3.718959645726413*^9, 3.718959645938561*^9}, { - 3.718959723445923*^9, 3.718959731129519*^9}, {3.718959855847272*^9, - 3.7189598628644333`*^9}, {3.718959928416421*^9, 3.718960092214171*^9}, { - 3.7189603590826797`*^9, 3.7189603675865917`*^9}, {3.718960430355897*^9, - 3.718960476213838*^9}, {3.718960506946436*^9, 3.718960531167076*^9}, { - 3.718960569668892*^9, 3.7189605967364483`*^9}, {3.718960716944191*^9, - 3.718960719223394*^9}, {3.7189607746680527`*^9, 3.718960822713955*^9}, { - 3.718960862042358*^9, 3.7189608891031923`*^9}, {3.718960954685461*^9, - 3.718960996746277*^9}, {3.718961138055512*^9, 3.718961142984647*^9}, { - 3.718961176445119*^9, 3.718961207844944*^9}, {3.718961519200281*^9, - 3.718961529170055*^9}, 3.718961804790731*^9, {3.71896185591358*^9, - 3.718961881823591*^9}, {3.718961997669425*^9, 3.718961997860964*^9}, { - 3.718962067462232*^9, 3.718962191140209*^9}, {3.718962245560566*^9, - 3.7189622458724203`*^9}, {3.7189623145675488`*^9, 3.718962343842904*^9}, { - 3.718962426989458*^9, 3.718962428820262*^9}, {3.718974001878937*^9, - 3.718974004349689*^9}, {3.718974122257966*^9, 3.718974134597761*^9}, { - 3.718974283762995*^9, 3.718974286577139*^9}, {3.718974370343102*^9, - 3.718974373886902*^9}, {3.718974407984931*^9, 3.718974408640705*^9}, { - 3.7189755121327887`*^9, 3.7189756028499804`*^9}, {3.718975782558567*^9, - 3.7189757829743357`*^9}, {3.7189759875925694`*^9, 3.71897600053087*^9}, { - 3.718976113763732*^9, 3.7189761554244003`*^9}, {3.718976199097856*^9, - 3.718976218167144*^9}, {3.718976858317809*^9, 3.718977011610354*^9}, { - 3.718977219894305*^9, 3.718977230977405*^9}, {3.718977403251737*^9, - 3.718977438577445*^9}, {3.718977547318542*^9, 3.7189776158462963`*^9}, { - 3.718977661438077*^9, 3.7189777150195827`*^9}, {3.718979971407103*^9, - 3.718980029709015*^9}, {3.718980144339252*^9, 3.7189802286591253`*^9}, { - 3.721029130761808*^9, 3.721029164831861*^9}, {3.7241476371690207`*^9, - 3.724147798167531*^9}, {3.724148002937152*^9, 3.7241480436785307`*^9}, { - 3.724148181215764*^9, 3.7241481911749477`*^9}, {3.724148305769567*^9, - 3.7241483067806177`*^9}, {3.724148653838604*^9, 3.7241486699696617`*^9}, { - 3.724149039524035*^9, 3.724149059360086*^9}, {3.724149101482971*^9, - 3.724149143000737*^9}, {3.7241491768592052`*^9, 3.724149177006098*^9}, { - 3.724149213842347*^9, 3.724149230497789*^9}, {3.72456240877332*^9, - 3.724562437241872*^9}, {3.724562691949194*^9, 3.724562705074954*^9}, { - 3.724562738986405*^9, 3.724562744786539*^9}, {3.7245627838992968`*^9, - 3.724562806177045*^9}, {3.7245628474439163`*^9, 3.724562980600527*^9}, { - 3.724563014640937*^9, 3.724563063724536*^9}, 3.724563137901832*^9, { - 3.724563852516762*^9, 3.724563900159609*^9}, {3.724563966154461*^9, - 3.724563968696681*^9}, {3.724563999155751*^9, 3.72456400504391*^9}, { - 3.7245642420808363`*^9, 3.7245642459234447`*^9}, 3.724564353346133*^9, { - 3.725178421835697*^9, 3.7251785155592957`*^9}, {3.726387588253851*^9, - 3.726387595167289*^9}, {3.7263876411446466`*^9, 3.7263876432217493`*^9}, { - 3.7263879719181004`*^9, 3.726388017726527*^9}, {3.7263880512764597`*^9, - 3.726388052385066*^9}, {3.726388106877531*^9, 3.726388112017288*^9}, { - 3.72638820775865*^9, 3.726388217097714*^9}, {3.726388261414641*^9, - 3.726388271841373*^9}, {3.726388305339175*^9, 3.726388334413658*^9}, { - 3.726388825085866*^9, 3.726389001368773*^9}, {3.726389032049206*^9, - 3.726389066652157*^9}, {3.7263891317997007`*^9, 3.7263891487172613`*^9}, { - 3.726389221087077*^9, 3.726389223956566*^9}, {3.7264151648398333`*^9, - 3.726415208707095*^9}, {3.726489400555379*^9, 3.726489429073037*^9}, { - 3.726489732160439*^9, 3.7264897372408533`*^9}, {3.7264899125900087`*^9, - 3.7264899127440157`*^9}, {3.72648998651215*^9, 3.7264899891958923`*^9}, { - 3.726504530915469*^9, 3.7265045395905123`*^9}, {3.726504825852056*^9, - 3.726504840043426*^9}, {3.7265077848728437`*^9, 3.726507787550996*^9}, { - 3.7265078438964777`*^9, 3.7265078594780807`*^9}, 3.7265079119767237`*^9, { - 3.727676991582205*^9, 3.727677039008367*^9}, {3.727677095868355*^9, - 3.7276771258869543`*^9}, {3.727677467171747*^9, 3.727677514204391*^9}, { - 3.7276775832617702`*^9, 3.7276775836411533`*^9}, {3.730544578740963*^9, - 3.730544579232334*^9}, {3.7340777597422867`*^9, 3.734077772304899*^9}, { - 3.73486098583354*^9, 3.734861021506486*^9}, {3.734861433872726*^9, - 3.734861465045043*^9}, {3.734861565527253*^9, 3.734861622205986*^9}, { - 3.7348620902371817`*^9, 3.734862091319553*^9}, {3.7348621617054987`*^9, - 3.734862204718985*^9}, {3.734862323475853*^9, 3.734862411200985*^9}, { - 3.734862583790059*^9, 3.7348625925288677`*^9}, {3.734862625049259*^9, - 3.734862692372064*^9}, {3.7348627243620567`*^9, 3.734862752835022*^9}, { - 3.73486279054207*^9, 3.734862829270259*^9}, {3.7348628679178543`*^9, - 3.734863013197206*^9}, {3.734863123296424*^9, 3.73486318018404*^9}, - 3.73486333229845*^9, {3.734863390870963*^9, 3.7348634050096817`*^9}, { - 3.734863474190488*^9, 3.734863601336433*^9}, {3.73486363259906*^9, - 3.734863648144658*^9}, {3.734863702739545*^9, 3.734863738886001*^9}, { - 3.734863772657653*^9, 3.734863969922078*^9}, {3.734864004365635*^9, - 3.734864006345433*^9}, {3.734864077884124*^9, 3.7348641062215242`*^9}, { - 3.734864142277185*^9, 3.734864185780414*^9}, {3.734864247463869*^9, - 3.7348642530248213`*^9}, {3.73486431505219*^9, 3.7348643207831917`*^9}, { - 3.734864360592111*^9, 3.7348645503844547`*^9}, {3.734864605516275*^9, - 3.734864620872447*^9}, {3.7348647600644484`*^9, 3.7348647900575533`*^9}, { - 3.73486482234233*^9, 3.734864906273492*^9}, {3.734865238259924*^9, - 3.73486530354867*^9}, {3.734865482500976*^9, 3.734865649645473*^9}, { - 3.734865774304893*^9, 3.734865788269722*^9}, {3.734865852967577*^9, - 3.734865871728486*^9}, {3.734865920520743*^9, 3.7348661142347593`*^9}, { - 3.734866190179076*^9, 3.734866193345695*^9}, {3.7373839264276752`*^9, - 3.737383930316886*^9}, 3.7373844586748533`*^9, {3.7379685458872004`*^9, - 3.737968575584436*^9}, {3.758530387012121*^9, 3.758530428305229*^9}, { - 3.759520420649715*^9, 3.7595204208876247`*^9}, 3.762793094095827*^9, { - 3.7869686439758863`*^9, 3.786968658395196*^9}, {3.8304177368167763`*^9, - 3.830417741505583*^9}, {3.8304258700990667`*^9, 3.8304258730445147`*^9}, { - 3.830425943381843*^9, 3.830426026438287*^9}, {3.8304261236234503`*^9, - 3.830426135762637*^9}, 3.8304261844669933`*^9, {3.830426278454235*^9, - 3.8304262882155743`*^9}, {3.8304263571366043`*^9, - 3.8304265193490334`*^9}, {3.8304265689522953`*^9, - 3.8304266158865013`*^9}, {3.830426764963306*^9, 3.8304268216913967`*^9}, { - 3.830426982795641*^9, 3.83042698958372*^9}, {3.830427584448202*^9, - 3.830427586718484*^9}, {3.8304278043657217`*^9, 3.830427805866591*^9}, { - 3.830427858535883*^9, 3.830427966330267*^9}, {3.830428052833576*^9, - 3.830428069332018*^9}, {3.830428106882503*^9, 3.830428109552227*^9}, { - 3.830428332035082*^9, 3.830428362171259*^9}, {3.830428700554624*^9, - 3.8304287124079514`*^9}, {3.8304287842884073`*^9, 3.83042880242452*^9}, { - 3.83042886536992*^9, 3.830428892843904*^9}, {3.8304290113976183`*^9, - 3.830429024390853*^9}, {3.830429130248191*^9, 3.830429134981422*^9}, { - 3.830431065033575*^9, 3.8304310844485483`*^9}, {3.830431141979969*^9, - 3.830431168272952*^9}, {3.8304315805404463`*^9, 3.830431624278265*^9}, { - 3.8304319204082003`*^9, 3.830431959537521*^9}, {3.830431999521676*^9, - 3.830432015452428*^9}, {3.83043211031011*^9, 3.8304321378051662`*^9}, { - 3.830432175707218*^9, 3.8304321804945087`*^9}, {3.830432239605625*^9, - 3.830432334577413*^9}, {3.830432514331699*^9, 3.830432517160643*^9}, { - 3.830432550636825*^9, 3.8304325831442327`*^9}, {3.830433134627632*^9, - 3.830433148874991*^9}, {3.830433254547612*^9, 3.830433254614232*^9}, { - 3.830433580038054*^9, 3.8304335934610786`*^9}, {3.830437015630322*^9, - 3.8304370985698643`*^9}, {3.8304373988901167`*^9, 3.830437489741053*^9}, { - 3.83043791072191*^9, 3.8304379123550797`*^9}, {3.83043806727111*^9, - 3.830438068681179*^9}, {3.8304381728880463`*^9, 3.830438192860918*^9}, { - 3.830438252449795*^9, 3.830438335476022*^9}, {3.830438370673218*^9, - 3.83043837456575*^9}, {3.830438494744349*^9, 3.830438498960928*^9}, { - 3.83043853284204*^9, 3.8304386000124693`*^9}, {3.830438733763357*^9, - 3.8304387629511423`*^9}, {3.830440009631531*^9, 3.830440011245377*^9}, { - 3.830779261535617*^9, 3.830779293867413*^9}, 3.83077934270706*^9, { - 3.830779373906208*^9, 3.830779387596781*^9}, {3.830779504442956*^9, - 3.830779541850459*^9}, {3.830779672903359*^9, 3.830779693116205*^9}, - 3.830779887170828*^9, {3.8307801590174837`*^9, 3.8307801702322073`*^9}, { - 3.830780216331472*^9, 3.830780312487369*^9}, 3.8307803719086523`*^9, { - 3.830780793503985*^9, 3.830780823187209*^9}, {3.8308562178411427`*^9, - 3.8308562291022797`*^9}, {3.830857615392962*^9, 3.830857617428225*^9}, { - 3.830857686938827*^9, 3.830857727683531*^9}, 3.830857774527844*^9, { - 3.830870852303418*^9, 3.83087088340637*^9}, {3.830870915227909*^9, - 3.830870916975389*^9}, {3.830870966230097*^9, 3.8308710942121*^9}, { - 3.830871175741158*^9, 3.830871208750288*^9}, {3.830871245710793*^9, - 3.830871280219639*^9}, {3.830871315600854*^9, 3.830871350543676*^9}, { - 3.830871386734126*^9, 3.830871395636517*^9}, {3.8308714923550997`*^9, - 3.83087151310456*^9}, {3.83087156342564*^9, 3.8308716032135*^9}, { - 3.8308716478939447`*^9, 3.830871648301674*^9}, {3.8362882118441267`*^9, - 3.836288232570425*^9}, {3.853390242865789*^9, 3.853390258813756*^9}, { - 3.853390337384*^9, 3.853390339807344*^9}, {3.853390400561548*^9, - 3.853390420203105*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"53cd4006-bb33-4f91-8eed-9e7325f4a52e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[424]:=",ExpressionUUID->"454e0a75-e54c-4d04-a7ff-4500dff19916"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentReflections", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.681669216072617*^9, 3.6816692308311157`*^9}, { - 3.682134073518475*^9, 3.682134077310957*^9}, {3.6821351637913322`*^9, - 3.682135164412662*^9}, {3.682138013029172*^9, 3.682138014016361*^9}, { - 3.684667958524547*^9, 3.684667960120316*^9}, {3.6846686457735453`*^9, - 3.6846686463667*^9}, {3.684836784425963*^9, 3.684836788963016*^9}, - 3.6850744452466288`*^9, 3.6850823153301153`*^9, {3.6854348821014957`*^9, - 3.6854349197447567`*^9}},ExpressionUUID->"87f17dbd-10e8-45ff-93fc-\ -9783ec3f7b16"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[425]:=",ExpressionUUID->"82e1bf3d-43ea-4298-9f68-db26dc160e66"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SymmetryEquivalentReflections"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_."}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.756717684084676*^9, {3.756717799066216*^9, 3.75671779919331*^9}}, - CellLabel-> - "In[426]:=",ExpressionUUID->"7d872526-dcdd-4448-aaa2-95193b5026aa"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[427]:=",ExpressionUUID->"c5b84fd9-1465-4d6d-9208-c207381d3a8c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SymmetryEquivalentReflections", "[", - RowBox[{"input_String", ",", - RowBox[{"hkl_List", ":", - RowBox[{"{", - RowBox[{"\"\<h\>\"", ",", "\"\<k\>\"", ",", "\"\<l\>\""}], "}"}]}]}], - "]"}], ":=", - RowBox[{"Block", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"group", ",", "operations"}], "}"}], ",", "\[IndentingNewLine]", - - RowBox[{ - RowBox[{"group", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetPointSpaceGroupCrystal\>\"", ",", "input"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"hkl", ",", "\"\<1hkl\>\"", ",", "\"\<StringSymbol\>\""}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"GetSymmetryOperations", "[", - RowBox[{"group", ",", - RowBox[{"\"\<IgnoreTranslations\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"operations", "=", - RowBox[{"Map", "[", - RowBox[{"Transpose", ",", "operations", ",", - RowBox[{"{", "2", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"DeleteDuplicates", "[", - RowBox[{ - RowBox[{ - RowBox[{"#", "@", "hkl"}], "&"}], "/@", "operations"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.68166924518751*^9, 3.681669257401746*^9}, - 3.681706490571958*^9, {3.681706560665007*^9, 3.681706560808091*^9}, { - 3.681706701190172*^9, 3.6817067089323483`*^9}, {3.681706888369705*^9, - 3.68170694343121*^9}, {3.681707009919237*^9, 3.681707054877233*^9}, - 3.681707094253208*^9, {3.681707298537107*^9, 3.681707301151917*^9}, { - 3.681710383837879*^9, 3.681710517243684*^9}, {3.681710549236743*^9, - 3.681710591906762*^9}, 3.68171076139857*^9, 3.681710814623724*^9, { - 3.6817109067478313`*^9, 3.6817110010439167`*^9}, {3.681711080522023*^9, - 3.6817111039844112`*^9}, 3.681711207870273*^9, {3.6817112607821617`*^9, - 3.681711305188384*^9}, {3.681711445370324*^9, 3.681711513296112*^9}, { - 3.6817115774404993`*^9, 3.681711650636854*^9}, {3.68171500692944*^9, - 3.681715026767819*^9}, {3.681715181501337*^9, 3.681715181739588*^9}, { - 3.681715678282447*^9, 3.6817156946895933`*^9}, {3.681715923758252*^9, - 3.6817159597723722`*^9}, {3.68171782238949*^9, 3.681717946865253*^9}, { - 3.681718348825375*^9, 3.681718349067914*^9}, {3.681718672178816*^9, - 3.68171869694698*^9}, {3.681718727898713*^9, 3.681718795793612*^9}, { - 3.681719297392269*^9, 3.681719364987854*^9}, {3.681719424875423*^9, - 3.681719476273019*^9}, {3.681719564217062*^9, 3.6817195753909283`*^9}, { - 3.681719696949328*^9, 3.681719703508996*^9}, {3.681720146779862*^9, - 3.681720188282736*^9}, {3.681720357048739*^9, 3.681720404007724*^9}, { - 3.681720538565111*^9, 3.68172054257139*^9}, {3.681720713993903*^9, - 3.681720714144103*^9}, {3.6817209858918037`*^9, 3.681721182870202*^9}, { - 3.681721229493627*^9, 3.6817212759562902`*^9}, {3.681721318685071*^9, - 3.681721337315277*^9}, {3.681721411035223*^9, 3.681721483737514*^9}, { - 3.6817215519766006`*^9, 3.6817216024457273`*^9}, {3.681721640646819*^9, - 3.681721648839014*^9}, {3.681721731125741*^9, 3.681721732668375*^9}, { - 3.681721789833881*^9, 3.681721806418096*^9}, {3.6817219185830507`*^9, - 3.6817219344066553`*^9}, {3.681722442266707*^9, 3.6817224444361963`*^9}, { - 3.6817227023431807`*^9, 3.681722723774548*^9}, {3.6817228369801702`*^9, - 3.681722870587195*^9}, 3.6817229070837173`*^9, {3.681723229228771*^9, - 3.681723316371806*^9}, 3.681723352394136*^9, {3.681723491110834*^9, - 3.6817234976219*^9}, {3.681723533046878*^9, 3.681723549182931*^9}, { - 3.681723690723069*^9, 3.681723710538261*^9}, {3.681723746168332*^9, - 3.681723764431592*^9}, {3.6817239634608393`*^9, 3.681724024526379*^9}, { - 3.681724085449534*^9, 3.6817242176903954`*^9}, {3.6817242696057167`*^9, - 3.681724295774458*^9}, 3.681724327237109*^9, {3.681724474011566*^9, - 3.681724476993256*^9}, 3.681724828780448*^9, {3.6818125091048193`*^9, - 3.6818125114155693`*^9}, {3.6818368257106333`*^9, 3.68183686908536*^9}, { - 3.681836932372287*^9, 3.6818369624101877`*^9}, 3.681837110530672*^9, { - 3.681837208341257*^9, 3.681837224397664*^9}, {3.6818373595787363`*^9, - 3.6818374537754908`*^9}, {3.681837562221323*^9, 3.6818375769428663`*^9}, { - 3.681910108411652*^9, 3.681910109523672*^9}, {3.681914019772044*^9, - 3.6819140660350637`*^9}, {3.681914192192573*^9, 3.681914197016157*^9}, { - 3.6819143018703423`*^9, 3.6819143025663137`*^9}, {3.681915201163806*^9, - 3.681915204987383*^9}, {3.681915310962316*^9, 3.681915331517808*^9}, { - 3.681915405175632*^9, 3.6819154062625723`*^9}, {3.681915499756755*^9, - 3.681915499981236*^9}, {3.682073936912169*^9, 3.6820739483816547`*^9}, { - 3.6820743306881447`*^9, 3.682074335621664*^9}, {3.682074407370736*^9, - 3.682074414704529*^9}, {3.6820745276580267`*^9, 3.6820745282934628`*^9}, { - 3.6820746925334578`*^9, 3.682074694860141*^9}, {3.682074732983082*^9, - 3.682074765426908*^9}, {3.6820749940801067`*^9, 3.682075014622149*^9}, { - 3.682075051439227*^9, 3.6820750769809523`*^9}, {3.682080559474235*^9, - 3.682080571064229*^9}, {3.682081192052569*^9, 3.682081198850922*^9}, { - 3.6820825372652617`*^9, 3.682082587828931*^9}, {3.682083882451795*^9, - 3.682083906361766*^9}, {3.682084834510179*^9, 3.682084909148551*^9}, { - 3.682085355867062*^9, 3.6820853570730352`*^9}, {3.682085387352064*^9, - 3.682085468590469*^9}, {3.6820954917674417`*^9, 3.682095491933237*^9}, { - 3.6820955359818773`*^9, 3.6820955368911743`*^9}, {3.6820955810166683`*^9, - 3.682095702639804*^9}, {3.6820958051670427`*^9, 3.682095833859441*^9}, { - 3.6820959556190987`*^9, 3.682095960147934*^9}, {3.682096089911231*^9, - 3.682096098702631*^9}, {3.6820961601906853`*^9, 3.682096164437451*^9}, { - 3.6820962600043573`*^9, 3.682096261183568*^9}, 3.6820964289853363`*^9, { - 3.682101172972685*^9, 3.682101186499799*^9}, {3.682102756494223*^9, - 3.6821027720587893`*^9}, {3.682102815514278*^9, 3.682102843539885*^9}, { - 3.682102913889373*^9, 3.6821029181999683`*^9}, {3.682134119475279*^9, - 3.68213414049387*^9}, {3.682134230034416*^9, 3.682134358353902*^9}, { - 3.682134389202623*^9, 3.682134415753475*^9}, {3.68213471223449*^9, - 3.682134738680016*^9}, {3.682135167917287*^9, 3.6821351692739058`*^9}, { - 3.682138062911598*^9, 3.682138063720244*^9}, {3.6821381082904797`*^9, - 3.682138208115355*^9}, {3.682138260558123*^9, 3.682138470630207*^9}, { - 3.682142430328573*^9, 3.682142561470036*^9}, {3.6821426027834806`*^9, - 3.682142633588481*^9}, {3.682142673674217*^9, 3.682142683054764*^9}, { - 3.682142831982066*^9, 3.6821428879204903`*^9}, {3.6821443136719933`*^9, - 3.682144398215694*^9}, {3.682144667707994*^9, 3.682144722485908*^9}, { - 3.682146073210956*^9, 3.68214608362833*^9}, {3.6821461172637672`*^9, - 3.6821461630666447`*^9}, {3.6821463016789713`*^9, 3.682146327282445*^9}, { - 3.682151620835616*^9, 3.682151624741599*^9}, {3.682151684939176*^9, - 3.6821516924478617`*^9}, {3.6821521411767*^9, 3.682152149634416*^9}, { - 3.682152264995434*^9, 3.682152328608294*^9}, {3.682152441457012*^9, - 3.68215245878516*^9}, {3.682152762344564*^9, 3.682152791810916*^9}, { - 3.6821528601618853`*^9, 3.682152860391903*^9}, {3.6821529539507027`*^9, - 3.682152984540741*^9}, {3.68215302321913*^9, 3.682153129482265*^9}, { - 3.682153280259882*^9, 3.682153321673149*^9}, {3.684668021791493*^9, - 3.6846681658947287`*^9}, {3.6846682780447197`*^9, 3.684668352798271*^9}, { - 3.684668436113463*^9, 3.684668448437615*^9}, {3.6846684900089483`*^9, - 3.684668526904063*^9}, {3.684668561814063*^9, 3.68466856288406*^9}, { - 3.684668655065772*^9, 3.6846686926482964`*^9}, {3.684668903775888*^9, - 3.684668909809854*^9}, {3.68466897106539*^9, 3.6846690320927258`*^9}, - 3.684837418146798*^9, {3.685081765462866*^9, 3.685081784523337*^9}, { - 3.685118924669243*^9, 3.685118964383156*^9}, {3.685119054695488*^9, - 3.685119066377532*^9}, {3.685119112037159*^9, 3.6851191612366247`*^9}, { - 3.6851222233997707`*^9, 3.685122323624399*^9}, {3.685122416923841*^9, - 3.685122647957561*^9}, {3.685122869265139*^9, 3.685122929853465*^9}, { - 3.68512305683995*^9, 3.685123057632986*^9}, {3.685123097397284*^9, - 3.6851231341679573`*^9}, {3.6851232087492*^9, 3.685123290233316*^9}, { - 3.6851233206586733`*^9, 3.685123472518133*^9}, {3.685124768846352*^9, - 3.685124788413164*^9}, 3.685124827498146*^9, {3.685124922417843*^9, - 3.685124934839531*^9}, {3.6851249687289753`*^9, 3.685124990060795*^9}, { - 3.6851253439768457`*^9, 3.685125361990635*^9}, {3.685125398349538*^9, - 3.68512542023664*^9}, {3.6851254611798267`*^9, 3.6851254618843307`*^9}, { - 3.685125539762597*^9, 3.685125544444332*^9}, {3.685125577885902*^9, - 3.685125578465879*^9}, {3.685125849690433*^9, 3.685125882844267*^9}, - 3.6851260251970587`*^9, {3.6851260882802267`*^9, 3.685126100928886*^9}, - 3.6851261506388273`*^9, 3.685158949332796*^9, {3.685159842828394*^9, - 3.6851598471301613`*^9}, {3.685183225218504*^9, 3.685183274544767*^9}, { - 3.685183644991259*^9, 3.685183651371249*^9}, {3.685183769606805*^9, - 3.685183925611478*^9}, {3.685184067941053*^9, 3.6851842703513117`*^9}, { - 3.685184421759241*^9, 3.6851844684094353`*^9}, {3.685184503184823*^9, - 3.685184553229735*^9}, {3.685184708178369*^9, 3.68518473788163*^9}, { - 3.68518479378185*^9, 3.685184816728256*^9}, {3.685184887217552*^9, - 3.685184904730365*^9}, {3.685184963595149*^9, 3.685184963842359*^9}, { - 3.685185169679628*^9, 3.685185173609806*^9}, {3.685185206615876*^9, - 3.685185211544053*^9}, {3.685186054699051*^9, 3.685186105224084*^9}, { - 3.685186171361231*^9, 3.68518622835814*^9}, {3.6851864968530817`*^9, - 3.6851864977507257`*^9}, {3.685188226992251*^9, 3.6851882855032883`*^9}, { - 3.685188338677219*^9, 3.685188389925318*^9}, {3.6851884225533133`*^9, - 3.6851884778853292`*^9}, {3.6851886397627687`*^9, - 3.6851886404914837`*^9}, {3.685188736921248*^9, 3.6851887716553507`*^9}, { - 3.6851888382458267`*^9, 3.685188843807993*^9}, {3.685188901531807*^9, - 3.685188958942677*^9}, {3.6852030136406918`*^9, 3.6852030203402653`*^9}, { - 3.685203332714066*^9, 3.6852034664310293`*^9}, {3.68520357949958*^9, - 3.685203583579488*^9}, {3.685203631691106*^9, 3.6852038238427153`*^9}, { - 3.685204014818913*^9, 3.685204018641644*^9}, {3.6852046948378363`*^9, - 3.685204701530817*^9}, 3.685205189266966*^9, {3.685205251120021*^9, - 3.685205258984681*^9}, {3.685205294199864*^9, 3.685205323967197*^9}, { - 3.685205382261896*^9, 3.6852053942304697`*^9}, {3.685205539665709*^9, - 3.685205582735384*^9}, {3.685205749293621*^9, 3.685205767326249*^9}, - 3.685205870955637*^9, {3.685205939497405*^9, 3.685205952679864*^9}, { - 3.685206060213029*^9, 3.685206145011127*^9}, {3.68520619674656*^9, - 3.68520619707379*^9}, {3.685206227123476*^9, 3.6852062339549627`*^9}, { - 3.685206272608488*^9, 3.685206275168111*^9}, {3.6852064304145*^9, - 3.685206469262385*^9}, {3.685206550603971*^9, 3.6852066279924726`*^9}, { - 3.6852066849438343`*^9, 3.6852067411658983`*^9}, {3.685206788680094*^9, - 3.6852068067724953`*^9}, 3.685206882845697*^9, {3.685206965809578*^9, - 3.6852069758419437`*^9}, {3.6852070473454227`*^9, 3.685207057519327*^9}, { - 3.6852452311009398`*^9, 3.685245232029594*^9}, {3.685245304014555*^9, - 3.685245306103737*^9}, {3.68533315360011*^9, 3.685333158638859*^9}, { - 3.685333288226824*^9, 3.685333412181869*^9}, {3.685333489406932*^9, - 3.685333527621323*^9}, {3.685334009710787*^9, 3.6853340615531063`*^9}, { - 3.685434951893444*^9, 3.68543495645269*^9}, {3.685679308302184*^9, - 3.685679366541724*^9}, {3.685681362973937*^9, 3.685681390985156*^9}, { - 3.685681541848689*^9, 3.685681548849369*^9}, {3.685681624159025*^9, - 3.6856817248245993`*^9}, {3.685682375085328*^9, 3.6856824096829777`*^9}, { - 3.685682706970652*^9, 3.6856827361419764`*^9}, {3.685682780500025*^9, - 3.685682793326985*^9}, {3.6856834020300283`*^9, 3.6856834023318663`*^9}, { - 3.685683541715803*^9, 3.685683546893722*^9}, {3.685683742811008*^9, - 3.685683769887274*^9}, {3.685684019680534*^9, 3.685684021685522*^9}, { - 3.685694740553224*^9, 3.685694766829873*^9}, {3.685694805066313*^9, - 3.685694808781307*^9}, {3.685694869054508*^9, 3.6856948787401648`*^9}, { - 3.685695112301713*^9, 3.6856951137454853`*^9}, 3.685695291215526*^9, - 3.685695949981629*^9, {3.6856960570805883`*^9, 3.685696063351282*^9}, { - 3.68569622489463*^9, 3.685696229856901*^9}, {3.685696435911221*^9, - 3.685696442965283*^9}, {3.6857006845375023`*^9, 3.685700715242507*^9}, { - 3.712991278892541*^9, 3.712991280175083*^9}, {3.712991603345912*^9, - 3.71299160388553*^9}, {3.712991641984169*^9, 3.712991644925946*^9}, { - 3.713082611111361*^9, 3.713082648830266*^9}, {3.713082711733365*^9, - 3.713082738595105*^9}, {3.713508632168604*^9, 3.7135086477071753`*^9}, { - 3.713508700392296*^9, 3.713508705070444*^9}, {3.7135090149047403`*^9, - 3.713509014983123*^9}, {3.71350904912803*^9, 3.713509071140704*^9}, { - 3.713509218835183*^9, 3.7135092234542313`*^9}, {3.717216931454473*^9, - 3.7172169366602583`*^9}, {3.717740903605912*^9, 3.7177409198879843`*^9}, - 3.73796852100904*^9, {3.737968575699355*^9, 3.737968575897303*^9}, - 3.7438654566376657`*^9, {3.7585304308805733`*^9, 3.7585304323212833`*^9}, - 3.7627930941118183`*^9, {3.8307810092644653`*^9, 3.830781080362925*^9}, - 3.8307811267597*^9, 3.8307812258071737`*^9, {3.8307814589972773`*^9, - 3.830781461363358*^9}, {3.830782568894751*^9, 3.830782666698058*^9}, { - 3.830782753550449*^9, 3.830782767168193*^9}, {3.830782806491455*^9, - 3.830782839942308*^9}, {3.830800493654242*^9, 3.830800534365963*^9}, { - 3.8308022854389143`*^9, 3.830802294584216*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[428]:=",ExpressionUUID->"743ae318-a76b-4919-9f5e-2d4c90e47ef3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[429]:=",ExpressionUUID->"dfd62e3a-8e27-4037-8e36-67f187eccf4d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentReflectionsQ", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.682754675215427*^9, 3.682754677485675*^9}, { - 3.728589882633176*^9, - 3.728589884007854*^9}},ExpressionUUID->"c31ec3e7-af3a-405a-aff8-\ -61970a1e2db1"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[430]:=",ExpressionUUID->"b56be4d2-5790-441c-9d97-2257fcee5fda"], - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SymmetryEquivalentReflectionsQ"}], "=", - - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_"}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7567181293502903`*^9, 3.756718141676044*^9}}, - CellLabel-> - "In[431]:=",ExpressionUUID->"47a9516b-0dcd-46ee-9df6-9b124dba4ba3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[432]:=",ExpressionUUID->"d8faaa2d-a87c-4252-9da2-832fe2c8e706"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SymmetryEquivalentReflectionsQ", "[", - RowBox[{"group_String", ",", "hkl_List"}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "equiv", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"hkl", ",", "\"\<Multiple\>\""}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Listing", " ", "all", " ", "symmetry"}], "-", - RowBox[{ - "equivalents", " ", "of", " ", "the", " ", "first", " ", - "reflection"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"equiv", "=", - RowBox[{"SymmetryEquivalentReflections", "[", - RowBox[{"group", ",", - RowBox[{"First", "@", "hkl"}]}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Checking", " ", "if", " ", "all", " ", "given", " ", "reflections", - " ", "are", " ", "symmetry", " ", "equivalent"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"AllTrue", "[", - RowBox[{"hkl", ",", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"equiv", ",", "#"}], "]"}], "&"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106086235696*^9, {3.6681847250202436`*^9, - 3.668184763578227*^9}, {3.668184859415769*^9, 3.6681848958952827`*^9}, { - 3.6681849656538982`*^9, 3.668184966557592*^9}, {3.668186746700986*^9, - 3.668186748499941*^9}, {3.668186887833519*^9, 3.668186915465481*^9}, - 3.668187179635866*^9, {3.6681873567029552`*^9, 3.668187367461336*^9}, { - 3.6681874297574987`*^9, 3.668187481442852*^9}, {3.6681875159231033`*^9, - 3.66818751647386*^9}, {3.668187676247175*^9, 3.66818768715088*^9}, { - 3.668187807957081*^9, 3.668187810156796*^9}, 3.6681878677945766`*^9, { - 3.668192637722664*^9, 3.6681926384504833`*^9}, {3.668192682042522*^9, - 3.668192705296905*^9}, {3.682682345535097*^9, 3.682682347997387*^9}, { - 3.682754890045689*^9, 3.682754900136516*^9}, {3.682754952296125*^9, - 3.682755022164933*^9}, {3.682755115621669*^9, 3.6827551535141687`*^9}, { - 3.682755192899743*^9, 3.682755204616169*^9}, {3.682755483075945*^9, - 3.682755572184518*^9}, {3.682755620936475*^9, 3.68275570339452*^9}, { - 3.682755785197132*^9, 3.6827558328591137`*^9}, {3.682755872957996*^9, - 3.682755929888302*^9}, {3.6827560172459*^9, 3.68275608066227*^9}, { - 3.6827561903761797`*^9, 3.682756208255334*^9}, {3.682756341293084*^9, - 3.682756435807774*^9}, {3.682756481562601*^9, 3.6827566171437607`*^9}, { - 3.6827571356319447`*^9, 3.68275715086217*^9}, {3.682757193154983*^9, - 3.682757204761051*^9}, {3.682757287045686*^9, 3.6827573748421717`*^9}, { - 3.6827574428815193`*^9, 3.682757463459453*^9}, {3.6827575865280647`*^9, - 3.682757600041594*^9}, {3.6827576521824217`*^9, 3.682757654103991*^9}, { - 3.682757736488762*^9, 3.68275776848295*^9}, {3.682757872746702*^9, - 3.682757878996653*^9}, {3.682760893290402*^9, 3.682760919442278*^9}, { - 3.682761050069873*^9, 3.6827610875022707`*^9}, {3.682761344440157*^9, - 3.6827613948805656`*^9}, {3.682761467533331*^9, 3.6827614906040382`*^9}, { - 3.682761599041744*^9, 3.6827616051249332`*^9}, {3.682761640140191*^9, - 3.682761640269712*^9}, 3.6827639426904078`*^9, {3.6836041069697723`*^9, - 3.6836041112112017`*^9}, 3.6836042162385483`*^9, {3.683604258086424*^9, - 3.683604264748822*^9}, {3.68413887737684*^9, 3.684138878448064*^9}, { - 3.684138967042678*^9, 3.6841389692184362`*^9}, {3.684139303146071*^9, - 3.6841393351275997`*^9}, {3.684139441296114*^9, 3.684139473944319*^9}, { - 3.684140980548189*^9, 3.6841409843885393`*^9}, {3.684148295094286*^9, - 3.6841482963032303`*^9}, 3.6842129856849403`*^9, {3.684213283716967*^9, - 3.6842133828533163`*^9}, 3.684235428926165*^9, {3.684492634022192*^9, - 3.684492635098358*^9}, {3.684669134566234*^9, 3.6846691376529293`*^9}, { - 3.685082157159202*^9, 3.685082158064439*^9}, 3.685084042458507*^9, { - 3.685351440985919*^9, 3.68535144830571*^9}, {3.685351631494957*^9, - 3.685351726668476*^9}, 3.685352008158111*^9, {3.685686126515623*^9, - 3.685686128329524*^9}, {3.68568617716809*^9, 3.685686214633534*^9}, { - 3.6856966918105917`*^9, 3.685696730149053*^9}, {3.685696768458043*^9, - 3.685696768931511*^9}, {3.685699116303381*^9, 3.685699129690091*^9}, { - 3.717218478566028*^9, 3.7172184794036493`*^9}, 3.717740919858317*^9, - 3.728589900907535*^9, {3.728621424723817*^9, 3.7286214272083683`*^9}, - 3.7416291419918423`*^9, 3.7627930941242437`*^9, {3.786968676611054*^9, - 3.786968685016528*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[433]:=",ExpressionUUID->"482ec450-6504-4a22-b242-e92d697fe6cf"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[434]:=",ExpressionUUID->"775c4a72-9ae1-4d5e-a8a6-f730bdcb0685"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SynthesiseStructure", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, {3.7609498283827267`*^9, 3.76094983161379*^9}, { - 3.770459739768036*^9, 3.770459744809925*^9}, {3.780063537050106*^9, - 3.780063541952429*^9}},ExpressionUUID->"6c97c546-662b-4336-a8d8-\ -002086c39206"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[435]:=",ExpressionUUID->"db6c67c9-2e0b-48da-aed1-0ca075da3e4b"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "SizeError"}], "=", - "\"\<Size discrepancy in domain input.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "DifferentBlockSizes"}], "=", - "\"\<The blocks must have the same size.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "InvalidOutputSize"}], "=", - "\"\<Output size must be a list of three positive integers.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "IncompatibleOutputSize"}], "=", - "\"\<Output size must be compatible with block sizes.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "InvalidSelectionMethod"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid selection method.\ -\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "ExpectedSpecialLabel"}], "=", - "\"\<Chemical element or \\\"Void\\\" expected; got \[LeftGuillemet]`1`\ -\[RightGuillemet] instead.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "InvalidLatticeParameters"}], "=", - "\"\<Lattice parameters should be a list of six numbers.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "NothingToBuild"}], "=", - "\"\<No units in construction list.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "SynthesiseStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Padding\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{ - "\"\<RotationAnchorReference\>\"", "\[Rule]", - "\"\<DomainCentroid\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorShift\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RotationAxes\>\"", "\[Rule]", - RowBox[{"IdentityMatrix", "[", "3", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SelectionMethod\>\"", "\[Rule]", "\"\<Sequential\>\""}]}], - "\[IndentingNewLine]", "}"}]}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SynthesiseStructure"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_.", ",", "_.", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "}"}]}], "\[IndentingNewLine]", - "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.76094984995916*^9, 3.760949866421854*^9}, { - 3.762482676390929*^9, 3.762482706347602*^9}, {3.762487787402885*^9, - 3.762487787935628*^9}, {3.7704597473877983`*^9, 3.77045978202227*^9}, { - 3.770459933601384*^9, 3.770459936167313*^9}, {3.7704666896136217`*^9, - 3.770466697612974*^9}, {3.7706146521036377`*^9, 3.770614679663534*^9}, { - 3.770616146185195*^9, 3.7706161787997923`*^9}, 3.7706163538198566`*^9, { - 3.770625540633625*^9, 3.770625595637392*^9}, {3.7709815083625593`*^9, - 3.7709815150338287`*^9}, 3.770981562273196*^9, {3.770981597932929*^9, - 3.770981604782627*^9}, {3.7709821387767553`*^9, 3.7709821576086407`*^9}, { - 3.770982202460527*^9, 3.770982202767514*^9}, {3.77098268625275*^9, - 3.770982724146615*^9}, {3.770982893187273*^9, 3.770982895507979*^9}, { - 3.770982949179625*^9, 3.770982949860483*^9}, {3.7711389640232897`*^9, - 3.771138996795042*^9}, {3.771139678009183*^9, 3.771139681253922*^9}, { - 3.771139711505148*^9, 3.771139718197137*^9}, {3.771140266242723*^9, - 3.7711402801712523`*^9}, {3.771234573160223*^9, 3.771234576247919*^9}, { - 3.7790453782528954`*^9, 3.779045425619176*^9}, {3.7790763711444902`*^9, - 3.779076372527687*^9}, {3.779080400658866*^9, 3.779080417177166*^9}, { - 3.779093001463686*^9, 3.779093012877165*^9}, {3.779132451747096*^9, - 3.779132451903741*^9}, {3.78167905421262*^9, 3.7816790591864758`*^9}, { - 3.781858765887219*^9, 3.781858768500503*^9}, {3.781858893507841*^9, - 3.7818589180501623`*^9}, 3.781858968592648*^9, {3.781859020439496*^9, - 3.781859042239254*^9}, 3.7818594429947987`*^9, {3.781864037272621*^9, - 3.781864044712007*^9}, {3.781969992136195*^9, 3.781969995797161*^9}, { - 3.78202897837047*^9, 3.782028979881863*^9}, {3.782040949317198*^9, - 3.782040958595056*^9}, 3.782047378521851*^9, {3.782047741561439*^9, - 3.7820477894554*^9}, {3.782050918112599*^9, 3.782050918255136*^9}, { - 3.782051029102474*^9, 3.7820510312687397`*^9}, {3.791314083525609*^9, - 3.7913140836592817`*^9}, {3.8075559880198317`*^9, 3.80755599285363*^9}, { - 3.8077945286288652`*^9, 3.807794528884687*^9}, 3.8079808829000273`*^9, - 3.8079809464984694`*^9, {3.807985114930189*^9, 3.8079851150776443`*^9}, - 3.8079851605194893`*^9, {3.80798604159761*^9, 3.807986062394533*^9}, { - 3.807986123384762*^9, 3.80798612962399*^9}, {3.808022204803491*^9, - 3.808022238975625*^9}, {3.808022340944427*^9, 3.808022341087328*^9}, { - 3.808028051709012*^9, 3.808028052087212*^9}, {3.8080387454139853`*^9, - 3.808038749009458*^9}, {3.808038928309635*^9, 3.8080389292046947`*^9}, { - 3.808124213406165*^9, 3.8081242645581207`*^9}, {3.808124294874939*^9, - 3.8081242985778847`*^9}}, - CellLabel-> - "In[436]:=",ExpressionUUID->"92ecd498-fb65-4f5c-bc2e-593cc692964a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[446]:=",ExpressionUUID->"56cb3994-f76b-4794-9e5b-318901f6a005"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SynthesiseStructure", "[", - RowBox[{"blocks_List", ",", - RowBox[{"{", - RowBox[{"X_Integer", ",", "Y_Integer", ",", "Z_Integer"}], "}"}], ",", - "outputName_String", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"selectionMethod", "=", - RowBox[{"OptionValue", "[", "\"\<SelectionMethod\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "domains", ",", "mapping", ",", "options"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Scan", "[", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalEntityQ\>\"", ",", "#"}], "]"}], "&"}], ",", - RowBox[{"DeleteDuplicates", "@", "blocks"}]}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", "domain", " ", "representation"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"domains", "=", - RowBox[{ - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"selectionMethod", "===", "\"\<Random\>\""}], ",", - RowBox[{"RandomChoice", "[", - RowBox[{"blocks", ",", - RowBox[{"X", "*", "Y", "*", "Z"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"selectionMethod", "===", "\"\<Sequential\>\""}], ",", "#", - ",", "\[IndentingNewLine]", - RowBox[{"selectionMethod", "===", "\"\<Shuffled\>\""}], ",", - RowBox[{"RandomSample", "@", "#"}], ",", "\[IndentingNewLine]", - "True", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "InvalidSelectionMethod"}], - ",", "selectionMethod"}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], - "&"}], "@", - RowBox[{"PadRight", "[", - RowBox[{ - RowBox[{"{", "}"}], ",", - RowBox[{"X", "*", "Y", "*", "Z"}], ",", "blocks"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"mapping", "=", - RowBox[{"AssociationThread", "[", - RowBox[{ - RowBox[{"Range", "@", - RowBox[{"Length", "@", "blocks"}]}], "\[Rule]", "blocks"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Relaying", " ", "data", " ", "to", " ", "separate", " ", "procedure"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"options", "=", - RowBox[{ - RowBox[{ - RowBox[{"Thread", "[", - RowBox[{ - RowBox[{"#", "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], ",", "String"}], "]"}], - "&"}], "/@", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{"First", "/@", - RowBox[{"Options", "@", "SynthesiseStructure"}]}], ")"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SynthesiseStructure", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "domains"}], "}"}], - ",", "outputName", ",", "mapping", ",", - RowBox[{"Sequence", "@@", "options"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.7609498833793907`*^9, 3.76094989465484*^9}, { - 3.760985435505022*^9, 3.760985472615333*^9}, {3.761044721985759*^9, - 3.7610447510077763`*^9}, {3.76104481522427*^9, 3.761044820157362*^9}, { - 3.76104492312523*^9, 3.76104492561299*^9}, {3.761045245983004*^9, - 3.7610452901170893`*^9}, {3.761045366668412*^9, 3.761045378723996*^9}, { - 3.76124639061635*^9, 3.761246410336463*^9}, {3.761246468837595*^9, - 3.761246470395545*^9}, {3.761246673739036*^9, 3.761246692142757*^9}, { - 3.761246756527741*^9, 3.761246831173169*^9}, {3.7612468685554323`*^9, - 3.761246869827717*^9}, {3.7612469112124767`*^9, 3.761247051614558*^9}, { - 3.761247130070651*^9, 3.7612471343322563`*^9}, {3.761247190774343*^9, - 3.761247226696908*^9}, {3.7612472608003902`*^9, 3.761247277095755*^9}, { - 3.7612473349529333`*^9, 3.761247347238995*^9}, {3.761247379119833*^9, - 3.761247382237371*^9}, {3.761247500765175*^9, 3.761247531645439*^9}, { - 3.761247581531475*^9, 3.761247581665276*^9}, {3.76124761695472*^9, - 3.761247712374427*^9}, {3.7612478775715733`*^9, 3.7612479024911127`*^9}, { - 3.761248027065674*^9, 3.7612480322790403`*^9}, {3.761248133261649*^9, - 3.761248133821176*^9}, {3.762483079092483*^9, 3.762483079506445*^9}, { - 3.7624831653076982`*^9, 3.762483255155518*^9}, {3.762483448748105*^9, - 3.762483459337694*^9}, {3.762484937954467*^9, 3.762484940528129*^9}, { - 3.762485478717585*^9, 3.762485519250081*^9}, {3.762485687785385*^9, - 3.7624856997759*^9}, {3.762485763767784*^9, 3.7624857909884033`*^9}, { - 3.762485821389303*^9, 3.762485821901321*^9}, {3.762485865116181*^9, - 3.76248587338028*^9}, {3.7624863035622253`*^9, 3.762486306889323*^9}, - 3.7624864059931593`*^9, {3.762486451749774*^9, 3.762486453088664*^9}, { - 3.762486658295171*^9, 3.762486679735591*^9}, {3.762486914173285*^9, - 3.762486976278838*^9}, {3.762487161588236*^9, 3.762487164161865*^9}, { - 3.762582301146738*^9, 3.762582302868475*^9}, {3.7625825420446243`*^9, - 3.7625825422070208`*^9}, 3.7627930931894283`*^9, {3.763708440950055*^9, - 3.763708444458358*^9}, {3.763795706131096*^9, 3.76379571208855*^9}, { - 3.763795807464473*^9, 3.763795831454368*^9}, {3.767429560180451*^9, - 3.767429568446164*^9}, 3.770459731594898*^9, 3.77045978949087*^9, { - 3.7704599395191603`*^9, 3.770459942350878*^9}, {3.770460320192504*^9, - 3.77046034225856*^9}, {3.770460744443172*^9, 3.770460790673462*^9}, { - 3.770462722783415*^9, 3.770462726522499*^9}, {3.770462870041655*^9, - 3.770462893092216*^9}, {3.770463235775403*^9, 3.770463354490316*^9}, { - 3.770464803344589*^9, 3.7704649431280527`*^9}, {3.7704649769113207`*^9, - 3.770464999988723*^9}, {3.7704651173818903`*^9, 3.770465120129682*^9}, { - 3.770465209927898*^9, 3.770465248981803*^9}, {3.7704652797498713`*^9, - 3.770465415928398*^9}, {3.770465537455702*^9, 3.7704655656201468`*^9}, { - 3.770465641152669*^9, 3.770465644794568*^9}, {3.770466103176922*^9, - 3.7704661912147818`*^9}, {3.7704662256847267`*^9, 3.770466424544442*^9}, { - 3.77046647576213*^9, 3.77046647708055*^9}, {3.7704666316257477`*^9, - 3.770466663729806*^9}, {3.770569455033873*^9, 3.77056947362365*^9}, { - 3.770569965186427*^9, 3.770569975517632*^9}, {3.770613455882739*^9, - 3.7706134615311623`*^9}, {3.7706144368471527`*^9, 3.770614455550804*^9}, { - 3.770614642444923*^9, 3.770614648346962*^9}, {3.7706146872518663`*^9, - 3.770614706809328*^9}, {3.770615780706581*^9, 3.770615837875382*^9}, { - 3.770616067975326*^9, 3.770616161127016*^9}, {3.770616281788673*^9, - 3.770616338679316*^9}, {3.770616527688498*^9, 3.770616578229919*^9}, { - 3.770617519347665*^9, 3.770617618502255*^9}, {3.770617715683031*^9, - 3.770617752463728*^9}, {3.770618116138035*^9, 3.7706181296219597`*^9}, { - 3.770618161047112*^9, 3.770618195582769*^9}, {3.77061840921166*^9, - 3.770618429996653*^9}, {3.7706188774711227`*^9, 3.770618880463545*^9}, { - 3.77061898635938*^9, 3.7706190570356627`*^9}, {3.7706191262161617`*^9, - 3.770619143850253*^9}, {3.770620393630209*^9, 3.770620411752057*^9}, { - 3.7706205414208717`*^9, 3.770620595073638*^9}, {3.770620635698071*^9, - 3.770620694965639*^9}, {3.770621285358365*^9, 3.7706213228053513`*^9}, { - 3.770621746590682*^9, 3.770621913127598*^9}, {3.7706250264948063`*^9, - 3.7706250284066973`*^9}, {3.770625143129756*^9, 3.770625145122254*^9}, { - 3.770625196698786*^9, 3.770625226825259*^9}, {3.770625271797394*^9, - 3.770625299948307*^9}, {3.770625340917306*^9, 3.7706253455065393`*^9}, { - 3.770625406711595*^9, 3.770625439263268*^9}, {3.770625484959586*^9, - 3.7706254896638517`*^9}, {3.7706255324719887`*^9, 3.770625536534584*^9}, { - 3.770625601643078*^9, 3.770625660115859*^9}, {3.7706269748593388`*^9, - 3.770626983180786*^9}, {3.770978748150028*^9, 3.770978844135597*^9}, { - 3.770981565611477*^9, 3.7709815849544163`*^9}, {3.771139352384213*^9, - 3.771139435725677*^9}, {3.771141989286028*^9, 3.7711419920245047`*^9}, { - 3.771143011683299*^9, 3.771143018616251*^9}, {3.771143059910726*^9, - 3.771143079334529*^9}, {3.771143112487186*^9, 3.771143118121806*^9}, { - 3.771143199801591*^9, 3.771143243956092*^9}, {3.771143352696369*^9, - 3.7711433596184072`*^9}, {3.7742037135564613`*^9, 3.77420371903445*^9}, { - 3.7790460331623583`*^9, 3.779046038683786*^9}, {3.7790465556133432`*^9, - 3.779046557949313*^9}, {3.7790466210358686`*^9, 3.779046629035347*^9}, { - 3.779076173162829*^9, 3.779076186108962*^9}, {3.779076376706129*^9, - 3.7790764050721207`*^9}, {3.77907707240198*^9, 3.7790770727759323`*^9}, { - 3.779077116904462*^9, 3.7790771363191557`*^9}, {3.779077222030397*^9, - 3.7790772451963463`*^9}, {3.779077278292552*^9, 3.779077293810793*^9}, { - 3.779077327756048*^9, 3.7790773461225557`*^9}, {3.779077400971356*^9, - 3.779077401392465*^9}, {3.779078652836025*^9, 3.779078674233534*^9}, { - 3.7790789366442738`*^9, 3.77907905698431*^9}, {3.779080313783312*^9, - 3.779080335990597*^9}, {3.7790804083883467`*^9, 3.779080409644253*^9}, { - 3.7790805587124434`*^9, 3.7790805924157047`*^9}, {3.779080668254277*^9, - 3.779080748955948*^9}, 3.779080921313138*^9, {3.7790812563695297`*^9, - 3.77908127282437*^9}, {3.779081329711192*^9, 3.779081329862935*^9}, { - 3.779081417629828*^9, 3.779081417885152*^9}, {3.7790815112035303`*^9, - 3.779081567874836*^9}, {3.77908160297834*^9, 3.779081605410418*^9}, - 3.779081642634364*^9, {3.779081818726289*^9, 3.779081818836506*^9}, { - 3.779081927827957*^9, 3.779081942290485*^9}, 3.7790819834125433`*^9, { - 3.779082026115778*^9, 3.7790820572111673`*^9}, {3.779082093109037*^9, - 3.7790820934351387`*^9}, {3.779082505418542*^9, 3.779082582504551*^9}, { - 3.779082618161819*^9, 3.779082631974813*^9}, {3.7790833281717787`*^9, - 3.7790833468169813`*^9}, {3.77908339321735*^9, 3.779083393359188*^9}, { - 3.779092931617548*^9, 3.779092941695651*^9}, 3.779092984373472*^9, - 3.779093025471065*^9, {3.779093233015196*^9, 3.779093283089419*^9}, { - 3.779093347114683*^9, 3.779093358570322*^9}, {3.779093403195031*^9, - 3.7790934294666843`*^9}, {3.779093483226296*^9, 3.779093671972971*^9}, { - 3.7790938415876703`*^9, 3.779093852432088*^9}, {3.7790943233708687`*^9, - 3.77909436834396*^9}, {3.779132230691679*^9, 3.779132232130753*^9}, { - 3.7791322913529873`*^9, 3.779132328976726*^9}, {3.77913238294314*^9, - 3.7791323831025457`*^9}, {3.779132416197893*^9, 3.779132481875678*^9}, { - 3.77913259690576*^9, 3.7791325984885693`*^9}, {3.779132633232272*^9, - 3.7791327488973618`*^9}, {3.7791328356007566`*^9, 3.779132910565886*^9}, { - 3.779133291303643*^9, 3.77913350030802*^9}, {3.779133718247943*^9, - 3.779133783523141*^9}, {3.779133814469346*^9, 3.779133815579176*^9}, { - 3.7791338790756273`*^9, 3.779133927424109*^9}, {3.779134513294778*^9, - 3.779134564659233*^9}, {3.779134801244445*^9, 3.7791348453220997`*^9}, { - 3.7794598997260113`*^9, 3.779459946548224*^9}, {3.779459993534259*^9, - 3.779460003612535*^9}, {3.77946003619566*^9, 3.7794600405698*^9}, { - 3.779460177055881*^9, 3.7794601841982183`*^9}, {3.779465818564105*^9, - 3.779465837840556*^9}, {3.77946587589717*^9, 3.779465898190446*^9}, { - 3.779465943255336*^9, 3.779466009822507*^9}, {3.77946625854605*^9, - 3.779466264350567*^9}, {3.7794707100815363`*^9, 3.779470791459454*^9}, { - 3.7794708372044983`*^9, 3.7794708430662127`*^9}, {3.7794708736280003`*^9, - 3.779470889041346*^9}, {3.779471386472715*^9, 3.779471387758445*^9}, { - 3.7794727024761457`*^9, 3.779472704537242*^9}, {3.7794729380386343`*^9, - 3.779472947702175*^9}, {3.779473633377185*^9, 3.7794736351008883`*^9}, { - 3.779475306395953*^9, 3.779475308136442*^9}, {3.7795148511524153`*^9, - 3.7795148554943247`*^9}, {3.7795152637427387`*^9, 3.779515301748084*^9}, { - 3.780041526108283*^9, 3.780041530545414*^9}, 3.780063501754696*^9, - 3.781596783619473*^9, {3.781596814488657*^9, 3.781596817344576*^9}, { - 3.781597055565585*^9, 3.781597081643642*^9}, {3.781597372942129*^9, - 3.781597449355983*^9}, 3.781597759959477*^9, {3.7815996008325872`*^9, - 3.7815996024712973`*^9}, {3.781599723813806*^9, 3.781599730684422*^9}, { - 3.781600289730597*^9, 3.78160029352064*^9}, 3.781600331425515*^9, { - 3.781600542107935*^9, 3.7816005503132753`*^9}, {3.781606643808066*^9, - 3.781606646222434*^9}, {3.781606763687199*^9, 3.7816067643638144`*^9}, { - 3.7816072419548883`*^9, 3.7816072436566353`*^9}, {3.781607906428276*^9, - 3.781607907481904*^9}, {3.781607965811386*^9, 3.7816080279750423`*^9}, { - 3.7816080690164967`*^9, 3.781608114413293*^9}, {3.781608198188738*^9, - 3.781608281394578*^9}, {3.781609293939601*^9, 3.781609309321006*^9}, { - 3.781609476678388*^9, 3.7816094801574097`*^9}, 3.781609556669264*^9, { - 3.781609683361212*^9, 3.781609686256384*^9}, {3.78161226738934*^9, - 3.78161233215441*^9}, {3.781612442856462*^9, 3.781612470687945*^9}, { - 3.781612593701033*^9, 3.781612631084622*^9}, 3.781614972562765*^9, { - 3.78161524014813*^9, 3.781615240681616*^9}, {3.781615280010507*^9, - 3.781615290704727*^9}, {3.78161541399857*^9, 3.781615425909526*^9}, { - 3.7816154736611433`*^9, 3.781615539875*^9}, {3.7816155713078127`*^9, - 3.781615571498477*^9}, {3.781615747215444*^9, 3.781615757366866*^9}, { - 3.781615873272184*^9, 3.7816158734864397`*^9}, {3.7816171015648518`*^9, - 3.781617130618442*^9}, {3.7816172619773083`*^9, 3.781617263519547*^9}, { - 3.781617481461182*^9, 3.781617482962484*^9}, 3.781617575922841*^9, { - 3.781618101416605*^9, 3.781618102797927*^9}, 3.781618141367907*^9, - 3.781618245733841*^9, {3.781618387001913*^9, 3.7816183961276197`*^9}, { - 3.7816184695118313`*^9, 3.7816184704617167`*^9}, {3.781618615076729*^9, - 3.7816186336349707`*^9}, 3.781618678844316*^9, {3.781619582992181*^9, - 3.7816195836770267`*^9}, {3.7816199327591677`*^9, 3.78161993293364*^9}, { - 3.781619983269676*^9, 3.781619984443877*^9}, {3.781620183776043*^9, - 3.78162019139979*^9}, {3.781620291456691*^9, 3.781620313028677*^9}, - 3.781620348773815*^9, 3.781620746029769*^9, {3.78162638436092*^9, - 3.781626425862638*^9}, {3.781626476431323*^9, 3.781626557691691*^9}, { - 3.781626623884338*^9, 3.781626653401774*^9}, {3.781626729226215*^9, - 3.781626757215386*^9}, {3.7816268006405373`*^9, 3.7816268463655767`*^9}, - 3.7816286423998957`*^9, {3.781675057590191*^9, 3.781675076043709*^9}, { - 3.781675556202602*^9, 3.781675642120433*^9}, {3.7816760877603693`*^9, - 3.781676088950032*^9}, {3.781676158959507*^9, 3.7816762177647467`*^9}, { - 3.781676248133177*^9, 3.781676258405087*^9}, {3.7816790865172863`*^9, - 3.781679095989188*^9}, {3.7816840064262733`*^9, 3.781684015497168*^9}, { - 3.7816842035970383`*^9, 3.781684203932811*^9}, {3.781684438728621*^9, - 3.781684441383614*^9}, {3.781684490448798*^9, 3.781684518917966*^9}, { - 3.781684556016069*^9, 3.781684566372897*^9}, {3.781684623556603*^9, - 3.781684624251807*^9}, {3.7816853526858253`*^9, 3.781685376699265*^9}, { - 3.7816855053767853`*^9, 3.7816855065285807`*^9}, {3.7816855453693533`*^9, - 3.781685567511063*^9}, {3.781685858875183*^9, 3.78168589982563*^9}, - 3.781686268609694*^9, {3.781686319248898*^9, 3.7816863194304667`*^9}, { - 3.781686558594583*^9, 3.7816865697534018`*^9}, {3.781859099531748*^9, - 3.781859156506374*^9}, 3.781859387281911*^9, {3.7818640218257923`*^9, - 3.781864056813308*^9}, {3.782028552703998*^9, 3.782028587020403*^9}, { - 3.782028941257493*^9, 3.782028942348991*^9}, {3.782029000341112*^9, - 3.782029035539669*^9}, {3.782029162657709*^9, 3.7820292105949497`*^9}, { - 3.782029266088305*^9, 3.782029294559512*^9}, 3.782030123182132*^9, { - 3.78203020980309*^9, 3.782030213682626*^9}, {3.782030596516942*^9, - 3.782030597130456*^9}, {3.782030825094961*^9, 3.782030845981477*^9}, { - 3.782032369880467*^9, 3.78203237584664*^9}, {3.782032586572319*^9, - 3.782032587257971*^9}, {3.782032630824499*^9, 3.782032655001327*^9}, { - 3.7820328091188374`*^9, 3.782032812029166*^9}, {3.782033252832946*^9, - 3.782033285918296*^9}, {3.7820338684922333`*^9, 3.782033877553089*^9}, { - 3.782033917594111*^9, 3.782033928808517*^9}, {3.782034734097344*^9, - 3.782034736176887*^9}, {3.782038710823208*^9, 3.782038745308548*^9}, { - 3.7820388946504107`*^9, 3.782038914773587*^9}, {3.782039126909801*^9, - 3.782039140700597*^9}, {3.782040320476921*^9, 3.7820403474826803`*^9}, { - 3.782040796362956*^9, 3.782040799889357*^9}, {3.7820408459531097`*^9, - 3.7820408674393263`*^9}, {3.782041161235155*^9, 3.782041162649029*^9}, { - 3.782041636816414*^9, 3.782041637030972*^9}, {3.7820417197994337`*^9, - 3.78204175356588*^9}, {3.782042230212246*^9, 3.782042234657852*^9}, { - 3.782044974967266*^9, 3.782044975926011*^9}, {3.782045012869179*^9, - 3.782045015749069*^9}, {3.786968107875774*^9, 3.7869681094012403`*^9}, { - 3.787056554199849*^9, 3.787056555523633*^9}, {3.788609407354669*^9, - 3.788609407494788*^9}, {3.791142727552059*^9, 3.791142766541518*^9}, { - 3.802424609083229*^9, 3.80242461574144*^9}, {3.802435083623476*^9, - 3.8024350866046457`*^9}, {3.802435137201668*^9, 3.802435329055068*^9}, { - 3.807556036653221*^9, 3.807556036798704*^9}, {3.807785837797971*^9, - 3.807785854932773*^9}, {3.807795029663434*^9, 3.807795064523724*^9}, { - 3.8079883171453457`*^9, 3.807988362932564*^9}, 3.807988393366549*^9, { - 3.807988525964985*^9, 3.807988526581459*^9}, 3.808025545928755*^9, { - 3.808028003520382*^9, 3.808028003631009*^9}, {3.8080287474877768`*^9, - 3.8080287492778187`*^9}, {3.808029375738481*^9, 3.808029397473055*^9}, { - 3.808029834119051*^9, 3.80802986472153*^9}, {3.808030307912801*^9, - 3.808030311874086*^9}, {3.8080305707834787`*^9, 3.808030577901491*^9}, { - 3.808030682715707*^9, 3.808030741296678*^9}, {3.8080308063442297`*^9, - 3.8080308323947277`*^9}, {3.8080308751910477`*^9, - 3.8080309783627243`*^9}, {3.808031094868038*^9, 3.8080311304696074`*^9}, { - 3.80803116398137*^9, 3.808031164129162*^9}, {3.808031198780347*^9, - 3.8080312134544563`*^9}, {3.808031266380938*^9, 3.808031268932006*^9}, { - 3.808031413992852*^9, 3.808031429931551*^9}, {3.808031769073473*^9, - 3.80803183225016*^9}, {3.808031886416011*^9, 3.8080319621551027`*^9}, { - 3.808032579993999*^9, 3.8080325827953587`*^9}, {3.808032616111496*^9, - 3.808032676212798*^9}, {3.80803291810262*^9, 3.80803299199509*^9}, { - 3.808033024919505*^9, 3.808033028458866*^9}, {3.808033342184329*^9, - 3.808033370858501*^9}, {3.808033480912395*^9, 3.8080334897420177`*^9}, { - 3.8080389381032124`*^9, 3.808038947389132*^9}, {3.808039747357609*^9, - 3.808039748852303*^9}, 3.8080398499230127`*^9, {3.8081252193013906`*^9, - 3.808125241058667*^9}, {3.808157664841095*^9, 3.8081576650067673`*^9}, { - 3.891173012743374*^9, 3.8911730290482693`*^9}, {3.891173253672392*^9, - 3.8911732536755333`*^9}, {3.891173381288516*^9, 3.891173383550449*^9}, { - 3.891173428004006*^9, 3.891173429886956*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"f390dd4d-4a23-4d7a-82b8-85a4cfecbc7b"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SynthesiseStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "inputA_Integer", ",", "inputB_Integer", ",", "inputC_Integer"}], - "}"}], ",", "inputDomains_List"}], "}"}], ",", "\[IndentingNewLine]", - "outputName_String", ",", "\[IndentingNewLine]", - RowBox[{"integerToLabelMap_Association", ":", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domains", "=", "inputDomains"}], ",", "\[IndentingNewLine]", - RowBox[{"X", "=", "inputA"}], ",", - RowBox[{"Y", "=", "inputB"}], ",", - RowBox[{"Z", "=", "inputC"}], ",", "\[IndentingNewLine]", "blocks", ",", - "nonVoidRange", ",", "normalBlocks", ",", "\[IndentingNewLine]", - "blockSizes", ",", "\[IndentingNewLine]", "outputSize", ",", - "targetPositions", ",", "blockPositionsMap", ",", "blockCopy", ",", - "blockCopies", ",", "\[IndentingNewLine]", - "representativeCellDimensions", ",", "\[IndentingNewLine]", - "coordinatesCrystal", ",", "coordinatesCartesian", ",", - "coordinatesCrystalEmbedded", ",", "newCoordinates", ",", - "\[IndentingNewLine]", "hostM", ",", "hostMinverse", ",", - "targetPositionsCartesian", ",", "M", ",", "T", ",", - "\[IndentingNewLine]", - RowBox[{"anchorShift", "=", - RowBox[{"OptionValue", "[", "\"\<RotationAnchorShift\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"anchorReference", "=", - RowBox[{"OptionValue", "[", "\"\<RotationAnchorReference\>\"", "]"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"rotationAxes", "=", - RowBox[{"OptionValue", "[", "\"\<RotationAxes\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"rotationMap", "=", - RowBox[{"OptionValue", "[", "\"\<RotationMap\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "R", ",", "twist"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<Padding\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "domains"}], "}"}], - "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PadDomain\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}], ",", "inputDomains"}], - "}"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"blocks", "=", - RowBox[{"domains", "/.", - RowBox[{"Join", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"0", "\[Rule]", "\"\<Void\>\""}], "}"}], ",", - RowBox[{"Normal", "@", "integerToLabelMap"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"blocks", "=", - RowBox[{"blocks", "/.", - RowBox[{"_Integer", "\[Rule]", "\"\<Void\>\""}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Scan", "[", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalEntityQ\>\"", ",", "#"}], "]"}], "&"}], ",", - RowBox[{"DeleteDuplicates", "@", "blocks"}]}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Handling", " ", "special", " ", "labels", " ", - RowBox[{"(", - RowBox[{"chemcial", " ", "elements", " ", "or", " ", "void"}], - ")"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<HandleSpecialLabels\>\"", ",", "blocks"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"nonVoidRange", "=", - RowBox[{"Complement", "[", - RowBox[{ - RowBox[{"Range", "[", - RowBox[{"X", "*", "Y", "*", "Z"}], "]"}], ",", - RowBox[{"Flatten", "@", - RowBox[{"Position", "[", - RowBox[{"blocks", ",", "\"\<Void\>\""}], "]"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"normalBlocks", "=", - RowBox[{"Part", "[", - RowBox[{"blocks", ",", "nonVoidRange"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"normalBlocks", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "NothingToBuild"}], "]"}], ";", - - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Checking", " ", "if", " ", "all", " ", "blocks", " ", "have", " ", - "same", " ", "size"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"blockSizes", "=", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"#", ",", "\"\<Notes\>\"", ",", "\"\<StructureSize\>\""}], - "]"}], "\[IndentingNewLine]", "/.", - RowBox[{"_Missing", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}]}], ")"}], "&"}], "/@", - "blocks"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"SameQ", "@@", "blockSizes"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "DifferentBlockSizes"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"blockSizes", "=", - RowBox[{"First", "@", "blockSizes"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Checking", " ", "if", " ", "output", " ", "size", " ", "is", " ", - "valid"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"outputSize", "=", - RowBox[{"{", - RowBox[{"X", ",", "Y", ",", "Z"}], "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"X", "*", "Y", "*", "Z"}], "\[NotEqual]", - RowBox[{"Length", "@", "domains"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "SizeError"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"Length", "@", "outputSize"}], "\[NotEqual]", "3"}], ")"}], - "||", - RowBox[{"(", - RowBox[{"AnyTrue", "[", - RowBox[{"outputSize", ",", - RowBox[{ - RowBox[{ - RowBox[{"Positive", "[", "#", "]"}], "\[Nand]", - RowBox[{"IntegerQ", "[", "#", "]"}]}], "&"}]}], "]"}], ")"}]}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "InvalidOutputSize"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Total", "@", - RowBox[{"MapThread", "[", - RowBox[{"Mod", ",", - RowBox[{"{", - RowBox[{"outputSize", ",", "blockSizes"}], "}"}]}], "]"}]}], "=!=", - "0"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "IncompatibleOutputSize"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Final", " ", "preparations", " ", "before", " ", "synthesis"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"targetPositions", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GenerateTargetPositions\>\"", ",", "outputSize"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"blockPositionsMap", "=", - RowBox[{"AssociationThread", "[", - RowBox[{"targetPositions", "\[Rule]", "blocks"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"$CrystalData", ",", - RowBox[{"outputName", "\[Rule]", - RowBox[{"$CrystalData", "@", - RowBox[{"First", "@", "normalBlocks"}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"hostM", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"outputName", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"hostMinverse", "=", - RowBox[{"Inverse", "@", "hostM"}]}], ";", "\[IndentingNewLine]", - RowBox[{"targetPositionsCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostM", ".", "#"}], "&"}], "/@", "targetPositions"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"representativeCellDimensions", "=", - RowBox[{ - RowBox[{"GetLatticeParameters", "[", - RowBox[{"First", "@", "blocks"}], "]"}], "\[LeftDoubleBracket]", - RowBox[{";;", "3"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"rotationMap", "=!=", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"R", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<RotationTransformation\>\"", ",", - RowBox[{"{", - RowBox[{"outputSize", ",", "domains"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "anchorShift", ",", "anchorReference", ",", "rotationMap", ",", - "rotationAxes"}], "}"}], ",", "\[IndentingNewLine]", - "representativeCellDimensions", ",", "True"}], "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"blockCopies", "=", - RowBox[{ - RowBox[{"Reap", "[", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"M", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{ - RowBox[{ - "blocks", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"T", "=", - RowBox[{"TranslationTransform", "[", - RowBox[{ - "targetPositions", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"blockCopy", "=", - RowBox[{"$CrystalData", "[", - RowBox[{ - "blocks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinatesCrystal", "=", - RowBox[{"blockCopy", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", - "\"\<FractionalCoordinates\>\""}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"coordinatesCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"M", ".", "#"}], "&"}], "/@", "coordinatesCrystal"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"coordinatesCrystalEmbedded", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostMinverse", ".", "#"}], "&"}], "/@", - "coordinatesCartesian"}]}], ";", "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{"T", "/@", "coordinatesCrystalEmbedded"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"rotationMap", "=!=", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"twist", "=", - RowBox[{"R", "[", - RowBox[{ - RowBox[{ - "domains", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{ - "targetPositionsCartesian", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"coordinatesCartesian", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostM", ".", "#"}], "&"}], "/@", - "newCoordinates"}]}], ";", "\[IndentingNewLine]", - RowBox[{"coordinatesCartesian", "=", - RowBox[{"twist", "@", "coordinatesCartesian"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"newCoordinates", "=", - RowBox[{ - RowBox[{ - RowBox[{"hostMinverse", ".", "#"}], "&"}], "/@", - "coordinatesCartesian"}]}]}]}], "\[IndentingNewLine]", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blockCopy", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AtomData\>\"", ",", "All", ",", - "\"\<FractionalCoordinates\>\""}], "\[RightDoubleBracket]"}], - "=", "newCoordinates"}], ";", "\[IndentingNewLine]", - RowBox[{"Sow", "@", "blockCopy"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", "nonVoidRange"}], "}"}]}], "\[IndentingNewLine]", - "]"}], "]"}], "\[LeftDoubleBracket]", - RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"outputName", ",", "\"\<AtomData\>\""}], "]"}], "=", - RowBox[{"Flatten", "@", - RowBox[{"blockCopies", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "\"\<AtomData\>\""}], - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", "outputName", "]"}], ",", - "\"\<Notes\>\""}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", "outputName", "]"}], ",", - RowBox[{"\"\<Notes\>\"", "\[Rule]", - RowBox[{"<|", "|>"}]}]}], "]"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{ - "outputName", ",", "\"\<Notes\>\"", ",", "\"\<StructureSize\>\""}], - "]"}], "=", "outputSize"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "outputName"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, - 3.682327662602072*^9, {3.6824963506791697`*^9, 3.6824963547512217`*^9}, { - 3.682496400113083*^9, 3.682496493228437*^9}, 3.682677149488262*^9, { - 3.685082142306231*^9, 3.6850821530756807`*^9}, 3.685084035768195*^9, { - 3.68655238046353*^9, 3.686552426771611*^9}, {3.6865525950866337`*^9, - 3.686552685595372*^9}, {3.686635545814003*^9, 3.686635612323032*^9}, { - 3.686645933806924*^9, 3.686646007894505*^9}, {3.686646064248117*^9, - 3.68664607682882*^9}, {3.686655195368894*^9, 3.6866552343027163`*^9}, { - 3.6866553151103287`*^9, 3.686655409251244*^9}, {3.6866554490764103`*^9, - 3.686655514039054*^9}, {3.686655580018355*^9, 3.686655635546473*^9}, { - 3.686655748745368*^9, 3.686655776590246*^9}, {3.714925556554666*^9, - 3.714925578583651*^9}, {3.7149256217212152`*^9, 3.714925689133297*^9}, { - 3.7149258652268667`*^9, 3.714925953487383*^9}, {3.71492600096751*^9, - 3.714926119019596*^9}, {3.714926175338132*^9, 3.714926196305581*^9}, - 3.7149262352489967`*^9, {3.714926307824396*^9, 3.7149264095004387`*^9}, { - 3.714926450015284*^9, 3.7149265295624437`*^9}, {3.7149265755610447`*^9, - 3.714926579417263*^9}, {3.714926655695353*^9, 3.714926765295703*^9}, { - 3.714927064423978*^9, 3.714927159155733*^9}, {3.7149272069557753`*^9, - 3.7149276407442627`*^9}, {3.714927818589819*^9, 3.714927894002508*^9}, { - 3.715014199691877*^9, 3.7150142148573313`*^9}, {3.715064942408142*^9, - 3.715064943132308*^9}, {3.7153145414034758`*^9, 3.7153145467616673`*^9}, - 3.715327856633502*^9, {3.7154051731829433`*^9, 3.7154051929183903`*^9}, { - 3.7154052332773438`*^9, 3.715405253294734*^9}, {3.715405360310897*^9, - 3.7154054069587708`*^9}, {3.717222403726162*^9, 3.717222415552843*^9}, { - 3.717222474077138*^9, 3.717222480379856*^9}, {3.7172225774835167`*^9, - 3.717222584585285*^9}, {3.717740920496456*^9, 3.71774092050616*^9}, { - 3.7220727239925957`*^9, 3.722072731381322*^9}, {3.722072809534255*^9, - 3.722072832036512*^9}, {3.722072863802107*^9, 3.722072898519074*^9}, - 3.726561391058339*^9, 3.727675293483314*^9, 3.727676783958682*^9, { - 3.728106031257224*^9, 3.7281060589380007`*^9}, {3.728106180011772*^9, - 3.728106202173979*^9}, {3.728106287634863*^9, 3.728106301113369*^9}, { - 3.7281063321779118`*^9, 3.728106374799776*^9}, {3.7281065875793667`*^9, - 3.728106596424721*^9}, {3.728106935268379*^9, 3.728106947051586*^9}, { - 3.728107085050242*^9, 3.728107225807564*^9}, {3.7281087296199503`*^9, - 3.7281087417638607`*^9}, {3.728108952031921*^9, 3.728108953406122*^9}, - 3.728109068830366*^9, {3.728109140732355*^9, 3.728109162684065*^9}, - 3.7281092259390078`*^9, 3.737968467010312*^9, {3.7455680832964697`*^9, - 3.745568119889543*^9}, {3.747569432494769*^9, 3.747569442874075*^9}, { - 3.74756949426586*^9, 3.747569500574552*^9}, {3.7475695377399282`*^9, - 3.7475695465343924`*^9}, {3.7475699175021257`*^9, 3.747569978808453*^9}, { - 3.747570081604307*^9, 3.7475700987875013`*^9}, {3.747570851329288*^9, - 3.747570860993803*^9}, {3.747570941533657*^9, 3.747570947293482*^9}, { - 3.747570979528742*^9, 3.747570979833435*^9}, {3.7475710460233097`*^9, - 3.747571047925109*^9}, {3.747571084476077*^9, 3.747571086328722*^9}, { - 3.747571371903867*^9, 3.7475713729193487`*^9}, {3.747571561267179*^9, - 3.747571562589777*^9}, {3.747572757880087*^9, 3.747572827753377*^9}, { - 3.747572862364382*^9, 3.747572879792859*^9}, {3.759519240146062*^9, - 3.759519241328768*^9}, {3.7609498833793907`*^9, 3.76094989465484*^9}, { - 3.760985435505022*^9, 3.760985472615333*^9}, {3.761044721985759*^9, - 3.7610447510077763`*^9}, {3.76104481522427*^9, 3.761044820157362*^9}, { - 3.76104492312523*^9, 3.76104492561299*^9}, {3.761045245983004*^9, - 3.7610452901170893`*^9}, {3.761045366668412*^9, 3.761045378723996*^9}, { - 3.76124639061635*^9, 3.761246410336463*^9}, {3.761246468837595*^9, - 3.761246470395545*^9}, {3.761246673739036*^9, 3.761246692142757*^9}, { - 3.761246756527741*^9, 3.761246831173169*^9}, {3.7612468685554323`*^9, - 3.761246869827717*^9}, {3.7612469112124767`*^9, 3.761247051614558*^9}, { - 3.761247130070651*^9, 3.7612471343322563`*^9}, {3.761247190774343*^9, - 3.761247226696908*^9}, {3.7612472608003902`*^9, 3.761247277095755*^9}, { - 3.7612473349529333`*^9, 3.761247347238995*^9}, {3.761247379119833*^9, - 3.761247382237371*^9}, {3.761247500765175*^9, 3.761247531645439*^9}, { - 3.761247581531475*^9, 3.761247581665276*^9}, {3.76124761695472*^9, - 3.761247712374427*^9}, {3.7612478775715733`*^9, 3.7612479024911127`*^9}, { - 3.761248027065674*^9, 3.7612480322790403`*^9}, {3.761248133261649*^9, - 3.761248133821176*^9}, {3.762483079092483*^9, 3.762483079506445*^9}, { - 3.7624831653076982`*^9, 3.762483255155518*^9}, {3.762483448748105*^9, - 3.762483459337694*^9}, {3.762484937954467*^9, 3.762484940528129*^9}, { - 3.762485478717585*^9, 3.762485519250081*^9}, {3.762485687785385*^9, - 3.7624856997759*^9}, {3.762485763767784*^9, 3.7624857909884033`*^9}, { - 3.762485821389303*^9, 3.762485821901321*^9}, {3.762485865116181*^9, - 3.76248587338028*^9}, {3.7624863035622253`*^9, 3.762486306889323*^9}, - 3.7624864059931593`*^9, {3.762486451749774*^9, 3.762486453088664*^9}, { - 3.762486658295171*^9, 3.762486679735591*^9}, {3.762486914173285*^9, - 3.762486976278838*^9}, {3.762487161588236*^9, 3.762487164161865*^9}, { - 3.762582301146738*^9, 3.762582302868475*^9}, {3.7625825420446243`*^9, - 3.7625825422070208`*^9}, 3.7627930931894283`*^9, {3.763708440950055*^9, - 3.763708444458358*^9}, {3.763795706131096*^9, 3.76379571208855*^9}, { - 3.763795807464473*^9, 3.763795831454368*^9}, {3.767429560180451*^9, - 3.767429568446164*^9}, 3.770459731594898*^9, 3.77045978949087*^9, { - 3.7704599395191603`*^9, 3.770459942350878*^9}, {3.770460320192504*^9, - 3.77046034225856*^9}, {3.770460744443172*^9, 3.770460790673462*^9}, { - 3.770462722783415*^9, 3.770462726522499*^9}, {3.770462870041655*^9, - 3.770462893092216*^9}, {3.770463235775403*^9, 3.770463354490316*^9}, { - 3.770464803344589*^9, 3.7704649431280527`*^9}, {3.7704649769113207`*^9, - 3.770464999988723*^9}, {3.7704651173818903`*^9, 3.770465120129682*^9}, { - 3.770465209927898*^9, 3.770465248981803*^9}, {3.7704652797498713`*^9, - 3.770465415928398*^9}, {3.770465537455702*^9, 3.7704655656201468`*^9}, { - 3.770465641152669*^9, 3.770465644794568*^9}, {3.770466103176922*^9, - 3.7704661912147818`*^9}, {3.7704662256847267`*^9, 3.770466424544442*^9}, { - 3.77046647576213*^9, 3.77046647708055*^9}, {3.7704666316257477`*^9, - 3.770466663729806*^9}, {3.770569455033873*^9, 3.77056947362365*^9}, { - 3.770569965186427*^9, 3.770569975517632*^9}, {3.770613455882739*^9, - 3.7706134615311623`*^9}, {3.7706144368471527`*^9, 3.770614455550804*^9}, { - 3.770614642444923*^9, 3.770614648346962*^9}, {3.7706146872518663`*^9, - 3.770614706809328*^9}, {3.770615780706581*^9, 3.770615837875382*^9}, { - 3.770616067975326*^9, 3.770616161127016*^9}, {3.770616281788673*^9, - 3.770616338679316*^9}, {3.770616527688498*^9, 3.770616578229919*^9}, { - 3.770617519347665*^9, 3.770617618502255*^9}, {3.770617715683031*^9, - 3.770617752463728*^9}, {3.770618116138035*^9, 3.7706181296219597`*^9}, { - 3.770618161047112*^9, 3.770618195582769*^9}, {3.77061840921166*^9, - 3.770618429996653*^9}, {3.7706188774711227`*^9, 3.770618880463545*^9}, { - 3.77061898635938*^9, 3.7706190570356627`*^9}, {3.7706191262161617`*^9, - 3.770619143850253*^9}, {3.770620393630209*^9, 3.770620411752057*^9}, { - 3.7706205414208717`*^9, 3.770620595073638*^9}, {3.770620635698071*^9, - 3.770620694965639*^9}, {3.770621285358365*^9, 3.7706213228053513`*^9}, { - 3.770621746590682*^9, 3.770621913127598*^9}, {3.7706250264948063`*^9, - 3.7706250284066973`*^9}, {3.770625143129756*^9, 3.770625145122254*^9}, { - 3.770625196698786*^9, 3.770625226825259*^9}, {3.770625271797394*^9, - 3.770625299948307*^9}, {3.770625340917306*^9, 3.7706253455065393`*^9}, { - 3.770625406711595*^9, 3.770625439263268*^9}, {3.770625484959586*^9, - 3.7706254896638517`*^9}, {3.7706255324719887`*^9, 3.770625536534584*^9}, { - 3.770625601643078*^9, 3.770625660115859*^9}, {3.7706269748593388`*^9, - 3.770626983180786*^9}, {3.770978748150028*^9, 3.770978844135597*^9}, { - 3.770981565611477*^9, 3.7709815849544163`*^9}, {3.771139352384213*^9, - 3.771139435725677*^9}, {3.771141989286028*^9, 3.7711419920245047`*^9}, { - 3.771143011683299*^9, 3.771143018616251*^9}, {3.771143059910726*^9, - 3.771143079334529*^9}, {3.771143112487186*^9, 3.771143118121806*^9}, { - 3.771143199801591*^9, 3.771143243956092*^9}, {3.771143352696369*^9, - 3.7711433596184072`*^9}, {3.7742037135564613`*^9, 3.77420371903445*^9}, { - 3.7790460331623583`*^9, 3.779046038683786*^9}, {3.7790465556133432`*^9, - 3.779046557949313*^9}, {3.7790466210358686`*^9, 3.779046629035347*^9}, { - 3.779076173162829*^9, 3.779076186108962*^9}, {3.779076376706129*^9, - 3.7790764050721207`*^9}, {3.77907707240198*^9, 3.7790770727759323`*^9}, { - 3.779077116904462*^9, 3.7790771363191557`*^9}, {3.779077222030397*^9, - 3.7790772451963463`*^9}, {3.779077278292552*^9, 3.779077293810793*^9}, { - 3.779077327756048*^9, 3.7790773461225557`*^9}, {3.779077400971356*^9, - 3.779077401392465*^9}, {3.779078652836025*^9, 3.779078674233534*^9}, { - 3.7790789366442738`*^9, 3.77907905698431*^9}, {3.779080313783312*^9, - 3.779080335990597*^9}, {3.7790804083883467`*^9, 3.779080409644253*^9}, { - 3.7790805587124434`*^9, 3.7790805924157047`*^9}, {3.779080668254277*^9, - 3.779080748955948*^9}, 3.779080921313138*^9, {3.7790812563695297`*^9, - 3.77908127282437*^9}, {3.779081329711192*^9, 3.779081329862935*^9}, { - 3.779081417629828*^9, 3.779081417885152*^9}, {3.7790815112035303`*^9, - 3.779081567874836*^9}, {3.77908160297834*^9, 3.779081605410418*^9}, - 3.779081642634364*^9, {3.779081818726289*^9, 3.779081818836506*^9}, { - 3.779081927827957*^9, 3.779081942290485*^9}, 3.7790819834125433`*^9, { - 3.779082026115778*^9, 3.7790820572111673`*^9}, {3.779082093109037*^9, - 3.7790820934351387`*^9}, {3.779082505418542*^9, 3.779082582504551*^9}, { - 3.779082618161819*^9, 3.779082631974813*^9}, {3.7790833281717787`*^9, - 3.7790833468169813`*^9}, {3.77908339321735*^9, 3.779083393359188*^9}, { - 3.779092931617548*^9, 3.779092941695651*^9}, 3.779092984373472*^9, - 3.779093025471065*^9, {3.779093233015196*^9, 3.779093283089419*^9}, { - 3.779093347114683*^9, 3.779093358570322*^9}, {3.779093403195031*^9, - 3.7790934294666843`*^9}, {3.779093483226296*^9, 3.779093671972971*^9}, { - 3.7790938415876703`*^9, 3.779093852432088*^9}, {3.7790943233708687`*^9, - 3.77909436834396*^9}, {3.779132230691679*^9, 3.779132232130753*^9}, { - 3.7791322913529873`*^9, 3.779132328976726*^9}, {3.77913238294314*^9, - 3.7791323831025457`*^9}, {3.779132416197893*^9, 3.779132481875678*^9}, { - 3.77913259690576*^9, 3.7791325984885693`*^9}, {3.779132633232272*^9, - 3.7791327488973618`*^9}, {3.7791328356007566`*^9, 3.779132910565886*^9}, { - 3.779133291303643*^9, 3.77913350030802*^9}, {3.779133718247943*^9, - 3.779133783523141*^9}, {3.779133814469346*^9, 3.779133815579176*^9}, { - 3.7791338790756273`*^9, 3.779133927424109*^9}, {3.779134513294778*^9, - 3.779134564659233*^9}, {3.779134801244445*^9, 3.7791348453220997`*^9}, { - 3.7794598997260113`*^9, 3.779459946548224*^9}, {3.779459993534259*^9, - 3.779460003612535*^9}, {3.77946003619566*^9, 3.7794600405698*^9}, { - 3.779460177055881*^9, 3.7794601841982183`*^9}, {3.779465818564105*^9, - 3.779465837840556*^9}, {3.77946587589717*^9, 3.779465898190446*^9}, { - 3.779465943255336*^9, 3.779466009822507*^9}, {3.77946625854605*^9, - 3.779466264350567*^9}, {3.7794707100815363`*^9, 3.779470791459454*^9}, { - 3.7794708372044983`*^9, 3.7794708430662127`*^9}, {3.7794708736280003`*^9, - 3.779470889041346*^9}, {3.779471386472715*^9, 3.779471387758445*^9}, { - 3.7794727024761457`*^9, 3.779472704537242*^9}, {3.7794729380386343`*^9, - 3.779472947702175*^9}, {3.779473633377185*^9, 3.7794736351008883`*^9}, { - 3.779475306395953*^9, 3.779475308136442*^9}, {3.7795148511524153`*^9, - 3.7795148554943247`*^9}, {3.7795152637427387`*^9, 3.779515301748084*^9}, { - 3.780041526108283*^9, 3.780041530545414*^9}, 3.780063501754696*^9, - 3.781596783619473*^9, {3.781596814488657*^9, 3.781596817344576*^9}, { - 3.781597055565585*^9, 3.781597081643642*^9}, {3.781597372942129*^9, - 3.781597449355983*^9}, 3.781597759959477*^9, {3.7815996008325872`*^9, - 3.7815996024712973`*^9}, {3.781599723813806*^9, 3.781599730684422*^9}, { - 3.781600289730597*^9, 3.78160029352064*^9}, 3.781600331425515*^9, { - 3.781600542107935*^9, 3.7816005503132753`*^9}, {3.781606643808066*^9, - 3.781606646222434*^9}, {3.781606763687199*^9, 3.7816067643638144`*^9}, { - 3.7816072419548883`*^9, 3.7816072436566353`*^9}, {3.781607906428276*^9, - 3.781607907481904*^9}, {3.781607965811386*^9, 3.7816080279750423`*^9}, { - 3.7816080690164967`*^9, 3.781608114413293*^9}, {3.781608198188738*^9, - 3.781608281394578*^9}, {3.781609293939601*^9, 3.781609309321006*^9}, { - 3.781609476678388*^9, 3.7816094801574097`*^9}, 3.781609556669264*^9, { - 3.781609683361212*^9, 3.781609686256384*^9}, {3.78161226738934*^9, - 3.78161233215441*^9}, {3.781612442856462*^9, 3.781612470687945*^9}, { - 3.781612593701033*^9, 3.781612631084622*^9}, 3.781614972562765*^9, { - 3.78161524014813*^9, 3.781615240681616*^9}, {3.781615280010507*^9, - 3.781615290704727*^9}, {3.78161541399857*^9, 3.781615425909526*^9}, { - 3.7816154736611433`*^9, 3.781615539875*^9}, {3.7816155713078127`*^9, - 3.781615571498477*^9}, {3.781615747215444*^9, 3.781615757366866*^9}, { - 3.781615873272184*^9, 3.7816158734864397`*^9}, {3.7816171015648518`*^9, - 3.781617130618442*^9}, {3.7816172619773083`*^9, 3.781617263519547*^9}, { - 3.781617481461182*^9, 3.781617482962484*^9}, 3.781617575922841*^9, { - 3.781618101416605*^9, 3.781618102797927*^9}, 3.781618141367907*^9, - 3.781618245733841*^9, {3.781618387001913*^9, 3.7816183961276197`*^9}, { - 3.7816184695118313`*^9, 3.7816184704617167`*^9}, {3.781618615076729*^9, - 3.7816186336349707`*^9}, 3.781618678844316*^9, {3.781619582992181*^9, - 3.7816195836770267`*^9}, {3.7816199327591677`*^9, 3.78161993293364*^9}, { - 3.781619983269676*^9, 3.781619984443877*^9}, {3.781620183776043*^9, - 3.78162019139979*^9}, {3.781620291456691*^9, 3.781620313028677*^9}, - 3.781620348773815*^9, 3.781620746029769*^9, {3.78162638436092*^9, - 3.781626425862638*^9}, {3.781626476431323*^9, 3.781626557691691*^9}, { - 3.781626623884338*^9, 3.781626653401774*^9}, {3.781626729226215*^9, - 3.781626757215386*^9}, {3.7816268006405373`*^9, 3.7816268463655767`*^9}, - 3.7816286423998957`*^9, {3.781675057590191*^9, 3.781675076043709*^9}, { - 3.781675556202602*^9, 3.781675642120433*^9}, {3.7816760877603693`*^9, - 3.781676088950032*^9}, {3.781676158959507*^9, 3.7816762177647467`*^9}, { - 3.781676248133177*^9, 3.781676258405087*^9}, {3.7816790865172863`*^9, - 3.781679095989188*^9}, {3.7816840064262733`*^9, 3.781684015497168*^9}, { - 3.7816842035970383`*^9, 3.781684203932811*^9}, {3.781684438728621*^9, - 3.781684441383614*^9}, {3.781684490448798*^9, 3.781684518917966*^9}, { - 3.781684556016069*^9, 3.781684566372897*^9}, {3.781684623556603*^9, - 3.781684624251807*^9}, {3.7816853526858253`*^9, 3.781685376699265*^9}, { - 3.7816855053767853`*^9, 3.7816855065285807`*^9}, {3.7816855453693533`*^9, - 3.781685567511063*^9}, {3.781685858875183*^9, 3.78168589982563*^9}, - 3.781686268609694*^9, {3.781686319248898*^9, 3.7816863194304667`*^9}, { - 3.781686558594583*^9, 3.7816865697534018`*^9}, {3.781859099531748*^9, - 3.781859156506374*^9}, 3.781859387281911*^9, {3.7818640218257923`*^9, - 3.781864056813308*^9}, {3.782028552703998*^9, 3.782028587020403*^9}, { - 3.782028941257493*^9, 3.782028942348991*^9}, {3.782029000341112*^9, - 3.782029035539669*^9}, {3.782029162657709*^9, 3.7820292105949497`*^9}, { - 3.782029266088305*^9, 3.782029294559512*^9}, 3.782030123182132*^9, { - 3.78203020980309*^9, 3.782030213682626*^9}, {3.782030596516942*^9, - 3.782030597130456*^9}, {3.782030825094961*^9, 3.782030845981477*^9}, { - 3.782032369880467*^9, 3.78203237584664*^9}, {3.782032586572319*^9, - 3.782032587257971*^9}, {3.782032630824499*^9, 3.782032655001327*^9}, { - 3.7820328091188374`*^9, 3.782032812029166*^9}, {3.782033252832946*^9, - 3.782033285918296*^9}, {3.7820338684922333`*^9, 3.782033877553089*^9}, { - 3.782033917594111*^9, 3.782033928808517*^9}, {3.782034734097344*^9, - 3.782034736176887*^9}, {3.782038710823208*^9, 3.782038745308548*^9}, { - 3.7820388946504107`*^9, 3.782038914773587*^9}, {3.782039126909801*^9, - 3.782039140700597*^9}, {3.782040320476921*^9, 3.7820403474826803`*^9}, { - 3.782040796362956*^9, 3.782040799889357*^9}, {3.7820408459531097`*^9, - 3.7820408674393263`*^9}, {3.782041161235155*^9, 3.782041162649029*^9}, { - 3.782041636816414*^9, 3.782041637030972*^9}, {3.7820417197994337`*^9, - 3.78204175356588*^9}, {3.7820421697004538`*^9, 3.7820422139376907`*^9}, - 3.782045008709709*^9, {3.7820456806005793`*^9, 3.7820457037026443`*^9}, { - 3.782046562755872*^9, 3.782046563643471*^9}, {3.782046618914783*^9, - 3.782046753279845*^9}, {3.782046797175049*^9, 3.782046797623851*^9}, { - 3.782046830806437*^9, 3.782046855629388*^9}, {3.782047057329648*^9, - 3.782047095695794*^9}, {3.78204713704733*^9, 3.782047151927642*^9}, { - 3.782047259957144*^9, 3.7820472619653482`*^9}, {3.782047342659054*^9, - 3.782047365978188*^9}, {3.782047397747666*^9, 3.782047436824929*^9}, { - 3.78204752438588*^9, 3.782047553905918*^9}, {3.782047700221315*^9, - 3.782047729418625*^9}, 3.7820478025536013`*^9, {3.782047937032391*^9, - 3.782048009748714*^9}, {3.7820480614532013`*^9, 3.782048119090255*^9}, { - 3.7820484207082987`*^9, 3.782048560169928*^9}, {3.7820486666478653`*^9, - 3.782048712358963*^9}, {3.782049437895391*^9, 3.782049452206506*^9}, { - 3.782049688145772*^9, 3.782049716032612*^9}, 3.782049864768108*^9, { - 3.7820498989341087`*^9, 3.7820499263003798`*^9}, {3.782049981595697*^9, - 3.782050392028247*^9}, {3.782050425117622*^9, 3.782050451020184*^9}, { - 3.7820505042191*^9, 3.782050523779109*^9}, {3.782050561522791*^9, - 3.7820505762090893`*^9}, {3.7820506103791533`*^9, 3.782050663535224*^9}, { - 3.782050770224032*^9, 3.7820508194839487`*^9}, {3.782050851780014*^9, - 3.782050899963357*^9}, {3.782050932578496*^9, 3.782050940169877*^9}, { - 3.782050988627522*^9, 3.78205101265306*^9}, {3.782051070026618*^9, - 3.782051117438787*^9}, {3.782051332316132*^9, 3.782051353904725*^9}, { - 3.782070812680416*^9, 3.782070825534471*^9}, {3.78207380916749*^9, - 3.782073819557263*^9}, {3.78247502660347*^9, 3.782475028009947*^9}, { - 3.7824756597218018`*^9, 3.78247568067133*^9}, {3.78247594907412*^9, - 3.782475949370171*^9}, {3.782475980265849*^9, 3.7824759886969967`*^9}, { - 3.7869681125322447`*^9, 3.786968113809771*^9}, {3.7886118148808813`*^9, - 3.78861181513523*^9}, {3.791276972943698*^9, 3.791276984446171*^9}, - 3.791314091938156*^9, {3.799688680486678*^9, 3.7996886890605392`*^9}, { - 3.804503290037033*^9, 3.804503306068128*^9}, {3.807555851972546*^9, - 3.8075558931276693`*^9}, {3.807556016256991*^9, 3.807556025376852*^9}, { - 3.807790994132876*^9, 3.8077910030746803`*^9}, 3.8077914041472588`*^9, { - 3.8077914545434732`*^9, 3.807791459163561*^9}, {3.807795312414534*^9, - 3.8077953247852182`*^9}, {3.807795379519248*^9, 3.807795379902728*^9}, { - 3.8077954907149887`*^9, 3.80779552254173*^9}, 3.807795642345224*^9, { - 3.8077964361070013`*^9, 3.8077964363069773`*^9}, {3.8079891781543818`*^9, - 3.807989217671966*^9}, {3.8079892963567953`*^9, 3.807989336755649*^9}, { - 3.80798952638216*^9, 3.807989561255074*^9}, {3.808021582324835*^9, - 3.8080215883531713`*^9}, {3.808021628034669*^9, 3.808021631862545*^9}, { - 3.80802182777042*^9, 3.8080218395344067`*^9}, 3.808021908364155*^9, { - 3.8080219555321417`*^9, 3.808021960037487*^9}, {3.808022009584671*^9, - 3.808022019515335*^9}, {3.808022106558207*^9, 3.80802212234518*^9}, { - 3.80802217177052*^9, 3.808022174758156*^9}, {3.808022271692985*^9, - 3.80802229150075*^9}, {3.808022345019279*^9, 3.808022405607725*^9}, { - 3.808022448623294*^9, 3.808022459815276*^9}, {3.808022668602972*^9, - 3.808022671812945*^9}, {3.8080227601894073`*^9, 3.808022764420519*^9}, { - 3.808022865703629*^9, 3.808022872880707*^9}, 3.80802343456922*^9, { - 3.808023538605517*^9, 3.808023541444477*^9}, {3.808023821293998*^9, - 3.808023835028672*^9}, {3.808023987758006*^9, 3.808023990726025*^9}, { - 3.808024425523251*^9, 3.808024433897904*^9}, 3.8080244851582813`*^9, - 3.808024593818079*^9, {3.80802473331213*^9, 3.808024794888248*^9}, - 3.8080249359648447`*^9, {3.808024991389629*^9, 3.808024998831979*^9}, { - 3.80802504836539*^9, 3.80802511978537*^9}, {3.808025165260144*^9, - 3.8080251852817574`*^9}, {3.8080252209259253`*^9, 3.808025253511598*^9}, { - 3.8080255842529907`*^9, 3.808025619097109*^9}, {3.808025739155336*^9, - 3.808025761384656*^9}, {3.808025797849238*^9, 3.808025846854966*^9}, { - 3.808025936333851*^9, 3.808025970721442*^9}, {3.808026017042315*^9, - 3.80802603242558*^9}, {3.808026233786542*^9, 3.8080262408028107`*^9}, { - 3.808026422369768*^9, 3.808026437050736*^9}, {3.808026472731584*^9, - 3.808026513955029*^9}, {3.8080266892786303`*^9, 3.8080267129080057`*^9}, { - 3.80802681352383*^9, 3.808026814427116*^9}, {3.808027050005349*^9, - 3.808027068955285*^9}, 3.80802795613111*^9, {3.808032215799267*^9, - 3.8080322244223824`*^9}, {3.808032348875668*^9, 3.808032361953579*^9}, { - 3.8080324025681763`*^9, 3.808032402672739*^9}, {3.808032507574267*^9, - 3.808032516523342*^9}, {3.808032573573634*^9, 3.808032573732428*^9}, { - 3.808032696542942*^9, 3.808032697166769*^9}, {3.8080334593639402`*^9, - 3.808033461017*^9}, {3.808033492742763*^9, 3.8080335880661573`*^9}, { - 3.8080390077988033`*^9, 3.808039092186884*^9}, {3.808039129837578*^9, - 3.808039130021324*^9}, {3.8080393779269953`*^9, 3.8080394019618587`*^9}, { - 3.808039448545657*^9, 3.808039471175304*^9}, {3.808039537599853*^9, - 3.808039554405596*^9}, {3.8080396753716507`*^9, 3.808039677329537*^9}, { - 3.80803970896284*^9, 3.808039709082038*^9}, {3.8080397593886433`*^9, - 3.808039762302925*^9}, {3.8080398535207443`*^9, 3.8080398607511377`*^9}, { - 3.808039926540456*^9, 3.808040005036828*^9}, {3.808040042309388*^9, - 3.8080401579587317`*^9}, {3.80805697436684*^9, 3.808057006994482*^9}, { - 3.8080653474275293`*^9, 3.808065352625061*^9}, {3.8080658385224867`*^9, - 3.8080658572336206`*^9}, {3.80806604513962*^9, 3.808066047339387*^9}, { - 3.808066199536165*^9, 3.808066199846139*^9}, {3.80806627557448*^9, - 3.80806627625419*^9}, {3.808123736223749*^9, 3.8081237426405697`*^9}, { - 3.8081238137180643`*^9, 3.808123884146598*^9}, {3.8081240898367367`*^9, - 3.808124197121252*^9}, 3.8081243105619783`*^9, {3.8081251424694223`*^9, - 3.8081251452914553`*^9}, {3.8081251812215977`*^9, 3.808125199994409*^9}, { - 3.80815757690044*^9, 3.808157599145936*^9}, {3.808573677011475*^9, - 3.808573677977982*^9}, {3.808573776833617*^9, 3.808573799744008*^9}, - 3.8085739566312027`*^9, {3.826944248082589*^9, 3.826944251117289*^9}, { - 3.845629534936446*^9, 3.845629554826345*^9}, {3.891173034962232*^9, - 3.891173070763487*^9}, {3.891173253678141*^9, 3.891173253689165*^9}, { - 3.8911733859924297`*^9, 3.891173397638715*^9}, {3.8911734310462637`*^9, - 3.891173437847324*^9}}, - Background->RGBColor[ - 0.94, 0.91, 0.88],ExpressionUUID->"8c7bdbbc-e28b-4666-9785-32ce5fa9b3c6"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SynthesiseStructure", "[", - RowBox[{"element_String", ",", "\[IndentingNewLine]", - RowBox[{"latticeParameters_List", ":", - RowBox[{"{", - RowBox[{ - "5.", ",", "5.", ",", "5.", ",", "90.", ",", "90.", ",", "90."}], - "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"spaceGroup_", ":", "\"\<P1\>\""}], ",", "\[IndentingNewLine]", - RowBox[{"inputLabel_String", ":", "\"\<\>\""}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"label", "=", "inputLabel"}], ",", "sg", ",", "chemicalFormula", - ",", "atomData"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Checks", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<FilterSpecialLabels\>\"", ",", - RowBox[{"{", "element", "}"}]}], "]"}], "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"SynthesiseStructure", "::", "ExpectedSpecialLabel"}], ",", - "element"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatchQ", "[", - RowBox[{"latticeParameters", ",", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", "#", ",", "#", ",", "#", ",", "#", ",", "#"}], - "}"}], "&"}], "[", - RowBox[{"_", "?", "NumericQ"}], "]"}]}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"SynthesiseStructure", "::", "InvalidLatticeParameters"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretSpaceGroup\>\"", ",", "spaceGroup"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Prepare", " ", "crystal", " ", "data"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"element", "===", "\"\<Void\>\""}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"chemicalFormula", "=", "\"\<\>\""}], ";", - RowBox[{"atomData", "=", - RowBox[{"{", "}"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"chemicalFormula", "=", "element"}], ";", - "\[IndentingNewLine]", - RowBox[{"atomData", "=", - RowBox[{"{", - RowBox[{"<|", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "element"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}]}], "|>"}], - "}"}]}]}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Add", " ", "to", " ", "crystal", " ", "database"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"label", "===", "\"\<\>\""}], ",", - RowBox[{"label", "=", "element"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "label", ",", "chemicalFormula", ",", "0", ",", "spaceGroup", ",", - RowBox[{"-", "1"}]}], "}"}], ",", "\[IndentingNewLine]", - "latticeParameters", ",", "\[IndentingNewLine]", "atomData", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.739877426691807*^9, 3.739877512185233*^9}, { - 3.739877546275635*^9, 3.7398776229190817`*^9}, {3.739877703000132*^9, - 3.739877749709647*^9}, {3.739877809507863*^9, 3.739877812473098*^9}, { - 3.73988326754291*^9, 3.7398833299152517`*^9}, 3.739883389420485*^9, { - 3.739883430701161*^9, 3.7398834730901318`*^9}, {3.7407211261529217`*^9, - 3.740721187584734*^9}, 3.740721261813945*^9, {3.740721315715322*^9, - 3.740721315988946*^9}, {3.740721861127396*^9, 3.7407218680373373`*^9}, { - 3.7407225108236713`*^9, 3.740722544404612*^9}, {3.740722575666327*^9, - 3.740722581820733*^9}, {3.7407266695846148`*^9, 3.7407266704084167`*^9}, { - 3.7416719890224524`*^9, 3.74167199814979*^9}, {3.741672032958386*^9, - 3.741672045595846*^9}, {3.743835351755103*^9, 3.7438353571302423`*^9}, { - 3.758529957439567*^9, 3.7585299679328337`*^9}, 3.762793093672283*^9, { - 3.787461129238645*^9, 3.7874611307007437`*^9}, {3.8079812302397213`*^9, - 3.807981297420555*^9}, {3.8079814194100943`*^9, 3.807981442248311*^9}, { - 3.8079820022566338`*^9, 3.807982035005279*^9}, {3.807982396251148*^9, - 3.807982396979968*^9}, {3.8079824994875097`*^9, 3.807982531630505*^9}, { - 3.8079826888508177`*^9, 3.807982690978077*^9}, {3.807982777415156*^9, - 3.807982806831277*^9}, 3.807982857394144*^9, {3.807983077583373*^9, - 3.807983078014022*^9}, {3.8079831578769484`*^9, 3.807983158283577*^9}, { - 3.807983189540309*^9, 3.80798319024284*^9}, {3.807983336688171*^9, - 3.807983339550063*^9}, {3.8079833910220633`*^9, 3.807983391932358*^9}, { - 3.807984052641316*^9, 3.807984105974668*^9}, {3.807984263067987*^9, - 3.8079842636504927`*^9}, 3.807985099365746*^9, {3.807985180630662*^9, - 3.807985322106089*^9}, {3.807985665896266*^9, 3.807985904218112*^9}, { - 3.80798602505409*^9, 3.80798602982215*^9}, 3.8079861384614058`*^9, { - 3.807986168943478*^9, 3.807986194344778*^9}, 3.808041478503819*^9, { - 3.80805762158608*^9, 3.808057621842572*^9}, {3.808057705422927*^9, - 3.808057844033559*^9}, {3.8080578786007023`*^9, 3.808057921289896*^9}, { - 3.8080580089574738`*^9, 3.8080580116437607`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[449]:=",ExpressionUUID->"2f5e4398-d764-431f-87cc-293426ee70dd"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[450]:=",ExpressionUUID->"81173583-30cf-4e23-9511-5dd70ba1f933"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SystematicAbsentQ", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, - 3.684152664923592*^9, 3.684212717826067*^9, {3.684235367542338*^9, - 3.684235368959896*^9}, {3.7348608567219887`*^9, 3.7348608578805103`*^9}, - 3.83078669398812*^9},ExpressionUUID->"9dc8541e-f9fc-4138-b6d2-\ -edd9659b5bf3"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[173]:=",ExpressionUUID->"909f1a50-902e-4858-9ef9-eff1c48a7f12"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"SystematicAbsentQ", "::", "InvalidSpaceGroup"}], "=", - "\"\<Invalid space group: \[LeftGuillemet]`1`\[RightGuillemet].\>\""}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "SystematicAbsentQ"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "False"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.717953990950385*^9, 3.7179540186608152`*^9}, { - 3.717955286881834*^9, 3.71795528908066*^9}, 3.7185275807475443`*^9, { - 3.7185288952692947`*^9, 3.7185289042447977`*^9}, {3.718528971946641*^9, - 3.718528972505208*^9}, {3.7186524404557343`*^9, 3.7186524494142714`*^9}, { - 3.718652492038546*^9, 3.7186524992533197`*^9}, 3.718655947266296*^9, { - 3.756718173211508*^9, 3.756718197889163*^9}, {3.830787529440259*^9, - 3.830787552862914*^9}, {3.838280330582374*^9, 3.8382803403520813`*^9}, { - 3.838290393450364*^9, 3.838290393943939*^9}, {3.838290562420992*^9, - 3.838290562914052*^9}, {3.838359420860973*^9, 3.8383594229702044`*^9}, { - 3.8533421118524113`*^9, 3.853342124628227*^9}, {3.853390965917775*^9, - 3.85339096690136*^9}, {3.853392685314398*^9, 3.8533927116452007`*^9}, { - 3.853392993156437*^9, 3.8533929975166683`*^9}}, - CellLabel-> - "In[174]:=",ExpressionUUID->"db00d642-d18f-48a7-8b3f-5fcb4825ca37"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[176]:=",ExpressionUUID->"cf6e0c6e-f597-4ead-be7d-98bef4b53612"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"DetermineWyckoffLetters", "[", - RowBox[{"specialPositionData_", ",", "Coordinates_", ",", - RowBox[{"centering_", ":", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], "}"}]}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"length", "=", - RowBox[{"Length", "@", "specialPositionData"}]}], ",", - RowBox[{"coordinates", "=", "Coordinates"}], ",", "letters", ",", - "\[IndentingNewLine]", "i", ",", "j", ",", "xyz", ",", - "listedCoordinates", ",", "substituted"}], "\[IndentingNewLine]", "}"}], - ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"coordinates", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<RecognizeFractions\>\"", ",", "coordinates"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"letters", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{"i", "\[LessEqual]", - RowBox[{"Length", "@", "specialPositionData"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"listedCoordinates", "=", - RowBox[{"specialPositionData", "[", - RowBox[{"[", - RowBox[{ - RowBox[{"-", "i"}], ",", "\"\<Coordinates\>\""}], "]"}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"substituted", "=", - RowBox[{ - RowBox[{ - RowBox[{"listedCoordinates", "/.", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<x\>\"", "\[Rule]", "#1"}], ",", - RowBox[{"\"\<y\>\"", "\[Rule]", "#2"}], ",", - RowBox[{"\"\<z\>\"", "\[Rule]", "#3"}]}], "}"}]}], "&"}], "@@", - "xyz"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<UseCentring\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"substituted", "=", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{"FractionalPart", "@", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "substituted", "\[LeftDoubleBracket]", "m", - "\[RightDoubleBracket]"}], "+", - RowBox[{ - "centering", "\[LeftDoubleBracket]", "n", - "\[RightDoubleBracket]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"m", ",", - RowBox[{"Length", "@", "substituted"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"n", ",", - RowBox[{"Length", "@", "centering"}]}], "}"}]}], - "\[IndentingNewLine]", "]"}]}], ",", "1"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"Or", "@@", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"xyz", "==", "#"}], "&"}], "/@", "substituted"}], - ")"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AppendTo", "[", - RowBox[{"letters", ",", - RowBox[{"FromLetterNumber", "@", "i"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Break", "[", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"i", "++"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", "===", "length"}], ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "No", " ", "need", " ", "to", " ", "check", " ", "if", " ", - "position", " ", "is", " ", "general"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AppendTo", "[", - RowBox[{"letters", ",", - RowBox[{"FromLetterNumber", "@", "i"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Break", "[", "]"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}], ",", - RowBox[{"{", - RowBox[{"xyz", ",", "coordinates"}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "letters"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.83826628335314*^9, 3.838266354451248*^9}, { - 3.838266471467863*^9, 3.838266473411261*^9}, {3.838267044328845*^9, - 3.8382671453229523`*^9}, {3.83826722774323*^9, 3.838267336944322*^9}, { - 3.838267728782181*^9, 3.838267773602597*^9}, {3.8382681382443457`*^9, - 3.838268138688488*^9}, {3.83826833349953*^9, 3.838268424253807*^9}, { - 3.838268471915794*^9, 3.838268508768751*^9}, {3.838268621739627*^9, - 3.838268637919737*^9}, {3.838268703085661*^9, 3.838268755972499*^9}, { - 3.838269029353794*^9, 3.838269049730756*^9}, {3.838269234814313*^9, - 3.838269339562831*^9}, {3.838269422873105*^9, 3.8382696340298567`*^9}, { - 3.838269773458007*^9, 3.83826977361471*^9}, {3.8382698159984217`*^9, - 3.838269933130252*^9}, {3.8382699689994793`*^9, 3.838269991609516*^9}, { - 3.838271471223206*^9, 3.8382714811888943`*^9}, {3.838280618488104*^9, - 3.838280619155959*^9}, 3.838359034818759*^9, 3.8533788975308104`*^9, { - 3.853378937450964*^9, 3.853378993499991*^9}, {3.853382908114146*^9, - 3.853382917731037*^9}, {3.853383003717888*^9, 3.853383064707947*^9}, { - 3.853384653789013*^9, 3.85338472954237*^9}, {3.853385411169489*^9, - 3.853385429616788*^9}, {3.853385531417338*^9, 3.853385534149364*^9}, { - 3.853390529240931*^9, 3.853390532103477*^9}, {3.853390581534731*^9, - 3.853390584830864*^9}, {3.853390663847129*^9, 3.8533907646712427`*^9}, { - 3.8533908412635803`*^9, 3.853390852209855*^9}, {3.853390918487151*^9, - 3.853390945593669*^9}, {3.853393002648006*^9, 3.8533930141108837`*^9}, { - 3.853393104898843*^9, 3.853393119524148*^9}, {3.853393479903685*^9, - 3.853393484231304*^9}, {3.8533935829268427`*^9, 3.853393596103924*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[177]:=",ExpressionUUID->"e2e09923-0f93-4a69-872e-d74a29975bff"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"MakeReflectionValidator", "[", "symmetryEntity_", "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"crystalQ", ",", "coordinates", ",", "centeringVectors", ",", - RowBox[{"spaceGroup", "=", "symmetryEntity"}], ",", - "\[IndentingNewLine]", "ValidateReflection", ",", "\[IndentingNewLine]", - "specialPositionData", ",", "\[IndentingNewLine]", - RowBox[{"wyckoffLetters", "=", - RowBox[{"{", "}"}]}], ",", "dataSection", ",", "reflectionConditions", - ",", "\[IndentingNewLine]", "conditionForms", ",", - "matchingFormFiltered"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"crystalQ", "=", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "symmetryEntity", ",", "True"}], - "]"}], "=!=", - RowBox[{"<|", "|>"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"crystalQ", ",", - RowBox[{"spaceGroup", "=", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "symmetryEntity"}], "]"}], "[", - "\"\<SpaceGroup\>\"", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"spaceGroup", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<InterpretSpaceGroup\>\"", ",", "spaceGroup"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"specialPositionData", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "spaceGroup", "]"}], "[", - "\"\<SpecialPositions\>\"", "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "specialPositionData"}], ",", - "\[IndentingNewLine]", - RowBox[{"specialPositionData", "=", - RowBox[{ - RowBox[{"GetSymmetryData", "[", "\[IndentingNewLine]", - RowBox[{"spaceGroup", ",", - RowBox[{"\"\<UseMainEntry\>\"", "\[Rule]", "True"}]}], "]"}], "[", - "\"\<SpecialPositions\>\"", "]"}]}]}], "\[IndentingNewLine]", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"crystalQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"coordinates", "=", - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "symmetryEntity", ",", "\"\<AtomData\>\"", ",", "All", ",", - "\"\<FractionalCoordinates\>\""}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"centeringVectors", "=", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "spaceGroup"}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"wyckoffLetters", "=", - RowBox[{"DetermineWyckoffLetters", "[", "\[IndentingNewLine]", - RowBox[{ - "specialPositionData", ",", "coordinates", ",", - "centeringVectors"}], "]"}]}]}]}], "\[IndentingNewLine]", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"wyckoffLetters", ",", - RowBox[{"(*", " ", - RowBox[{"Always", " ", "include", " ", "general", " ", "conditions"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"FromLetterNumber", "@", - RowBox[{"Length", "@", "specialPositionData"}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"wyckoffLetters", "=", - RowBox[{"DeleteDuplicates", "@", "wyckoffLetters"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"dataSection", "=", - RowBox[{"Select", "[", - RowBox[{"specialPositionData", ",", - RowBox[{ - RowBox[{"(", - RowBox[{"Or", "@@", - RowBox[{"Thread", "[", - RowBox[{"#WyckoffLetter", "==", "wyckoffLetters"}], "]"}]}], - ")"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"reflectionConditions", "=", - RowBox[{"Flatten", "@", - RowBox[{"Lookup", "[", - RowBox[{"dataSection", ",", "\"\<ReflectionConditions\>\"", ",", - RowBox[{"{", "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"reflectionConditions", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"ValidateReflection", "[", "hkl_", "]"}], ":=", "True"}], - ";", "\[IndentingNewLine]", - RowBox[{"Return", "@", "ValidateReflection"}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"conditionForms", "=", - RowBox[{"reflectionConditions", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ValidateReflection", "[", "hkl_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"matchingFormFiltered", "=", - RowBox[{"Pick", "[", - RowBox[{"reflectionConditions", ",", - RowBox[{ - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"hkl", ",", "#"}], "]"}], "&"}], "/@", - "conditionForms"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"And", "@@", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"hkl", ",", "#"}], "]"}], "&"}], "/@", - "matchingFormFiltered"}], ")"}]}]}], "\[IndentingNewLine]", - ")"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Return", " ", "factory", " ", "method"}], " ", "*)"}], - "\[IndentingNewLine]", "ValidateReflection"}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.8382609363194942`*^9, 3.8382609603575287`*^9}, - 3.838261720035226*^9, {3.83826175956061*^9, 3.83826184908228*^9}, { - 3.838261943336072*^9, 3.838261970029521*^9}, {3.838262516815839*^9, - 3.838262522292007*^9}, {3.8382627087946577`*^9, 3.838262733234918*^9}, { - 3.8382700526651907`*^9, 3.83827007982975*^9}, {3.838270216851088*^9, - 3.83827028062251*^9}, {3.838271475793138*^9, 3.838271479092264*^9}, { - 3.8382715929140244`*^9, 3.838271638885754*^9}, {3.8382716697289553`*^9, - 3.8382716852024183`*^9}, {3.838272010910366*^9, 3.838272029607436*^9}, - 3.8382775509480743`*^9, {3.8382780598331337`*^9, 3.838278128813304*^9}, { - 3.838278188341066*^9, 3.838278241129031*^9}, {3.838278551778326*^9, - 3.838278716387691*^9}, {3.838278755521069*^9, 3.838278833712932*^9}, { - 3.838278863847698*^9, 3.838278930208476*^9}, {3.838278972887516*^9, - 3.838279095482388*^9}, {3.838279206720233*^9, 3.8382792091302223`*^9}, { - 3.8382792692889347`*^9, 3.838279367959755*^9}, {3.838279403102385*^9, - 3.838279431859487*^9}, {3.838279621734748*^9, 3.838279667117828*^9}, { - 3.838279740358458*^9, 3.8382797405671787`*^9}, {3.838279816559498*^9, - 3.838279914171489*^9}, {3.838280770948872*^9, 3.838280773574574*^9}, { - 3.838280854554665*^9, 3.8382808560045853`*^9}, {3.8382809205781813`*^9, - 3.838280931568145*^9}, {3.838281174442227*^9, 3.838281266417124*^9}, - 3.838281302054701*^9, {3.8382814596752234`*^9, 3.838281463496912*^9}, { - 3.838281510757761*^9, 3.83828155341079*^9}, {3.83828684498985*^9, - 3.838286865287347*^9}, {3.838291291935575*^9, 3.83829138586429*^9}, - 3.838291489936822*^9, {3.838291528256804*^9, 3.83829153562663*^9}, - 3.8382915746776733`*^9, {3.838292307528439*^9, 3.838292330441671*^9}, { - 3.838292377619988*^9, 3.838292377876995*^9}, {3.838292584092054*^9, - 3.838292603573243*^9}, {3.838292671877161*^9, 3.8382926804195633`*^9}, { - 3.838292721484671*^9, 3.8382927574033403`*^9}, {3.838292797531144*^9, - 3.83829282689814*^9}, {3.838292871664237*^9, 3.8382929352558002`*^9}, { - 3.838341983152968*^9, 3.8383421717307663`*^9}, 3.8383422280870533`*^9, { - 3.838342302778717*^9, 3.838342355723927*^9}, {3.83834239876033*^9, - 3.838342405342173*^9}, {3.838342502518201*^9, 3.838342573442691*^9}, { - 3.838342610656094*^9, 3.838342618069446*^9}, 3.83834266671373*^9, { - 3.838358546866228*^9, 3.83835855206138*^9}, {3.838358763705145*^9, - 3.838358767811667*^9}, 3.83835888221856*^9, {3.8383589994947033`*^9, - 3.8383590057230797`*^9}, 3.838359039129855*^9, {3.83835929861674*^9, - 3.838359315750701*^9}, {3.853342293439996*^9, 3.8533422963190737`*^9}, - 3.853342756681223*^9, {3.853379000460816*^9, 3.853379011491569*^9}, { - 3.853379349281229*^9, 3.853379376994895*^9}, {3.853383126099469*^9, - 3.853383126524118*^9}, {3.8533831656330223`*^9, 3.8533831674252377`*^9}, { - 3.853383534954756*^9, 3.853383545636609*^9}, {3.8533847364985723`*^9, - 3.8533847432191467`*^9}, {3.853390569079701*^9, 3.853390570678815*^9}, { - 3.853390609199381*^9, 3.853390611679039*^9}, {3.853390954280361*^9, - 3.8533909547923517`*^9}, {3.853393158370521*^9, 3.8533931613591213`*^9}, - 3.861339444669717*^9, {3.8614610337321777`*^9, 3.861461033864715*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"",ExpressionUUID->"5b28773a-baed-4f78-8859-79e2a8ea9cd8"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"SystematicAbsentQ", "[", - RowBox[{"symmetryEntity_", ",", "reflectionInput_List"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"reflections", ",", "Validator", ",", "absentQ"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"reflectionInput", ",", "\"\<Integer\>\""}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"reflections", "=", - RowBox[{"InputCheck", "[", - RowBox[{"reflectionInput", ",", "\"\<WrapSingle\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Validator", "=", - RowBox[{"MakeReflectionValidator", "@", "symmetryEntity"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"absentQ", "=", - RowBox[{"Not", "/@", - RowBox[{"Validator", "/@", "reflections"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"reflectionInput", ",", - RowBox[{"{", - RowBox[{"_Integer", ",", "_Integer", ",", "_Integer"}], "}"}]}], - "]"}], ",", - RowBox[{"absentQ", "=", - RowBox[{ - "absentQ", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "absentQ"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.682241896337058*^9, 3.6822419009563293`*^9}, { - 3.6822421030731297`*^9, 3.682242104796829*^9}, {3.682242247634622*^9, - 3.682242293608499*^9}, {3.6822423242774973`*^9, 3.6822424939877663`*^9}, { - 3.682242524871819*^9, 3.682242610095582*^9}, {3.6822426631468697`*^9, - 3.682242849688897*^9}, {3.682242985123843*^9, 3.682243000592795*^9}, { - 3.682243032221999*^9, 3.682243042906146*^9}, {3.682243121993319*^9, - 3.682243187533738*^9}, {3.6822433171568623`*^9, 3.682243318068676*^9}, { - 3.6822433533711243`*^9, 3.68224345949043*^9}, {3.682243499999116*^9, - 3.682243500570818*^9}, {3.682243559642397*^9, 3.682243568303032*^9}, { - 3.682243656585619*^9, 3.682243807041559*^9}, {3.682243892622666*^9, - 3.682243979341007*^9}, {3.682244011749632*^9, 3.682244092729911*^9}, { - 3.6822441869470167`*^9, 3.682244221175058*^9}, {3.68224427065597*^9, - 3.682244283409008*^9}, {3.6822443160128517`*^9, 3.682244326447394*^9}, { - 3.682244392020493*^9, 3.682244400571671*^9}, {3.682244596208706*^9, - 3.682244803339835*^9}, {3.682244951115906*^9, 3.6822449654470167`*^9}, { - 3.682247256239483*^9, 3.682247304444981*^9}, {3.682247343926553*^9, - 3.682247361035624*^9}, {3.682247395780785*^9, 3.6822474984407682`*^9}, { - 3.6822475305652437`*^9, 3.682247636381772*^9}, {3.6822476807262373`*^9, - 3.682247690229601*^9}, {3.682247723533629*^9, 3.682247825538166*^9}, { - 3.682247866195016*^9, 3.6822478768890457`*^9}, {3.682247927112714*^9, - 3.682248080675892*^9}, {3.682248357004342*^9, 3.682248375626561*^9}, { - 3.6822486441315317`*^9, 3.682248669634107*^9}, 3.68224956936229*^9, - 3.682262332986014*^9, {3.6822623719028997`*^9, 3.68226237223594*^9}, { - 3.682312281830681*^9, 3.6823123030407467`*^9}, {3.682323578349629*^9, - 3.682323592418137*^9}, {3.6823237158461313`*^9, 3.682323721213748*^9}, { - 3.682414147181966*^9, 3.6824141504193163`*^9}, {3.682422054610866*^9, - 3.682422058841216*^9}, {3.68248889321034*^9, 3.6824889312093363`*^9}, { - 3.682497870103613*^9, 3.682497870838962*^9}, {3.682498439949175*^9, - 3.682498473226802*^9}, {3.682498545616006*^9, 3.682498583222694*^9}, { - 3.682652463274819*^9, 3.6826524633856573`*^9}, {3.6826525226633253`*^9, - 3.682652528176805*^9}, {3.682652588129519*^9, 3.682652647587326*^9}, { - 3.682652732220833*^9, 3.682652759824765*^9}, 3.682652789955687*^9, { - 3.682652885565811*^9, 3.682652898414853*^9}, {3.682652934435927*^9, - 3.682653039668708*^9}, {3.682653269191456*^9, 3.6826532707753983`*^9}, { - 3.6826767635081587`*^9, 3.682676763842099*^9}, {3.6826768070865793`*^9, - 3.682676845830226*^9}, 3.682742965166976*^9, {3.682769742543735*^9, - 3.6827697571522007`*^9}, {3.6828236360002527`*^9, 3.682823671982461*^9}, { - 3.6836006968597813`*^9, 3.6836006973216457`*^9}, {3.684060484643417*^9, - 3.6840604848150167`*^9}, {3.68412495791751*^9, 3.684124960014814*^9}, { - 3.6841250363069344`*^9, 3.6841250440786533`*^9}, {3.684125292582508*^9, - 3.684125320225617*^9}, {3.68412538876647*^9, 3.6841254623463984`*^9}, { - 3.6841304713418827`*^9, 3.684130478389627*^9}, {3.6841306699315777`*^9, - 3.684130724975029*^9}, 3.68413089413463*^9, {3.684131204505745*^9, - 3.6841312582019*^9}, {3.6841313634646997`*^9, 3.684131393356784*^9}, { - 3.6841498342496643`*^9, 3.684149837987958*^9}, {3.684150149112711*^9, - 3.684150240284457*^9}, {3.684150362867743*^9, 3.684150386986066*^9}, { - 3.684150541179953*^9, 3.6841505423276777`*^9}, {3.6841506380119553`*^9, - 3.684150651459449*^9}, {3.684151021257702*^9, 3.684151032817149*^9}, { - 3.684151182764062*^9, 3.684151185275826*^9}, {3.684212476920885*^9, - 3.684212511750373*^9}, {3.684212647039875*^9, 3.684212651448751*^9}, - 3.6842126863927193`*^9, {3.684233783894244*^9, 3.684233817065721*^9}, { - 3.684233916907439*^9, 3.6842339411075363`*^9}, {3.684234821167623*^9, - 3.6842348230804157`*^9}, {3.684234886376019*^9, 3.68423497922346*^9}, { - 3.6842353860797777`*^9, 3.6842353905422564`*^9}, {3.6846668654727983`*^9, - 3.684666891492681*^9}, {3.685082222817321*^9, 3.685082226317616*^9}, - 3.685084031481782*^9, {3.685350925968895*^9, 3.68535100680781*^9}, { - 3.685351038989582*^9, 3.685351047812945*^9}, {3.685351078290902*^9, - 3.685351108504094*^9}, {3.685694584031888*^9, 3.685694653828217*^9}, - 3.685695925701322*^9, {3.68569711141499*^9, 3.685697134185396*^9}, - 3.685700713456634*^9, {3.685704829547666*^9, 3.685704830086855*^9}, { - 3.685705075633955*^9, 3.685705079583547*^9}, {3.685706365866496*^9, - 3.685706368934197*^9}, 3.713602168106978*^9, {3.713602392449037*^9, - 3.713602410077929*^9}, {3.713602464998026*^9, 3.713602530509159*^9}, { - 3.713603876670116*^9, 3.7136038840449266`*^9}, 3.713603942045004*^9, { - 3.7136040206666107`*^9, 3.713604020825574*^9}, {3.713604931237699*^9, - 3.713604935186516*^9}, {3.713605001324107*^9, 3.713605128920559*^9}, { - 3.713605172705031*^9, 3.713605173103353*^9}, {3.713605233679226*^9, - 3.7136052559896107`*^9}, {3.713605301141511*^9, 3.713605614517179*^9}, { - 3.713605649172325*^9, 3.7136056930135727`*^9}, {3.713605763281867*^9, - 3.71360577276626*^9}, {3.7136077822162323`*^9, 3.713607843717113*^9}, { - 3.713607914690593*^9, 3.713607919186142*^9}, {3.713607950954817*^9, - 3.713607988512763*^9}, {3.7136081182553368`*^9, 3.7136081193341618`*^9}, { - 3.713608165309813*^9, 3.713608212131865*^9}, {3.713608491703147*^9, - 3.713608597826982*^9}, 3.713608669427478*^9, {3.714457514532886*^9, - 3.7144575569858093`*^9}, {3.714457667858124*^9, 3.714457669215103*^9}, { - 3.717740903699132*^9, 3.7177409199751043`*^9}, {3.717954022464028*^9, - 3.717954117702723*^9}, {3.7179541502456493`*^9, 3.717954151084145*^9}, { - 3.7179541877469873`*^9, 3.717954200013671*^9}, {3.717954240531042*^9, - 3.717954310601891*^9}, {3.717954534557487*^9, 3.717954567347104*^9}, { - 3.7179546616498013`*^9, 3.717954701520533*^9}, 3.717955292653183*^9, { - 3.717955363875353*^9, 3.717955382178829*^9}, {3.717955462743301*^9, - 3.7179554822550488`*^9}, {3.7179555253191767`*^9, 3.71795554901346*^9}, { - 3.717955579894808*^9, 3.7179556017012653`*^9}, {3.718520157118865*^9, - 3.71852016386948*^9}, {3.7185266339210453`*^9, 3.718526647279551*^9}, { - 3.718526718817865*^9, 3.7185267198307457`*^9}, {3.718526958506631*^9, - 3.718526978097324*^9}, {3.71852707035251*^9, 3.718527110758883*^9}, { - 3.7185272311573143`*^9, 3.718527233715704*^9}, {3.718527274972436*^9, - 3.7185273330257473`*^9}, 3.718527396194458*^9, {3.718527453279973*^9, - 3.718527477222574*^9}, {3.71852751867883*^9, 3.718527563899838*^9}, { - 3.718527600238863*^9, 3.718527617234693*^9}, 3.718527655228056*^9, { - 3.718528013163574*^9, 3.718528024201454*^9}, {3.7186525272007*^9, - 3.718652527959489*^9}, {3.718652565120645*^9, 3.718652566214712*^9}, { - 3.718652832245657*^9, 3.7186528407286243`*^9}, {3.718653288762394*^9, - 3.718653314743916*^9}, {3.7186538005244913`*^9, 3.718653936992763*^9}, { - 3.718654029831277*^9, 3.71865403138211*^9}, {3.7186540805920153`*^9, - 3.7186540965122004`*^9}, {3.718654395807845*^9, 3.7186544596309137`*^9}, { - 3.718655975082776*^9, 3.718655992074871*^9}, 3.730401919641734*^9, { - 3.7305445959573927`*^9, 3.730544596119605*^9}, {3.734670078980603*^9, - 3.734670088906211*^9}, {3.734670130909657*^9, 3.7346702172628927`*^9}, { - 3.7346714423800507`*^9, 3.734671497162018*^9}, {3.735032658265091*^9, - 3.735032660215802*^9}, {3.735033384792354*^9, 3.735033389780846*^9}, - 3.737968546032345*^9, 3.737968576313637*^9, {3.739170399037306*^9, - 3.7391704006911793`*^9}, {3.7585304342482452`*^9, 3.758530447238894*^9}, { - 3.759520442791551*^9, 3.759520443045328*^9}, 3.762793094145043*^9, { - 3.786968694444613*^9, 3.786968706778517*^9}, {3.8307867468358088`*^9, - 3.830786927427354*^9}, {3.830786969111535*^9, 3.8307870099809513`*^9}, - 3.830787052177799*^9, {3.8307872320029097`*^9, 3.830787293601254*^9}, { - 3.83078750971071*^9, 3.830787522984728*^9}, {3.8307875574568644`*^9, - 3.83078762413829*^9}, {3.830787660507056*^9, 3.8307877690998898`*^9}, { - 3.830788056698092*^9, 3.8307881279132557`*^9}, 3.8307881599917927`*^9, { - 3.8307882038001757`*^9, 3.8307882539383993`*^9}, {3.830829825041049*^9, - 3.83082989413056*^9}, {3.830829945333015*^9, 3.8308299460265493`*^9}, { - 3.830830055507244*^9, 3.830830086833804*^9}, {3.83083056153345*^9, - 3.830830601337932*^9}, {3.8308306410696898`*^9, 3.830830681022496*^9}, { - 3.8308351009684277`*^9, 3.830835127808174*^9}, {3.8308357301994553`*^9, - 3.830835818149908*^9}, {3.830836480353075*^9, 3.8308364837258244`*^9}, { - 3.8308365227825203`*^9, 3.830836550147818*^9}, 3.830836596588187*^9, { - 3.830837023323444*^9, 3.830837023710416*^9}, {3.830837070049192*^9, - 3.8308370716952553`*^9}, {3.8308394057923613`*^9, 3.830839406061654*^9}, { - 3.830839526689983*^9, 3.830839596128496*^9}, {3.830839635940125*^9, - 3.830839685912528*^9}, {3.838280573238636*^9, 3.838280581589776*^9}, { - 3.838280645575432*^9, 3.838280651302351*^9}, {3.8382806836156178`*^9, - 3.8382806928554296`*^9}, {3.838281144660194*^9, 3.8382811500589237`*^9}, { - 3.838281338493761*^9, 3.838281443183197*^9}, {3.838281495214424*^9, - 3.838281496524723*^9}, {3.8382815789666643`*^9, 3.838281661233667*^9}, { - 3.8382904264131002`*^9, 3.8382904410300293`*^9}, {3.838290537708311*^9, - 3.838290554446583*^9}, {3.838290590894857*^9, 3.8382905915451097`*^9}, { - 3.8382911743676167`*^9, 3.8382912424205236`*^9}, {3.838291273577279*^9, - 3.8382912818576097`*^9}, {3.838291559258861*^9, 3.83829156591788*^9}, { - 3.8383575386513767`*^9, 3.8383575547906647`*^9}, {3.838357609577402*^9, - 3.838357700834922*^9}, {3.838357735574359*^9, 3.838357763902109*^9}, { - 3.838357807681569*^9, 3.8383578958541613`*^9}, {3.838357936827997*^9, - 3.838357942635457*^9}, {3.8383580715838537`*^9, 3.838358231698851*^9}, { - 3.83835826224098*^9, 3.8383582892252007`*^9}, {3.838358963973521*^9, - 3.838358975035158*^9}, {3.838359273530459*^9, 3.8383592873657007`*^9}, { - 3.853341758783513*^9, 3.853341778328784*^9}, {3.8533910168025427`*^9, - 3.853391016935567*^9}, {3.8533911346703367`*^9, 3.853391139718606*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[179]:=",ExpressionUUID->"566dea56-178c-4551-9b4c-e63def39fbf3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[180]:=",ExpressionUUID->"80641f9a-a400-439c-8f0b-94f898a5cf1d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ToStandardSetting", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105579311858*^9, {3.6827596700257883`*^9, - 3.6827596859071627`*^9}},ExpressionUUID->"22e8e935-1091-441c-9a10-\ -8186672a24a3"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[458]:=",ExpressionUUID->"c9d97c0d-7752-4b4e-8b44-a6a79c0972ce"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"ToStandardSetting", "::", "InvalidExtension"}], "=", - "\"\<Invalid extension \[LeftGuillemet]`1`\[RightGuillemet] for this \ -space group.\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"SyntaxInformation", "@", "ToStandardSetting"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_."}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.667811591227736*^9, 3.66810571214802*^9, {3.6681867516522207`*^9, - 3.668186778354513*^9}, {3.6681868394172163`*^9, 3.6681868614325943`*^9}, { - 3.668187374101748*^9, 3.6681874104278383`*^9}, {3.668187695125526*^9, - 3.668187730468417*^9}, {3.668188056044814*^9, 3.668188056876872*^9}, { - 3.6681926250344687`*^9, 3.668192625250432*^9}, {3.682755004772629*^9, - 3.682755006380539*^9}, {3.6827550880482693`*^9, 3.6827550883851967`*^9}, { - 3.682757166386887*^9, 3.682757187609177*^9}, {3.682760997892744*^9, - 3.6827610174084167`*^9}, {3.682763962473707*^9, 3.682763962814755*^9}, { - 3.684140977908526*^9, 3.6841409783589582`*^9}, {3.684148290703258*^9, - 3.684148309867588*^9}, {3.684148479444276*^9, 3.684148481151258*^9}, { - 3.685686180336005*^9, 3.6856861809425592`*^9}, {3.7124803378635798`*^9, - 3.712480360617807*^9}, {3.725962849323039*^9, 3.725962853881053*^9}, { - 3.756718225776058*^9, 3.7567182298258867`*^9}, {3.756718306310713*^9, - 3.756718306471794*^9}, {3.830829428279846*^9, 3.830829432559864*^9}}, - CellLabel-> - "In[459]:=",ExpressionUUID->"7dd68c64-50a0-45b9-bbbe-dd65fe5c4cac"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[461]:=",ExpressionUUID->"1e6de05e-0878-4242-bb97-eb756a49eb4a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ToStandardSetting", "[", - RowBox[{"group_String", ",", "hkl_List"}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"equivalents", ",", "nonNegatives"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"hkl", ",", "\"\<1hkl\>\"", ",", "\"\<Integer\>\""}], "]"}], - ";", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PointSpaceGroupQ\>\"", ",", "group"}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"equivalents", "=", - RowBox[{"SymmetryEquivalentReflections", "[", - RowBox[{"group", ",", "hkl"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"nonNegatives", "=", - RowBox[{"Select", "[", - RowBox[{"equivalents", ",", - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{"#", ",", "NonNegative"}], "]"}], "&"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"nonNegatives", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{"equivalents", "=", "nonNegatives"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Last", "@", - RowBox[{"SortBy", "[", - RowBox[{"equivalents", ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], - ",", - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], - ",", - RowBox[{ - RowBox[{ - "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "&"}]}], "}"}]}], "]"}]}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106433667647*^9, {3.6827597597787027`*^9, - 3.682759834796783*^9}, {3.682759891973723*^9, 3.6827599381135283`*^9}, { - 3.6827599744510717`*^9, 3.682760059158255*^9}, 3.682760089218005*^9, - 3.682760175235159*^9, {3.682760273255459*^9, 3.682760273401188*^9}, { - 3.682760309150391*^9, 3.682760330431353*^9}, {3.682760623312214*^9, - 3.682760634074464*^9}, {3.6827607536729813`*^9, 3.682760780680396*^9}, - 3.6827639524031057`*^9, {3.682766856819317*^9, 3.6827668581203957`*^9}, { - 3.682767574024981*^9, 3.6827676450236273`*^9}, {3.683604297716032*^9, - 3.683604323859149*^9}, {3.6841396193294077`*^9, 3.684139624630027*^9}, { - 3.684213538234778*^9, 3.684213555949724*^9}, 3.684235429735504*^9, { - 3.684493396540483*^9, 3.684493397210763*^9}, {3.684669115218993*^9, - 3.6846691192528687`*^9}, {3.684669432088505*^9, 3.684669457777866*^9}, { - 3.684669489122911*^9, 3.684669518670082*^9}, {3.684669609081485*^9, - 3.6846696230904016`*^9}, {3.685082164662752*^9, 3.685082172057521*^9}, - 3.6850840466699457`*^9, {3.685247146490287*^9, 3.685247154770102*^9}, { - 3.685247286241943*^9, 3.685247305372675*^9}, {3.685247348944471*^9, - 3.685247396744459*^9}, {3.6852474395342817`*^9, 3.68524751248363*^9}, { - 3.685247568575778*^9, 3.685247596178206*^9}, {3.6852491993387747`*^9, - 3.685249199534231*^9}, {3.685697524120323*^9, 3.685697526389267*^9}, { - 3.685697566427183*^9, 3.685697604683166*^9}, 3.685700685716364*^9, - 3.685700721712253*^9, {3.714370012740911*^9, 3.714370023123824*^9}, { - 3.7177409200144033`*^9, 3.717740920023315*^9}, {3.725954106003827*^9, - 3.72595410715429*^9}, 3.7259582915662403`*^9, {3.725958525342989*^9, - 3.725958533777025*^9}, 3.725958679383768*^9, {3.727675215252287*^9, - 3.727675231692677*^9}, {3.727680799461162*^9, 3.727680801984366*^9}, - 3.7379685211198072`*^9, 3.737968576457651*^9, {3.7585304488073587`*^9, - 3.7585304608850737`*^9}, 3.76279309415876*^9, {3.786968712322731*^9, - 3.786968713233395*^9}, {3.8307986405465603`*^9, 3.8307987151762247`*^9}, { - 3.830798810133667*^9, 3.830798816829876*^9}, {3.8307989123364677`*^9, - 3.8307990451821547`*^9}, {3.830799075471299*^9, 3.830799102225827*^9}, { - 3.8307992089638243`*^9, 3.8307992137277184`*^9}, {3.8307993185966797`*^9, - 3.830799321502668*^9}, {3.830799464383082*^9, 3.830799465189315*^9}, { - 3.8308002527945223`*^9, 3.830800271434173*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[462]:=",ExpressionUUID->"6b8c485c-25f5-40c0-bd66-fbd33fa9ba36"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"ToStandardSetting", "[", - RowBox[{"input_String", ",", - RowBox[{"extension_", ":", "1"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "sg", ",", "fullHM", ",", "SG", ",", "\[IndentingNewLine]", - "mainTargetQ", ",", "uniqueInSgQ", ",", "mainSetting", ",", - "\[IndentingNewLine]", - RowBox[{"output", "=", "input"}], ",", "temp"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<PointSpaceGroupQ\>\"", ",", "input"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"sg", "=", - RowBox[{"$GroupSymbolRedirect", "[", "input", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"fullHM", "=", - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Position", "[", - RowBox[{"$SpaceGroups", ",", "fullHM"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"SG", "=", - RowBox[{"$SpaceGroups", "[", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1"}], "\[RightDoubleBracket]"}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Is", " ", "target", " ", "space", " ", "group", " ", "main", " ", - RowBox[{"setting", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"mainTargetQ", "=", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{"First", "@", "temp"}]}], "\[LessEqual]", "3"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Is", " ", "target", " ", "symbol", " ", "unique", " ", "among", " ", - "all", " ", "space", " ", - RowBox[{"groups", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Position", "[", - RowBox[{"$SpaceGroups", ",", - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{"DeleteDuplicates", "@", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1", ",", "1"}], - "\[RightDoubleBracket]"}]}]}], "===", "1"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Return", "@", "fullHM"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Is", " ", "target", " ", "symbol", " ", "unique", " ", "in", " ", - "its", " ", "space", " ", - RowBox[{"group", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"uniqueInSgQ", "=", - RowBox[{ - RowBox[{"Length", "@", "temp"}], "===", "1"}]}], ";", "\t", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"With", " ", "cell", " ", "origin", " ", - RowBox[{"tag", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"extension", "=!=", "1"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"output", "=", - RowBox[{ - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}], "<>", - "\"\<:\>\"", "<>", - RowBox[{"ToString", "@", "extension"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{"$GroupSymbolRedirect", ",", "output"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"ToStandardSetting", "::", "InvalidExtension"}], ",", - "extension"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - "Is", " ", "target", " ", "\"\<best candidate\>\"", " ", "for", " ", - "non"}], "-", - RowBox[{"main", " ", - RowBox[{"symbol", "?"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"!", "uniqueInSgQ"}], "&&", - RowBox[{"!", "mainTargetQ"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"mainSetting", "=", - RowBox[{"First", "@", - RowBox[{"SG", "[", "\"\<Setting\>\"", "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"First", "@", - RowBox[{"sg", "[", "\"\<Setting\>\"", "]"}]}], "===", - "mainSetting"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"output", "=", - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"output", "=", "fullHM"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Uniquely", " ", "formatted", " ", "symbol", " ", "OR", " ", - RowBox[{"\"\<main symbol\>\"", "?"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"uniqueInSgQ", "||", "mainTargetQ"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"output", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "output", "]"}], "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "ambiguous"}], ",", " ", - RowBox[{"use", " ", "full", " ", - RowBox[{"Hermman", "--"}], "Mauguin"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", "True", ",", "\[IndentingNewLine]", "\t", - - RowBox[{"output", "=", "fullHM"}]}], "\[IndentingNewLine]", "\t", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"Return", "@", "output"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678115931321983`*^9, 3.668106433667647*^9, {3.6827597597787027`*^9, - 3.682759834796783*^9}, {3.682759891973723*^9, 3.6827599381135283`*^9}, { - 3.6827599744510717`*^9, 3.682760059158255*^9}, 3.682760089218005*^9, - 3.682760175235159*^9, {3.682760273255459*^9, 3.682760273401188*^9}, { - 3.682760309150391*^9, 3.682760330431353*^9}, {3.682760623312214*^9, - 3.682760634074464*^9}, {3.6827607536729813`*^9, 3.682760780680396*^9}, - 3.6827639524031057`*^9, {3.682766856819317*^9, 3.6827668581203957`*^9}, { - 3.682767574024981*^9, 3.6827676450236273`*^9}, {3.683604297716032*^9, - 3.683604323859149*^9}, {3.6841396193294077`*^9, 3.684139624630027*^9}, { - 3.684213538234778*^9, 3.684213555949724*^9}, 3.684235429735504*^9, { - 3.684493396540483*^9, 3.684493397210763*^9}, {3.684669115218993*^9, - 3.6846691192528687`*^9}, {3.684669432088505*^9, 3.684669457777866*^9}, { - 3.684669489122911*^9, 3.684669518670082*^9}, {3.684669609081485*^9, - 3.6846696230904016`*^9}, {3.685082164662752*^9, 3.685082172057521*^9}, - 3.6850840466699457`*^9, {3.685247146490287*^9, 3.685247154770102*^9}, { - 3.685247286241943*^9, 3.685247305372675*^9}, {3.685247348944471*^9, - 3.685247396744459*^9}, {3.6852474395342817`*^9, 3.68524751248363*^9}, { - 3.685247568575778*^9, 3.685247596178206*^9}, {3.6852491993387747`*^9, - 3.685249199534231*^9}, {3.685697524120323*^9, 3.685697526389267*^9}, { - 3.685697566427183*^9, 3.685697604683166*^9}, 3.685700685716364*^9, - 3.685700721712253*^9, {3.712472174195052*^9, 3.712472177692658*^9}, { - 3.7124722215936527`*^9, 3.712472222125225*^9}, {3.7124726596033487`*^9, - 3.712472831548615*^9}, 3.712472876359597*^9, {3.7124729225976963`*^9, - 3.712472933328292*^9}, {3.712473065774521*^9, 3.712473085606015*^9}, { - 3.7124732297432747`*^9, 3.712473420166718*^9}, {3.7124737265129843`*^9, - 3.712473738810995*^9}, {3.712473783794465*^9, 3.712473809180954*^9}, { - 3.7124738405360813`*^9, 3.7124739622882833`*^9}, {3.7124740164607363`*^9, - 3.7124740355848503`*^9}, {3.712474526311514*^9, 3.71247454749196*^9}, { - 3.712474580437092*^9, 3.712474582276721*^9}, {3.7124748834875793`*^9, - 3.712474934322382*^9}, {3.712474972745503*^9, 3.71247497289651*^9}, { - 3.7124750051489697`*^9, 3.712475018976412*^9}, {3.71248021179641*^9, - 3.7124802412684507`*^9}, {3.712480291485821*^9, 3.712480313250639*^9}, - 3.712480368500133*^9, {3.712480407676384*^9, 3.712480415123426*^9}, { - 3.712480531005803*^9, 3.7124806041575623`*^9}, {3.7124806490537233`*^9, - 3.712480670116323*^9}, {3.712481025893857*^9, 3.712481064923984*^9}, { - 3.7143700581623793`*^9, 3.714370126083304*^9}, {3.714917865649086*^9, - 3.7149179313574133`*^9}, {3.7149179630125713`*^9, 3.714917969850429*^9}, { - 3.714917999909767*^9, 3.714918043458394*^9}, {3.71491808323484*^9, - 3.7149180863296623`*^9}, {3.7149181163613*^9, 3.714918121665152*^9}, - 3.716618459915923*^9, {3.716618497717318*^9, 3.716618500665338*^9}, { - 3.716618556633456*^9, 3.7166185688222218`*^9}, 3.7166186120507097`*^9, { - 3.716623449771859*^9, 3.716623453353243*^9}, {3.716623558778885*^9, - 3.716623579014586*^9}, {3.716623611307054*^9, 3.7166236149186153`*^9}, { - 3.716623666697957*^9, 3.716623666886039*^9}, {3.7166245086791477`*^9, - 3.716624512246523*^9}, {3.716626230555719*^9, 3.7166262307671556`*^9}, { - 3.716626362872368*^9, 3.716626366478477*^9}, {3.716626401845291*^9, - 3.716626410580432*^9}, {3.716626461873996*^9, 3.7166265694576187`*^9}, { - 3.7177409200415707`*^9, 3.717740920085593*^9}, {3.725954168642559*^9, - 3.725954174585816*^9}, {3.7259544475654078`*^9, 3.725954453397047*^9}, { - 3.725954529596027*^9, 3.725954536170638*^9}, {3.725954897275111*^9, - 3.7259549057293167`*^9}, {3.725955820678866*^9, 3.7259558389101562`*^9}, { - 3.725956228516712*^9, 3.7259562736346397`*^9}, {3.72595638572224*^9, - 3.725956390152341*^9}, {3.725956444608553*^9, 3.7259565050163183`*^9}, { - 3.725956540351451*^9, 3.725956552420847*^9}, {3.7259566391886063`*^9, - 3.725956744409425*^9}, {3.7259568065361633`*^9, 3.725956853631604*^9}, { - 3.725957068004551*^9, 3.7259571342078733`*^9}, {3.7259575859913692`*^9, - 3.725957588447097*^9}, 3.725957938529029*^9, {3.725957985144517*^9, - 3.725957988807857*^9}, {3.725958295593363*^9, 3.725958310575184*^9}, - 3.725958500965064*^9, {3.7259585374199533`*^9, 3.725958540370281*^9}, - 3.725958624258267*^9, {3.725958658665193*^9, 3.725958661783428*^9}, { - 3.725958708575451*^9, 3.7259587087667017`*^9}, {3.725960536390708*^9, - 3.725960556380581*^9}, {3.725962451509495*^9, 3.725962508178426*^9}, { - 3.725962544908064*^9, 3.725962545122154*^9}, {3.725962621129652*^9, - 3.725962629171185*^9}, {3.7259626800164413`*^9, 3.7259627547331057`*^9}, { - 3.725962864044545*^9, 3.725962864194646*^9}, {3.727675216158976*^9, - 3.7276752323227167`*^9}, 3.727682066238936*^9, {3.728674616539852*^9, - 3.728674623693241*^9}, {3.728674704063981*^9, 3.7286747063174458`*^9}, { - 3.7286747572315702`*^9, 3.728674771781168*^9}, {3.728674827973637*^9, - 3.728674830483848*^9}, {3.728674895642453*^9, 3.7286749553686237`*^9}, { - 3.728675135911109*^9, 3.7286751520763397`*^9}, {3.7286752731619453`*^9, - 3.728675273385056*^9}, {3.730544614406321*^9, 3.7305446146093597`*^9}, { - 3.7438654567386503`*^9, 3.7438654568231373`*^9}, {3.758530462743428*^9, - 3.758530470145256*^9}, 3.7627930941740522`*^9, {3.78696872134781*^9, - 3.7869687223053207`*^9}, {3.830798765683085*^9, 3.830798789353108*^9}, - 3.830829450541024*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[463]:=",ExpressionUUID->"d8347e17-d3d0-4d91-a351-d1eed4ce5d5e"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[464]:=",ExpressionUUID->"f33d04c0-8db7-451d-8151-a2d9e440e32b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["TransformAtomicDisplacementParameters", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, - 3.679745593267642*^9, {3.6822418234494753`*^9, 3.682241827024156*^9}, { - 3.682327359060165*^9, 3.682327361940929*^9}, 3.682327712058332*^9, { - 3.7050304793013973`*^9, 3.7050304802794743`*^9}, {3.714925546281479*^9, - 3.7149255477761383`*^9}, 3.7609476409800777`*^9, {3.829192913469079*^9, - 3.8291929242211514`*^9}},ExpressionUUID->"c062acd7-6bc9-4c44-9461-\ -22c1986eeee3"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[465]:=",ExpressionUUID->"3a76e772-0399-4e23-874f-da30631a6553"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - "TransformAtomicDisplacementParameters", "::", "InvalidTransformation"}], - "=", "\"\<The transformation input \[LeftGuillemet]`1`\[RightGuillemet] \ -is invalid.\>\""}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - "SyntaxInformation", "@", "TransformAtomicDisplacementParameters"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"_", ",", "_."}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.714926640095376*^9, 3.714926648623674*^9}, { - 3.7281068862853603`*^9, 3.728106924475239*^9}, {3.747569567860682*^9, - 3.747569567914845*^9}, {3.747569839486174*^9, 3.747569852127593*^9}, { - 3.756710428101788*^9, 3.756710432840755*^9}, {3.7567104759439573`*^9, - 3.756710476208014*^9}, {3.760947644803529*^9, 3.760947651026847*^9}, { - 3.760948534996868*^9, 3.760948535383339*^9}, {3.760948688241331*^9, - 3.7609486934259567`*^9}, {3.829192944752901*^9, 3.8291929739838133`*^9}, - 3.8291931960616703`*^9, {3.8291935156204033`*^9, 3.829193516054253*^9}, - 3.830509410967754*^9}, - CellLabel-> - "In[466]:=",ExpressionUUID->"d6407d5d-7058-4147-bf5c-def65786583c"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[468]:=",ExpressionUUID->"031b6b92-05d6-44d9-8a53-888120898fc5"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"TransformAtomicDisplacementParameters", "[", "\[IndentingNewLine]", - RowBox[{"crystal_", ",", - RowBox[{"transformation_", ":", "\"\<EquivalentIsotropic\>\""}]}], "]"}], - ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"ADPs", ",", "cartesianConverter", ",", "cartesianADPs"}], - "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<CrystalQ\>\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<CartesianConverter\>\"", ",", "\"\<EquivalentIsotropic\>\""}], - "}"}], ",", "transformation"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{ - "TransformAtomicDisplacementParameters", "::", - "InvalidTransformation"}], ",", "transformation"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"cartesianConverter", "=", - RowBox[{"$CartesianConverterMaker", "@", "crystal"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"transformation", "===", "\"\<CartesianConverter\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Transform"}], " ", "ADPs", " ", "to", " ", - "Cartesian", " ", - RowBox[{"basis", " ", "--"}], " ", "returns", " ", "function"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{"Return", "@", "cartesianConverter"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"transformation", "===", "\"\<EquivalentIsotropic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Calculate"}], " ", "equivalent", " ", - "isotropic", " ", "ADPs"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ADPs", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<AtomData\>\""}], "]"}], ",", - "\"\<DisplacementParameters\>\"", ",", "0."}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"cartesianADPs", "=", - RowBox[{"cartesianConverter", "/@", "ADPs"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Mean", "/@", - RowBox[{"Diagonal", "/@", "cartesianADPs"}]}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829184198061955*^9, 3.829184226700406*^9}, { - 3.829184376259454*^9, 3.829184491578188*^9}, {3.829184787389494*^9, - 3.829184795272541*^9}, {3.829184827428151*^9, 3.829184923719652*^9}, { - 3.829186100891223*^9, 3.829186251802293*^9}, {3.82918764283396*^9, - 3.829187688219592*^9}, {3.82918807544389*^9, 3.829188122623342*^9}, { - 3.8291882087232656`*^9, 3.829188236735798*^9}, {3.829188295647006*^9, - 3.8291883303576803`*^9}, {3.8291883807951107`*^9, 3.829188602388384*^9}, { - 3.82918863447173*^9, 3.8291886568786373`*^9}, {3.829188997335999*^9, - 3.829189162477283*^9}, {3.829189205639606*^9, 3.8291893127502813`*^9}, { - 3.829189534711296*^9, 3.8291895401364326`*^9}, {3.829189619047159*^9, - 3.8291896458539658`*^9}, {3.829189716025845*^9, 3.829189717818325*^9}, { - 3.829189863223939*^9, 3.8291899133639927`*^9}, {3.829190020706479*^9, - 3.829190074696517*^9}, {3.8291901070204067`*^9, 3.82919011627852*^9}, { - 3.829190226743421*^9, 3.829190227905734*^9}, {3.829190417387986*^9, - 3.829190610180591*^9}, {3.8291906455662518`*^9, 3.8291908030937233`*^9}, { - 3.829190861777896*^9, 3.829190975132978*^9}, {3.829191007958313*^9, - 3.829191021604381*^9}, 3.829191111057131*^9, {3.829191179241659*^9, - 3.829191247965128*^9}, {3.829191520098508*^9, 3.8291915203379383`*^9}, - 3.8291930068761587`*^9, {3.829193039367896*^9, 3.829193054951746*^9}, { - 3.82919317981912*^9, 3.829193197930464*^9}, {3.829193390596085*^9, - 3.829193401159976*^9}, {3.829193435889729*^9, 3.829193436302945*^9}, { - 3.82921176298703*^9, 3.829211766240624*^9}, {3.829211808700335*^9, - 3.829211809489278*^9}, {3.829213484653706*^9, 3.829213502858512*^9}, { - 3.829213557061294*^9, 3.829213583359236*^9}, {3.8292138142974977`*^9, - 3.82921393197998*^9}, {3.8292139634196367`*^9, 3.829213967971208*^9}, { - 3.8292141026978703`*^9, 3.8292141389921017`*^9}, {3.829214175330181*^9, - 3.829214179054513*^9}, {3.829214240627615*^9, 3.82921428384227*^9}, { - 3.829214363491982*^9, 3.8292143644957447`*^9}, {3.829214438186982*^9, - 3.829214441020886*^9}, {3.8292144926356707`*^9, 3.829214497267435*^9}, { - 3.829214529525316*^9, 3.829214530796063*^9}, {3.829214565585042*^9, - 3.829214567780775*^9}, {3.829214618774063*^9, 3.829214642645145*^9}, { - 3.829214685213092*^9, 3.829214843541054*^9}, {3.829214893386845*^9, - 3.829214966524095*^9}, 3.829235863899364*^9, {3.829274018056748*^9, - 3.829274094057171*^9}, {3.8292743349547977`*^9, 3.829274335795267*^9}, { - 3.829279351630677*^9, 3.829279358153017*^9}, {3.8292846502566757`*^9, - 3.829284653080298*^9}, {3.8292860058126173`*^9, 3.8292860337683496`*^9}, - 3.8292901967657757`*^9, {3.8303427440141172`*^9, 3.830342775076763*^9}, { - 3.830343266988573*^9, 3.8303432671548033`*^9}, {3.8303434936677647`*^9, - 3.830343506877412*^9}, {3.830343854928014*^9, 3.830343855105515*^9}, { - 3.830345241368556*^9, 3.830345245496496*^9}, {3.830407167299664*^9, - 3.830407167609539*^9}, {3.830412306103778*^9, 3.830412308047678*^9}, { - 3.830412351402504*^9, 3.83041235163509*^9}, {3.830507982842206*^9, - 3.830507998270607*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[469]:=",ExpressionUUID->"d5ddc15e-18e4-418d-aec6-1b0754ba1061"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"$CartesianConverterMaker", "[", "crystal_", "]"}], ":=", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "latticeReciprocal", ",", "toCartesian", ",", "n", ",", "U", ",", - "dimensionlessU", ",", "CartesianConverter"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Reference", ":", " ", "https", ":"}], "//", - RowBox[{ - RowBox[{ - RowBox[{"doi", ".", "org"}], "/", "10.1107"}], "/", - "S0021889802008580"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"latticeReciprocal", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", "\[IndentingNewLine]", - RowBox[{"\"\<Category\>\"", "\[Rule]", "\"\<LatticeParameters\>\""}], - ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}], ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"toCartesian", "=", - RowBox[{"GetCrystalMetric", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"n", "=", - RowBox[{"DiagonalMatrix", "@", - RowBox[{"latticeReciprocal", "\[LeftDoubleBracket]", - RowBox[{"1", ";;", "3"}], "\[RightDoubleBracket]"}]}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"CartesianConverter", "[", "ADPs_", "]"}], ":=", - RowBox[{"(", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"NumericQ", "@", "ADPs"}], ",", - RowBox[{ - RowBox[{ - RowBox[{"Return", "@", - RowBox[{"DiagonalMatrix", "[", - RowBox[{"{", - RowBox[{"#", ",", "#", ",", "#"}], "}"}], "]"}]}], "&"}], "@", - "ADPs"}]}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Alternatively", ":", " ", - RowBox[{ - RowBox[{"see", " ", "'"}], - RowBox[{"_cell", ".", "convert_Uiso"}], "_to", - RowBox[{"_Uij", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"ADPs", "*", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "#3", ",", "#2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#3", ",", "1", ",", "#1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#2", ",", "#1", ",", "1"}], "}"}]}], "}"}]}], "&"}], - "@@", - RowBox[{"Cos", "@", - RowBox[{"latticeReciprocal", "\[LeftDoubleBracket]", - RowBox[{"4", ";;", "6"}], "\[RightDoubleBracket]"}]}]}], "*)"}], - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"U", "=", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", "#4", ",", "#5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#4", ",", "#2", ",", "#6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#5", ",", "#6", ",", "#3"}], "}"}]}], "}"}], "&"}], "@@", - "ADPs"}]}], ";", "\[IndentingNewLine]", - RowBox[{"dimensionlessU", "=", - RowBox[{"n", ".", "U", ".", "n"}]}], ";", "\[IndentingNewLine]", - RowBox[{"toCartesian", ".", "dimensionlessU", ".", - RowBox[{"Transpose", "@", "toCartesian"}]}]}], "\[IndentingNewLine]", - ")"}]}], ";", "\[IndentingNewLine]", "CartesianConverter"}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.829184198061955*^9, 3.829184226700406*^9}, { - 3.829184376259454*^9, 3.829184491578188*^9}, {3.829184787389494*^9, - 3.829184795272541*^9}, {3.829184827428151*^9, 3.829184923719652*^9}, { - 3.829186100891223*^9, 3.829186251802293*^9}, {3.82918764283396*^9, - 3.829187688219592*^9}, {3.82918807544389*^9, 3.829188122623342*^9}, { - 3.8291882087232656`*^9, 3.829188236735798*^9}, {3.829188295647006*^9, - 3.8291883303576803`*^9}, {3.8291883807951107`*^9, 3.829188602388384*^9}, { - 3.82918863447173*^9, 3.8291886568786373`*^9}, {3.829188687891183*^9, - 3.829188694512341*^9}, {3.8291888190036173`*^9, 3.8291888775242577`*^9}, { - 3.829188936515583*^9, 3.8291889745530853`*^9}, {3.829189667441236*^9, - 3.829189691813526*^9}, {3.829189755784315*^9, 3.829189851544544*^9}, { - 3.829189961704298*^9, 3.829189986294052*^9}, {3.829190081120151*^9, - 3.829190085041135*^9}, {3.829190155545385*^9, 3.829190215185402*^9}, { - 3.829190978687825*^9, 3.829191013188892*^9}, {3.829191127521902*^9, - 3.829191127669506*^9}, {3.829193044269602*^9, 3.8291930485138283`*^9}, { - 3.829209312594348*^9, 3.8292093304582644`*^9}, {3.829210557165062*^9, - 3.8292105613759108`*^9}, {3.829210635097641*^9, 3.829210719814127*^9}, { - 3.829211072201126*^9, 3.829211133641951*^9}, {3.8292113611023703`*^9, - 3.829211455735973*^9}, {3.829211493509009*^9, 3.8292115139774942`*^9}, { - 3.8292115682109947`*^9, 3.829211569182487*^9}, {3.829211700554669*^9, - 3.829211701628358*^9}, {3.8292117459974194`*^9, 3.829211748721677*^9}, { - 3.8292117884198914`*^9, 3.82921178952822*^9}, {3.829211831703381*^9, - 3.8292118324497137`*^9}, {3.8292121034648733`*^9, - 3.8292121179907217`*^9}, {3.829212183425845*^9, 3.8292121915968723`*^9}, { - 3.829212359472188*^9, 3.8292123716068277`*^9}, {3.82921245205455*^9, - 3.829212685342106*^9}, {3.829212728421213*^9, 3.829212729717373*^9}, { - 3.829212772501532*^9, 3.829212822208354*^9}, {3.829212865638917*^9, - 3.8292128683953733`*^9}, {3.829212906043516*^9, 3.829212926034223*^9}, { - 3.829213005403788*^9, 3.829213038070896*^9}, {3.8292130685296907`*^9, - 3.82921307611861*^9}, {3.829213141493738*^9, 3.829213141882269*^9}, { - 3.8292133612734537`*^9, 3.8292134673159*^9}, {3.8292358292776337`*^9, - 3.829235832321804*^9}, {3.829236454182959*^9, 3.829236468281887*^9}, { - 3.8292708899635487`*^9, 3.8292708968016872`*^9}, {3.8292715006538353`*^9, - 3.829271508191411*^9}, {3.82927191742234*^9, 3.829271919590246*^9}, { - 3.8292724723009863`*^9, 3.82927247393266*^9}, {3.8292725355394297`*^9, - 3.829272536927219*^9}, {3.829276634070806*^9, 3.829276636874837*^9}, { - 3.829277528841876*^9, 3.829277529099279*^9}, {3.829277797127964*^9, - 3.829277800564314*^9}, {3.829277830630001*^9, 3.829277859164447*^9}, { - 3.829278153108815*^9, 3.829278172895858*^9}, 3.829278204420892*^9, { - 3.829278238590056*^9, 3.829278239811181*^9}, {3.829278716051639*^9, - 3.829278724712969*^9}, {3.8292790221388607`*^9, 3.8292790375690823`*^9}, { - 3.829279233706752*^9, 3.829279238950967*^9}, {3.829279310322844*^9, - 3.829279313016513*^9}, 3.829279362872725*^9, {3.829284668263756*^9, - 3.829284709434142*^9}, {3.8292856910881233`*^9, 3.829285752472136*^9}, { - 3.8292858688458643`*^9, 3.82928586929587*^9}, 3.829285981018235*^9, { - 3.8292862490744267`*^9, 3.829286271924766*^9}, {3.82928672598269*^9, - 3.829286740905793*^9}, {3.8292868534489517`*^9, 3.8292868537152863`*^9}, { - 3.829286918663834*^9, 3.829286975254181*^9}, {3.829289983152665*^9, - 3.829289983520143*^9}, {3.829290142003605*^9, 3.8292901578124113`*^9}, { - 3.8303428667215767`*^9, 3.8303428761053543`*^9}, {3.830343550021036*^9, - 3.830343576796157*^9}, {3.830343646504657*^9, 3.830343666024791*^9}, { - 3.830343813976272*^9, 3.830343814145944*^9}, {3.8303445044876347`*^9, - 3.830344506107218*^9}, {3.830344967889894*^9, 3.830344968082122*^9}, { - 3.8303450122697906`*^9, 3.830345013950061*^9}, {3.830345898543051*^9, - 3.830345898708181*^9}, {3.830408947536983*^9, 3.8304089613248243`*^9}, { - 3.8304089939683733`*^9, 3.8304090004129677`*^9}, {3.830409134598523*^9, - 3.8304091411357737`*^9}, {3.830409783910499*^9, 3.830409792916946*^9}, { - 3.830411985845771*^9, 3.830411998914673*^9}, {3.8304120789794807`*^9, - 3.830412105275779*^9}, {3.83041226322742*^9, 3.830412263356388*^9}, { - 3.8304126540741653`*^9, 3.8304127487611322`*^9}, {3.8304140788804617`*^9, - 3.8304140812861013`*^9}, {3.830507915424748*^9, 3.830507932502892*^9}, { - 3.830508293726501*^9, 3.830508293941991*^9}, {3.830508605653181*^9, - 3.830508617785378*^9}, {3.830508758058529*^9, 3.830508763882864*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel-> - "In[470]:=",ExpressionUUID->"086ed5e8-711c-4a7c-9190-9da92dbb7212"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667810213479385*^9, 3.667810216902418*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[471]:=",ExpressionUUID->"66cd0628-7597-4511-9da4-192ece13a4d7"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["UnitCellTransformation", "Subchapter", - CellChangeTimes->{{3.6646242294759808`*^9, 3.664624234339078*^9}, { - 3.6678113884901648`*^9, 3.66781139169668*^9}, {3.667811515797525*^9, - 3.667811516189644*^9}, {3.667900125753806*^9, 3.667900130001958*^9}, - 3.668105575055373*^9, {3.682754675215427*^9, 3.682754677485675*^9}, { - 3.6827632401424837`*^9, 3.682763247126801*^9}, 3.682763763856205*^9, - 3.6827638067251377`*^9, {3.704436680457919*^9, 3.70443668392809*^9}, - 3.7044395288318233`*^9},ExpressionUUID->"59b525eb-abd7-459d-9833-\ -a14f176abe0a"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel-> - "In[472]:=",ExpressionUUID->"a07d65f6-9023-4ebe-85ee-72a744fdfc75"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "command"}], "=", - "\"\<Transformation command \[LeftGuillemet]`1`\[RightGuillemet] not \ -recognised.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], "=", - "\"\<The setting \[LeftGuillemet]`1`\[RightGuillemet] is invalid.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalidSG"}], "=", - "\"\<The setting \[LeftGuillemet]`1`\[RightGuillemet] is invalid for this \ -particular space group.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "na"}], "=", - "\"\<Input not applicable for the `1` system.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "diffset"}], "=", - "\"\<Setting mismatch between source, `1`, and target, `2`.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "sg"}], "=", - "\"\<Could not interpret \[LeftGuillemet]`1`\[RightGuillemet] as a space \ -group symbol.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "differentsg"}], "=", - "\"\<The source space group, \[LeftGuillemet]`1`\[RightGuillemet] \ -(no.`2`), and the target space group, \[LeftGuillemet]`3`\[RightGuillemet] \ -(no. `4`), are not the same.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "support"}], "=", - "\"\<Transformation of the input is not supported.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "target"}], "=", - "\"\<Could not determine target space group.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "one"}], "=", - "\"\<This space group, \[LeftGuillemet]`1`\[RightGuillemet] (no. `2`), \ -has no alternative representations.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "UnitCellTransformation"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<CustomP\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ReturnP\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<MoveIfCellEmpty\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.719819749369479*^9, 3.719819754436316*^9}, { - 3.719821718288604*^9, 3.719821721509223*^9}, {3.726153764130487*^9, - 3.726153765873062*^9}, {3.756718324721581*^9, 3.756718347237896*^9}, { - 3.75671840599605*^9, 3.756718427251422*^9}, {3.756718478824583*^9, - 3.756718621292338*^9}, {3.756719109075198*^9, 3.756719187154882*^9}, { - 3.756719485390335*^9, 3.756719569354444*^9}, {3.7567196451848793`*^9, - 3.756719688894866*^9}, {3.7567200659782133`*^9, 3.756720107115233*^9}, { - 3.756720140266678*^9, 3.756720140393688*^9}, {3.756720286306657*^9, - 3.7567203169908*^9}, {3.756720417369433*^9, 3.756720522664116*^9}, { - 3.756720574367663*^9, 3.756720608133807*^9}, {3.7567206506537733`*^9, - 3.7567206691053762`*^9}, {3.756720777871066*^9, 3.75672077866041*^9}, { - 3.756721056190452*^9, 3.756721056574387*^9}, {3.828374262494665*^9, - 3.828374288953616*^9}, 3.828374483066886*^9, {3.8284291271886053`*^9, - 3.828429128466775*^9}, {3.830520330744956*^9, 3.830520337769804*^9}, { - 3.830520376138039*^9, 3.8305203978001966`*^9}}, - CellLabel-> - "In[473]:=",ExpressionUUID->"002b8d67-3227-4e39-859d-634fd603ec5a"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[484]:=",ExpressionUUID->"8c17ea4f-38f5-4482-9697-1c5923a70d6f"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"UnitCellTransformation", "[", - RowBox[{"crystal_String", ",", "userinput___"}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "1.", " ", "Input", " ", "check", " ", - "and", " ", "preparation", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"1.", - RowBox[{"A", ".", " ", "Load"}], " ", "crystal", " ", "metric"}], ",", - " ", - RowBox[{ - "space", " ", "group", " ", "and", " ", "crystal", " ", "system"}]}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - "G", ",", "G0", ",", "sg", ",", "sg0", ",", "sourceSG", ",", "fullHM", - ",", "posSG", ",", "SG", ",", "fullHMs", ",", "sourceSGnumber", ",", - "system", ",", "mainSourceQ", ",", "\[IndentingNewLine]", "P", ",", - "P1", ",", "P2", ",", "p", ",", "\[IndentingNewLine]", "centList", ",", - "axpList", ",", "tetList", ",", "hex3List", ",", "hexList", ",", - "monoList", ",", "\[IndentingNewLine]", "sourceSetting", ",", - "targetSetting", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"B", ".", " ", "Process"}], " ", "input", " ", "syntax", " ", - "and", " ", "options"}], " ", "*)"}], "\[IndentingNewLine]", - "inputRules", ",", "inputString", ",", "returnP", ",", "customP", ",", - "moveNegativeQ", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", "C", " ", "Process", " ", "source", " ", "setting"}], - " ", "*)"}], "\[IndentingNewLine]", "sourceCentring", ",", - "sourceCell", ",", "notes", ",", "relevantNotes", ",", "sourceO", ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"D", ".", " ", "Interpret"}], " ", "space", " ", "group", " ", - "from", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", - "targetSG", ",", "needtargetSG", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", "E", " ", "Process", " ", "target", " ", "setting"}], - " ", "*)"}], "\[IndentingNewLine]", "allowed", ",", "cmds", ",", "na", - ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"F", ".", " ", "Validating"}], " ", "input", " ", "values"}], - " ", "*)"}], "\[IndentingNewLine]", "targetCentring", ",", - "targetAxis", ",", "targetCC", ",", "targetAP", ",", "targetCell", ",", - "targetRS", ",", "\[IndentingNewLine]", "targetO", ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"G", ".", " ", "Check"}], " ", "setting", " ", "constraints", - " ", "on", " ", "certain", " ", "space", " ", "groups"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"H", ".", " ", "Determining"}], " ", "new", " ", "space", " ", - "group", " ", "symbol"}], " ", "*)"}], "\[IndentingNewLine]", - "targetSGnumber", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"I", ".", " ", "Common"}], " ", "transformation", " ", - "procedures"}], " ", "*)"}], "\[IndentingNewLine]", - "procedureCellCentring", ",", "procedureCellOrigin", ",", "shift", ",", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "2.", " ", "Determining", " ", - "correct", " ", "transformation", " ", "matrices", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"A", ".", " ", "Triclinic"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"B", ".", " ", "Monoclinic"}]}], " ", "*)"}], - "\[IndentingNewLine]", "cmd", ",", "Q", ",", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"C", ".", " ", "Orthorhombic"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"D", ".", " ", "Tetragonal"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"E", ".", " ", "Hexagonal"}], " ", "crystal", " ", "family"}], - " ", "*)"}], "\[IndentingNewLine]", "sourceRS", ",", "M", ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"2.", - RowBox[{"F", ".", " ", "Cubic"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "3.", " ", "Carrying", " ", "out", " ", - "transformations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"3.", - RowBox[{"A", ".", " ", "Preparations"}]}], " ", "*)"}], - "\[IndentingNewLine]", "q", ",", "newlattice", ",", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"3.", - RowBox[{"B", ".", " ", "Transforming"}], " ", "coordinates", " ", - "and", " ", "ADPs"}], " ", "*)"}], "\[IndentingNewLine]", "xyz", ",", - "newxyz", ",", "AnyInsideUnitCellQ", ",", "adps", ",", "U", ",", "n0", - ",", "n", ",", "newU", ",", "u", ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "4.", " ", "Overwriting", " ", "entry", - " ", "in", " ", "$CrystalData", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "targetFullHM", - ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "5.", " ", "Display", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Dummy", " ", "variables"}], " ", "*)"}], - "\[IndentingNewLine]", "temp", ",", "x", ",", "y", ",", "i"}], "}"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "1.", " ", "Input", " ", "check", " ", - "and", " ", "preparation", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"1.", - RowBox[{"A", ".", " ", "Load"}], " ", "crystal", " ", "metric"}], ",", - " ", - RowBox[{ - "space", " ", "group", " ", "and", " ", "crystal", " ", "system"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"InputCheck", "[", - RowBox[{"\"\<GetCrystalSpaceGroup\>\"", ",", "crystal"}], "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"G", "=", - RowBox[{"G0", "=", - RowBox[{"GetCrystalMetric", "@", "crystal"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"sg", "=", - RowBox[{"sg0", "=", - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<SpaceGroup\>\""}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"sg", "=", - RowBox[{"$GroupSymbolRedirect", "[", "sg", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"sourceSG", "=", - RowBox[{"fullHM", "=", - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"posSG", "=", - RowBox[{"Position", "[", - RowBox[{"$SpaceGroups", ",", "fullHM"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"SG", "=", - RowBox[{"$SpaceGroups", "[", - RowBox[{"posSG", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1"}], "\[RightDoubleBracket]"}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"fullHMs", "=", - RowBox[{"SG", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"sourceSGnumber", "=", - RowBox[{"SG", "[", "\"\<SpaceGroupNumber\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"system", "=", - RowBox[{"SG", "[", "\"\<CrystalSystem\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"mainSourceQ", "=", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{"First", "@", "posSG"}]}], "\[LessEqual]", "3"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Default", " ", "transformation", " ", "matrices", " ", "and", " ", - "origin", " ", "shift"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"P", "=", - RowBox[{"P1", "=", - RowBox[{"P2", "=", - RowBox[{"IdentityMatrix", "[", "3", "]"}]}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"p", "=", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Frequently", " ", "used", " ", "lists"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"centList", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<P\>\"", ",", "\"\<A\>\"", ",", "\"\<B\>\"", ",", "\"\<C\>\"", - ",", "\"\<F\>\"", ",", "\"\<I\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"axpList", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<abc\>\"", ",", "\"\<ba-c\>\"", ",", "\"\<cab\>\"", ",", - "\"\<-cba\>\"", ",", "\"\<bca\>\"", ",", "\"\<a-cb\>\""}], "}"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"tetList", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<P\>\"", ",", "\"\<I\>\"", ",", "\"\<C1\>\"", ",", "\"\<F1\>\"", - ",", "\"\<C2\>\"", ",", "\"\<F2\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"hex3List", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<R1\>\"", ",", "\"\<R2\>\"", ",", "\"\<R3\>\""}], "}"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"hexList", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<C1\>\"", ",", "\"\<C2\>\"", ",", "\"\<C3\>\"", ",", "\"\<H1\>\"", - ",", "\"\<H2\>\"", ",", "\"\<H3\>\"", ",", "\"\<D1\>\"", ",", - "\"\<D2\>\""}], "}"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"monoList", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<Cb1\>\"", ",", "\"\<Cb2\>\"", ",", "\"\<Cb3\>\"", ",", - "\"\<Ac1\>\"", ",", "\"\<Ac2\>\"", ",", "\"\<Ac3\>\""}], "}"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Miscellaneous", " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"sourceSetting", "=", - RowBox[{"targetSetting", "=", - RowBox[{"<|", "|>"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"B", ".", " ", "Process"}], " ", "input", " ", "syntax", " ", - "and", " ", "options"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"inputRules", "=", - RowBox[{"Association", "@", - RowBox[{"Cases", "[", - RowBox[{ - RowBox[{"{", "userinput", "}"}], ",", "_Rule"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"inputString", "=", - RowBox[{"Cases", "[", - RowBox[{ - RowBox[{"{", "userinput", "}"}], ",", "_String"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{ - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"#", "===", "0"}], ",", "Null", ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"#", "===", "1"}], ",", - RowBox[{"inputString", "=", - RowBox[{"First", "@", "inputString"}]}], ",", "\[IndentingNewLine]", - "\t\t", "True", ",", "\[IndentingNewLine]", "\t\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "inputString"}], "]"}], ";", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t\t", - "]"}], "&"}], "@", - RowBox[{"Length", "@", "inputString"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Save", " ", "option", " ", "settings"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"returnP", "=", - RowBox[{"inputRules", "[", "\"\<ReturnP\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"customP", "=", - RowBox[{"Lookup", "[", - RowBox[{"inputRules", ",", "\"\<CustomP\>\"", ",", - RowBox[{"{", "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"moveNegativeQ", "=", - RowBox[{"Lookup", "[", - RowBox[{"inputRules", ",", "\"\<MoveIfCellEmpty\>\"", ",", "True"}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Remove", " ", "options", " ", "from", " ", "other", " ", "settings"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"inputRules", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "\"\<ReturnP\>\"", ",", "\"\<CustomP\>\"", ",", - "\"\<CustomSymbol\>\""}], "}"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", "C", " ", "Process", " ", "source", " ", "setting"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "Load"}], " ", "source", " ", "setting", " ", - "from", " ", "source", " ", "space", " ", "group"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"sourceSetting", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "sourceSG", "]"}], "[", - "\"\<Setting\>\"", "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "Check"}], " ", "if", " ", "space", " ", - "group", " ", "has", " ", "alternative", " ", "settings"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"sourceSetting", "===", - RowBox[{"<|", "|>"}]}], "&&", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Exception", ":", " ", - RowBox[{"Special", " ", "multiple", " ", "cells"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Tetragonal\>\"", ",", "\"\<Hexagonal\>\""}], "}"}], - ",", "system"}], "]"}]}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "one"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"GetSymmetryData", "[", - RowBox[{"sourceSG", ",", "\"\<Symbol\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", "sourceSGnumber"}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iii", ".", " ", "Check"}], " ", "cell", " ", "origin", " ", - "from", " ", "symbol"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"temp", "=", - RowBox[{"StringTake", "[", - RowBox[{"sg0", ",", - RowBox[{"-", "2"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"temp", "===", "\"\<:2\>\""}], ",", - RowBox[{"AppendTo", "[", - RowBox[{"sourceSetting", ",", - RowBox[{"\"\<CellOrigin\>\"", "\[Rule]", "2"}]}], "]"}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iv", ".", " ", - RowBox[{"Checking", " ", "'"}]}], - RowBox[{"Notes", "'"}], " ", "for", " ", "info", " ", "on", " ", - "input", " ", "setting"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"notes", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "@", "crystal"}], ",", "\"\<Notes\>\"", ",", - RowBox[{"<|", "|>"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"relevantNotes", "=", - RowBox[{"notes", "\[LeftDoubleBracket]", - RowBox[{"{", "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<RhombohedralSetting\>\"", ",", "\"\<MultipleCell\>\"", ",", - "\"\<CellCentring\>\"", ",", "\"\<CellOrigin\>\""}], "}"}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"{", - RowBox[{ - "sourceRS", ",", "sourceCell", ",", "sourceCentring", ",", "sourceO"}], - "}"}], "=", - RowBox[{"Values", "@", "relevantNotes"}]}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"AppendTo", "[", - RowBox[{"sourceSetting", ",", - RowBox[{"DeleteMissing", "@", "relevantNotes"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"D", ".", " ", "Interpret"}], " ", "space", " ", "group", " ", - "from", " ", "input"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "No"}], " ", "input", " ", - RowBox[{"commands", " ", "--"}], " ", "prompt", " ", - RowBox[{"dialogue", "/", "UI"}], " ", - RowBox[{"(", "TODO", ")"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "Custom"}], " ", "transformation", " ", - "matrix"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"customP", "=!=", - RowBox[{"{", "}"}]}], ",", - RowBox[{ - RowBox[{"P1", "=", "customP"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MatrixQ", "@", "P1"}]}], ",", - RowBox[{"(*", " ", "Check", " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", "P1"}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"targetSG", "=", "sourceSG"}], - RowBox[{"(*", " ", - RowBox[{"Use", " ", "same", " ", "space", " ", "group"}], " ", - "*)"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iii", ".", " ", "Interpret"}], " ", "string", " ", "as", " ", - "target", " ", "space", " ", "group"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"inputString", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "valid", " ", "space", " ", "group", " ", - "symbol"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", - RowBox[{"$GroupSymbolRedirect", "[", "inputString", "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "sg"}], ",", - "inputString"}], "]"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetSG", "=", "inputString"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iv", ".", " ", "Parse"}], " ", "input", " ", "as", " ", - "setting", " ", "commands"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"inputRules", "=!=", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"needtargetSG", "=", "True"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "whether", " ", "Hall", " ", "symbol", " ", "has", " ", - "been", " ", "used"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Position", "[", - RowBox[{"$SpaceGroups", ",", "targetSG"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"temp", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "1"}], "\[RightDoubleBracket]"}], - "===", "\"\<HallString\>\""}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"targetSG", "=", - RowBox[{ - RowBox[{"First", "[", - RowBox[{"$SpaceGroups", "@@@", "\[IndentingNewLine]", "\t\t", - RowBox[{"Most", "@", - RowBox[{"First", "@", "temp"}]}]}], "]"}], "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<Symbol\>\""}], "]"}]}]}], - "]"}]}], "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", "E", " ", "Process", " ", "target", " ", "setting"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"inputRules", "=!=", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Setting"}], " ", "commands", " ", "given", - " ", "in", " ", "association"}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"targetSetting", "=", "inputRules"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "commands"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"allowed", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t\t\t", - RowBox[{ - "\"\<UniqueAxis\>\"", ",", "\"\<CellChoice\>\"", ",", - "\"\<AxisPermutation\>\"", ",", "\[IndentingNewLine]", "\t\t\t", - "\"\<CellCentring\>\"", ",", "\"\<MultipleCell\>\"", ",", - "\[IndentingNewLine]", "\t\t\t", "\"\<RhombohedralSetting\>\"", - ",", "\"\<CellOrigin\>\""}], "}"}]}], ";", "\[IndentingNewLine]", - "\t\t\t", - RowBox[{"cmds", "=", - RowBox[{"Keys", "@", "targetSetting"}]}], ";", "\[IndentingNewLine]", - "\t\t\t", - RowBox[{"na", "=", - RowBox[{"Complement", "[", - RowBox[{"cmds", ",", "allowed"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"na", "\[NotEqual]", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "command"}], ",", - RowBox[{"First", "@", "na"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"(*", " ", - RowBox[{"Checking", " ", "usefullness", " ", "of", " ", "commands"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t\t", - RowBox[{"temp", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t\t", - RowBox[{ - RowBox[{"system", "===", "\"\<Triclinic\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", "\"\<CellCentring\>\"", "}"}], ",", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"system", "===", "\"\<Monoclinic\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", - RowBox[{"\"\<UniqueAxis\>\"", ",", "\"\<CellChoice\>\""}], "}"}], - ",", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"system", "===", "\"\<Orthorhombic\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", - RowBox[{ - "\"\<AxisPermutation\>\"", ",", "\"\<CellCentring\>\"", ",", - "\"\<CellOrigin\>\""}], "}"}], ",", "\[IndentingNewLine]", - "\t\t\t", - RowBox[{"system", "===", "\"\<Tetragonal\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", - RowBox[{ - "\"\<CellCentring\>\"", ",", "\"\<MultipleCell\>\"", ",", - "\"\<CellOrigin\>\""}], "}"}], ",", "\[IndentingNewLine]", - "\t\t\t", - RowBox[{"system", "===", "\"\<Trigonal\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", - RowBox[{ - "\"\<MultipleCell\>\"", ",", "\"\<RhombohedralSetting\>\""}], - "}"}], ",", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"system", "===", "\"\<Hexagonal\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", "\"\<MultipleCell\>\"", "}"}], ",", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"system", "===", "\"\<Cubic\>\""}], ",", - "\[IndentingNewLine]", "\t\t\t\t", - RowBox[{"{", - RowBox[{"\"\<CellCentring\>\"", ",", "\"\<CellOrigin\>\""}], - "}"}]}], "\[IndentingNewLine]", "\t\t\t", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"targetSetting", "=", - RowBox[{"DeleteMissing", "@", - RowBox[{ - "targetSetting", "\[LeftDoubleBracket]", "temp", - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - "\t\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"targetSetting", "===", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", "\t\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "na"}], ",", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"ToLowerCase", "@", "system"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Setting"}], " ", "extracted", " ", "from", - " ", "target", " ", "space", " ", "group"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"ValueQ", "@", "targetSG"}]}], ",", - RowBox[{"targetSG", "=", "sourceSG"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetSetting", "=", - RowBox[{ - RowBox[{"$GroupSymbolRedirect", "[", "targetSG", "]"}], "[", - "\"\<Setting\>\"", "]"}]}]}]}], "\[IndentingNewLine]", "\t", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Supply", " ", "with", " ", "current", " ", "settings", " ", "if", " ", - "unspecified", " ", "in", " ", "input"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"targetSetting", "=", - RowBox[{"Append", "[", - RowBox[{"sourceSetting", ",", "targetSetting"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Exception", ":", " ", - RowBox[{ - RowBox[{"No", " ", "'"}], - RowBox[{"RhombohedralSetting", "'"}], " ", - RowBox[{"for", " ", "'"}], - RowBox[{"R", "'"}], " ", "cell"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"targetSetting", "[", "\"\<MultipleCell\>\"", "]"}], "===", - "\"\<R\>\""}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"targetSetting", ",", "\"\<RhombohedralSetting\>\""}], - "]"}]}], "]"}], ";", " ", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"F", ".", " ", "Validating"}], " ", "input", " ", "values"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"CellCentring", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetCentring", "=", - RowBox[{"targetSetting", "[", "\"\<CellCentring\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCentring"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - "centList", ",", "\[IndentingNewLine]", "\t", "targetCentring"}], - "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", "targetCentring"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", - "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "'"}], - RowBox[{"UniqueAxis", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetAxis", "=", - RowBox[{"targetSetting", "[", "\"\<UniqueAxis\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetAxis"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\""}], - "}"}], ",", "targetAxis"}], "]"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", "targetAxis"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"targetAxis", "=", - RowBox[{"ToLowerCase", "@", "targetAxis"}]}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iii", ".", " ", "'"}], - RowBox[{"CellChoice", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetCC", "=", - RowBox[{"targetSetting", "[", "\"\<CellChoice\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCC"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", "targetCC"}], - "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", "targetCC"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iv", ".", " ", "'"}], - RowBox[{"AxisPermutation", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetAP", "=", - RowBox[{"targetSetting", "[", "\"\<AxisPermutation\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetAP"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "if", " ", "string"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringQ", "@", "targetAP"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", "targetAP"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - "Support", " ", "for", " ", "various", " ", "input", " ", "forms"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"targetAP", "=", - RowBox[{"ToLowerCase", "@", - RowBox[{"StringReplace", "[", "\[IndentingNewLine]", "\t", - RowBox[{"targetAP", ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - "\"\<\!\(\*OverscriptBox[\(c\), \(_\)]\)\>\"", "\[Rule]", - "\"\<-c\>\""}], ",", - RowBox[{ - "\"\<\!\(\*OverscriptBox[\(C\), \(_\)]\)\>\"", "\[Rule]", - "\"\<-C\>\""}]}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "setting", " ", "value"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"axpList", ",", "targetAP"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"targetSetting", "[", "\"\<AxisPermutation\>\"", "]"}]}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Update", " ", "'"}], - RowBox[{"targetSetting", "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"targetSetting", "[", "\"\<AxisPermutation\>\"", "]"}], "=", - "targetAP"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"v", ".", " ", "'"}], - RowBox[{"MultipleCell", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetCell", "=", - RowBox[{"targetSetting", "[", "\"\<MultipleCell\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCell"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Depending", " ", "on", " ", "crystal", " ", "system"}], - "..."}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"system", "===", "\"\<Tetragonal\>\""}], ",", "tetList", - ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"system", "===", "\"\<Trigonal\>\""}], "||", - RowBox[{"system", "===", "\"\<Hexagonal\>\""}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Flatten", "@", - RowBox[{"Join", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<P\>\"", ",", "\"\<R\>\""}], "}"}], ",", - "hex3List", ",", "hexList", ",", "monoList"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", "True", ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "na"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"ToLowerCase", "@", "system"}]}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "setting", " ", "value"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"temp", ",", "targetCell"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalidSG"}], ",", - "\[IndentingNewLine]", "\t", "targetCell"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"vi", ".", " ", "'"}], - RowBox[{"RhombohedralSetting", "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"targetRS", "=", - RowBox[{"inputRules", "[", "\"\<RhombohedralSetting\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetRS"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"targetRS", "=", - RowBox[{"ToLowerCase", "@", "targetRS"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "setting", " ", "value"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<obverse\>\"", ",", "\"\<reverse\>\""}], "}"}], ",", - "targetRS"}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - "targetSetting", "[", "\"\<RhombohedralSetting\>\"", "]"}]}], - "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Update", " ", "'"}], - RowBox[{"targetSetting", "'"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"targetSetting", "[", "\"\<RhombohedralSetting\>\"", "]"}], - "=", "targetRS"}]}]}], "\[IndentingNewLine]", "\t", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"vii", ".", " ", "'"}], - RowBox[{"CellOrigin", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"targetO", "=", - RowBox[{"targetSetting", "[", "\"\<CellOrigin\>\"", "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetO"}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", "targetO"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalid"}], ",", - "\[IndentingNewLine]", "\t", "targetO"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"G", ".", " ", "Check"}], " ", "setting", " ", "constraints", - " ", "on", " ", "certain", " ", "space", " ", "groups"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "Target"}], " ", "setting", " ", "must", " ", - "be", " ", "a", " ", "subset", " ", "of", " ", "space", " ", "group", - " ", "settings"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"(", - RowBox[{"SubsetQ", "@@", - RowBox[{"Keys", "/@", - RowBox[{"{", - RowBox[{ - RowBox[{"SG", "[", "\"\<Setting\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"Which", "[", - RowBox[{"(*", " ", - RowBox[{"Exceptions", ":", " ", - RowBox[{ - "Cell", " ", "centring", " ", "and", " ", "special", " ", - "multiple", " ", "cells"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Tetragonal\>\"", ",", "\"\<Hexagonal\>\""}], - "}"}], ",", "system"}], "]"}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"KeyDrop", "[", - RowBox[{"targetSetting", ",", "\"\<MultipleCell\>\""}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<Monoclinic\>\"", ",", "\"\<Orthorhombic\>\"", ",", - "\"\<Tetragonal\>\"", ",", "\"\<Cubic\>\""}], "}"}], ",", - "system"}], "]"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDrop", "[", - RowBox[{"targetSetting", ",", "\"\<CellCentring\>\""}], "]"}], - ",", "\[IndentingNewLine]", "True", ",", - "\[IndentingNewLine]", "\t", "targetSetting"}], "]"}]}], - "}"}]}]}], "\[IndentingNewLine]", "\t", ")"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "diffset"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Keys", "@", "sourceSetting"}], ",", - RowBox[{"Keys", "@", "targetSetting"}]}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"H", ".", " ", "Determining"}], " ", "new", " ", "space", " ", - "group", " ", "symbol"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "Determine"}], " ", "the", " ", "target", " ", - "space", " ", "group", " ", "from", " ", "setting", " ", "if", " ", - "needed"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{"needtargetSG", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Main", " ", - RowBox[{"entry", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"SG", "[", "\"\<Setting\>\"", "]"}]}], "===", - RowBox[{"Sort", "@", "targetSetting"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetSG", "=", - RowBox[{"SG", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinFull\>\""}], - "]"}]}], ",", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"(*", " ", - RowBox[{"Special", " ", "multiple", " ", - RowBox[{"cell", "?"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"Join", "[", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"{", - RowBox[{"tetList", ",", - RowBox[{"{", "\"\<R\>\"", "}"}], ",", "hex3List", ",", - "hexList", ",", "monoList"}], "}"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t\t\t", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{ - RowBox[{"targetSG", "=", "sourceSG"}], ";", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"targetSGnumber", "=", "sourceSGnumber"}], ";", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"Goto", "[", "\"\<CheckSGformat\>\"", "]"}]}]}], - "\[IndentingNewLine]", "\t\t\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "alternatives"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{ - "SG", "\[LeftDoubleBracket]", "\"\<AlternativeSettings\>\"", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"While", "[", - RowBox[{"True", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", ">", - RowBox[{"Length", "@", "temp"}]}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"UnitCellTransformation", "::", "target"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{"i", ",", "\"\<Setting\>\""}], - "\[RightDoubleBracket]"}]}], "===", - RowBox[{"Sort", "@", "targetSetting"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"targetSG", "=", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{ - "i", ",", "\"\<Name\>\"", ",", - "\"\<HermannMauguinFull\>\""}], - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"Break", "[", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"i", "++"}]}]}], "]"}]}]}], "\[IndentingNewLine]", - "\t\t", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "Check"}], " ", "if", " ", "source", " ", - "and", " ", "target", " ", "are", " ", "same", " ", "space", " ", - "group"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"targetSGnumber", "=", - RowBox[{"GetSymmetryData", "[", - RowBox[{"targetSG", ",", "\"\<SpaceGroupNumber\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sourceSGnumber", "\[NotEqual]", "targetSGnumber"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "differentsg"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"GetSymmetryData", "[", - RowBox[{"sourceSG", ",", "\"\<Symbol\>\""}], "]"}], ",", - "sourceSGnumber", ",", "\[IndentingNewLine]", "\t", - RowBox[{"GetSymmetryData", "[", - RowBox[{"targetSG", ",", "\"\<Symbol\>\""}], "]"}], ",", - "targetSGnumber"}], "]"}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iii", ".", " ", "Check"}], " ", "whether", " ", "to", " ", - "use", " ", "formatted", " ", "symbol"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Label", "[", "\"\<CheckSGformat\>\"", "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"targetSG", "=", - RowBox[{"ToStandardSetting", "@", "targetSG"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"1.", - RowBox[{"I", ".", " ", "Common"}], " ", "transformation", " ", - "procedures"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"'", - RowBox[{"CellCentring", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"procedureCellCentring", ":=", - RowBox[{"(", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCentring"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "sourceCentring"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "sourceCentring"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"sourceCentring", "=", - RowBox[{"StringTake", "[", - RowBox[{"fullHM", ",", "1"}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"No", " ", "change"}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{ - RowBox[{"sourceCentring", "===", "targetCentring"}], ",", - "\[IndentingNewLine]", "\t", "Null", ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Transformation", " ", - RowBox[{"from", " ", "'"}], - RowBox[{"P", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - - RowBox[{"sourceCentring", "===", "\"\<P\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t", - RowBox[{"targetCentring", "<>", "\"\<_to_P\>\""}], "]"}]}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Transformation", " ", - RowBox[{"to", " ", "'"}], - RowBox[{"P", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - - RowBox[{"targetCentring", "===", "\"\<P\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "[", - RowBox[{"sourceCentring", "<>", "\"\<_to_P\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Transformation", " ", - RowBox[{"via", " ", "'"}], - RowBox[{"P", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - "True", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "[", - RowBox[{"sourceCentring", "<>", "\"\<_to_P\>\""}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"P2", "=", - RowBox[{"Inverse", "@", - RowBox[{"$TransformationMatrices", "[", - RowBox[{"targetCentring", "<>", "\"\<_to_P\>\""}], - "]"}]}]}]}]}], "\[IndentingNewLine]", "\t", "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"'", - RowBox[{"CellOrigin", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"procedureCellOrigin", ":=", - RowBox[{"(", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"targetSetting", ",", "\"\<CellOrigin\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"sourceSetting", "[", "\"\<CellOrigin\>\"", "]"}], ",", - "targetO"}], "}"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"shift", "=", - RowBox[{"SG", "\[LeftDoubleBracket]", - RowBox[{ - "\"\<AlternativeSettings\>\"", ",", "1", ",", - "\"\<OriginShift\>\""}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetO"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Get", " ", "space", " ", "group", " ", "origin", " ", "shift", - " ", - RowBox[{"(", - RowBox[{"shift", " ", "vector"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"temp", "===", - RowBox[{"{", - RowBox[{"1", ",", "1"}], "}"}]}], ",", "Null", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "===", - RowBox[{"{", - RowBox[{"2", ",", "2"}], "}"}]}], ",", "Null", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"temp", "===", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}]}], ",", - RowBox[{"p", "=", "shift"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"temp", "===", - RowBox[{"{", - RowBox[{"2", ",", "1"}], "}"}]}], ",", - RowBox[{"p", "=", - RowBox[{"-", "shift"}]}]}], "]"}]}], "\[IndentingNewLine]", - "\t", "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], ")"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "2.", " ", "Determining", " ", - "correct", " ", "transformation", " ", "matrices", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Goto", "[", "system", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"A", ".", " ", - RowBox[{"Triclinic", " ", "--"}]}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Triclinic\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"CellCentring", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", "procedureCellCentring", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"B", ".", " ", - RowBox[{"Monoclinic", " ", "--"}]}]}], "*)"}], "\[IndentingNewLine]", - - RowBox[{"Label", "[", "\"\<Monoclinic\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", "Prepartations", " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "target", " ", "axis", " ", "not", " ", "given"}], - ",", " ", - RowBox[{"use", " ", "same", " ", "axis", " ", "as", " ", "source"}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "targetAxis"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "targetAxis"}]}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetAxis", "=", - RowBox[{"sourceSetting", "[", "\"\<UniqueAxis\>\"", "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"UniqueAxis", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{"Target", " ", "unique", " ", "axis", " ", "transformation"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"allowed", "=", - RowBox[{"{", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<UniqueAxisB_to_C\>\"", ",", "\[IndentingNewLine]", "\t\t", - "\"\<UniqueAxisB_to_A\>\"", ",", "\[IndentingNewLine]", "\t\t", - "\"\<UniqueAxisC_to_A\>\""}], "}"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"ToUpperCase", "/@", - RowBox[{"{", - RowBox[{ - RowBox[{"sourceSetting", "[", "\"\<UniqueAxis\>\"", "]"}], ",", - "targetAxis"}], "}"}]}]}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "whether", " ", "P", " ", "or", " ", "Q", " ", - RowBox[{"(", "inverse", ")"}], " ", "is", " ", "needed"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"cmd", "=", - RowBox[{"\"\<UniqueAxis\>\"", "<>", - RowBox[{"temp", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "<>", "\"\<_to_\>\"", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"allowed", ",", "cmd"}], "]"}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"Q", "=", "False"}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Q", "=", "True"}], ";", "\[IndentingNewLine]", "\t\t\t", - RowBox[{"cmd", "=", - RowBox[{"\"\<UniqueAxis\>\"", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "<>", "\"\<_to_\>\"", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}]}]}]}]}], "\[IndentingNewLine]", "\t\t", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Target", " ", "unique", " ", "axis", " ", "transformation"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"SameQ", "@@", "temp"}]}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "[", "cmd", "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{"Q", ",", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", "P1"}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "'"}], - RowBox[{"CellChoice", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "cell", " ", "choice", " ", "is", " ", "an", - " ", "available", " ", "setting"}], " ", "*)"}], "\t\t", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"KeyExistsQ", "[", - RowBox[{ - RowBox[{"SG", "[", "\"\<Setting\>\"", "]"}], ",", - "\"\<CellChoice\>\""}], "]"}]}], "\[IndentingNewLine]", "\t\t", "&&", - RowBox[{"KeyExistsQ", "[", - RowBox[{"targetSetting", ",", "\"\<CellChoice\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "command"}], ",", - "\"\<CellChoice\>\""}], "]"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"Abort", "[", "]"}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCC"}]}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Matrix", " ", "for", " ", "checking", " ", "transformation", " ", - "signature"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}]}], "}"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"temp", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"sg", "[", - RowBox[{"\"\<Setting\>\"", ",", "\"\<CellChoice\>\""}], "]"}], - ",", "targetCC"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Use", " ", "regular"}], ",", " ", "none", ",", " ", - RowBox[{"or", " ", "inverse", " ", "transformation"}]}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "===", - RowBox[{"-", "1"}]}], ",", - RowBox[{"Q", "=", "True"}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "===", "0"}], ",", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "===", "1"}], ",", - RowBox[{"Q", "=", "False"}]}], "\[IndentingNewLine]", "\t\t", - "]"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"cmd", "=", - RowBox[{"\"\<UniqueAxis\>\"", "<>", - RowBox[{"ToUpperCase", "@", "targetAxis"}], "\[IndentingNewLine]", - "\t\t", "<>", "\"\<_CellChoice+1\>\""}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{"$TransformationMatrices", "[", "cmd", "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{"Q", ",", - RowBox[{"P2", "=", - RowBox[{"Inverse", "@", "P2"}]}]}], "]"}], ";"}]}], - "\[IndentingNewLine]", "\t\t", "]"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"C", ".", " ", - RowBox[{"Orthorhombic", " ", "--"}]}]}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Orthorhombic\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"AxisPermutation", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetAP"}]}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "which", " ", "matrices", " ", "are", " ", "needed"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"ToUpperCase", "/@", "\[IndentingNewLine]", "\t\t", - RowBox[{"{", - RowBox[{ - RowBox[{"sourceSetting", "[", "\"\<AxisPermutation\>\"", "]"}], - ",", "targetAP"}], "}"}]}]}], ";", "\[IndentingNewLine]", "\t\t", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"SameQ", "@@", "temp"}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Same", " ", "axis", " ", - RowBox[{"permutation", " ", "--"}], " ", "no", " ", "transform", - " ", "required"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - "Null", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{"temp", ",", "\"\<DEF\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Chain", " ", - RowBox[{"through", " ", "'"}], - RowBox[{"abc", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"x", "=", - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "<>", "\"\<_to_DEF\>\""}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"y", "=", - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "<>", "\"\<_to_DEF\>\""}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "[", "x", "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{"Inverse", "@", - RowBox[{"$TransformationMatrices", "[", "y", "]"}]}]}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "OR", " ", "use", " ", "one", " ", "of", " ", "the", " ", "six", - " ", "transformations"}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"cmd", "=", - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - "<>", "\"\<_to_\>\"", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}]}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"$TransformationMatrices", ",", "cmd"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "[", "cmd", "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t", - - RowBox[{ - RowBox[{ - "temp", "\[LeftDoubleBracket]", "2", - "\[RightDoubleBracket]"}], "<>", "\"\<_to_\>\"", "<>", - RowBox[{ - "temp", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}]}]}], "\[IndentingNewLine]", - "\t\t", "]"}]}], "\[IndentingNewLine]", "\t\t", "]"}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "'"}], - RowBox[{"CellOrigin", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", "procedureCellOrigin", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"D", ".", " ", - RowBox[{"Tetragonal", " ", "--"}]}]}], "*)"}], "\[IndentingNewLine]", - - RowBox[{"Label", "[", "\"\<Tetragonal\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Checks", " ", "and", " ", "updates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "sourceCentring"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "sourceCentring"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"sourceCentring", "=", - RowBox[{"StringTake", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"sg", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinShort\>\""}], - "]"}], ",", "1"}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "targetCentring"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "targetCentring"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"targetCentring", "=", - RowBox[{"StringTake", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"SG", "[", - RowBox[{"\"\<Name\>\"", ",", "\"\<HermannMauguinShort\>\""}], - "]"}], ",", "1"}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"CellCentring", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", "procedureCellCentring", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "'"}], - RowBox[{"MultipleCell", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"targetSetting", ",", "\"\<MultipleCell\>\""}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"If", " ", "already", " ", "transformed"}], ",", " ", - RowBox[{"transform", " ", - RowBox[{"to", " ", "'"}], - RowBox[{"P", "'"}], " ", - RowBox[{"or", " ", "'"}], - RowBox[{"I", "'"}]}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"tetList", ",", "sourceCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<TetragonalProjection\>\"", "<>", - RowBox[{"StringTake", "[", - RowBox[{"sourceCell", ",", - RowBox[{"-", "1"}]}], "]"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Transforming", " ", "to", " ", "target", " ", "cell"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<P\>\"", ",", "\"\<I\>\""}], "}"}], ",", - "targetCell"}], "]"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"P2", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<TetragonalProjection\>\"", "<>", - RowBox[{"StringTake", "[", - RowBox[{"targetCell", ",", - RowBox[{"-", "1"}]}], "]"}]}], "]"}]}]}], - "\[IndentingNewLine]", "\t", "]"}]}]}], "\[IndentingNewLine]", "\t", - "]"}], ";", "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"iii", ".", " ", "'"}], - RowBox[{"CellOrigin", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", "procedureCellOrigin", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"E", ".", " ", "Hexagonal"}], " ", "crystal", " ", - RowBox[{"family", " ", "--"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Trigonal\>\"", "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Hexagonal\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Checks", " ", "and", " ", "updates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Reinstate", " ", "'"}], - RowBox[{"MultipleCell", "'"}], " ", "label"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "sourceCell"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "sourceCell"}]}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"sourceCell", "=", - RowBox[{"sourceSetting", "[", "\"\<MultipleCell\>\"", "]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "rhombohedral", " ", "source", " ", "setting"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "sourceRS"}], "||", - RowBox[{"!", - RowBox[{"ValueQ", "@", "sourceRS"}]}]}], ",", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{ - "Assume", " ", "main", " ", "space", " ", "group", " ", "setting"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"sourceRS", "=", "\"\<obverse\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "rhombohedral", " ", "target", " ", "setting"}], - " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"MissingQ", "@", "targetRS"}], "&&", - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "targetCell"}], "]"}]}], ",", - RowBox[{"targetRS", "=", "\"\<obverse\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetRS"}]}], "&&", - RowBox[{"targetCell", "===", "\"\<R\>\""}]}], ",", - RowBox[{"targetCell", "=", "\"\<R1\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"A", ".", " ", "Rhombohedral"}], " ", "space", " ", "group"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"SubsetQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "146", ",", "148", ",", "155", ",", "160", ",", "161", ",", "166", - ",", "167"}], "}"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"sourceSGnumber", ",", "targetSGnumber"}], "}"}]}], "]"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "target", " ", "command"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"Join", "[", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"{", "\"\<R\>\"", "}"}], ",", "hex3List", ",", - "monoList"}], "}"}], "]"}]}], ",", "targetCell"}], "]"}]}], - ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalidSG"}], ",", - "\[IndentingNewLine]", "\t\t\t", "targetCell"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Rhombohedral"}], " ", "source"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"sourceCell", "===", "\"\<R\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"a", - RowBox[{".1", ".", " ", "Rhombohedral"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{ - RowBox[{"targetCell", "===", "\"\<R\>\""}], "&&", - RowBox[{"MissingQ", "@", "targetRS"}]}], ",", - "\[IndentingNewLine]", "\t\t\t", - RowBox[{"Goto", "[", "\"\<MatricesDone\>\"", "]"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"a", - RowBox[{".2", ".", " ", "Triple"}], " ", "hexagonal", " ", - "target"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "targetCell", "<>", - "\"\<_\>\"", "<>", "targetRS"}], "]"}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"a", - RowBox[{".3", ".", " ", "Monoclinic"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", "True", ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "targetCell"}], - "]"}]}]}], "\[IndentingNewLine]", "\t\t", "]"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Regular"}], " ", "hexagonal", " ", - RowBox[{"(", - RowBox[{"R1", ",", " ", "R2", ",", " ", "R3"}], ")"}], " ", - "source"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "sourceCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"b", - RowBox[{".1", ".", " ", "Rhombohedral"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"targetCell", "===", "\"\<R\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "sourceCell", "<>", - "\"\<_\>\"", "<>", "sourceRS"}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"b", - RowBox[{".2", ".", " ", "Triple"}], " ", "hexagonal", " ", - "target"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"sourceCell", "===", "targetCell"}], "&&", - RowBox[{"sourceRS", "===", "targetRS"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Goto", "[", "\"\<MatricesDone\>\"", "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "sourceCell", "<>", - "\"\<_\>\"", "<>", "sourceRS"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "targetCell", "<>", - "\"\<_\>\"", "<>", "targetRS"}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"b", - RowBox[{".3", ".", " ", "Monoclinic"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", "True", ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"sourceCell", "===", "\"\<R1\>\""}], "&&", - RowBox[{"sourceRS", "===", "\"\<obverse\>\""}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - "\"\<TripleHexagonal_to_Monoclinic_\>\"", "<>", - "targetCell"}], "]"}]}], ",", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", - "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "sourceCell", "<>", - "\"\<_\>\"", "<>", "sourceRS"}], "]"}]}]}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "targetCell"}], - "]"}]}]}]}], "]"}]}], "\[IndentingNewLine]", "\t\t", "]"}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"c", ".", " ", "Monoclinic"}], " ", "source"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"monoList", ",", "sourceCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"c", - RowBox[{".1", ".", " ", "Rhombohedral"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"targetCell", "===", "\"\<R\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "sourceCell"}], - "]"}]}]}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t\t", - RowBox[{"(*", " ", - RowBox[{"c", - RowBox[{".2", ".", " ", "Regular"}], " ", "hexagonal", " ", - RowBox[{"(", - RowBox[{"R1", ",", " ", "R2", ",", " ", "R3"}], ")"}], "l", - " ", "target"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "sourceCell"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_\>\"", "<>", "targetCell", "<>", - "\"\<_\>\"", "<>", "targetRS"}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"c", - RowBox[{".3", ".", " ", "Monoclinic"}], " ", "target"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", "True", ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sourceCell", "===", "targetCell"}], ",", - RowBox[{"Goto", "[", "\"\<MatricesDone\>\"", "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "@", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "sourceCell"}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{ - "$TransformationMatrices", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{ - "\"\<Rhombohedral_to_Monoclinic_\>\"", "<>", "targetCell"}], - "]"}]}]}]}], "\[IndentingNewLine]", "\t\t", "]"}]}], - "\[IndentingNewLine]", "\t\t", "]"}]}], ",", "\[IndentingNewLine]", - "\t", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Transformation"}], " ", "of", " ", "the", - " ", "hexagonal", " ", "lattice"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", "True", ",", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "if", " ", "target", " ", "is", " ", "valid"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"Flatten", "@", - RowBox[{"Join", "[", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"{", "\"\<P\>\"", "}"}], ",", "hexList", ",", - "monoList"}], "}"}], "]"}]}], ",", "targetCell"}], "]"}]}], - ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"UnitCellTransformation", "::", "invalidSG"}], ",", - "\[IndentingNewLine]", "\t\t\t", "targetCell"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"M", "=", - RowBox[{"Flatten", "@", - RowBox[{"DeleteCases", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{"Keys", "@", "$TransformationMatrices"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - "StartOfString", "~~", "\"\<Hexagonal\>\"", "~~", "__"}]}], - "]"}], ",", - RowBox[{"{", "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MissingQ", "@", "sourceCell"}], ",", - RowBox[{"sourceCell", "=", "\"\<P\>\""}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"a", ".", " ", "Primitive"}], " ", "hexagonal", " ", - "source"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"sourceCell", "===", "\"\<P\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"a", - RowBox[{".1", ".", " ", "No"}], " ", "change"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"targetCell", "===", "\"\<P\>\""}], ",", - RowBox[{"Goto", "[", "\"\<MatricesDone\>\"", "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"a", - RowBox[{".2", ".", " ", "Special"}], " ", "hexagonal", " ", - "target"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hexList", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Select", "[", - RowBox[{"M", ",", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", "targetCell"}], "]"}], "&"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"$TransformationMatrices", "@@", "temp"}]}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Special"}], " ", "hexagonal", " ", - "source"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hexList", ",", "sourceCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"b", - RowBox[{".1", ".", " ", "To"}], " ", "primitive", " ", - "hexagonal", " ", "cell"}], " ", "*)"}], "\[IndentingNewLine]", - "\t\t", - RowBox[{ - RowBox[{"targetCell", "===", "\"\<P\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"Select", "[", - RowBox[{"M", ",", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", "targetCell"}], "]"}], "&"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{ - RowBox[{"Inverse", "@", "$TransformationMatrices"}], "@@", - "temp"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"b", - RowBox[{".2", ".", " ", "To"}], " ", "special", " ", - "hexagonal", " ", "target"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"MemberQ", "[", - RowBox[{"hexList", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"sourceCell", "===", "targetCell"}], ",", - RowBox[{"Goto", "[", "\"\<MatricesDone\>\"", "]"}]}], "]"}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"Select", "[", - RowBox[{"M", ",", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", "sourceCell"}], "]"}], "&"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P1", "=", - RowBox[{"Inverse", "[", - RowBox[{"$TransformationMatrices", "@@", "temp"}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"temp", "=", - RowBox[{"Select", "[", - RowBox[{"M", ",", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", "targetCell"}], "]"}], "&"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"P2", "=", - RowBox[{"$TransformationMatrices", "@@", "temp"}]}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}]}], "\[IndentingNewLine]", - "\t\t", "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Label", "[", "\"\<MatricesDone\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", " ", "2."}], - RowBox[{"F", ".", " ", - RowBox[{"Cubic", " ", "--"}]}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<Cubic\>\"", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"i", ".", " ", "'"}], - RowBox[{"CellCentring", "'"}]}], " ", "*)"}], " ", - "\[IndentingNewLine]", "\t", "procedureCellCentring", ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"ii", ".", " ", "'"}], - RowBox[{"CellOrigin", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", - "\t", "procedureCellOrigin", ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Preparations", " ", "done"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"Goto", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "3.", " ", "Carrying", " ", "out", " ", - "transformations", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"3.", - RowBox[{"A", ".", " ", "Preparations"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<MetricTransformation\>\"", "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"P", "=", - RowBox[{"P1", ".", "P2"}]}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"returnP", "===", "All"}], ",", - RowBox[{"Return", "@", - RowBox[{"{", - RowBox[{"P1", ",", "P2"}], "}"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{"returnP", ",", - RowBox[{"Return", "@", "P"}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"Q", "=", - RowBox[{"Inverse", "@", "P"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"q", "=", - RowBox[{"-", - RowBox[{"Q", ".", "p"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"G", "=", - RowBox[{ - RowBox[{"Transpose", "[", "P", "]"}], ".", "G", ".", "P"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"newlattice", "=", - RowBox[{"Association", "@", - RowBox[{"Thread", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<a\>\"", ",", "\"\<b\>\"", ",", "\"\<c\>\"", ",", - "\"\<\[Alpha]\>\"", ",", "\"\<\[Beta]\>\"", ",", - "\"\<\[Gamma]\>\""}], "}"}], "\[IndentingNewLine]", "\[Rule]", - RowBox[{"GetLatticeParameters", "[", - RowBox[{"G", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}]}], "]"}]}], "]"}]}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"3.", - RowBox[{"B", ".", " ", "Transforming"}], " ", "coordinates", " ", - "and", " ", "ADPs"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Fractional", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"xyz", "=", - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "crystal", ",", "\[IndentingNewLine]", "\"\<AtomData\>\"", ",", "All", - ",", "\"\<FractionalCoordinates\>\""}], "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"newxyz", "=", - RowBox[{"Chop", "[", - RowBox[{ - RowBox[{ - RowBox[{"FractionalPart", "[", - RowBox[{ - RowBox[{"Dot", "[", - RowBox[{"Q", ",", "#"}], "]"}], "+", "q"}], "]"}], "&"}], "/@", - "xyz"}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Move", " ", "content", " ", "to", " ", "unit", " ", "cell", " ", "if", - " ", "empty"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", "moveNegativeQ"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"AnyInsideUnitCellQ", "[", "allCoordinates_", "]"}], ":=", - RowBox[{"Or", "@@", - RowBox[{"Map", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"AllTrue", "[", - RowBox[{"#", ",", - RowBox[{ - RowBox[{"0", "\[LessEqual]", "#", "\[LessEqual]", "1"}], - "&"}]}], "]"}], "&"}], ",", "allCoordinates"}], "]"}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Length", "@", "newxyz"}], "\[LessEqual]", "100"}], "&&", - - RowBox[{"!", - RowBox[{"AnyInsideUnitCellQ", "@", "newxyz"}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"newxyz", "=", - RowBox[{"Transpose", "[", - RowBox[{ - RowBox[{"Transpose", "@", "newxyz"}], "-", - RowBox[{"First", "@", - RowBox[{"Sort", "@", - RowBox[{"Floor", "@", "newxyz"}]}]}]}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Atomic", " ", "displacement", " ", "parameters"}], " ", "*)"}], - "\t", - RowBox[{"adps", "=", - RowBox[{"Lookup", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<AtomData\>\""}], "]"}], ",", - "\"\<DisplacementParameters\>\"", ",", "0."}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"U", "=", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"#1", ",", "#4", ",", "#5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#4", ",", "#2", ",", "#6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"#5", ",", "#6", ",", "#3"}], "}"}]}], "}"}], "&"}], "@@", - "#"}], "&"}], "/@", "adps"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Preparing", " ", - RowBox[{"diagonal", " ", "'"}], - RowBox[{"N", "'"}], " ", "matrices"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{ - RowBox[{"References", ":", "\[IndentingNewLine]", "https", ":"}], "//", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"doi", ".", "org"}], "/", "10.1107"}], "/", - "S0108767311018216"}], "\[IndentingNewLine]", - RowBox[{"https", ":"}]}]}], "//", - RowBox[{ - RowBox[{ - RowBox[{"doi", ".", "org"}], "/", "10.1107"}], "/", - "S0021889802008580"}]}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"n0", "=", - RowBox[{"DiagonalMatrix", "@", - RowBox[{"Sqrt", "@", - RowBox[{"Diagonal", "@", - RowBox[{"Inverse", "@", "G0"}]}]}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"n", "=", - RowBox[{"Inverse", "@", - RowBox[{"DiagonalMatrix", "@", - RowBox[{"Sqrt", "@", - RowBox[{"Diagonal", "@", - RowBox[{"Inverse", "@", "G"}]}]}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Transforming", " ", "ADPs"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"newU", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"u", "=", - RowBox[{ - "U", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatrixQ", "[", "u", "]"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"temp", "=", - RowBox[{"n0", ".", "u", ".", - RowBox[{"Transpose", "[", "n0", "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Q", ".", "temp", ".", - RowBox[{"Transpose", "[", "Q", "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"Chop", "[", - RowBox[{"n", ".", "temp", ".", - RowBox[{"Transpose", "[", "n", "]"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{ - RowBox[{ - RowBox[{"Part", "[", - RowBox[{"temp", ",", - RowBox[{"#", "/.", - RowBox[{"List", "\[Rule]", "Sequence"}]}]}], "]"}], "&"}], "/@", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "3"}], "}"}]}], "}"}]}]}]}], ",", - "\[IndentingNewLine]", - RowBox[{"temp", "=", "u"}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"newU", ",", "temp"}], "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "adps"}]}], "}"}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "4.", " ", "Overwriting", " ", "entry", - " ", "in", " ", "$CrystalData", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Determine", " ", "new", " ", "space", " ", "group", " ", "symbol", " ", - "automatically"}], " ", "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Remove", " ", "old", " ", "cell", " ", "tag"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"targetSG", ",", - RowBox[{"{", - RowBox[{"-", "2"}], "}"}]}], "]"}], "===", "\"\<:\>\""}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetSG", "=", - RowBox[{"StringTake", "[", - RowBox[{"targetSG", ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}]}], "}"}]}], "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Update", " ", "space", " ", "group", " ", "symbol"}], " ", - "*)"}], "\[IndentingNewLine]", "\t\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{ - RowBox[{"targetO", "===", "2"}], "||", - RowBox[{ - RowBox[{"targetSetting", "[", "\"\<CellOrigin\>\"", "]"}], "===", - "2"}]}], ")"}], "&&", "\[IndentingNewLine]", "\t\t", - RowBox[{"!", - RowBox[{"StringContainsQ", "[", - RowBox[{"targetSG", ",", "\"\<:2\>\""}], "]"}]}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetSG", "=", - RowBox[{"targetSG", "<>", "\"\<:2\>\""}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Get", " ", "full", " ", "Hermann"}], "\[Dash]", - RowBox[{"Mauguin", " ", "symbol"}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"targetFullHM", "=", - RowBox[{"GetSymmetryData", "[", - RowBox[{"targetSG", ",", "\"\<HermannMauguinFull\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t\t", - RowBox[{"(*", " ", - RowBox[{"Set", " ", "new", " ", "symbol"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<SpaceGroup\>\""}], "]"}], "=", - "targetSG"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"New", " ", "lattice", " ", "parameters"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{ - "crystal", ",", "\[IndentingNewLine]", "\t", - "\"\<LatticeParameters\>\""}], "]"}], ",", "newlattice"}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"New", " ", "fractional", " ", "coordinates"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "crystal", ",", "\"\<AtomData\>\"", ",", "All", ",", - "\[IndentingNewLine]", "\t", "\"\<FractionalCoordinates\>\""}], - "\[RightDoubleBracket]"}], "=", "newxyz"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"New", " ", "ADPs"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{ - RowBox[{"N", "@", "newU"}], ",", - RowBox[{ - RowBox[{"#", "\[Equal]", "0."}], "&"}]}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"$CrystalData", "\[LeftDoubleBracket]", - RowBox[{ - "crystal", ",", "\"\<AtomData\>\"", ",", "All", ",", - "\[IndentingNewLine]", "\t", "\"\<DisplacementParameters\>\""}], - "\[RightDoubleBracket]"}], "=", "newU"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"Updating", " ", "'"}], - RowBox[{"Notes", "'"}], " ", "and", " ", "adding", " ", "space", " ", - "group", " ", "notes", " ", "if", " ", "needed"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"a", ".", " ", - RowBox[{"Exception", ":", " ", - RowBox[{"default", " ", "space", " ", "group", " ", "setting"}]}]}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"Sort", "@", - RowBox[{"Values", "@", - RowBox[{"SG", "[", "\"\<Setting\>\"", "]"}]}]}], "===", - "\[IndentingNewLine]", "\t", - RowBox[{"Sort", "@", - RowBox[{"DeleteMissing", "@", - RowBox[{"{", - RowBox[{"targetCell", ",", "targetRS", ",", "targetCentring"}], - "}"}]}]}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"notes", ",", - RowBox[{"{", - RowBox[{ - "\"\<MultipleCell\>\"", ",", "\"\<RhombohedralSetting\>\"", ",", - "\"\<CellCentring\>\""}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"b", ".", " ", "Write"}], " ", "both", " ", "multiple", " ", - "cell", " ", "and", " ", "rhombohedral", " ", "setting"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"targetSetting", ",", "\"\<MultipleCell\>\""}], "]"}], "&&", - "\[IndentingNewLine]", "\t", - RowBox[{"!", - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<P\>\"", ",", "\"\<I\>\""}], "}"}], ",", - "targetCell"}], "]"}]}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"notes", ",", - RowBox[{"\"\<MultipleCell\>\"", "\[Rule]", "targetCell"}]}], - "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\t", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MemberQ", "[", - RowBox[{"hex3List", ",", "targetCell"}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"notes", ",", - RowBox[{"\"\<RhombohedralSetting\>\"", "\[Rule]", "targetRS"}]}], - "]"}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{"notes", ",", "\"\<RhombohedralSetting\>\""}], "]"}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"!", - RowBox[{"MissingQ", "@", "targetCentring"}]}], "&&", - RowBox[{"ValueQ", "@", "targetCentring"}], "&&", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "No", " ", "need", " ", "if", " ", "centring", " ", "is", " ", - "in", " ", "space", " ", "group", " ", "symbol"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"targetFullHM", ",", "1"}], "]"}], "\[NotEqual]", - "targetCentring"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"notes", ",", - RowBox[{"\"\<CellCentring\>\"", "\[Rule]", "targetCentring"}]}], - "]"}]}], "]"}]}]}], "\[IndentingNewLine]", "\t", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Writing", " ", - RowBox[{"over", " ", "'"}], - RowBox[{"Notes", "'"}], " ", "or", " ", "removing", " ", "if", " ", - "empty"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"notes", "=!=", - RowBox[{"<|", "|>"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"$CrystalData", "[", - RowBox[{"crystal", ",", "\"\<Notes\>\""}], "]"}], "=", - RowBox[{"Sort", "@", "notes"}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{"KeyDropFrom", "[", - RowBox[{ - RowBox[{"$CrystalData", "[", "crystal", "]"}], ",", - "\"\<Notes\>\""}], "]"}]}], "\[IndentingNewLine]", "\t", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "5.", " ", "Display", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Label", "[", "\"\<End\>\"", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"InputCheck", "[", - RowBox[{"\"\<ShallowDisplayCrystal\>\"", ",", "crystal"}], "]"}]}]}], - "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.761652384926148*^9, 3.7616523863182783`*^9}, { - 3.761652501261352*^9, 3.761652505333606*^9}, 3.7627930943264647`*^9, { - 3.78011729838146*^9, 3.780117327859271*^9}, {3.780119006161199*^9, - 3.780119008331439*^9}, {3.780119063591*^9, 3.780119073849944*^9}, { - 3.7801194423151493`*^9, 3.780119442821135*^9}, {3.780119849545116*^9, - 3.780119925444474*^9}, {3.780120042088119*^9, 3.780120073059046*^9}, { - 3.780120118377701*^9, 3.780120118582106*^9}, {3.7801209002648973`*^9, - 3.780120901295123*^9}, {3.780120946545774*^9, 3.780121001302227*^9}, { - 3.7801213344858503`*^9, 3.78012134048417*^9}, {3.7801215867393312`*^9, - 3.780121586874241*^9}, {3.780123138803892*^9, 3.780123159065637*^9}, { - 3.780123276268249*^9, 3.7801233645501337`*^9}, {3.7801234304595127`*^9, - 3.780123456756074*^9}, {3.78012348866334*^9, 3.7801234890526867`*^9}, { - 3.780123674412871*^9, 3.780123792511475*^9}, {3.780123838562603*^9, - 3.7801239843231697`*^9}, {3.7801241361874857`*^9, 3.780124138114052*^9}, { - 3.78012418250989*^9, 3.780124312361519*^9}, {3.780124350946904*^9, - 3.780124352858677*^9}, {3.78012440254611*^9, 3.780124403317322*^9}, { - 3.780124438359673*^9, 3.780124493451413*^9}, {3.7801245475582867`*^9, - 3.780124594888576*^9}, {3.780125169059753*^9, 3.780125173946314*^9}, - 3.7801252225281143`*^9, {3.7801255423203993`*^9, 3.7801255537217703`*^9}, { - 3.780125601910986*^9, 3.780125718299121*^9}, {3.780125748712925*^9, - 3.780125803540703*^9}, {3.780125925749563*^9, 3.780125970562964*^9}, { - 3.780126007281138*^9, 3.780126042629672*^9}, {3.780126119836372*^9, - 3.780126120258316*^9}, {3.780126167751857*^9, 3.780126227715029*^9}, { - 3.780126310831773*^9, 3.780126473065201*^9}, {3.780126509406781*^9, - 3.780126549474765*^9}, {3.780126580451379*^9, 3.780126580791086*^9}, { - 3.780126631667992*^9, 3.780126684644767*^9}, 3.7801268061744957`*^9, { - 3.780127041732708*^9, 3.780127163368679*^9}, {3.780127204691481*^9, - 3.780127212193478*^9}, {3.780127257343275*^9, 3.78012729452597*^9}, { - 3.7801273250863657`*^9, 3.780127393432397*^9}, {3.780136714530459*^9, - 3.780136717652457*^9}, {3.786968732176543*^9, 3.7869687332192173`*^9}, { - 3.7916966093215322`*^9, 3.791696629261942*^9}, {3.80798177624828*^9, - 3.807981782094791*^9}, {3.828373398683319*^9, 3.828373404282134*^9}, { - 3.828373453604198*^9, 3.828373485111*^9}, {3.828373687931286*^9, - 3.828373689080722*^9}, 3.8283741945906353`*^9, {3.8283743342814417`*^9, - 3.82837439485105*^9}, {3.828374454261076*^9, 3.828374477783244*^9}, { - 3.828429171563862*^9, 3.8284291719540653`*^9}, {3.830520477278492*^9, - 3.830520503635295*^9}, {3.830520651254993*^9, 3.830520690584463*^9}, { - 3.830520858443737*^9, 3.830520884545114*^9}, {3.830521075821329*^9, - 3.830521099848713*^9}, {3.830521185228622*^9, 3.830521185350196*^9}, { - 3.8305212480336237`*^9, 3.830521252558981*^9}, {3.830521361125311*^9, - 3.830521420371934*^9}, {3.830521519830009*^9, 3.8305215774341087`*^9}, { - 3.830521617009082*^9, 3.8305216752479753`*^9}, {3.891139274480475*^9, - 3.891139274719605*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellID->24626837,ExpressionUUID->"ade9cd56-742e-4abe-b629-b108f832e0e3"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.655742356838553*^9, 3.655742372060646*^9}, - 3.6557467627944937`*^9, 3.655788801290646*^9, {3.655788875176199*^9, - 3.6557888758261757`*^9}, {3.65578919971651*^9, 3.655789200037839*^9}, { - 3.655801038237483*^9, 3.6558010435312433`*^9}, {3.657190485055834*^9, - 3.657190510152482*^9}, {3.657190761354436*^9, 3.657190764136423*^9}, { - 3.657190864206573*^9, 3.6571908652469587`*^9}, {3.657191249647196*^9, - 3.657191274140421*^9}, 3.6571913792520313`*^9, {3.657191423745737*^9, - 3.6571914240092087`*^9}, {3.6571914551444397`*^9, 3.657191456632414*^9}, - 3.657196777421657*^9, {3.657196859389958*^9, 3.657196883978856*^9}, { - 3.657196988256592*^9, 3.657197001336329*^9}, 3.657200247719434*^9, - 3.6572007261726093`*^9, {3.657203655191904*^9, 3.657203655319538*^9}, - 3.657221819331767*^9, {3.658395294791712*^9, 3.658395316637723*^9}, { - 3.667811042307796*^9, 3.6678110688569927`*^9}, {3.6678110991292048`*^9, - 3.667811099480304*^9}, {3.704963743924171*^9, 3.70496374747575*^9}}, - Background->RGBColor[1, 0.9, 0.8], - CellLabel-> - "In[486]:=",ExpressionUUID->"17c8cc51-e5d7-4d46-958e-16766b1d3a8d"] -}, Closed]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Finalisation", "Chapter", - CellChangeTimes->{{3.667810135289062*^9, 3.667810137240119*^9}, { - 3.717738383999324*^9, 3.7177383921610823`*^9}, 3.836360028252955*^9, { - 3.884523748261808*^9, - 3.884523752949321*^9}},ExpressionUUID->"b72d0a28-4fbc-4bdf-9cff-\ -1ade661ab141"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"(*", - RowBox[{ - RowBox[{ - RowBox[{"--", - RowBox[{"--", - RowBox[{"-", " ", "End"}]}]}], " ", - RowBox[{ - RowBox[{"package", " ", "--"}], "--"}]}], "-"}], "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"EndPackage", "[", "]"}], ";"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650291995903159*^9, 3.650291999656385*^9}, { - 3.655794914392253*^9, 3.655794915028521*^9}, {3.6570168680070057`*^9, - 3.657016910052175*^9}, {3.657182226988536*^9, 3.657182262339521*^9}, { - 3.6571965249075317`*^9, 3.657196529083351*^9}, {3.657222486965454*^9, - 3.6572224883724937`*^9}, {3.6572225935629787`*^9, 3.657222623281169*^9}, { - 3.667732206857939*^9, 3.667732209689768*^9}, {3.667810145961068*^9, - 3.66781016027987*^9}, {3.836361146256083*^9, 3.83636115179644*^9}, { - 3.8363613142102127`*^9, 3.83636131648428*^9}, {3.836361361696479*^9, - 3.8363613723721046`*^9}, {3.83636163760288*^9, 3.8363616383089113`*^9}, { - 3.8617942312426977`*^9, 3.861794231392652*^9}}, - Background->GrayLevel[ - 0.85],ExpressionUUID->"361671c5-ddec-43ca-9329-375b9664a064"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Autocompletion", "Chapter", - CellChangeTimes->{{3.667810135289062*^9, 3.667810137240119*^9}, { - 3.717738383999324*^9, 3.7177383921610823`*^9}, {3.836360028252955*^9, - 3.836360039311843*^9}},ExpressionUUID->"93fcc544-083e-4c4e-b3b7-\ -0e2db59959ba"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"If", "[", - RowBox[{"$Notebooks", ",", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Auto", " ", "completion", " ", - "function", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "$InstallationDirectory", ",", "\"\<SystemFiles\>\"", ",", - "\"\<FrontEnd\>\"", ",", "\"\<SystemResources\>\"", ",", - "\"\<FunctionalFrequency\>\"", ",", - "\"\<specialArgFunctions.tr\>\""}], "}"}], "]"}], " ", "*)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", "\[IndentingNewLine]", " ", - RowBox[{ - RowBox[{ - RowBox[{"https", ":"}], "//", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"mathematica", ".", "stackexchange", ".", "com"}], "/", - "questions"}], "/", "56984"}], "/", "argument"}], "-", - "completions", "-", "for", "-", "user", "-", "defined", "-", - RowBox[{"functions", "#129910"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", " ", - RowBox[{"Argument", " ", - RowBox[{"codes", ":", "\[IndentingNewLine]", " ", - RowBox[{ - "Normal", " ", "argument", " ", "0", "\n", " ", - "AbsoluteFilename", " ", "2", "\n", " ", "RelativeFilename", " ", - "3", "\n", " ", "Color", " ", "4", "\n", " ", - "PackageName", " ", "7", "\n", " ", "DirectoryName", " ", - "8", "\n", " ", "InterpreterType", " ", "9"}]}]}]}], - "\[IndentingNewLine]", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"addCompletion", ":=", - RowBox[{ - RowBox[{"FE`Evaluate", "[", - RowBox[{"FEPrivate`AddSpecialArgCompletion", "[", "#", "]"}], "]"}], - "&"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Data", " ", "bases", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", "$PointGroups", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"keysPG", "=", - RowBox[{"Keys", "@", "$PointGroups"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "$LaueClasses", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"keysLC", "=", - RowBox[{"Keys", "@", "$LaueClasses"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "$SpaceGroups", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"keysSG", "=", - RowBox[{"Keys", "@", "$SpaceGroups"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"$GroupSymbolRedirect", " ", - RowBox[{"(", - RowBox[{"non", "-", "formatted"}], ")"}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"keysRD", "=", - RowBox[{"Select", "[", - RowBox[{ - RowBox[{"Keys", "@", "$GroupSymbolRedirect"}], ",", - RowBox[{ - RowBox[{"!", - RowBox[{"StringContainsQ", "[", - RowBox[{"#", ",", - RowBox[{"{", "\"\<\\!\>\"", "}"}]}], "]"}]}], "&"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "$CrystalData", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"keysCD", "=", - RowBox[{"Keys", "@", "$CrystalData"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "$PeriodicTable", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"keysPT", "=", - RowBox[{"Keys", "@", "$PeriodicTable"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", "$TransformationMatrices", " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"keysTM", "=", - RowBox[{"Keys", "@", "$TransformationMatrices"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"-", - RowBox[{"*", " ", "Mix", " ", "*", "-"}]}], "*)"}], - "\[IndentingNewLine]", - RowBox[{"keysRDCD", "=", - RowBox[{"Join", "[", - RowBox[{"keysRD", ",", "keysCD"}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Enabling", " ", "auto", " ", - "completion", " ", "for", " ", "symbols", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"Scan", "[", - RowBox[{"addCompletion", ",", "\[IndentingNewLine]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<AttenuationCoefficient\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<BraggAngle\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<CrystalDensity\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<CrystalFormulaUnits\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<CrystalPlot\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<DarwinWidth\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<DistortStructure\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysCD", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<EmbedStructure\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysCD", ",", "0", ",", "keysCD", ",", "0"}], "}"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExpandCrystal\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExportCrystalData\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<DIFFUSE\>\"", ",", "\"\<DISCUS\>\""}], "}"}], ",", - "keysCD", ",", "2"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExtinctionLength\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetAtomicScatteringFactor\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetCrystalMetric\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetElements\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetLatticeParameters\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetLaueClass\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetScatteringCrossSection\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetSymmetryData\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysRDCD", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<Centring\>\"", ",", "\"\<CrystalSystem\>\"", ",", - "\"\<GroupType\>\"", ",", "\"\<HallString\>\"", ",", - "\[IndentingNewLine]", "\"\<HermannMauguinFull\>\"", ",", - "\"\<HermannMauguinShort\>\"", ",", "\"\<LaueClass\>\"", ",", - "\[IndentingNewLine]", "\"\<Lookup\>\"", ",", - "\"\<MainEntryQ\>\"", ",", "\"\<PointGroupNumber\>\"", ",", - "\"\<SpaceGroupNumber\>\"", ",", "\[IndentingNewLine]", - "\"\<Symbol\>\""}], "}"}]}], "\[IndentingNewLine]", "}"}]}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<GetSymmetryOperations\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ImportCrystalData\>\"", "\[Rule]", - RowBox[{"{", "2", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<InputCheck\>\"", "\[Rule]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"0", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<1hkl\>\"", ",", "\"\<1xyz\>\"", ",", "\"\<Integer\>\"", - ",", "\"\<Multiple\>\"", ",", "\"\<StringSymbol\>\"", ",", - "\"\<WrapSingle\>\"", ",", "\[IndentingNewLine]", - "\"\<CrystalEntityQ\>\"", ",", "\"\<CrystalQ\>\"", ",", - "\"\<FilterSpecialLabels\>\"", ",", "\[IndentingNewLine]", - "\"\<GenerateTargetPositions\>\"", ",", - "\"\<GetCartesianTransformation\>\"", ",", - "\[IndentingNewLine]", "\"\<GetCentringVectors\>\"", ",", - "\"\<GetCrystalFamilyMetric\>\"", ",", - "\"\<GetCrystalFormulaUnits\>\"", ",", "\[IndentingNewLine]", - "\"\<GetCrystalSpaceGroup\>\"", ",", - "\"\<GetCrystalWavelength\>\"", ",", - "\"\<GetEnergyWavelength\>\"", ",", "\[IndentingNewLine]", - "\"\<GetPointSpaceGroupCrystal\>\"", ",", - "\"\<GetReciprocalImageOrientation\>\"", ",", - "\[IndentingNewLine]", "\"\<HandleSpecialLabels\>\"", ",", - "\[IndentingNewLine]", "\"\<InterpretElement\>\"", ",", - "\"\<InterpretSpaceGroup\>\"", ",", "\[IndentingNewLine]", - "\"\<PadDomain\>\"", ",", "\[IndentingNewLine]", - "\"\<PointGroupQ\>\"", ",", "\"\<PointSpaceGroupQ\>\"", ",", - "\[IndentingNewLine]", "\"\<Polarisation\>\"", ",", - "\[IndentingNewLine]", "\"\<ProcessWavelength\>\"", ",", - "\"\<RotationTransformation\>\"", ",", "\[IndentingNewLine]", - "\"\<ShallowDisplayCrystal\>\"", ",", "\[IndentingNewLine]", - "\"\<Update$CrystalDataAutoCompletion\>\"", ",", - "\"\<Update$CrystalDataFile\>\""}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<InterplanarSpacing\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<MergeSymmetryEquivalentReflections\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ReciprocalSpaceSimulation\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ReflectionList\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<RelatedFunctionsGraph\>\"", "\[Rule]", - RowBox[{"Names", "[", "\"\<StianRamsnes`MaXrd`*\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<ResizeStructure\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysCD", ",", "0"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SimulateDiffractionPattern\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<DIFFUSE\>\"", ",", "\"\<DISCUS\>\""}], "}"}], ",", - "keysCD", ",", "0"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<StructureFactor\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<StructureFactorTable\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SymmetryEquivalentPositions\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SymmetryEquivalentReflections\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SymmetryEquivalentReflectionsQ\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<SynthesiseStructure\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysCD", ",", "0", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SystematicAbsentQ\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", - RowBox[{"{", "keysRDCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - "\"\<TransformAtomicDisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", "keysCD", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<UnitCellTransformation\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"keysCD", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<CartesianConverter\>\"", ",", - "\"\<EquivalentIsotropic\>\""}], "}"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<$CrystalData\>\"", "\[Rule]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{"keysCD", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<AtomData\>\"", ",", "\"\<ChemicalFormula\>\"", ",", - "\"\<FormulaUnits\>\"", ",", "\[IndentingNewLine]", - "\"\<LatticeParameters\>\"", ",", "\"\<Notes\>\"", ",", - "\"\<SpaceGroup\>\"", ",", "\"\<Wavelength\>\""}], "}"}]}], - "\[IndentingNewLine]", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$LaueClasses\>\"", "\[Rule]", - RowBox[{"{", "keysLC", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$PeriodicTable\>\"", "\[Rule]", - RowBox[{"{", "keysPT", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$PointGroups\>\"", "\[Rule]", - RowBox[{"{", "keysPG", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$SpaceGroups\>\"", "\[Rule]", - RowBox[{"{", "keysSG", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$TransformationMatrices\>\"", "\[Rule]", - RowBox[{"{", "keysTM", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<$GroupSymbolRedirect\>\"", "\[Rule]", - RowBox[{"{", "keysRD", "}"}]}]}], "\[IndentingNewLine]", "}"}]}], - "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{{3.7174929072201157`*^9, 3.717492909690868*^9}, { - 3.717851942424342*^9, 3.7178519617417593`*^9}, {3.7179166385566483`*^9, - 3.717916652130022*^9}, {3.717916702807887*^9, 3.717916757851202*^9}, { - 3.717916796898471*^9, 3.717916797584778*^9}, {3.7179168597055387`*^9, - 3.7179168799813023`*^9}, {3.7179169623571787`*^9, 3.717916971272681*^9}, { - 3.717928823867218*^9, 3.717928843861143*^9}, {3.717931942625165*^9, - 3.717931942894418*^9}, {3.717950307134776*^9, 3.71795032344585*^9}, { - 3.7179503956593943`*^9, 3.7179504833770247`*^9}, {3.718347755545013*^9, - 3.718347756427464*^9}, {3.718348697054927*^9, 3.71834872303612*^9}, { - 3.718378812525331*^9, 3.7183790965031652`*^9}, 3.718379155071508*^9, { - 3.718433650236459*^9, 3.718433651802683*^9}, {3.718433684841159*^9, - 3.718433703770782*^9}, {3.720762569498526*^9, 3.720762575349032*^9}, { - 3.720762780070977*^9, 3.7207627896775208`*^9}, {3.742027033473415*^9, - 3.742027106009214*^9}, {3.7420271521617126`*^9, 3.742027566761835*^9}, { - 3.742027603881781*^9, 3.742027679126568*^9}, {3.742027717081161*^9, - 3.742027916383613*^9}, {3.7441146944243393`*^9, 3.744114696423382*^9}, { - 3.747568043506074*^9, 3.7475680485584393`*^9}, {3.747568430787212*^9, - 3.7475684719611464`*^9}, {3.761244417846724*^9, 3.76124442228309*^9}, { - 3.761244470264434*^9, 3.761244493067786*^9}, {3.761244897386915*^9, - 3.761244910159872*^9}, {3.7612449406559467`*^9, 3.761244954455592*^9}, { - 3.761249627063087*^9, 3.76124970233836*^9}, {3.7619840552044153`*^9, - 3.7619840606281147`*^9}, {3.7619841071462393`*^9, 3.761984152589323*^9}, { - 3.7619843318412724`*^9, 3.761984348791288*^9}, {3.7627512725903387`*^9, - 3.762751272876742*^9}, {3.7637954061541367`*^9, 3.763795410933415*^9}, { - 3.7637954591020527`*^9, 3.763795459412326*^9}, 3.764955858844449*^9, { - 3.769495480801033*^9, 3.7694954920354958`*^9}, {3.769495534019821*^9, - 3.7694955343067503`*^9}, {3.7712380374261017`*^9, 3.771238101559119*^9}, { - 3.779699718722555*^9, 3.779699725977388*^9}, {3.7796997726685677`*^9, - 3.779699774218174*^9}, {3.779699930077063*^9, 3.779699951513096*^9}, { - 3.7838000328003473`*^9, 3.783800042334887*^9}, {3.78380010047132*^9, - 3.783800115317122*^9}, {3.783800477966506*^9, 3.783800495348497*^9}, { - 3.79628164553333*^9, 3.796281647633924*^9}, {3.807790787931221*^9, - 3.807790812215783*^9}, {3.807790847306941*^9, 3.807790892442072*^9}, { - 3.807980295911572*^9, 3.807980298190555*^9}, {3.8079814927928677`*^9, - 3.807981501031747*^9}, {3.808052317668151*^9, 3.808052347430931*^9}, { - 3.829285556099214*^9, 3.829285605143903*^9}, {3.82928565532731*^9, - 3.8292856575344753`*^9}, {3.836361557334799*^9, 3.836361619390213*^9}, - 3.861794292207686*^9, {3.861797645780446*^9, 3.861797667907002*^9}, - 3.891172336452012*^9},ExpressionUUID->"b593baef-aae3-4d68-af5a-\ -52a364b3c9ff"] -}, Closed]] -}, Open ]] -}, -AutoGeneratedPackage->Automatic, -WindowToolbars->{}, -InitializationCellWarning->False, -WindowSize->{781, 848}, -WindowMargins->{{32, Automatic}, {Automatic, 8}}, -FrontEndVersion->"13.2 for Mac OS X ARM (64-bit) (January 30, 2023)", -StyleDefinitions->"Default.nb", -ExpressionUUID->"55c2302a-eccf-411f-9e15-4997501fc36e" -] -(* End of Notebook Content *) - -(* Internal cache information *) -(*CellTagsOutline -CellTagsIndex->{} -*) -(*CellTagsIndex -CellTagsIndex->{} -*) -(*NotebookFileOutline -Notebook[{ -Cell[CellGroupData[{ -Cell[580, 22, 626, 13, 98, "Title",ExpressionUUID->"8ae99ef7-4796-40a0-8315-c09dd1887448"], -Cell[CellGroupData[{ -Cell[1231, 39, 352, 6, 69, "Chapter",ExpressionUUID->"fbbfaf10-b60a-4b01-9632-324a69ad69b2"], -Cell[1586, 47, 11111, 215, 943, "Input",ExpressionUUID->"8a17587d-c978-4270-b720-0ff1184b091d", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[12734, 267, 252, 4, 58, "Chapter",ExpressionUUID->"6d7fc55f-b1c0-4e10-b031-7816175be8be"], -Cell[CellGroupData[{ -Cell[13011, 275, 473, 7, 64, "Subchapter",ExpressionUUID->"c41cb460-4373-45c5-bb69-a9a10140c89a"], -Cell[13487, 284, 620, 11, 45, "Input",ExpressionUUID->"c699d47a-52db-414c-84e1-23f2cab35bf3", - InitializationCell->True], -Cell[14110, 297, 4630, 86, 420, "Input",ExpressionUUID->"ca57549c-ac09-4526-958f-ff373aaafc57", - InitializationCell->True], -Cell[18743, 385, 1215, 19, 49, "Input",ExpressionUUID->"ffc0a3df-ec8f-4f45-ba45-7a1411d47cb7", - InitializationCell->True], -Cell[19961, 406, 30700, 552, 2257, "Input",ExpressionUUID->"9efca070-debe-4ee4-afe4-a79f70e6c480", - InitializationCell->True], -Cell[50664, 960, 1138, 18, 45, "Input",ExpressionUUID->"dab4db01-5156-4ede-8605-c500a591c019", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[51839, 983, 463, 7, 48, "Subchapter",ExpressionUUID->"77412c77-a615-40d2-af30-4a1af2d05756"], -Cell[52305, 992, 620, 11, 45, "Input",ExpressionUUID->"602f3b46-faf4-43c9-a94c-47ed02be07df", - InitializationCell->True], -Cell[52928, 1005, 1512, 36, 259, "Input",ExpressionUUID->"3ef5e913-88ad-40ec-ba4a-85d36ad7ee94", - InitializationCell->True], -Cell[54443, 1043, 1215, 19, 49, "Input",ExpressionUUID->"45a3af02-dcf5-482d-beb8-8271513cc2eb", - InitializationCell->True], -Cell[55661, 1064, 12566, 239, 1024, "Input",ExpressionUUID->"d82dc607-3bbe-4a04-846a-00b5bcfdf75d", - InitializationCell->True], -Cell[68230, 1305, 1138, 18, 45, "Input",ExpressionUUID->"942809d9-27ea-497d-bb0c-f9629fac2430", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[69405, 1328, 519, 8, 48, "Subchapter",ExpressionUUID->"fefc468f-3f9f-47e1-b37c-dc9bfd50ce7d"], -Cell[69927, 1338, 620, 11, 45, "Input",ExpressionUUID->"01a0f71e-6182-4164-a95e-e6be8e908aa2", - InitializationCell->True], -Cell[70550, 1351, 3223, 67, 399, "Input",ExpressionUUID->"310e0981-68bb-4525-966f-219eff6c468c", - InitializationCell->True], -Cell[73776, 1420, 1215, 19, 49, "Input",ExpressionUUID->"958eb401-0d70-48d4-9aab-c422c9b3ad19", - InitializationCell->True], -Cell[74994, 1441, 14703, 267, 1200, "Input",ExpressionUUID->"40d83617-8b8e-43d1-86a1-c7b205a902c3", - InitializationCell->True], -Cell[89700, 1710, 15263, 297, 1143, "Input",ExpressionUUID->"e275ae56-164b-4a6f-82e8-c673f2de99f3", - InitializationCell->True], -Cell[104966, 2009, 1138, 18, 45, "Input",ExpressionUUID->"a80f1595-10dc-4121-bda8-48d0b94566e9", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[106141, 2032, 441, 7, 48, "Subchapter",ExpressionUUID->"1f58df03-5f77-463a-a880-6ffa2d42f38c"], -Cell[106585, 2041, 620, 11, 45, "Input",ExpressionUUID->"55c12aef-1898-4cc0-a959-7cba7bb718d1", - InitializationCell->True], -Cell[107208, 2054, 1090, 23, 179, "Input",ExpressionUUID->"b51278f0-0770-4dc6-82a6-c7b87c11a43b", - InitializationCell->True], -Cell[108301, 2079, 1215, 19, 49, "Input",ExpressionUUID->"31e40fc0-6437-4b8f-897d-af9bfed7eac0", - InitializationCell->True], -Cell[109519, 2100, 18720, 370, 1550, "Input",ExpressionUUID->"fda2eaaf-64ce-437e-8d85-548684f68546", - InitializationCell->True], -Cell[128242, 2472, 1138, 18, 45, "Input",ExpressionUUID->"20daf76c-312c-4261-99ee-b0325325673b", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[129417, 2495, 494, 7, 48, "Subchapter",ExpressionUUID->"57293870-c474-4350-b77d-ef6b4817b285"], -Cell[129914, 2504, 620, 11, 45, "Input",ExpressionUUID->"27054959-8bb7-4f18-b798-a7b950108569", - InitializationCell->True], -Cell[130537, 2517, 1107, 28, 215, "Input",ExpressionUUID->"6dddff0d-92f3-4b86-b95a-ab7004ed1dc8", - InitializationCell->True], -Cell[131647, 2547, 1215, 19, 49, "Input",ExpressionUUID->"ab42411b-6dc9-4385-a0ee-07ea0255034c", - InitializationCell->True], -Cell[132865, 2568, 23622, 460, 1742, "Input",ExpressionUUID->"edca1e99-40e2-4982-a6ab-6324cec7bcb5", - InitializationCell->True], -Cell[156490, 3030, 1138, 18, 45, "Input",ExpressionUUID->"ff193bcc-6cba-46ee-9c07-9c80cf2790a2", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[157665, 3053, 460, 7, 48, "Subchapter",ExpressionUUID->"4ac15f4a-3ecb-453d-a293-8c35e61a22c9"], -Cell[158128, 3062, 619, 11, 45, "Input",ExpressionUUID->"4adee72c-be27-4874-b144-4014c4aae5d4", - InitializationCell->True], -Cell[158750, 3075, 7561, 150, 841, "Input",ExpressionUUID->"6457d213-16be-4fc9-8c8d-f912a74cce01", - InitializationCell->True], -Cell[166314, 3227, 1215, 19, 49, "Input",ExpressionUUID->"9c38c1fd-0da9-44a6-b573-92f514e32268", - InitializationCell->True], -Cell[167532, 3248, 49750, 943, 4387, "Input",ExpressionUUID->"bde2d4c8-af01-42bb-902a-7314791ebaae", - InitializationCell->True], -Cell[217285, 4193, 18180, 277, 460, "Input",ExpressionUUID->"e3af9f82-831f-4375-9fc0-a9e5397a27ef", - InitializationCell->True], -Cell[235468, 4472, 16752, 255, 359, "Input",ExpressionUUID->"cd12f5ec-5d4a-466a-82bb-3f972a1827aa", - InitializationCell->True], -Cell[252223, 4729, 31778, 1072, 510, "Input",ExpressionUUID->"a6eff166-3862-463f-8551-1a39c9c20bd6", - InitializationCell->True], -Cell[284004, 5803, 34328, 551, 1518, "Input",ExpressionUUID->"3ed5ef11-c33b-4412-834e-46cd25a4a309", - InitializationCell->True], -Cell[318335, 6356, 1138, 18, 45, "Input",ExpressionUUID->"ac247765-f6d7-4e79-b898-dd9f9f78ddab", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[319510, 6379, 531, 8, 48, "Subchapter",ExpressionUUID->"40e4bfb9-1629-447f-849d-c3237fd14ed7"], -Cell[320044, 6389, 620, 11, 45, "Input",ExpressionUUID->"693b2688-6b0f-4b7c-8c03-c7de2a644c6a", - InitializationCell->True], -Cell[320667, 6402, 1259, 28, 219, "Input",ExpressionUUID->"805b346e-cd1d-4919-b5f9-b8a55270bf38", - InitializationCell->True], -Cell[321929, 6432, 1215, 19, 49, "Input",ExpressionUUID->"3f7814b8-c82e-4a33-9f01-5f69745da6e9", - InitializationCell->True], -Cell[323147, 6453, 9513, 176, 719, "Input",ExpressionUUID->"62f963aa-8c56-42e3-88b4-add2a17efea4", - InitializationCell->True], -Cell[332663, 6631, 1138, 18, 45, "Input",ExpressionUUID->"a40837a6-412e-4a23-ae32-883ce4b7fc1f", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[333838, 6654, 260, 4, 48, "Subchapter",ExpressionUUID->"0be7a9ad-ddfd-45f5-8544-bf32f5537209"], -Cell[334101, 6660, 620, 11, 45, "Input",ExpressionUUID->"1825c0c8-9e7c-4a8a-b2b3-6d6a5e9fb7f4", - InitializationCell->True], -Cell[334724, 6673, 2457, 52, 301, "Input",ExpressionUUID->"5a8ab559-fdc9-4d14-8329-ed1ac2a1585b", - InitializationCell->True], -Cell[337184, 6727, 1215, 19, 49, "Input",ExpressionUUID->"765cf11f-0254-4fe5-b304-3a2ee3a50bdb", - InitializationCell->True], -Cell[338402, 6748, 10322, 208, 988, "Input",ExpressionUUID->"fb058af1-1d1e-47af-b089-d64f5f92b5d8", - InitializationCell->True], -Cell[348727, 6958, 1138, 18, 45, "Input",ExpressionUUID->"143410b0-8e23-46ed-a4a3-20e4de2b2386", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[349902, 6981, 461, 7, 48, "Subchapter",ExpressionUUID->"fa3b1e28-6287-43a3-a048-475bb2a1f590"], -Cell[350366, 6990, 620, 11, 45, "Input",ExpressionUUID->"9c40b441-47d5-4fa7-9935-2c0163e20878", - InitializationCell->True], -Cell[350989, 7003, 4005, 79, 379, "Input",ExpressionUUID->"4aa6d0f4-0165-4591-8676-a5f7dc7f5ee9", - InitializationCell->True], -Cell[354997, 7084, 1215, 19, 49, "Input",ExpressionUUID->"364f8ddc-26c6-4eb1-a280-d8a4a14fb4b4", - InitializationCell->True], -Cell[356215, 7105, 29964, 522, 1680, "Input",ExpressionUUID->"0a23fef8-a5e5-457a-8385-358a1637ce28", - InitializationCell->True], -Cell[386182, 7629, 1138, 18, 45, "Input",ExpressionUUID->"29c961dc-1405-49b6-9ef8-68b160183866", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[387357, 7652, 585, 9, 48, "Subchapter",ExpressionUUID->"c8f58ba6-6b83-4858-8bfd-672bb6f5374d"], -Cell[387945, 7663, 620, 11, 45, "Input",ExpressionUUID->"c37db127-8575-422c-a74b-9931077e8af8", - InitializationCell->True], -Cell[388568, 7676, 8356, 157, 739, "Input",ExpressionUUID->"9feed640-9a40-45db-aab6-1bd167f06e26", - InitializationCell->True], -Cell[396927, 7835, 1215, 19, 49, "Input",ExpressionUUID->"f1c762bf-c75f-43d9-b4e8-08fefccba3e0", - InitializationCell->True], -Cell[398145, 7856, 98374, 1777, 6806, "Input",ExpressionUUID->"70901ce9-28ca-4776-9d77-4b82863da114", - InitializationCell->True], -Cell[496522, 9635, 10509, 199, 869, "Input",ExpressionUUID->"dfc6f718-440c-4100-b2d6-9f233519f28c", - InitializationCell->True], -Cell[507034, 9836, 1138, 18, 45, "Input",ExpressionUUID->"4780f691-ddd5-4f6c-8a28-dd388734afca", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[508209, 9859, 463, 7, 48, "Subchapter",ExpressionUUID->"930a1fc8-1b5b-43b0-beab-70c88a911f77"], -Cell[508675, 9868, 620, 11, 45, "Input",ExpressionUUID->"185a30a6-22da-4744-a050-a1264ed353f8", - InitializationCell->True], -Cell[509298, 9881, 3126, 67, 439, "Input",ExpressionUUID->"32bd3007-c21a-4f11-b0aa-598d3df5f884", - InitializationCell->True], -Cell[512427, 9950, 1215, 19, 49, "Input",ExpressionUUID->"c09c1fef-8659-415a-83e6-6aebe255bfd7", - InitializationCell->True], -Cell[513645, 9971, 24141, 469, 2344, "Input",ExpressionUUID->"d95a0b69-8f65-4359-b52c-02e292f5b664", - InitializationCell->True], -Cell[537789, 10442, 10132, 144, 72, "Input",ExpressionUUID->"e38533c4-613b-47d7-a13a-63ec835f4d1a", - InitializationCell->True], -Cell[547924, 10588, 1138, 18, 45, "Input",ExpressionUUID->"b29ae8d0-de22-483c-b04c-98749ab62e11", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[549099, 10611, 492, 7, 48, "Subchapter",ExpressionUUID->"f7a8ab5e-bed2-4065-9968-ed763bd03f9c"], -Cell[549594, 10620, 624, 12, 45, "Input",ExpressionUUID->"5571c796-7697-4606-870e-cb6667435c26", - InitializationCell->True], -Cell[550221, 10634, 3536, 70, 399, "Input",ExpressionUUID->"6ceb2ccc-2625-4f56-bc27-d58b0808cf26", - InitializationCell->True], -Cell[553760, 10706, 1219, 20, 49, "Input",ExpressionUUID->"b9a0c610-6a60-491a-9387-586588077ba9", - InitializationCell->True], -Cell[554982, 10728, 22201, 422, 1817, "Input",ExpressionUUID->"a4cd486d-bc96-4d05-b50a-fa58a9049e19", - InitializationCell->True], -Cell[577186, 11152, 34451, 630, 2756, "Input",ExpressionUUID->"0502aef3-99ab-4176-9f64-f6e697b1f164", - InitializationCell->True], -Cell[611640, 11784, 11695, 185, 312, "Input",ExpressionUUID->"5eff56b2-6e4a-495c-9b9c-28771d7f6b2c", - InitializationCell->True], -Cell[623338, 11971, 10379, 152, 159, "Input",ExpressionUUID->"ec65ff9d-dcc3-4c62-8fcd-ffe5e2dc8b23", - InitializationCell->True], -Cell[633720, 12125, 1142, 19, 45, "Input",ExpressionUUID->"263cc96a-cdbd-41b2-b127-3422100f2606", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[634899, 12149, 532, 8, 48, "Subchapter",ExpressionUUID->"064698d7-07ee-4271-a0fb-5fe392638921"], -Cell[635434, 12159, 619, 11, 45, "Input",ExpressionUUID->"0535ff75-a812-46ee-9080-8106546d401b", - InitializationCell->True], -Cell[636056, 12172, 1437, 29, 199, "Input",ExpressionUUID->"61475c29-6689-4673-9c6a-46c789db1be2", - InitializationCell->True], -Cell[637496, 12203, 1214, 19, 49, "Input",ExpressionUUID->"5fc9123d-2dc6-493b-bb3e-c3f12a741bcd", - InitializationCell->True], -Cell[638713, 12224, 15946, 299, 1212, "Input",ExpressionUUID->"fdc9d81f-59dc-4973-9d53-1e4a7e533f55", - InitializationCell->True], -Cell[654662, 12525, 1138, 18, 45, "Input",ExpressionUUID->"2922f8f5-f28e-4855-93c0-a2013bea323b", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[655837, 12548, 339, 5, 48, "Subchapter",ExpressionUUID->"d69b5591-dd13-4ce5-9222-6adec15759cd"], -Cell[656179, 12555, 624, 12, 45, "Input",ExpressionUUID->"b8ee57d8-6851-497e-8cbb-118c83b20113", - InitializationCell->True], -Cell[656806, 12569, 4000, 76, 293, "Input",ExpressionUUID->"1be478aa-d26a-46dd-b092-2a2a7c168a73", - InitializationCell->True], -Cell[660809, 12647, 1219, 20, 49, "Input",ExpressionUUID->"758c0ae7-002b-47eb-a0e6-93d136d7a167", - InitializationCell->True], -Cell[662031, 12669, 9113, 137, 182, "Input",ExpressionUUID->"d3789866-1f12-44e7-b3c8-386355b1b418", - InitializationCell->True], -Cell[671147, 12808, 451, 11, 49, "Input",ExpressionUUID->"6653b959-0d3d-4b5b-8ac2-a0c8cde07b00", - InitializationCell->True], -Cell[671601, 12821, 8860, 131, 131, "Input",ExpressionUUID->"50f8361f-3362-4fab-bfa1-157ce544b980", - InitializationCell->True], -Cell[680464, 12954, 9044, 136, 196, "Input",ExpressionUUID->"d7af6261-0147-4143-8899-1313b88b7dfd", - InitializationCell->True], -Cell[689511, 13092, 22516, 451, 2545, "Input",ExpressionUUID->"37237089-a0e0-47d7-ae1f-86dd3fc96880", - InitializationCell->True], -Cell[712030, 13545, 10955, 180, 435, "Input",ExpressionUUID->"157713f5-80da-424a-9ebd-52c81fdb2a5a", - InitializationCell->True], -Cell[722988, 13727, 7433, 152, 1038, "Input",ExpressionUUID->"33f91451-5120-47e8-8980-08202e39725e", - InitializationCell->True], -Cell[730424, 13881, 1142, 19, 45, "Input",ExpressionUUID->"a10cd45d-e7d8-4bae-8b09-f89839768f2a", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[731603, 13905, 562, 8, 48, "Subchapter",ExpressionUUID->"af31ba2f-1f8e-4571-b895-1df59d535afb"], -Cell[732168, 13915, 624, 12, 45, "Input",ExpressionUUID->"5541a297-201f-419f-a7d9-594096f3636a", - InitializationCell->True], -Cell[732795, 13929, 2935, 57, 299, "Input",ExpressionUUID->"1c726f3d-002f-4289-b79d-4c5478930e5c", - InitializationCell->True], -Cell[735733, 13988, 1219, 20, 49, "Input",ExpressionUUID->"abce8748-07f3-46fb-8382-3808da8b7f23", - InitializationCell->True], -Cell[736955, 14010, 19812, 333, 1072, "Input",ExpressionUUID->"8ab1cbd2-3254-4af0-89b7-e69e0ec263e9", - InitializationCell->True], -Cell[756770, 14345, 940, 20, 72, "Input",ExpressionUUID->"e634cf17-0a5d-4743-a102-d7212f0018a2", - InitializationCell->True], -Cell[757713, 14367, 1996, 45, 160, "Input",ExpressionUUID->"e65bc0dd-f835-4687-bd20-fa1143ae5c2f", - InitializationCell->True], -Cell[759712, 14414, 1744, 35, 118, "Input",ExpressionUUID->"91cdf92d-8c0e-4f6c-9385-646398690b68", - InitializationCell->True], -Cell[761459, 14451, 1142, 19, 45, "Input",ExpressionUUID->"bac5fc28-7f55-4804-825f-eeafbe780b4f", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[762638, 14475, 452, 7, 48, "Subchapter",ExpressionUUID->"ce497608-7634-4ce0-a45a-40d4d78da363"], -Cell[763093, 14484, 624, 12, 45, "Input",ExpressionUUID->"21c8d12d-acdd-4752-9cf1-4afe2050dc5c", - InitializationCell->True], -Cell[763720, 14498, 3727, 73, 421, "Input",ExpressionUUID->"f854cfaa-8501-47af-8ffd-b06d678f0a87", - InitializationCell->True], -Cell[767450, 14573, 1219, 20, 49, "Input",ExpressionUUID->"28ff112b-882b-47b9-94a8-87906b3e98ae", - InitializationCell->True], -Cell[768672, 14595, 6092, 129, 715, "Input",ExpressionUUID->"47f9540e-562f-452c-94b8-8640462c63b9", - InitializationCell->True], -Cell[774767, 14726, 46283, 911, 4189, "Input",ExpressionUUID->"4967cd28-6976-4128-b0ee-9285d067ed54", - InitializationCell->True], -Cell[821053, 15639, 1142, 19, 45, "Input",ExpressionUUID->"274cc24d-fecb-44ab-9c25-feed4dd03b30", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[822232, 15663, 514, 8, 48, "Subchapter",ExpressionUUID->"04a41a43-bab0-42c7-ba0a-06efd718cf2f"], -Cell[822749, 15673, 624, 12, 45, "Input",ExpressionUUID->"cf5243ac-5c96-469c-8154-ab804479f35f", - InitializationCell->True], -Cell[823376, 15687, 3702, 78, 559, "Input",ExpressionUUID->"5cce676a-3156-49d4-9a2b-deaf43477133", - InitializationCell->True], -Cell[827081, 15767, 1219, 20, 49, "Input",ExpressionUUID->"4b4d4455-ea40-4cf6-add6-6459371a2e98", - InitializationCell->True], -Cell[828303, 15789, 15126, 250, 715, "Input",ExpressionUUID->"4ff8e84c-d336-4703-90e9-a8703717e4e4", - InitializationCell->True], -Cell[843432, 16041, 1337, 25, 136, "Input",ExpressionUUID->"4b771d54-16ad-40c9-a9ea-0eee964ff0c1", - InitializationCell->True], -Cell[844772, 16068, 2467, 57, 271, "Input",ExpressionUUID->"7364ab7e-4944-4fb6-abc9-3684f9fa3d52", - InitializationCell->True], -Cell[847242, 16127, 2392, 54, 248, "Input",ExpressionUUID->"ab40b46e-dec9-4537-9d5d-01e287a1d6cd", - InitializationCell->True], -Cell[849637, 16183, 4153, 94, 593, "Input",ExpressionUUID->"98325794-a260-4f2e-b78b-d84c46481ea5", - InitializationCell->True], -Cell[853793, 16279, 8668, 143, 256, "Input",ExpressionUUID->"d22c44cc-5906-4635-b87a-10c034555f85", - InitializationCell->True], -Cell[862464, 16424, 8517, 140, 202, "Input",ExpressionUUID->"887a4611-b492-424c-9198-3e0e94dda306", - InitializationCell->True], -Cell[870984, 16566, 9215, 153, 287, "Input",ExpressionUUID->"3142ba3c-df4e-4e15-be42-795ead41a1a7", - InitializationCell->True], -Cell[880202, 16721, 1640, 44, 160, "Input",ExpressionUUID->"42588147-1750-4b0a-8ace-79ccc603dee5", - InitializationCell->True], -Cell[881845, 16767, 1298, 34, 118, "Input",ExpressionUUID->"7b16ec35-71d8-4484-92cf-821053ec4be6", - InitializationCell->True], -Cell[883146, 16803, 1129, 25, 95, "Input",ExpressionUUID->"d418a3ce-62f7-43c7-a910-378b29c2afb3", - InitializationCell->True], -Cell[884278, 16830, 1003, 22, 111, "Input",ExpressionUUID->"f1a7bdf4-7aa8-4de3-b51f-efc578c88659", - InitializationCell->True], -Cell[885284, 16854, 1142, 19, 45, "Input",ExpressionUUID->"a6653335-459e-4d11-adf7-d20c0acaeb7e", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[886463, 16878, 382, 6, 48, "Subchapter",ExpressionUUID->"88c4de5a-4949-4b68-97ca-4759909bd9bf"], -Cell[886848, 16886, 624, 12, 45, "Input",ExpressionUUID->"38c1c577-79e2-4841-b88b-708f6fd6e513", - InitializationCell->True], -Cell[887475, 16900, 1748, 43, 297, "Input",ExpressionUUID->"88fadf1d-ba42-4f8e-af1c-b209a884eebf", - InitializationCell->True], -Cell[889226, 16945, 1219, 20, 49, "Input",ExpressionUUID->"b175460b-c6b9-41d7-aa11-cd8f2602c4de", - InitializationCell->True], -Cell[890448, 16967, 22028, 465, 2055, "Input",ExpressionUUID->"1347a758-df44-4a37-811e-a5f71f856ecc", - InitializationCell->True], -Cell[912479, 17434, 1142, 19, 45, "Input",ExpressionUUID->"88892b1f-2c9d-4af4-90e3-325b656413cd", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[913658, 17458, 369, 6, 48, "Subchapter",ExpressionUUID->"83c266d6-504a-4004-b6a7-b06bafe5c55a"], -Cell[914030, 17466, 624, 12, 45, "Input",ExpressionUUID->"a8a0970e-2413-44ef-b0c2-44f83abdd4a0", - InitializationCell->True], -Cell[914657, 17480, 884, 21, 95, "Input",ExpressionUUID->"512ac662-5267-466d-b67c-a97e353b16bd", - InitializationCell->True], -Cell[915544, 17503, 1219, 20, 49, "Input",ExpressionUUID->"fca868db-efc7-45c2-887f-8c77a8ed85ba", - InitializationCell->True], -Cell[916766, 17525, 6531, 95, 95, "Input",ExpressionUUID->"1f6f1972-6af8-4c70-97ae-982f951c724e", - InitializationCell->True], -Cell[923300, 17622, 1142, 19, 45, "Input",ExpressionUUID->"025da413-f892-46d5-b527-d2a5e50c4768", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[924479, 17646, 653, 10, 48, "Subchapter",ExpressionUUID->"898cafc9-ecd9-4aba-8e7d-9a05e3db7235"], -Cell[925135, 17658, 624, 12, 46, "Input",ExpressionUUID->"66d71e77-4ab7-478d-84fe-59fd855cb3af", - InitializationCell->True], -Cell[925762, 17672, 743, 19, 131, "Input",ExpressionUUID->"f25998bc-df47-499a-8b0a-9c97ae5497bc", - InitializationCell->True], -Cell[926508, 17693, 1219, 20, 49, "Input",ExpressionUUID->"79ea042e-a351-4320-bd3f-aedef5fe4bbd", - InitializationCell->True], -Cell[927730, 17715, 12949, 221, 690, "Input",ExpressionUUID->"15a6dfdb-c115-405c-b0e9-dd98448c8011", - InitializationCell->True], -Cell[940682, 17938, 1142, 19, 46, "Input",ExpressionUUID->"74663297-5820-4131-8c01-782e637c78f3", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[941861, 17962, 447, 7, 48, "Subchapter",ExpressionUUID->"feafbab9-d59a-4ca9-94ed-3ac0157ec3a6"], -Cell[942311, 17971, 624, 12, 45, "Input",ExpressionUUID->"1efaff58-21c3-441d-b94d-b681e0d368ad", - InitializationCell->True], -Cell[942938, 17985, 2728, 56, 381, "Input",ExpressionUUID->"4b14ee0a-1324-48de-9d66-7c4ab7b7fc16", - InitializationCell->True], -Cell[945669, 18043, 1219, 20, 49, "Input",ExpressionUUID->"f714e5a1-512c-4505-a27e-115a7be13ab0", - InitializationCell->True], -Cell[946891, 18065, 15393, 297, 1337, "Input",ExpressionUUID->"84427fe3-bf97-4c7b-abed-513b77389f90", - InitializationCell->True], -Cell[962287, 18364, 1142, 19, 45, "Input",ExpressionUUID->"acb916b9-adf5-4e95-8aba-68fa65ad15d3", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[963466, 18388, 260, 4, 48, "Subchapter",ExpressionUUID->"ec3234e6-9ccb-40af-a7f8-b85486276271"], -Cell[963729, 18394, 624, 12, 45, "Input",ExpressionUUID->"71425781-fcfc-4379-a882-1c1575233aad", - InitializationCell->True], -Cell[964356, 18408, 1881, 43, 259, "Input",ExpressionUUID->"e740b5bc-96f8-46d7-8a8a-0912dbc9684a", - InitializationCell->True], -Cell[966240, 18453, 1219, 20, 49, "Input",ExpressionUUID->"a2dbefa0-179a-42ec-aa6d-46cb75f01c77", - InitializationCell->True], -Cell[967462, 18475, 15580, 305, 1579, "Input",ExpressionUUID->"fbc1dde7-d186-4c38-8c08-58bc8d674121", - InitializationCell->True], -Cell[983045, 18782, 1142, 19, 46, "Input",ExpressionUUID->"568bc022-84ce-464d-861d-64f0650057f5", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[984224, 18806, 756, 11, 48, "Subchapter",ExpressionUUID->"b2458eed-63b4-45bb-a7ac-1be707279682"], -Cell[984983, 18819, 624, 12, 45, "Input",ExpressionUUID->"0aad5e28-4013-4a49-93ff-a7c775990b22", - InitializationCell->True], -Cell[985610, 18833, 1475, 32, 219, "Input",ExpressionUUID->"c3deb4ee-7e91-4472-9bfc-2691ae199a28", - InitializationCell->True], -Cell[987088, 18867, 1219, 20, 49, "Input",ExpressionUUID->"72365e8a-c8d3-4f05-a4ca-268ddc909a62", - InitializationCell->True], -Cell[988310, 18889, 15661, 252, 578, "Input",ExpressionUUID->"a22460e0-b6b0-48ba-abb2-941919ed1d38", - InitializationCell->True], -Cell[1003974, 19143, 1142, 19, 45, "Input",ExpressionUUID->"94f0117e-173c-4127-9d36-ca79e97d0393", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1005153, 19167, 463, 7, 48, "Subchapter",ExpressionUUID->"5037ea76-deeb-4152-a2c1-0e470ff06c4f"], -Cell[1005619, 19176, 624, 12, 45, "Input",ExpressionUUID->"e92e519b-0ea3-4f22-b776-30b8e5bbb859", - InitializationCell->True], -Cell[1006246, 19190, 6160, 123, 639, "Input",ExpressionUUID->"f22ad440-d639-405c-ace0-7115c9febf3a", - InitializationCell->True], -Cell[1012409, 19315, 1219, 20, 49, "Input",ExpressionUUID->"a01f8dab-f887-4343-8669-820d33ddcd7c", - InitializationCell->True], -Cell[1013631, 19337, 32050, 609, 2891, "Input",ExpressionUUID->"8bec8f45-67ff-4553-bdc8-a2a53ef217d6", - InitializationCell->True], -Cell[1045684, 19948, 99641, 1943, 8001, "Input",ExpressionUUID->"8d559df2-20f3-4e6d-818e-906d6986e2f4", - InitializationCell->True], -Cell[1145328, 21893, 88045, 1727, 9923, "Input",ExpressionUUID->"f213a4cc-ad69-490a-86c7-33eb3e706dcf", - InitializationCell->True, - CellID->737696194], -Cell[1233376, 23622, 3632, 74, 452, "Input",ExpressionUUID->"10e950f1-eac3-4f49-8a35-c93f6b81a050", - InitializationCell->True], -Cell[1237011, 23698, 1142, 19, 45, "Input",ExpressionUUID->"03553b0d-e275-46a6-8bf3-3a190fe1a871", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1238190, 23722, 326, 5, 48, "Subchapter",ExpressionUUID->"a26e7007-56fc-4489-b3ba-83810c05b931"], -Cell[1238519, 23729, 624, 12, 45, "Input",ExpressionUUID->"8d040ff4-f96a-456a-823d-e6502cfc9655", - InitializationCell->True], -Cell[1239146, 23743, 10437, 217, 1086, "Input",ExpressionUUID->"12339070-6b6d-47ba-9792-4624b8624d60", - InitializationCell->True], -Cell[1249586, 23962, 1219, 20, 49, "Input",ExpressionUUID->"06378c21-bc9e-4d0d-af64-2f372bd701d3", - InitializationCell->True], -Cell[1250808, 23984, 15641, 327, 1601, "Input",ExpressionUUID->"240f0fac-1c34-413b-8694-abceef82f9b6", - InitializationCell->True], -Cell[1266452, 24313, 1446, 33, 163, "Input",ExpressionUUID->"2d098b1d-1c2c-4d0d-a597-fba43ec40962", - InitializationCell->True], -Cell[1267901, 24348, 3097, 58, 307, "Input",ExpressionUUID->"96540f09-e213-46b0-900f-790539427a7c", - InitializationCell->True], -Cell[1271001, 24408, 647, 16, 72, "Input",ExpressionUUID->"5e288eee-940f-4f30-988b-b40c92a7c3ef", - InitializationCell->True], -Cell[1271651, 24426, 1151, 31, 72, "Input",ExpressionUUID->"9e3b7ad9-3861-4f3f-b9d6-e4d375fe2e18", - InitializationCell->True], -Cell[1272805, 24459, 1171, 29, 176, "Input",ExpressionUUID->"ae6b514b-5757-42ab-bb69-510317b5c752", - InitializationCell->True], -Cell[1273979, 24490, 6475, 148, 477, "Input",ExpressionUUID->"815767a5-cd86-49be-90ad-9b56bee85a05", - InitializationCell->True], -Cell[1280457, 24640, 12961, 248, 963, "Input",ExpressionUUID->"a56d537b-67f8-4e9c-b07e-884db2aeb348", - InitializationCell->True], -Cell[1293421, 24890, 3793, 76, 352, "Input",ExpressionUUID->"53366e63-f7c5-4eb1-bf5b-d2edbccd440b", - InitializationCell->True], -Cell[1297217, 24968, 2384, 44, 114, "Input",ExpressionUUID->"208c0ae3-4db4-4927-9117-af9ac7037f2b", - InitializationCell->True], -Cell[1299604, 25014, 2912, 61, 309, "Input",ExpressionUUID->"d1af9d99-a7b4-4ac8-b525-f714105fdc7c", - InitializationCell->True], -Cell[1302519, 25077, 8943, 176, 1044, "Input",ExpressionUUID->"3bf9aa4a-6fc2-47a4-aa22-2b8b39fa6ec5", - InitializationCell->True], -Cell[1311465, 25255, 5433, 116, 470, "Input",ExpressionUUID->"09dad2a0-5e95-487a-a21a-bf4537050eb6", - InitializationCell->True], -Cell[1316901, 25373, 23149, 395, 904, "Input",ExpressionUUID->"a4189197-577d-4d91-a3d7-638f90e78be4", - InitializationCell->True], -Cell[1340053, 25770, 905, 21, 134, "Input",ExpressionUUID->"4b797d8b-3f83-489e-9f60-9d4036297891", - InitializationCell->True], -Cell[1340961, 25793, 20055, 411, 1638, "Input",ExpressionUUID->"8e5e6f2d-f5d4-4483-bc3a-d750a7699d53", - InitializationCell->True], -Cell[1361019, 26206, 18996, 408, 1976, "Input",ExpressionUUID->"601b0ce5-62ac-4686-af66-dc2c8f075b0e", - InitializationCell->True], -Cell[1380018, 26616, 4789, 123, 595, "Input",ExpressionUUID->"b16b138f-bf65-4fd5-a166-713868445fae", - InitializationCell->True], -Cell[1384810, 26741, 1603, 35, 137, "Input",ExpressionUUID->"e82c3951-f20d-436f-a230-d5fa69f68320", - InitializationCell->True], -Cell[1386416, 26778, 1272, 31, 137, "Input",ExpressionUUID->"50460ba9-d53a-4a04-8961-e3234d0a529d", - InitializationCell->True], -Cell[1387691, 26811, 2090, 42, 160, "Input",ExpressionUUID->"6255ceea-ac6e-4b5c-97cb-2470ec8cb6c6", - InitializationCell->True], -Cell[1389784, 26855, 1538, 34, 128, "Input",ExpressionUUID->"5b15bc5b-5261-4877-bbdd-1fb7cf05d318", - InitializationCell->True], -Cell[1391325, 26891, 5237, 104, 288, "Input",ExpressionUUID->"7a6cc95a-01c3-4ec9-bd7e-52488678a29c", - InitializationCell->True], -Cell[1396565, 26997, 28025, 553, 2304, "Input",ExpressionUUID->"cf602b6b-ef62-40bd-b6aa-c22d051abe8a", - InitializationCell->True], -Cell[1424593, 27552, 2161, 39, 128, "Input",ExpressionUUID->"2f0b88f9-42b0-4eb9-b902-f5e1c3eb79d0", - InitializationCell->True], -Cell[1426757, 27593, 1800, 38, 225, "Input",ExpressionUUID->"14cd5c76-b1bf-4c46-b65f-d9ef25dcfc49", - InitializationCell->True], -Cell[1428560, 27633, 1822, 39, 182, "Input",ExpressionUUID->"d5994e4c-9334-44de-8d3c-fad0df1ab3bd", - InitializationCell->True], -Cell[1430385, 27674, 1142, 19, 45, "Input",ExpressionUUID->"b5690650-47cc-4f7f-8fd0-79b6194bf59c", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1431564, 27698, 589, 9, 48, "Subchapter",ExpressionUUID->"f3b3c622-e230-41ee-af97-3c1c4245dc22"], -Cell[1432156, 27709, 624, 12, 46, "Input",ExpressionUUID->"b6907bbc-e623-449b-958e-105e2dd42fce", - InitializationCell->True], -Cell[1432783, 27723, 956, 22, 173, "Input",ExpressionUUID->"eb867074-36f0-48e8-b827-87d016459f91", - InitializationCell->True], -Cell[1433742, 27747, 1219, 20, 49, "Input",ExpressionUUID->"2b191e5f-0c6f-4eb3-a13a-ef07e61f4f22", - InitializationCell->True], -Cell[1434964, 27769, 6988, 129, 572, "Input",ExpressionUUID->"14ee5404-c1c8-47a7-a008-3a9ebf18f057", - InitializationCell->True], -Cell[1441955, 27900, 1142, 19, 46, "Input",ExpressionUUID->"d5451137-81d9-457b-8890-1c2a0fd5fe3c", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1443134, 27924, 388, 6, 48, "Subchapter",ExpressionUUID->"07b09ac0-f274-4997-a3ac-4b8696e59571"], -Cell[1443525, 27932, 625, 12, 45, "Input",ExpressionUUID->"bbb79f52-e40d-4c34-890b-82cfcc4001a9", - InitializationCell->True], -Cell[1444153, 27946, 3415, 61, 166, "Input",ExpressionUUID->"51c553e7-7f86-4fa0-a1fd-db89ab141425", - InitializationCell->True], -Cell[1447571, 28009, 1220, 20, 49, "Input",ExpressionUUID->"97f4efb6-0278-4eaa-8ecb-033efc5cdd43", - InitializationCell->True], -Cell[1448794, 28031, 12404, 219, 522, "Input",ExpressionUUID->"da1af4b0-3fca-45b9-a8a0-043e728e2812", - InitializationCell->True], -Cell[1461201, 28252, 515, 13, 49, "Input",ExpressionUUID->"b7198282-f212-42c2-8081-8375c0d61e32", - InitializationCell->True], -Cell[1461719, 28267, 1143, 19, 45, "Input",ExpressionUUID->"1fa70ec3-c0f8-43cc-838a-ffa613eaf19a", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1462899, 28291, 528, 8, 48, "Subchapter",ExpressionUUID->"f64fec24-f11c-42f8-b8dc-d5a31e02a91a"], -Cell[1463430, 28301, 624, 12, 46, "Input",ExpressionUUID->"b3c2eb7e-faeb-4dc6-97bc-6a564728f04a", - InitializationCell->True], -Cell[1464057, 28315, 890, 23, 173, "Input",ExpressionUUID->"386da9ef-ba20-4473-8152-bd1bf7ea856c", - InitializationCell->True], -Cell[1464950, 28340, 1219, 20, 49, "Input",ExpressionUUID->"41d234c1-6be4-41e0-a580-d6ea481ac266", - InitializationCell->True], -Cell[1466172, 28362, 7733, 129, 383, "Input",ExpressionUUID->"aa7980cb-ddbf-4131-9242-3309a40ad69c", - InitializationCell->True], -Cell[1473908, 28493, 1142, 19, 46, "Input",ExpressionUUID->"eae3acf8-df79-4faf-b7c1-4384e9d7a257", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1475087, 28517, 193, 3, 48, "Subchapter",ExpressionUUID->"4c3a872b-a347-4ddf-ae84-469d58b5aaae"], -Cell[1475283, 28522, 624, 12, 45, "Input",ExpressionUUID->"01ccc289-a163-423d-8462-61f8362cef7c", - InitializationCell->True], -Cell[1475910, 28536, 455, 11, 86, "Input",ExpressionUUID->"6d95c014-779b-4479-b742-967b04283aff", - InitializationCell->True], -Cell[1476368, 28549, 1219, 20, 49, "Input",ExpressionUUID->"ef67a78c-01b7-4a8d-b24a-10dafd97d429", - InitializationCell->True], -Cell[1477590, 28571, 10261, 210, 920, "Input",ExpressionUUID->"70b818eb-25e5-41bf-94be-d99a44896988", - InitializationCell->True], -Cell[1487854, 28783, 1142, 19, 45, "Input",ExpressionUUID->"a1ffb2b5-15cf-4858-a940-95332ad327f3", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1489033, 28807, 195, 3, 48, "Subchapter",ExpressionUUID->"e873f727-ba99-437d-bb17-4d9433c08831"], -Cell[1489231, 28812, 624, 12, 46, "Input",ExpressionUUID->"6188fb4d-e03d-4a5c-8ecb-d45801c05ffb", - InitializationCell->True], -Cell[1489858, 28826, 852, 21, 131, "Input",ExpressionUUID->"c0668719-3ee1-4e67-9973-47c133b40c76", - InitializationCell->True], -Cell[1490713, 28849, 1219, 20, 49, "Input",ExpressionUUID->"d92f159f-d7f1-4afd-92c5-4e0d91d15f93", - InitializationCell->True], -Cell[1491935, 28871, 10026, 212, 1139, "Input",ExpressionUUID->"66b82719-6bd5-4811-a86a-8d22a1b68f6f", - InitializationCell->True], -Cell[1501964, 29085, 2230, 34, 68, "Input",ExpressionUUID->"deaf7f6b-35b3-43ac-8f87-c138ce27eeb9", - InitializationCell->True], -Cell[1504197, 29121, 1142, 19, 46, "Input",ExpressionUUID->"32ae7306-3753-41f2-9a1d-315e4e812d95", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1505376, 29145, 562, 8, 48, "Subchapter",ExpressionUUID->"ebcbd6c1-eec5-4027-9f73-9298282ff4fd"], -Cell[1505941, 29155, 624, 12, 45, "Input",ExpressionUUID->"d0dbdf6c-6237-44f2-a40c-8ac17670cc91", - InitializationCell->True], -Cell[1506568, 29169, 10596, 198, 1016, "Input",ExpressionUUID->"7d63095a-a592-4c82-9485-6435f7ec7c8d", - InitializationCell->True], -Cell[1517167, 29369, 1219, 20, 49, "Input",ExpressionUUID->"7b4e81f1-288e-4cb9-a33a-23988df13b83", - InitializationCell->True], -Cell[1518389, 29391, 11964, 265, 1182, "Input",ExpressionUUID->"b3d110bd-76f8-4d08-9a6f-271a25225400", - InitializationCell->True], -Cell[1530356, 29658, 53467, 942, 3183, "Input",ExpressionUUID->"7ef6bce4-5429-4d94-a772-957616e3c27f", - InitializationCell->True], -Cell[1583826, 30602, 5453, 130, 882, "Input",ExpressionUUID->"5f8083fd-873d-422e-808e-0f8f524b231e", - InitializationCell->True], -Cell[1589282, 30734, 2930, 64, 310, "Input",ExpressionUUID->"65d60693-f4ae-41fd-8150-0ed48a7a251a", - InitializationCell->True], -Cell[1592215, 30800, 10363, 238, 1212, "Input",ExpressionUUID->"e8d78aa5-6de1-48d0-9684-da7c1532316e", - InitializationCell->True], -Cell[1602581, 31040, 7726, 160, 646, "Input",ExpressionUUID->"e5980bd8-826c-4ff7-8cf8-4b4993037bbb", - InitializationCell->True], -Cell[1610310, 31202, 1142, 19, 45, "Input",ExpressionUUID->"2587d94d-3a70-4c08-a3be-b1d8d59b79f5", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1611489, 31226, 373, 6, 48, "Subchapter",ExpressionUUID->"928a4ecb-a264-4036-9264-6727b1923d6d"], -Cell[1611865, 31234, 624, 12, 45, "Input",ExpressionUUID->"93df3da9-64ac-44db-89cc-90f66f063242", - InitializationCell->True], -Cell[1612492, 31248, 4497, 86, 402, "Input",ExpressionUUID->"f2ddfcb7-78f4-48b8-af3a-17026a4576dc", - InitializationCell->True], -Cell[1616992, 31336, 1219, 20, 49, "Input",ExpressionUUID->"1b1d0b34-54a5-4c05-a84c-c54a07289b2b", - InitializationCell->True], -Cell[1618214, 31358, 27208, 565, 2937, "Input",ExpressionUUID->"cfeca95f-c85c-4be2-852c-48f1c8dfc787", - InitializationCell->True], -Cell[1645425, 31925, 4057, 99, 647, "Input",ExpressionUUID->"fc371cde-b942-4d83-833d-42b5072f61b9", - InitializationCell->True], -Cell[1649485, 32026, 1142, 19, 45, "Input",ExpressionUUID->"0b0ade84-c354-4ce5-b1f0-60e6a4779739", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1650664, 32050, 404, 6, 48, "Subchapter",ExpressionUUID->"13242ba5-1a79-49a8-b24b-8cab65e81c72"], -Cell[1651071, 32058, 624, 12, 45, "Input",ExpressionUUID->"44471b1e-5417-43c8-8c7f-bc23ed85ec52", - InitializationCell->True], -Cell[1651698, 32072, 3114, 75, 479, "Input",ExpressionUUID->"40421950-ef3e-4e76-92ac-31bd383ab2e8", - InitializationCell->True], -Cell[1654815, 32149, 1219, 20, 49, "Input",ExpressionUUID->"fb51d99d-a9bb-4c0f-82ba-92cec771dd93", - InitializationCell->True], -Cell[1656037, 32171, 8631, 197, 991, "Input",ExpressionUUID->"3cea94cf-ba76-453d-9605-c01c943c3a14", - InitializationCell->True], -Cell[1664671, 32370, 25301, 517, 2878, "Input",ExpressionUUID->"b70dd896-73fb-4a2e-b841-486c1a1762fc", - InitializationCell->True], -Cell[1689975, 32889, 1142, 19, 45, "Input",ExpressionUUID->"d00baaf1-49c1-46c9-b93b-c25360fde990", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1691154, 32913, 420, 6, 48, "Subchapter",ExpressionUUID->"68f1f9dd-ffe6-42b2-b076-84b6a0659c07"], -Cell[1691577, 32921, 620, 11, 45, "Input",ExpressionUUID->"97ea9807-8a0b-48a5-99f9-3b882bac8350", - InitializationCell->True], -Cell[1692200, 32934, 1443, 34, 261, "Input",ExpressionUUID->"dd4b26f4-103e-4cda-b79d-1ee5712ce143", - InitializationCell->True], -Cell[1693646, 32970, 1215, 19, 49, "Input",ExpressionUUID->"a7130967-9321-438a-87ca-5b2263fae59b", - InitializationCell->True], -Cell[1694864, 32991, 21533, 445, 2541, "Input",ExpressionUUID->"cf878644-2974-4d5e-8ab7-7e1eab710133", - InitializationCell->True], -Cell[1716400, 33438, 1138, 18, 45, "Input",ExpressionUUID->"a847636d-0665-45c2-94bd-b08a60c399ca", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1717575, 33461, 616, 9, 48, "Subchapter",ExpressionUUID->"852fcbad-2f52-4e7d-8950-c68d543c7794"], -Cell[1718194, 33472, 624, 12, 45, "Input",ExpressionUUID->"8788a153-6adf-46c8-a995-29dfb6d2acd0", - InitializationCell->True], -Cell[1718821, 33486, 2936, 47, 126, "Input",ExpressionUUID->"b13ba222-1c39-48bc-8988-1d3336c1f26c", - InitializationCell->True], -Cell[1721760, 33535, 1219, 20, 49, "Input",ExpressionUUID->"0bd3cdd9-8f8f-4bce-94da-34e3342614d2", - InitializationCell->True], -Cell[1722982, 33557, 21171, 305, 278, "Input",ExpressionUUID->"9a39f10d-7398-423b-992b-4d7e561594f4", - InitializationCell->True], -Cell[1744156, 33864, 1142, 19, 45, "Input",ExpressionUUID->"7631d709-8fbd-4541-9ced-a8e3836fce5e", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1745335, 33888, 634, 9, 48, "Subchapter",ExpressionUUID->"02a25074-177f-44cb-a67d-7d8696ecda5b"], -Cell[1745972, 33899, 624, 12, 45, "Input",ExpressionUUID->"488fae1f-850e-4f14-94ab-8b55725db4a1", - InitializationCell->True], -Cell[1746599, 33913, 5514, 85, 186, "Input",ExpressionUUID->"e3cfee80-72d9-48c2-9030-9e537679fdf5", - InitializationCell->True], -Cell[1752116, 34000, 1219, 20, 49, "Input",ExpressionUUID->"9bd62158-b537-4b78-9739-9d2062136167", - InitializationCell->True], -Cell[1753338, 34022, 57459, 822, 792, "Input",ExpressionUUID->"276a7d82-992f-443b-ae68-3cea7b1e3b5f", - InitializationCell->True], -Cell[1810800, 34846, 1142, 19, 45, "Input",ExpressionUUID->"a02b78f9-cd7a-4200-adeb-cd13a0b10ea6", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1811979, 34870, 297, 5, 48, "Subchapter",ExpressionUUID->"a2f3384b-da85-4b8b-a764-3edf6647d56c"], -Cell[1812279, 34877, 624, 12, 45, "Input",ExpressionUUID->"d00f6130-c156-4e35-a3eb-125f012200ac", - InitializationCell->True], -Cell[1812906, 34891, 10970, 218, 1282, "Input",ExpressionUUID->"abec14df-fce9-4c21-a4ef-60075d7e6940", - InitializationCell->True], -Cell[1823879, 35111, 1219, 20, 49, "Input",ExpressionUUID->"970910d7-ea2e-46ef-bfed-827368a795ed", - InitializationCell->True], -Cell[1825101, 35133, 18498, 384, 1712, "Input",ExpressionUUID->"a03b022b-140f-492e-84df-cbe1d4658e2b", - InitializationCell->True], -Cell[1843602, 35519, 39854, 763, 3900, "Input",ExpressionUUID->"be6509cb-c653-4a3d-b853-05a14630c26b", - InitializationCell->True], -Cell[1883459, 36284, 25827, 442, 1359, "Input",ExpressionUUID->"40e7f9df-79b4-42bf-a286-64f6561a5b11", - InitializationCell->True], -Cell[1909289, 36728, 14937, 227, 351, "Input",ExpressionUUID->"55fb8114-b9c1-4749-abb0-da905920623f", - InitializationCell->True], -Cell[1924229, 36957, 1142, 19, 45, "Input",ExpressionUUID->"37eb05c4-1b8b-422d-8d1a-602e8d850232", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1925408, 36981, 460, 7, 48, "Subchapter",ExpressionUUID->"701e7527-97c0-40a9-89e0-472e16765f82"], -Cell[1925871, 36990, 624, 12, 45, "Input",ExpressionUUID->"d72eb68e-256b-4be6-be59-88a02896c79e", - InitializationCell->True], -Cell[1926498, 37004, 3812, 78, 362, "Input",ExpressionUUID->"102bef58-060c-48e8-a386-f70d3bed191a", - InitializationCell->True], -Cell[1930313, 37084, 1219, 20, 49, "Input",ExpressionUUID->"7b948023-99fd-4db7-9a0a-a099698810ab", - InitializationCell->True], -Cell[1931535, 37106, 63186, 1167, 3747, "Input",ExpressionUUID->"4dab8903-6ffc-43a4-86df-0d0ff6dd1691", - InitializationCell->True], -Cell[1994724, 38275, 1142, 19, 45, "Input",ExpressionUUID->"500a8d81-c620-4545-ab4d-243a4fa78936", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[1995903, 38299, 437, 7, 48, "Subchapter",ExpressionUUID->"d5814520-4e20-4aba-b31d-c0755ea35357"], -Cell[1996343, 38308, 624, 12, 45, "Input",ExpressionUUID->"d3b33f4a-9583-4ed4-bcdf-c39f22a033fd", - InitializationCell->True], -Cell[1996970, 38322, 5320, 115, 566, "Input",ExpressionUUID->"20b9832e-ba69-49db-b982-617401ce44f4", - InitializationCell->True], -Cell[2002293, 38439, 1219, 20, 49, "Input",ExpressionUUID->"aaa921d7-04ea-4b1e-83f2-fd0b2e134a65", - InitializationCell->True], -Cell[2003515, 38461, 24444, 512, 2765, "Input",ExpressionUUID->"eccb4381-c65c-4a33-94ff-b58c47aa19ea", - InitializationCell->True], -Cell[2027962, 38975, 1142, 19, 45, "Input",ExpressionUUID->"928033bc-42e5-4194-91b6-268230252f25", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2029141, 38999, 819, 12, 48, "Subchapter",ExpressionUUID->"529fb205-b186-4530-9589-ede9112bb674"], -Cell[2029963, 39013, 624, 12, 45, "Input",ExpressionUUID->"8218efc2-5009-45e4-a583-f59f633f418d", - InitializationCell->True], -Cell[2030590, 39027, 2015, 41, 259, "Input",ExpressionUUID->"4c4fe28e-5674-4a25-9617-497f20c9b3e6", - InitializationCell->True], -Cell[2032608, 39070, 1219, 20, 49, "Input",ExpressionUUID->"3b4015d9-edb2-4c44-a341-ddbf30a1e152", - InitializationCell->True], -Cell[2033830, 39092, 29929, 468, 802, "Input",ExpressionUUID->"53cd4006-bb33-4f91-8eed-9e7325f4a52e", - InitializationCell->True], -Cell[2063762, 39562, 1142, 19, 45, "Input",ExpressionUUID->"454e0a75-e54c-4d04-a7ff-4500dff19916", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2064941, 39586, 797, 11, 48, "Subchapter",ExpressionUUID->"87f17dbd-10e8-45ff-93fc-9783ec3f7b16"], -Cell[2065741, 39599, 624, 12, 45, "Input",ExpressionUUID->"82e1bf3d-43ea-4298-9f68-db26dc160e66", - InitializationCell->True], -Cell[2066368, 39613, 516, 13, 86, "Input",ExpressionUUID->"7d872526-dcdd-4448-aaa2-95193b5026aa", - InitializationCell->True], -Cell[2066887, 39628, 1219, 20, 49, "Input",ExpressionUUID->"c5b84fd9-1465-4d6d-9208-c207381d3a8c", - InitializationCell->True], -Cell[2068109, 39650, 14667, 217, 210, "Input",ExpressionUUID->"743ae318-a76b-4919-9f5e-2d4c90e47ef3", - InitializationCell->True], -Cell[2082779, 39869, 1142, 19, 45, "Input",ExpressionUUID->"dfd62e3a-8e27-4037-8e36-67f187eccf4d", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2083958, 39893, 450, 7, 48, "Subchapter",ExpressionUUID->"c31ec3e7-af3a-405a-aff8-61970a1e2db1"], -Cell[2084411, 39902, 624, 12, 46, "Input",ExpressionUUID->"b56be4d2-5790-441c-9d97-2257fcee5fda", - InitializationCell->True], -Cell[2085038, 39916, 498, 13, 89, "Input",ExpressionUUID->"47a9516b-0dcd-46ee-9df6-9b124dba4ba3", - InitializationCell->True], -Cell[2085539, 39931, 1219, 20, 49, "Input",ExpressionUUID->"d8faaa2d-a87c-4252-9da2-832fe2c8e706", - InitializationCell->True], -Cell[2086761, 39953, 5046, 89, 257, "Input",ExpressionUUID->"482ec450-6504-4a22-b242-e92d697fe6cf", - InitializationCell->True], -Cell[2091810, 40044, 1142, 19, 46, "Input",ExpressionUUID->"775c4a72-9ae1-4d5e-a8a6-f730bdcb0685", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2092989, 40068, 565, 8, 48, "Subchapter",ExpressionUUID->"6c97c546-662b-4336-a8d8-002086c39206"], -Cell[2093557, 40078, 624, 12, 45, "Input",ExpressionUUID->"db6c67c9-2e0b-48da-aed1-0ca075da3e4b", - InitializationCell->True], -Cell[2094184, 40092, 6010, 117, 579, "Input",ExpressionUUID->"92ecd498-fb65-4f5c-bc2e-593cc692964a", - InitializationCell->True], -Cell[2100197, 40211, 1219, 20, 49, "Input",ExpressionUUID->"56cb3994-f76b-4794-9e5b-318901f6a005", - InitializationCell->True], -Cell[2101419, 40233, 24951, 378, 602, "Input",ExpressionUUID->"f390dd4d-4a23-4d7a-82b8-85a4cfecbc7b", - InitializationCell->True], -Cell[2126373, 40613, 40951, 707, 2176, "Input",ExpressionUUID->"8c7bdbbc-e28b-4666-9785-32ce5fa9b3c6", - InitializationCell->True], -Cell[2167327, 41322, 6244, 127, 661, "Input",ExpressionUUID->"2f5e4398-d764-431f-87cc-293426ee70dd", - InitializationCell->True], -Cell[2173574, 41451, 1142, 19, 45, "Input",ExpressionUUID->"81173583-30cf-4e23-9511-5dd70ba1f933", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2174753, 41475, 411, 6, 48, "Subchapter",ExpressionUUID->"9dc8541e-f9fc-4138-b6d2-edd9659b5bf3"], -Cell[2175167, 41483, 624, 12, 45, "Input",ExpressionUUID->"909f1a50-902e-4858-9ef9-eff1c48a7f12", - InitializationCell->True], -Cell[2175794, 41497, 1625, 31, 151, "Input",ExpressionUUID->"db00d642-d18f-48a7-8b3f-5fcb4825ca37", - InitializationCell->True], -Cell[2177422, 41530, 1219, 20, 49, "Input",ExpressionUUID->"cf6e0c6e-f597-4ead-be7d-98bef4b53612", - InitializationCell->True], -Cell[2178644, 41552, 6634, 138, 658, "Input",ExpressionUUID->"e2e09923-0f93-4a69-872e-d74a29975bff", - InitializationCell->True], -Cell[2185281, 41692, 9272, 177, 1064, "Input",ExpressionUUID->"5b28773a-baed-4f78-8859-79e2a8ea9cd8", - InitializationCell->True], -Cell[2194556, 41871, 11798, 177, 300, "Input",ExpressionUUID->"566dea56-178c-4551-9b4c-e63def39fbf3", - InitializationCell->True], -Cell[2206357, 42050, 1142, 19, 45, "Input",ExpressionUUID->"80641f9a-a400-439c-8f0b-94f898a5cf1d", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2207536, 42074, 391, 6, 48, "Subchapter",ExpressionUUID->"22e8e935-1091-441c-9a10-8186672a24a3"], -Cell[2207930, 42082, 624, 12, 45, "Input",ExpressionUUID->"c9d97c0d-7752-4b4e-8b44-a6a79c0972ce", - InitializationCell->True], -Cell[2208557, 42096, 1730, 32, 126, "Input",ExpressionUUID->"7dd68c64-50a0-45b9-bbbe-dd65fe5c4cac", - InitializationCell->True], -Cell[2210290, 42130, 1219, 20, 49, "Input",ExpressionUUID->"1e6de05e-0878-4242-bb97-eb756a49eb4a", - InitializationCell->True], -Cell[2211512, 42152, 4407, 87, 241, "Input",ExpressionUUID->"6b8c485c-25f5-40c0-bd66-fbd33fa9ba36", - InitializationCell->True], -Cell[2215922, 42241, 12158, 231, 1042, "Input",ExpressionUUID->"d8347e17-d3d0-4d91-a351-d1eed4ce5d5e", - InitializationCell->True], -Cell[2228083, 42474, 1142, 19, 45, "Input",ExpressionUUID->"f33d04c0-8db7-451d-8151-a2d9e440e32b", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2229262, 42498, 512, 7, 48, "Subchapter",ExpressionUUID->"c062acd7-6bc9-4c44-9461-22c1986eeee3"], -Cell[2229777, 42507, 624, 12, 45, "Input",ExpressionUUID->"3a76e772-0399-4e23-874f-da30631a6553", - InitializationCell->True], -Cell[2230404, 42521, 1333, 28, 146, "Input",ExpressionUUID->"d6407d5d-7058-4147-bf5c-def65786583c", - InitializationCell->True], -Cell[2231740, 42551, 1219, 20, 49, "Input",ExpressionUUID->"031b6b92-05d6-44d9-8a53-888120898fc5", - InitializationCell->True], -Cell[2232962, 42573, 6176, 118, 495, "Input",ExpressionUUID->"d5ddc15e-18e4-418d-aec6-1b0754ba1061", - InitializationCell->True], -Cell[2239141, 42693, 8577, 157, 414, "Input",ExpressionUUID->"086ed5e8-711c-4a7c-9190-9da92dbb7212", - InitializationCell->True], -Cell[2247721, 42852, 1142, 19, 45, "Input",ExpressionUUID->"66cd0628-7597-4511-9da4-192ece13a4d7", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2248900, 42876, 563, 8, 48, "Subchapter",ExpressionUUID->"59b525eb-abd7-459d-9833-a14f176abe0a"], -Cell[2249466, 42886, 624, 12, 45, "Input",ExpressionUUID->"a07d65f6-9023-4ebe-85ee-72a744fdfc75", - InitializationCell->True], -Cell[2250093, 42900, 3748, 82, 506, "Input",ExpressionUUID->"002b8d67-3227-4e39-859d-634fd603ec5a", - InitializationCell->True], -Cell[2253844, 42984, 1219, 20, 49, "Input",ExpressionUUID->"8c17ea4f-38f5-4482-9697-1c5923a70d6f", - InitializationCell->True], -Cell[2255066, 43006, 120036, 2696, 17390, "Input",ExpressionUUID->"ade9cd56-742e-4abe-b629-b108f832e0e3", - InitializationCell->True, - CellID->24626837], -Cell[2375105, 45704, 1241, 20, 45, "Input",ExpressionUUID->"17c8cc51-e5d7-4d46-958e-16766b1d3a8d", - InitializationCell->True] -}, Closed]] -}, Open ]], -Cell[CellGroupData[{ -Cell[2376395, 45730, 282, 5, 69, "Chapter",ExpressionUUID->"b72d0a28-4fbc-4bdf-9cff-1ade661ab141"], -Cell[2376680, 45737, 1139, 25, 66, "Input",ExpressionUUID->"361671c5-ddec-43ca-9329-375b9664a064", - InitializationCell->True] -}, Closed]], -Cell[CellGroupData[{ -Cell[2377856, 45767, 256, 4, 58, "Chapter",ExpressionUUID->"93fcc544-083e-4c4e-b3b7-0e2db59959ba"], -Cell[2378115, 45773, 17893, 320, 2648, "Input",ExpressionUUID->"b593baef-aae3-4d68-af5a-52a364b3c9ff", - InitializationCell->True] -}, Closed]] -}, Open ]] -} -] -*) - diff --git a/Development/ExtractUsageMessages.nb b/Development/ExtractUsageMessages.nb deleted file mode 100644 index e832449..0000000 --- a/Development/ExtractUsageMessages.nb +++ /dev/null @@ -1,1540 +0,0 @@ -(* Content-type: application/vnd.wolfram.mathematica *) - -(*** Wolfram Notebook File ***) -(* http://www.wolfram.com/nb *) - -(* CreatedBy='Mathematica 12.3' *) - -(*CacheID: 234*) -(* Internal cache information: -NotebookFileLineBreakTest -NotebookFileLineBreakTest -NotebookDataPosition[ 158, 7] -NotebookDataLength[ 72101, 1532] -NotebookOptionsPosition[ 70074, 1487] -NotebookOutlinePosition[ 70472, 1503] -CellTagsIndexPosition[ 70429, 1500] -WindowFrame->Normal*) - -(* Beginning of Notebook Content *) -Notebook[{ - -Cell[CellGroupData[{ -Cell["Extract usage messages", "Title", - CellChangeTimes->{{3.861679279278838*^9, - 3.861679282558979*^9}},ExpressionUUID->"b3075cdb-58c2-4a7a-9500-\ -fa8b494584d5"], - -Cell[CellGroupData[{ - -Cell["Required definitions", "Chapter", - CellChangeTimes->{{3.861679559486532*^9, - 3.861679566639193*^9}},ExpressionUUID->"39dc4f88-36f0-465b-b493-\ -119bcd034ac8"], - -Cell[CellGroupData[{ - -Cell["CreateUsage", "Subchapter", - CellChangeTimes->{{3.7617376378913727`*^9, - 3.761737640177575*^9}},ExpressionUUID->"c50282dc-e3e7-4865-928c-\ -144c262a4df6"], - -Cell[BoxData[ - RowBox[{"(*", " ", - RowBox[{"Messages", ",", " ", "options", ",", " ", - RowBox[{"attributes", " ", "and", " ", "syntax", " ", "information"}]}], - " ", "*)"}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.650292046940385*^9, 3.650292055837142*^9}, - 3.6502927586977587`*^9, {3.6678074330734873`*^9, 3.6678074367696*^9}, { - 3.6678100547077*^9, 3.667810058922462*^9}, {3.756703628204927*^9, - 3.7567036345557528`*^9}, {3.761729271259387*^9, 3.761729293240218*^9}}, - Background->RGBColor[0.87, 0.94, 1], - CellLabel->"In[3]:=",ExpressionUUID->"337f215a-0179-4862-b754-ab39a6aef148"], - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "InvalidInput"}], "=", - "\"\<The usage is neither a string nor a list of strings.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "InvalidDir"}], "=", - "\"\<\[LeftGuillemet]`1`\[RightGuillemet] is not a valid directory.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "link"}], "=", - "\"\<The function name \[LeftGuillemet]`1`\[RightGuillemet] needs to be a \ -hyperlink.\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "PackageName"}], "=", - "\"\<Failed to obtain the application/package name.\>\""}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "NoUsage"}], "=", - "\"\<No usage content found in \ -\[LeftGuillemet]`1`\[RightGuillemet].\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"CreateUsage", "::", "NoDocPages"}], "=", - "\"\<Unable to find any accompanying documentation pages.\>\""}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Options", "@", "CreateUsage"}], "=", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<AppendHyperlink\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DefinitionsNotebook\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<FormattedInput\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverwriteAutomatically\>\"", "\[Rule]", "True"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<WriteTo\>\"", "\[Rule]", "\"\<\>\""}]}], - "\[IndentingNewLine]", "}"}]}], ";"}]}], "Input", - InitializationCell->True, - CellChangeTimes->{ - 3.6678104346724377`*^9, {3.667810873424903*^9, 3.667810875341351*^9}, { - 3.667908690584041*^9, 3.6679087037986794`*^9}, {3.66816649847222*^9, - 3.668166502894822*^9}, {3.668168391112651*^9, 3.668168392544508*^9}, { - 3.6681686970571632`*^9, 3.668168720912581*^9}, {3.668171328149095*^9, - 3.668171328331027*^9}, {3.668174651092638*^9, 3.668174651628518*^9}, { - 3.6681747682269382`*^9, 3.668174770113784*^9}, {3.761653378966709*^9, - 3.761653395256031*^9}, {3.7617301843750668`*^9, 3.761730184949564*^9}, { - 3.761738034753793*^9, 3.761738036229587*^9}, {3.761738338645947*^9, - 3.76173835119728*^9}, {3.761738457907413*^9, 3.761738472273652*^9}, { - 3.761738506296303*^9, 3.7617385072401123`*^9}, {3.761738570176149*^9, - 3.761738582366355*^9}, 3.761739492276843*^9, 3.761740245942645*^9, { - 3.7617405669682817`*^9, 3.7617405947172537`*^9}, {3.761741792645215*^9, - 3.761741792780016*^9}, {3.7617426538989763`*^9, 3.7617426594642887`*^9}, { - 3.761742724889574*^9, 3.7617427370731573`*^9}, {3.761742905476491*^9, - 3.7617429057231407`*^9}, {3.761747841767312*^9, 3.761747843456684*^9}, { - 3.761747905315789*^9, 3.761747935858485*^9}, {3.761748030057239*^9, - 3.761748042799911*^9}, {3.761748081008893*^9, 3.7617480938551273`*^9}, { - 3.761749042093767*^9, 3.761749054146908*^9}, {3.761749161520526*^9, - 3.7617491646728487`*^9}, {3.7617496251433287`*^9, - 3.7617496307192507`*^9}, {3.761749686901018*^9, 3.761749702524666*^9}, { - 3.761752267038497*^9, 3.7617522700733852`*^9}, 3.7617528373078213`*^9}, - CellLabel->"In[4]:=",ExpressionUUID->"6c054b12-30d5-40fa-a071-e7c9c11a14af"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CreateUsage", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"application_String", ",", "symbol_"}], "}"}], ",", "usage_", - ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - "\[IndentingNewLine]", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"definitionsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<DefinitionsNotebook\>\"", "]"}]}]}], - ",", "\[IndentingNewLine]", - RowBox[{"formattedQ", "=", - RowBox[{"OptionValue", "[", "\"\<FormattedInput\>\"", "]"}]}], ",", - "L", ",", "usagelist", ",", "messagelist", ",", "\[IndentingNewLine]", - "cleared1", ",", "cleared2", ",", "cleared3", ",", "cleared4", ",", - "\[IndentingNewLine]", "arguments", ",", "rules", ",", "message", ",", - "nogap", ",", "complete", ",", "f", ",", "\[IndentingNewLine]", - "outputfile", ",", "old", ",", "windowtext", ",", "decision", ",", - "case"}], "\[IndentingNewLine]", "}"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Analysing", " ", "input", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Message", " ", "may", " ", "already", " ", "be", " ", "formatted"}], - " ", "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"usage", ",", "StandardForm"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<StyleBox\>\"", "|", "\"\<SubscriptBox\>\""}]}], "]"}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"formattedQ", "=", "True"}]}], "]"}], ";", - "\[IndentingNewLine]", "\t\t", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{"formattedQ", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"ListQ", "@", "usage"}], ",", "\[IndentingNewLine]", - RowBox[{"messagelist", "=", "usage"}], ",", "\[IndentingNewLine]", - RowBox[{"messagelist", "=", - RowBox[{"{", "usage", "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"Goto", "[", "\"\<FormattingDone\>\"", "]"}]}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"--", "-"}], "*", " ", "Input", " ", "form", " ", "*", - RowBox[{"--", "-"}]}], "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Which", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"Head", "@", "usage"}], "]"}], "\[Equal]", - "\"\<String\>\""}], ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"L", "=", "1"}], ";", "\[IndentingNewLine]", "\t\t", - RowBox[{"usagelist", "=", - RowBox[{"{", "usage", "}"}]}]}], ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"ToString", "[", - RowBox[{"Head", "@", "usage"}], "]"}], "\[Equal]", "\"\<List\>\""}], - ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"AllTrue", "[", - RowBox[{"usage", ",", "StringQ"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CreateUsage", "::", "InvalidInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"L", "=", - RowBox[{"Length", "@", "usage"}]}], ";", "\[IndentingNewLine]", - "\t\t", - RowBox[{"usagelist", "=", "usage"}]}], ",", "\[IndentingNewLine]", - "\t", "True", ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CreateUsage", "::", "InvalidInput"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - "*", " ", "Formatting", " ", "one", " ", "or", " ", "several", " ", - "messages"}], " ", "**)"}], "\[IndentingNewLine]", "\t", - RowBox[{"messagelist", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"Do", "[", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Formatting", " ", "usage", " ", "message"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"In", " ", "case", " ", "function", " ", "name", " ", - RowBox[{"contains", " ", "'"}], - RowBox[{"$", "'"}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"cleared1", "=", - RowBox[{"StringCases", "[", - RowBox[{ - RowBox[{ - "usagelist", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"\"\<$\>\"", "~~", - RowBox[{"LetterCharacter", ".."}], "~~", "_"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"cleared2", "=", - RowBox[{"StringTrim", "@", - RowBox[{"DeleteCases", "[", - RowBox[{"cleared1", ",", - RowBox[{"x_", "/;", - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{"x", ",", - RowBox[{"-", "1"}]}], "]"}], "\[Equal]", "\"\<$\>\""}]}]}], - "]"}]}]}], ";", "\[IndentingNewLine]", "\t", - RowBox[{"cleared3", "=", - RowBox[{"StringReplace", "[", - RowBox[{"cleared2", ",", - RowBox[{"\"\<$\>\"", "\[Rule]", "\"\<\[Section]\>\""}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", - RowBox[{"cleared4", "=", - RowBox[{"StringReplace", "[", - RowBox[{ - RowBox[{ - "usagelist", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], ",", - RowBox[{"Thread", "[", - RowBox[{"cleared2", "\[Rule]", "cleared3"}], "]"}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\t", "\[IndentingNewLine]", "\t", - RowBox[{"arguments", "=", - RowBox[{"StringCases", "[", - RowBox[{"cleared4", ",", - RowBox[{"Shortest", "[", - RowBox[{"\"\<$\>\"", "~~", "__", "~~", "\"\<$\>\""}], "]"}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"rules", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{ - "arguments", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}], "\[Rule]", - RowBox[{"\"\<\\!\\(\\*\\nStyleBox[\\\"\>\"", "<>", - RowBox[{"arguments", "[", - RowBox[{"[", "i", "]"}], "]"}], "<>", - "\"\<\\\", \\\"TI\\\"]\\)\>\""}]}], ",", "\[IndentingNewLine]", - "\t", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "arguments"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringReplace", "[", - RowBox[{"cleared4", ",", "rules"}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringDelete", "[", - RowBox[{"message", ",", "\"\<$\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringReplace", "[", - RowBox[{"message", ",", - RowBox[{"\"\<\[Section]\>\"", "\[Rule]", "\"\<$\>\""}]}], "]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Processing", " ", "subscripts"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"nogap", "=", - RowBox[{ - RowBox[{"WordCharacter", ".."}], "|", - RowBox[{ - RowBox[{"Except", "[", - RowBox[{"\"\< \>\"", ",", - RowBox[{ - RowBox[{ - RowBox[{"Except", "[", "\"\< \>\"", "]"}], ".."}], "~~", - "\"\<, \>\"", "~~", - RowBox[{ - RowBox[{"Except", "[", "\"\< \>\"", "]"}], ".."}]}]}], "]"}], - ".."}]}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - "\t", - RowBox[{"message", "=", - RowBox[{"StringReplace", "[", - RowBox[{"message", ",", "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"pre", ":", "nogap"}], "~~", "\"\<_\>\"", "~~", - RowBox[{"sub", ":", "nogap"}]}], "\[RuleDelayed]", - RowBox[{ - "\"\<\\!\\(\\*SubscriptBox[\\(\>\"", "<>", "pre", "<>", - "\"\<\\), \\(\>\"", "<>", "sub", "<>", "\"\<\\)]\\)\>\""}]}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Correcting", " ", "ellipses"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringReplace", "[", - RowBox[{"message", ",", - RowBox[{"\"\<...\>\"", "\[Rule]", "\"\<\[Ellipsis]\>\""}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Correcting", " ", "spaces", " ", "between", " ", "arguments"}], " ", - "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringReplace", "[", - RowBox[{"message", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{ - "\"\<\\\"TI\\\"]\\),\\!\\(\\*\\nStyleBox[\>\"", "\[Rule]", - "\"\<\\\"TI\\\"], \\*\\nStyleBox[\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<\\\"TI\\\"]\\),{\\!\\(\\*\\nStyleBox[\>\"", "\[Rule]", - "\"\<\\\"TI\\\"]\\), {\\!\\(\\*\\nStyleBox[\>\""}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - "\"\<\\\"TI\\\"]\\)},\\!\\(\\*\\nStyleBox[\>\"", "\[Rule]", - "\"\<\\\"TI\\\"]\\)}, \\!\\(\\*\\nStyleBox[\>\""}]}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"AppendTo", "[", - RowBox[{"messagelist", ",", "message"}], "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{"i", ",", "L"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - "*", " ", "Preparing", " ", "the", " ", "usage", " ", "layout"}], " ", - "**)"}], "\[IndentingNewLine]", "\t", - RowBox[{"Label", "[", "\"\<FormattingDone\>\"", "]"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"complete", "=", - RowBox[{"Riffle", "[", - RowBox[{"messagelist", ",", "\"\<\\n\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Appending", " ", "hyperlink", " ", "to", " ", "the", " ", - "documentation"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"f", "=", - RowBox[{"ToString", "@", "symbol"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<AppendHyperlink\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"complete", "\[LeftDoubleBracket]", - RowBox[{"-", "1"}], "\[RightDoubleBracket]"}], "=", - RowBox[{"ToString", "[", - RowBox[{ - RowBox[{"Row", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"complete", "\[LeftDoubleBracket]", - RowBox[{"-", "1"}], "\[RightDoubleBracket]"}], ",", - "\"\< \>\"", ",", "\[IndentingNewLine]", - RowBox[{"Hyperlink", "[", - RowBox[{"\"\<\[RightSkeleton]\>\"", ",", - RowBox[{ - "\"\<paclet:\>\"", "<>", "application", "<>", "\"\</ref/\>\"", - "<>", "f"}], ",", "\[IndentingNewLine]", - RowBox[{"ActiveStyle", "\[Rule]", "None"}]}], "]"}]}], "}"}], - "]"}], ",", "StandardForm"}], "]"}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Setting", " ", "the", " ", "usage"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"outputfile", "=", - RowBox[{"ToString", "@", - RowBox[{"OptionValue", "[", "\"\<WriteTo\>\"", "]"}]}]}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"message", "=", - RowBox[{"StringJoin", "@", "complete"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"DirectoryName", "[", "outputfile", "]"}], "===", - "\"\<\>\""}], "||", - RowBox[{"!", - RowBox[{"DirectoryQ", "@", - RowBox[{"DirectoryName", "@", "outputfile"}]}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{ - RowBox[{"symbol", "::", "usage"}], "=", "message"}], ";", - "\[IndentingNewLine]", "\t", - RowBox[{"Return", "@", - RowBox[{"Information", "[", - RowBox[{"symbol", ",", - RowBox[{"LongForm", "\[Rule]", "False"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{"*", " ", - RowBox[{"Option", ":", " ", - RowBox[{"Store", " ", "usage", " ", "messages"}]}]}], " ", "**)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "output", " ", "file", " ", "already", " ", - "exists"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"FileExistsQ", "@", "outputfile"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"Export", "[", - RowBox[{"outputfile", ",", "\"\<\>\""}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", - "\t", - RowBox[{"old", "=", "\"\<\>\""}]}], ",", "\[IndentingNewLine]", "\t", - - RowBox[{"old", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"ReadString", "@", "outputfile"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Check", " ", "if", " ", "file", " ", "already", " ", "contains", " ", - "the", " ", "symbol"}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"old", ",", - RowBox[{"StartOfLine", "~~", - RowBox[{"f", "<>", "\"\<::usage=\>\""}]}]}], "]"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{ - "OptionValue", "[", "\"\<OverwriteAutomatically\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"windowtext", "=", - RowBox[{"StringJoin", "[", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - "\"\<A usage message for \[LeftGuillemet]\>\"", ",", "f", ",", - "\"\<\[RightGuillemet] already exists in \[LeftGuillemet]\>\"", - ",", "\[IndentingNewLine]", "\t", - RowBox[{"FileNameTake", "@", "outputfile"}], ",", - "\[IndentingNewLine]", "\t", - "\"\<\[RightGuillemet].\\nWould you like to overwrite the old \ -message?\>\""}], "}"}], "]"}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"decision", "=", - RowBox[{"ChoiceDialog", "[", - RowBox[{"windowtext", ",", "\[IndentingNewLine]", "\t", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<No\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<Yes\>\"", "\[Rule]", "True"}]}], "}"}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - "WindowTitle", "\[Rule]", "\"\<Overwrite usage message\>\""}], - ",", "\[IndentingNewLine]", "\t", - RowBox[{"WindowFloating", "\[Rule]", "True"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\t\t", "\[IndentingNewLine]", "\t", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", "decision"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}]}], "\[IndentingNewLine]", - "\t", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Replacing", " ", "old", " ", "message"}], " ", "*)"}], - "\[IndentingNewLine]", "\t\t", - RowBox[{"case", "=", - RowBox[{"StringReplace", "[", - RowBox[{"old", ",", "\[IndentingNewLine]", "\t\t", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{ - RowBox[{"f", "<>", "\"\<::usage=\>\""}], "~~", "__", "~~", - "\"\<;\>\""}], "]"}], "\[Rule]", "\[IndentingNewLine]", "\t\t", - - RowBox[{"f", "<>", "\"\<::usage=\>\"", "<>", - RowBox[{"ToString", "@", - RowBox[{"FullForm", "@", - RowBox[{"StringJoin", "@", "message"}]}]}], "<>", - "\"\<;\>\""}]}]}], "]"}]}], ";", "\[IndentingNewLine]", "\t\t", - "\[IndentingNewLine]", "\t\t", - RowBox[{"Return", "@", - RowBox[{"Export", "[", - RowBox[{"outputfile", ",", "case"}], "]"}]}]}]}], - "\[IndentingNewLine]", "\t\t", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Append", " ", "new", " ", "usage"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{"WriteString", "[", - RowBox[{ - "outputfile", ",", "\[IndentingNewLine]", "\t", "old", ",", - "\[IndentingNewLine]", "\t", - RowBox[{"f", "<>", "\"\<::usage=\>\"", "<>", - RowBox[{"ToString", "@", - RowBox[{"FullForm", "@", - RowBox[{"StringJoin", "@", "message"}]}]}]}], ",", - "\[IndentingNewLine]", "\t", "\"\<;\\n\\n\\n\>\""}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", "\t", - RowBox[{"Close", "@", "outputfile"}]}]}], "\[IndentingNewLine]", - "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.667810424970599*^9, 3.667810432313558*^9}, - 3.667810883538918*^9, {3.6678119799664907`*^9, 3.667812004062636*^9}, { - 3.667812039037266*^9, 3.667812072607596*^9}, 3.667812406683673*^9, { - 3.667813882624302*^9, 3.6678138933821697`*^9}, 3.667814924729149*^9, { - 3.66781496632804*^9, 3.6678149928687553`*^9}, {3.6678150319879923`*^9, - 3.667815059729232*^9}, {3.6678370650379553`*^9, 3.667837080571652*^9}, { - 3.667837156210669*^9, 3.667837159120823*^9}, {3.667908932612733*^9, - 3.667909140003276*^9}, {3.6679092891288967`*^9, 3.6679093072406178`*^9}, { - 3.667909378728078*^9, 3.667909385806776*^9}, 3.6679094645439787`*^9, { - 3.667909551805661*^9, 3.6679095772688637`*^9}, {3.667909873528627*^9, - 3.667909885693358*^9}, {3.667909967926968*^9, 3.667910004853548*^9}, { - 3.667910046133897*^9, 3.667910050012671*^9}, {3.6679100833093767`*^9, - 3.667910107176985*^9}, {3.667910226610819*^9, 3.667910251483017*^9}, { - 3.6679102972356453`*^9, 3.667910313883361*^9}, {3.667910354015862*^9, - 3.667910355430586*^9}, {3.667910405695218*^9, 3.6679104080780973`*^9}, { - 3.667910449599267*^9, 3.667910452645286*^9}, {3.667910592254632*^9, - 3.667910624761389*^9}, 3.667910683810557*^9, {3.667910720618655*^9, - 3.6679108007765837`*^9}, {3.66816631739188*^9, 3.668166320959875*^9}, { - 3.6681663636956263`*^9, 3.668166444524235*^9}, 3.668167020727107*^9, { - 3.6681674635000753`*^9, 3.668167474657826*^9}, {3.668167560922271*^9, - 3.668167602135705*^9}, {3.6681676393577623`*^9, 3.668167689140959*^9}, { - 3.668168102730618*^9, 3.668168128330806*^9}, {3.668168193267274*^9, - 3.66816821744075*^9}, {3.668168266503697*^9, 3.66816831469429*^9}, { - 3.668168531225005*^9, 3.6681685421679087`*^9}, {3.6681689599427433`*^9, - 3.6681689683253508`*^9}, {3.668169016156123*^9, 3.668169046211808*^9}, { - 3.668170043519361*^9, 3.668170047053616*^9}, {3.668170412696371*^9, - 3.668170419100215*^9}, {3.668170560185047*^9, 3.668170641158381*^9}, { - 3.668171026147955*^9, 3.668171028550968*^9}, {3.668171330935315*^9, - 3.668171415835734*^9}, {3.66817200462433*^9, 3.6681720337178497`*^9}, { - 3.668172471948838*^9, 3.668172621079666*^9}, {3.668172750597891*^9, - 3.6681727815562363`*^9}, {3.668174823556732*^9, 3.6681748569470263`*^9}, { - 3.6695562733937073`*^9, 3.669556273567175*^9}, {3.730115678852222*^9, - 3.730115699585402*^9}, {3.7301157323482027`*^9, 3.7301157333531857`*^9}, { - 3.730115767075754*^9, 3.7301157710654697`*^9}, {3.737970116749701*^9, - 3.737970163733947*^9}, {3.76165340561904*^9, 3.761653416000424*^9}, { - 3.761653929290098*^9, 3.761653931545969*^9}, {3.761654237245414*^9, - 3.761654239906726*^9}, {3.761654329517303*^9, 3.761654329694879*^9}, { - 3.76173804460476*^9, 3.761738084257183*^9}, {3.76173816483845*^9, - 3.761738203014783*^9}, {3.761739750266831*^9, 3.7617397694072657`*^9}, { - 3.76174023883987*^9, 3.7617402393177032`*^9}, {3.761741721663971*^9, - 3.7617417225744543`*^9}, {3.7617420315028048`*^9, 3.761742033895816*^9}, { - 3.761742066847624*^9, 3.7617420675321198`*^9}, {3.761742947692584*^9, - 3.761742972792941*^9}, {3.761747820813118*^9, 3.761747852047037*^9}, { - 3.761747942733135*^9, 3.7617479912021027`*^9}, {3.761748050945744*^9, - 3.761748069099825*^9}, {3.761748107967968*^9, 3.761748140344556*^9}, - 3.7617482019970493`*^9, {3.761748258524949*^9, 3.761748258779244*^9}, { - 3.761748318753726*^9, 3.761748349362537*^9}, {3.761748405697798*^9, - 3.761748464230748*^9}, 3.761751655565477*^9, 3.761752206641355*^9, { - 3.7617522874555073`*^9, 3.761752289301742*^9}, {3.761752390819339*^9, - 3.761752438616386*^9}, 3.761752491098631*^9, {3.7617527357176123`*^9, - 3.761752780446928*^9}, 3.761752842138254*^9}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[11]:=",ExpressionUUID->"e1bba1d0-5d62-46dd-abe3-be87e4f50e94"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CreateUsage", "[", - RowBox[{ - RowBox[{"notebook_", "?", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"FileExtension", "[", "#", "]"}], "===", "\"\<nb\>\""}], - "&"}], ")"}]}], ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"formattedQ", "=", - RowBox[{"OptionValue", "[", "\"\<FormattedInput\>\"", "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"definitionsQ", "=", - RowBox[{"TrueQ", "@", - RowBox[{"OptionValue", "[", "\"\<DefinitionsNotebook\>\"", "]"}]}]}], - ",", "\[IndentingNewLine]", "nb", ",", "packageName", ",", - RowBox[{"functionName", "=", - RowBox[{"FileBaseName", "@", "notebook"}]}], ",", "check", ",", "data", - ",", "\[IndentingNewLine]", "L", ",", "starts", ",", "intervals", ",", - "usages", ",", "span", ",", "\[IndentingNewLine]", "specialStart", ",", - "specialEnd", ",", "wrap", ",", "escapeQuotes", ",", "messages", ",", - "s", ",", "arg", ",", "info", ",", "startSpace", ",", "line", ",", - "\[IndentingNewLine]", - RowBox[{"outputFile", "=", - RowBox[{"OptionValue", "[", "\"\<WriteTo\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "temp"}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Special", " ", - RowBox[{"case", ":", " ", - RowBox[{"Definitions", " ", "notebook"}]}]}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{"definitionsQ", ",", "\[IndentingNewLine]", - RowBox[{"Return", "@", - RowBox[{"CreateUsage", "[", - RowBox[{ - "notebook", ",", "\"\<Mode:DefinitionsNotebook\>\"", ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Sequence", "@@", "#"}], "\[Rule]", - RowBox[{"OptionValue", "[", "#", "]"}]}], "&"}], "/@", - RowBox[{"Keys", "@", - RowBox[{"Options", "@", "CreateUsage"}]}]}]}], "]"}]}]}], "]"}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Get", " ", "main", " ", "usage", " ", "cell", " ", "from", " ", - RowBox[{"(", "undeployed", ")"}], " ", "documentation", " ", - "notebook"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"nb", "=", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"NotebookOpen", "[", - RowBox[{"notebook", ",", - RowBox[{"Visible", "\[Rule]", "False"}]}], "]"}], ",", - RowBox[{"Abort", "[", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"SetSelectedNotebook", "@", "nb"}], ";", "\[IndentingNewLine]", - RowBox[{"check", "=", "False"}], ";", "\[IndentingNewLine]", - RowBox[{"While", "[", - RowBox[{ - RowBox[{"check", "===", "False"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"SelectionMove", "[", - RowBox[{"nb", ",", "Next", ",", "Cell"}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"NotebookRead", "[", "nb", "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"data", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CreateUsage", "::", "NoUsage"}], ",", - RowBox[{"FileNameTake", "@", "notebook"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"check", "=", - RowBox[{"Quiet", "[", - RowBox[{"(", - RowBox[{ - RowBox[{ - "data", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], - "===", "\"\<Usage\>\""}], ")"}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - RowBox[{"NotebookClose", "[", "nb", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - "Find", " ", "intervals", " ", "with", " ", "usage", " ", - "information"}], " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"temp", "=", - RowBox[{"data", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"L", "=", - RowBox[{"Length", "@", "temp"}]}], ";", "\[IndentingNewLine]", - RowBox[{"starts", "=", - RowBox[{"starts", "=", - RowBox[{"1", "+", - RowBox[{ - RowBox[{"Position", "[", - RowBox[{"temp", ",", "\"\<ModInfo\>\"", ",", "Infinity"}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}]}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"MatchQ", "[", - RowBox[{"starts", ",", - RowBox[{"{", "_Integer", "}"}]}], "]"}], ",", "\[IndentingNewLine]", - - RowBox[{"intervals", "=", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{ - "starts", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - ",", "L"}], "}"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"intervals", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{ - "starts", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], - ",", - RowBox[{ - RowBox[{"starts", "\[LeftDoubleBracket]", - RowBox[{"i", "+", "1"}], "\[RightDoubleBracket]"}], "-", - "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{ - RowBox[{"Length", "@", "starts"}], "-", "1"}]}], "}"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"intervals", "=", - RowBox[{"Join", "[", - RowBox[{"intervals", ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"intervals", "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"-", "1"}], ",", "2"}], "\[RightDoubleBracket]"}], - "+", "2"}], ",", "L"}], "}"}], "}"}]}], "]"}]}]}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"span", "=", - RowBox[{ - RowBox[{ - RowBox[{"Span", "[", - RowBox[{ - RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - ",", - RowBox[{ - "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], - "]"}], "&"}], "/@", "intervals"}]}], ";", "\[IndentingNewLine]", - RowBox[{"usages", "=", - RowBox[{ - RowBox[{ - RowBox[{"Part", "[", - RowBox[{"temp", ",", "#"}], "]"}], "&"}], "/@", "span"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", "Extraction", " ", "*)"}], "\[IndentingNewLine]", - RowBox[{"specialStart", "=", "\"\<\\!\\(\\*\>\""}], ";", - "\[IndentingNewLine]", - RowBox[{"specialEnd", "=", "\"\<\\)\>\""}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"wrap", "[", "input_", "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"x", "=", - RowBox[{"ToString", "@", "input"}]}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"StringContainsQ", "[", - RowBox[{"x", ",", "\"\<Box\>\""}], "]"}], ",", "x", ",", - RowBox[{"\"\<\\\"\>\"", "<>", "x", "<>", "\"\<\\\"\>\""}]}], - "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"escapeQuotes", "[", "input_", "]"}], ":=", - RowBox[{"StringReplace", "[", - RowBox[{"input", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{"\"\<,\>\"", "~~", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Except", "[", "\"\<,\>\"", "]"}], "..."}], "~~", - "\"\<\\\"\>\"", "~~", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Except", "[", "\"\<,\>\"", "]"}], "..."}], "~~", - "\[IndentingNewLine]", "\"\<\\\"\>\"", "~~", - RowBox[{"x", ":", - RowBox[{"LetterCharacter", ".."}]}], "~~", "\"\<\\\"\>\"", "~~", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Except", "[", "\"\<,\>\"", "]"}], "..."}], "~~", - "\"\<,\>\""}], "\[IndentingNewLine]", "]"}], "\[RuleDelayed]", - RowBox[{ - "\"\<, \\\"\\\\\\\"\\\", \\\"\[NegativeVeryThinSpace]\\\",\\\"\>\"", - "<>", "x", "<>", - "\"\<\\\", \\\"\[NegativeVeryThinSpace]\\\", \\\"\\\\\\\"\\\", \ -\>\""}]}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"messages", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"s", "=", - RowBox[{ - RowBox[{ - "usages", "\[LeftDoubleBracket]", "l", "\[RightDoubleBracket]"}], "/.", - RowBox[{"x_ButtonBox", "\[RuleDelayed]", - RowBox[{"First", "@", "x"}]}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"s", "=", - RowBox[{"ToExpression", "@", - RowBox[{"StringDelete", "[", - RowBox[{ - RowBox[{"ToString", "@", - RowBox[{"FullForm", "@", "s"}]}], ",", - RowBox[{"{", - RowBox[{"\"\<\\\\[LineSeparator]\>\"", ",", "\"\<\\\\n\>\""}], - "}"}]}], "]"}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"Which", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Cases", "[", - RowBox[{"s", ",", "\"\<[\>\"", ",", "Infinity"}], "]"}], "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{"(*", " ", - RowBox[{"Function", " ", "name", " ", "only"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"arg", "=", "functionName"}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"MatchQ", "[", - RowBox[{ - RowBox[{"s", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1", ",", "1"}], - "\[RightDoubleBracket]"}], ",", - RowBox[{"{", - RowBox[{"functionName", ",", "\"\<[\>\"", ",", "\"\<]\>\""}], - "}"}]}], "]"}], ",", - RowBox[{"(*", " ", - RowBox[{"Void", " ", "function"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"ToString", "@", - RowBox[{"RowBox", "[", - RowBox[{"{", - RowBox[{ - RowBox[{ - "\"\<\\\"\>\"", "<>", "functionName", "<>", "\"\<\\\"\>\""}], - ",", - RowBox[{ - "\"\<\\\"\>\"", "<>", "\"\<[]\>\"", "<>", "\"\<\\\"\>\""}]}], - "}"}], "]"}]}]}], ",", "\[IndentingNewLine]", - "\[IndentingNewLine]", "True", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"arg", "=", - RowBox[{"s", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1", ",", "1", ",", "1", ",", - RowBox[{"3", ";;", - RowBox[{"-", "2"}]}]}], "\[RightDoubleBracket]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"Depth", "@", "arg"}], "<", "5"}], ",", - "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"RowBox", "[", - RowBox[{"{", - RowBox[{"functionName", ",", "\"\<[\>\"", ",", - RowBox[{"First", "@", "arg"}], ",", "\"\<]\>\""}], "}"}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"arg", "=", - RowBox[{"Insert", "[", - RowBox[{"arg", ",", - RowBox[{"{", - RowBox[{"functionName", ",", "\"\<[\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"Insert", "[", - RowBox[{"arg", ",", "\"\<]\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}]}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"FlattenAt", "[", - RowBox[{ - RowBox[{"First", "@", "arg"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1"}], "}"}]}], "]"}]}]}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"wrap", "//@", "arg"}]}]}]}], "\[IndentingNewLine]", - "]"}], ";", "\[IndentingNewLine]", - RowBox[{"arg", "=", - RowBox[{"escapeQuotes", "[", "arg", "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"info", "=", - RowBox[{ - RowBox[{"s", "\[LeftDoubleBracket]", - RowBox[{"2", ";;"}], "\[RightDoubleBracket]"}], "/.", - RowBox[{"s_String", "\[RuleDelayed]", - RowBox[{"\"\<\\\"\>\"", "<>", "s", "<>", "\"\<\\\"\>\""}]}]}]}], - ";", "\[IndentingNewLine]", - RowBox[{"info", "=", - RowBox[{"info", "/.", - RowBox[{"s_String", "\[RuleDelayed]", - RowBox[{"StringDelete", "[", - RowBox[{"s", ",", - RowBox[{"{", - RowBox[{"\"\<\[LineSeparator]\>\"", ",", "\"\<\\n\>\""}], - "}"}]}], "]"}]}]}]}], ";", "\[IndentingNewLine]", - RowBox[{"startSpace", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{ - RowBox[{"StringTake", "[", - RowBox[{ - RowBox[{ - "info", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], - ",", - RowBox[{"{", "2", "}"}]}], "]"}], "===", "\"\< \>\""}], ",", - "\"\<\>\"", ",", "\"\< \>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"info", "=", - RowBox[{"escapeQuotes", "@", - RowBox[{"ToString", "@", - RowBox[{"RowBox", "@", "info"}]}]}]}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"line", "=", - RowBox[{ - "specialStart", "<>", "arg", "<>", "specialEnd", "<>", "startSpace", - "<>", "specialStart", "<>", "info", "<>", "specialEnd"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"messages", ",", "line"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"l", ",", - RowBox[{"Length", "@", "intervals"}]}], "}"}]}], "]"}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Acquiring", " ", - RowBox[{"application", "/", "pacakge"}], " ", "name"}], " ", "*)"}], - "\[IndentingNewLine]", - RowBox[{"data", "=", - RowBox[{"ToString", "[", - RowBox[{"data", ",", "InputForm"}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"packageName", "=", - RowBox[{"StringCases", "[", - RowBox[{"data", ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Shortest", "[", - RowBox[{"\"\<paclet:\>\"", "~~", - RowBox[{"name", ":", - RowBox[{"LetterCharacter", ".."}]}], "~~", "\"\</ref/\>\""}], - "]"}], "\[RuleDelayed]", "name"}]}], "]"}]}], ";", - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"StringContainsQ", "[", - RowBox[{"data", ",", "\"\<ButtonData\>\""}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CreateUsage", "::", "link"}], ",", "functionName"}], "]"}], - ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"packageName", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CreateUsage", "::", "PackageName"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - RowBox[{"packageName", "=", - RowBox[{ - "packageName", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], - ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"outputFile", "=!=", "\"\<\>\""}], ",", "\[IndentingNewLine]", - - RowBox[{"(*", " ", - RowBox[{"A", ".", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - "Write", " ", "usage", " ", "data", " ", "to", " ", "a", " ", - "file"}]}]}], " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Check", " ", "output", " ", "directory"}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"!", - RowBox[{"DirectoryQ", "@", - RowBox[{"DirectoryName", "@", "outputFile"}]}]}], ",", - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{ - RowBox[{"CreateUsage", "::", "InvalidDir"}], ",", - RowBox[{"DirectoryName", "@", "outputFile"}]}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{ - "Write", " ", "information", " ", "to", " ", "output", " ", "file"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"CreateUsage", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"packageName", ",", "functionName"}], "}"}], ",", - "messages", ",", "\[IndentingNewLine]", "\t", - RowBox[{"\"\<FormattedInput\>\"", "\[Rule]", "True"}], ",", - RowBox[{"\"\<WriteTo\>\"", "\[Rule]", "outputFile"}]}], "]"}]}], - ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"B", ".", " ", "Just"}], " ", "output", " ", "messages"}], - " ", "*)"}], "\[IndentingNewLine]", "\t", - RowBox[{"(*", " ", - RowBox[{"Optional", ":", " ", - RowBox[{ - RowBox[{"Include", " ", "package"}], "-", " ", - RowBox[{ - "and", " ", "function", " ", "name", " ", "if", " ", "just", " ", - "outputting", " ", "messages"}]}]}], " ", "*)"}], - "\[IndentingNewLine]", "\t", - RowBox[{ - RowBox[{"packageName", "=", - RowBox[{"StringCases", "[", "\[IndentingNewLine]", "\t", - RowBox[{"notebook", ",", - RowBox[{ - RowBox[{ - RowBox[{"name", ":", - RowBox[{ - RowBox[{"Except", "[", "\"\</\>\"", "]"}], ".."}]}], "~~", - "\"\</Documentation\>\""}], "\[RuleDelayed]", "name"}]}], - "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"packageName", "===", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", "messages", ",", - - RowBox[{"{", - RowBox[{ - RowBox[{ - "packageName", "\[LeftDoubleBracket]", "1", - "\[RightDoubleBracket]"}], ",", "functionName", ",", - "messages"}], "}"}]}], "]"}]}]}], "\[IndentingNewLine]", - "]"}]}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.667810424970599*^9, 3.667810432313558*^9}, - 3.667810883538918*^9, {3.6678119799664907`*^9, 3.667812004062636*^9}, { - 3.667812039037266*^9, 3.667812072607596*^9}, 3.667812406683673*^9, { - 3.667813882624302*^9, 3.6678138933821697`*^9}, 3.667814924729149*^9, { - 3.66781496632804*^9, 3.6678149928687553`*^9}, {3.6678150319879923`*^9, - 3.667815059729232*^9}, {3.6678370650379553`*^9, 3.667837080571652*^9}, { - 3.667837156210669*^9, 3.667837159120823*^9}, 3.6678423893311787`*^9, - 3.6678424458027067`*^9, {3.667842486408422*^9, 3.6678424870521097`*^9}, { - 3.6678491837908373`*^9, 3.667849196316847*^9}, {3.6678492310627127`*^9, - 3.667849347867344*^9}, {3.667849386562244*^9, 3.6678493956660547`*^9}, { - 3.6678502690321627`*^9, 3.667850270718402*^9}, {3.667885432315948*^9, - 3.667885443584289*^9}, {3.6678886091768827`*^9, 3.667888618284264*^9}, { - 3.667888726013617*^9, 3.667888727965447*^9}, {3.667888851663785*^9, - 3.667888852473021*^9}, {3.667889152447135*^9, 3.667889163822752*^9}, { - 3.667889360643476*^9, 3.667889390482397*^9}, {3.667889485585231*^9, - 3.667889487263101*^9}, {3.667889595757792*^9, 3.667889620724247*^9}, { - 3.667890108962254*^9, 3.667890109608528*^9}, {3.667890744858707*^9, - 3.667890745731081*^9}, {3.667890790906273*^9, 3.6678907919220057`*^9}, { - 3.667891889841053*^9, 3.667891891247429*^9}, {3.6678922519045677`*^9, - 3.667892262455718*^9}, {3.667892311486883*^9, 3.667892316670149*^9}, { - 3.667892371374642*^9, 3.667892376260646*^9}, {3.6678924271076107`*^9, - 3.667892427763419*^9}, {3.667892720984558*^9, 3.667892730684279*^9}, { - 3.66789278719515*^9, 3.6678928066426153`*^9}, {3.667893342922476*^9, - 3.667893368893684*^9}, 3.667893456485235*^9, {3.6678935550008574`*^9, - 3.6678935567286158`*^9}, {3.667893598705802*^9, 3.667893607287561*^9}, { - 3.667893653960865*^9, 3.667893674718265*^9}, 3.667893707506178*^9, { - 3.667894873347105*^9, 3.667894873506961*^9}, {3.667895011329136*^9, - 3.667895024376791*^9}, {3.6678953032984324`*^9, 3.667895345849135*^9}, { - 3.667895452725642*^9, 3.667895462941853*^9}, {3.667895500317997*^9, - 3.6678955012370453`*^9}, 3.6678956557417593`*^9, {3.667895779383746*^9, - 3.6678958100700207`*^9}, {3.667895851933743*^9, 3.6678958935560913`*^9}, { - 3.667896171574704*^9, 3.667896263763373*^9}, {3.667896312122861*^9, - 3.667896324754409*^9}, {3.6678963903543158`*^9, 3.6678964114961843`*^9}, { - 3.667896455809155*^9, 3.667896456675251*^9}, {3.667896493914776*^9, - 3.667896525742229*^9}, {3.6678965891093082`*^9, 3.667896621691443*^9}, { - 3.667896713242935*^9, 3.667896755072253*^9}, {3.667896817256106*^9, - 3.667896889397126*^9}, {3.6678969470525312`*^9, 3.667896962588962*^9}, { - 3.66789716539051*^9, 3.6678972171833*^9}, {3.6678972538709784`*^9, - 3.667897288603929*^9}, {3.6678973528756742`*^9, 3.667897617020197*^9}, { - 3.66789770379532*^9, 3.6678977049618177`*^9}, {3.667897785432526*^9, - 3.667897791191832*^9}, {3.66789796008405*^9, 3.667897963067811*^9}, { - 3.667898841113009*^9, 3.667898860551585*^9}, {3.6678989176231813`*^9, - 3.6678990213639717`*^9}, {3.66789905851523*^9, 3.667899062507167*^9}, { - 3.667899103315624*^9, 3.6678991104182777`*^9}, 3.667899192265994*^9, { - 3.667911024706799*^9, 3.6679110624585648`*^9}, {3.668160963954216*^9, - 3.6681609672208776`*^9}, {3.714831885412652*^9, 3.714831888130403*^9}, { - 3.7352279099898443`*^9, 3.7352279119894543`*^9}, {3.735227947335452*^9, - 3.735227952021865*^9}, {3.735228057476899*^9, 3.735228177338558*^9}, { - 3.735277231320202*^9, 3.73527723635671*^9}, {3.7352773407782297`*^9, - 3.735277407971662*^9}, {3.7352774541767883`*^9, 3.735277649510229*^9}, { - 3.735277703312562*^9, 3.7352777560457993`*^9}, {3.735278512054905*^9, - 3.735278595820527*^9}, {3.735279507096591*^9, 3.7352795099284983`*^9}, { - 3.735279584492257*^9, 3.735279613390669*^9}, {3.735279688701007*^9, - 3.7352797605695*^9}, {3.735279800130986*^9, 3.735279828575943*^9}, { - 3.7352799393046503`*^9, 3.735279979789836*^9}, {3.7352800171745853`*^9, - 3.735280017644599*^9}, {3.735280116787613*^9, 3.735280121329863*^9}, - 3.735280153874682*^9, {3.7352802988160686`*^9, 3.73528036627181*^9}, { - 3.735280397158695*^9, 3.735280436363415*^9}, {3.737970189743887*^9, - 3.737970195967576*^9}, {3.737970242696484*^9, 3.737970254395742*^9}, { - 3.737970472386147*^9, 3.737970495127303*^9}, {3.7379708325373163`*^9, - 3.7379708689034348`*^9}, {3.7379710554231977`*^9, 3.737971105241316*^9}, { - 3.7379711965691442`*^9, 3.737971224089724*^9}, {3.737971277422216*^9, - 3.737971278806017*^9}, {3.73797147720399*^9, 3.7379714890194197`*^9}, { - 3.737971556370063*^9, 3.7379716421431427`*^9}, {3.761467840081215*^9, - 3.761467847166497*^9}, {3.761467950307549*^9, 3.761467997069125*^9}, { - 3.761468089061266*^9, 3.761468093066968*^9}, {3.7614685229233932`*^9, - 3.761468692021304*^9}, {3.761468880276452*^9, 3.7614688814416723`*^9}, { - 3.761468924436459*^9, 3.761468927217424*^9}, {3.7614690782651863`*^9, - 3.761469083567354*^9}, {3.761469125038463*^9, 3.7614691297696247`*^9}, { - 3.761469184509779*^9, 3.7614691937943583`*^9}, {3.7614692263864927`*^9, - 3.761469287265432*^9}, {3.761469317898486*^9, 3.761469379609047*^9}, { - 3.761469440352092*^9, 3.761469566788692*^9}, {3.761469615179755*^9, - 3.761469824616735*^9}, {3.761469875905054*^9, 3.7614698793580627`*^9}, { - 3.761469926606781*^9, 3.761470134386421*^9}, 3.761470168834037*^9, { - 3.761470307454604*^9, 3.761470341387541*^9}, {3.761738520583211*^9, - 3.761738521238221*^9}, {3.7617389428280783`*^9, 3.7617390119443197`*^9}, { - 3.761739059250704*^9, 3.761739062468306*^9}, {3.761739156471512*^9, - 3.761739184355824*^9}, {3.761739217437358*^9, 3.7617392397403603`*^9}, { - 3.761739369970311*^9, 3.761739392449441*^9}, {3.761739432553824*^9, - 3.761739594304599*^9}, {3.7617396634565887`*^9, 3.761739667911873*^9}, { - 3.761739705734511*^9, 3.761739706229846*^9}, {3.761739892211649*^9, - 3.76173996632085*^9}, {3.761740018893314*^9, 3.761740055600648*^9}, { - 3.761740097617803*^9, 3.761740098663492*^9}, {3.761740138440566*^9, - 3.761740139075246*^9}, {3.7617402198054867`*^9, 3.7617402344591513`*^9}, { - 3.7617403710321302`*^9, 3.7617403816566763`*^9}, {3.761740478719596*^9, - 3.7617405508147984`*^9}, {3.7617406058510313`*^9, 3.761740610291614*^9}, { - 3.761740666099369*^9, 3.761740668691311*^9}, {3.761740760418543*^9, - 3.7617407605601063`*^9}, {3.761740812646299*^9, 3.7617410961215143`*^9}, { - 3.7617411807741632`*^9, 3.761741184140841*^9}, {3.761741249469604*^9, - 3.761741482558055*^9}, {3.761741559233467*^9, 3.761741629349457*^9}, { - 3.76174166546975*^9, 3.761741666811619*^9}, {3.761741704733757*^9, - 3.7617417062985497`*^9}, {3.761741752883931*^9, 3.761741754314054*^9}, { - 3.761741892775381*^9, 3.76174189691905*^9}, {3.761741945943198*^9, - 3.761741965597033*^9}, {3.7617421081232862`*^9, 3.761742154770554*^9}, { - 3.7617429859046993`*^9, 3.761743059414176*^9}, {3.7617431003820257`*^9, - 3.7617431042356787`*^9}, {3.761743383028606*^9, 3.761743387313386*^9}, { - 3.761743436282058*^9, 3.7617434553712807`*^9}, {3.761745904880567*^9, - 3.761745931925056*^9}, {3.761746102801385*^9, 3.76174617013623*^9}, { - 3.761746219110921*^9, 3.7617462273983088`*^9}, {3.761748487918829*^9, - 3.7617485580970383`*^9}, {3.761748643450283*^9, 3.761748664558958*^9}, { - 3.761748708704926*^9, 3.761748722277939*^9}, {3.761748917814929*^9, - 3.76174892680133*^9}, {3.7617490100831623`*^9, 3.7617490188974648`*^9}, { - 3.7617490653139143`*^9, 3.76174909646708*^9}, {3.761749231552435*^9, - 3.761749242326417*^9}, {3.761752464326742*^9, 3.7617524678119297`*^9}, { - 3.761752716192477*^9, 3.761752727162221*^9}, {3.761753109563594*^9, - 3.761753202623489*^9}, {3.761754933537197*^9, 3.761754935466028*^9}, { - 3.7617552144596767`*^9, 3.761755219593565*^9}, {3.769493442428174*^9, - 3.769493468768544*^9}, {3.769493524472045*^9, 3.769493535340535*^9}, { - 3.7694937296498547`*^9, 3.769493767177598*^9}, 3.769493839055397*^9, { - 3.769494086769191*^9, 3.769494119320771*^9}, {3.769494364588728*^9, - 3.769494381203643*^9}, {3.7694944297055597`*^9, 3.769494449978178*^9}, { - 3.769494581223248*^9, 3.769494647179706*^9}, {3.769494683881651*^9, - 3.769494687352993*^9}, {3.769494875829777*^9, 3.7694949215906553`*^9}, { - 3.7850721325439863`*^9, 3.78507214532434*^9}, {3.7850721814923277`*^9, - 3.785072182109561*^9}, {3.785072237157195*^9, 3.7850722438828163`*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[12]:=",ExpressionUUID->"f8da019a-2b19-4fc6-ae8c-c8d2c6575467"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"CreateUsage", "[", - RowBox[{ - "definitionFile_String", ",", "\"\<Mode:DefinitionsNotebook\>\"", ",", - RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], ":=", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"dir", "=", - RowBox[{"DirectoryName", "@", "definitionFile"}]}], ",", - RowBox[{"outputFile", "=", - RowBox[{"OptionValue", "[", "\"\<WriteTo\>\"", "]"}]}], ",", - "\[IndentingNewLine]", "definedFunctions", ",", - "documentationNotebooks", ",", "discrepancy", ",", - "\[IndentingNewLine]", "list", ",", "nb"}], "\[IndentingNewLine]", - "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"outputFile", "===", "\"\<\>\""}], ",", - RowBox[{"outputFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"dir", ",", "\"\<UsageMessages.txt\>\""}], "}"}], "]"}]}]}], - "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"definedFunctions", "=", - RowBox[{"NotebookImport", "[", - RowBox[{"definitionFile", ",", "\"\<Subchapter\>\""}], "]"}]}], ";", - "\[IndentingNewLine]", - RowBox[{"(*", - RowBox[{ - RowBox[{"Clear", "@@", "definedFunctions"}], ";"}], "*)"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"documentationNotebooks", "=", - RowBox[{"FileNames", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "\"\<MaXrd\>\"", ",", "\"\<Documentation\>\"", ",", - "\"\<English\>\"", ",", "\"\<ReferencePages\>\"", ",", - "\"\<Symbols\>\"", ",", "\"\<*.nb\>\""}], "}"}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"ParentDirectory", "@", "dir"}], ",", "dir"}], "}"}], ",", - "Infinity"}], "]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"documentationNotebooks", "===", - RowBox[{"{", "}"}]}], ",", - RowBox[{ - RowBox[{"Message", "[", - RowBox[{"CreateUsage", "::", "NoDocPages"}], "]"}], ";", - RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"discrepancy", "=", - RowBox[{"Complement", "[", - RowBox[{"definedFunctions", ",", - RowBox[{"FileBaseName", "/@", "documentationNotebooks"}]}], "]"}]}], - ";", "\[IndentingNewLine]", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"discrepancy", "=!=", - RowBox[{"{", "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Print", "[", "\"\<Missing documentation pages:\>\"", "]"}], - ";", "\[IndentingNewLine]", - RowBox[{"Print", "@", - RowBox[{"Column", "@", "discrepancy"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Print", "[", "\"\<----------\>\"", "]"}], ";"}]}], - "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", - "\[IndentingNewLine]", - RowBox[{"list", "=", - RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", - RowBox[{"Print", "@", - RowBox[{"Dynamic", "@", - RowBox[{"Multicolumn", "[", - RowBox[{"list", ",", - RowBox[{"{", - RowBox[{"20", ",", "3"}], "}"}]}], "]"}]}]}], ";", - "\[IndentingNewLine]", - RowBox[{"Do", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"nb", "=", - RowBox[{ - "documentationNotebooks", "\[LeftDoubleBracket]", "i", - "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"list", ",", - RowBox[{"FileBaseName", "@", "nb"}]}], "]"}], ";", - "\[IndentingNewLine]", - RowBox[{"Check", "[", - RowBox[{ - RowBox[{"CreateUsage", "[", - RowBox[{"nb", ",", - RowBox[{"\"\<WriteTo\>\"", "\[Rule]", "outputFile"}]}], "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"AppendTo", "[", - RowBox[{"list", ",", "\"\<(error in previous)\>\""}], "]"}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "@", "documentationNotebooks"}]}], "}"}]}], "]"}], - ";"}]}], "\[IndentingNewLine]", "]"}]}]], "Input", - InitializationCell->True, - CellChangeTimes->{{3.761742403565077*^9, 3.761742445324665*^9}, - 3.7617424931958303`*^9, {3.761742881084549*^9, 3.7617428932028522`*^9}, { - 3.761743356693429*^9, 3.761743372747541*^9}, {3.7617459401350193`*^9, - 3.7617459483802*^9}, {3.7617461761933117`*^9, 3.761746203312099*^9}, { - 3.7617470946566963`*^9, 3.7617471380293207`*^9}, {3.761747205045042*^9, - 3.7617472797806807`*^9}, {3.761747524198599*^9, 3.761747526453486*^9}, { - 3.7617476628828382`*^9, 3.761747673320994*^9}, {3.761747734985824*^9, - 3.761747739663088*^9}, {3.7617477844964647`*^9, 3.761747786798081*^9}, { - 3.761749317417666*^9, 3.761749320870908*^9}, {3.761749416197526*^9, - 3.761749430116621*^9}, {3.761749537874487*^9, 3.7617496131992207`*^9}, { - 3.761749716510077*^9, 3.761749724164529*^9}, {3.761749776204854*^9, - 3.761749803602571*^9}, {3.761749842435093*^9, 3.7617498686584187`*^9}, { - 3.7617499388501463`*^9, 3.7617500147989893`*^9}, {3.761750050135915*^9, - 3.761750074589971*^9}, {3.761750113694027*^9, 3.761750142547372*^9}, { - 3.761750184483336*^9, 3.7617502265954638`*^9}, {3.761750257625969*^9, - 3.761750406581653*^9}, {3.761750524877969*^9, 3.761750709703336*^9}, { - 3.761750888014144*^9, 3.761750891236714*^9}, {3.7617510170430803`*^9, - 3.76175101831343*^9}, {3.761751707219782*^9, 3.761751708177617*^9}, - 3.761751862384985*^9, {3.761751918238742*^9, 3.761751921846691*^9}, { - 3.7617519982697973`*^9, 3.761752013869145*^9}, {3.761752368628981*^9, - 3.7617523702676363`*^9}, 3.76175254395362*^9, {3.761752632222827*^9, - 3.7617526343340797`*^9}, {3.761752693990046*^9, 3.761752699933757*^9}, { - 3.761753305058338*^9, 3.761753307609383*^9}, 3.761753411528614*^9, { - 3.861799166655983*^9, 3.8617991673609753`*^9}, {3.8617991985639772`*^9, - 3.861799200970048*^9}, {3.861799250135729*^9, 3.861799262780314*^9}}, - Background->RGBColor[0.94, 0.91, 0.88], - CellLabel->"In[13]:=",ExpressionUUID->"1e9a0eb6-00ea-41ff-9694-85f58ad2e94a"] -}, Closed]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Execution", "Chapter", - CellChangeTimes->{{3.861679551550063*^9, - 3.861679572623868*^9}},ExpressionUUID->"903331fe-ecc2-4e6b-a448-\ -ccd1c8eb45e6"], - -Cell["\<\ -After executing the required definitions above, copy the cell below into the \ -definitions notebook and run.\ -\>", "Text", - CellChangeTimes->{{3.836360187976001*^9, 3.83636019651961*^9}, { - 3.861679761638151*^9, - 3.861679805058837*^9}},ExpressionUUID->"bb76e1ac-7f20-4d26-91fc-\ -196ef725b679"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"(*", " ", - RowBox[{ - "Create", " ", "file", " ", "with", " ", "usage", " ", "messages"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"Begin", "[", "\"\<`Private`\>\"", "]"}], ";"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"(*", " ", - RowBox[{"Clearing", " ", "symbols", " ", "causing", " ", "issues"}], " ", - "*)"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"Clear", "[", - RowBox[{ - "$CrystalData", ",", "$LaueClasses", ",", "$PeriodicTable", ",", - "$PointGroups", ",", "$SpaceGroups", ",", "$TransformationMatrices", - ",", "$MaXrdPath", ",", "$GroupSymbolRedirect", ",", "$MaXrdVersion"}], - "]"}], ";"}], "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{"CreateUsage", "[", - RowBox[{ - RowBox[{"NotebookFileName", "[", "]"}], ",", - RowBox[{"\"\<DefinitionsNotebook\>\"", "\[Rule]", "True"}]}], "]"}], - "\[IndentingNewLine]", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]}]}]], "Input", - CellChangeTimes->{{3.660662612972769*^9, 3.660662615331635*^9}, { - 3.6678996421176853`*^9, 3.66789969462072*^9}, {3.667899845913467*^9, - 3.667899850423938*^9}, {3.667899984372815*^9, 3.6678999940522842`*^9}, { - 3.667900034828264*^9, 3.667900089209947*^9}, {3.667900334078722*^9, - 3.6679003638145247`*^9}, {3.667903245172576*^9, 3.6679032454925957`*^9}, { - 3.667903509806757*^9, 3.6679035140052967`*^9}, {3.675758442867031*^9, - 3.675758481993051*^9}, {3.6757585443694277`*^9, 3.6757585456885557`*^9}, { - 3.6757585983182087`*^9, 3.675758704140443*^9}, {3.675758754211491*^9, - 3.675758772678719*^9}, {3.675759204709443*^9, 3.6757592307473087`*^9}, { - 3.675759379117465*^9, 3.6757594378723717`*^9}, {3.675759500854343*^9, - 3.675759530220367*^9}, {3.675759709648603*^9, 3.675759710360009*^9}, { - 3.675759767239332*^9, 3.675759808110104*^9}, {3.675760218477907*^9, - 3.6757602205561533`*^9}, {3.675762009516317*^9, 3.675762010034891*^9}, { - 3.675762172552596*^9, 3.675762176643489*^9}, {3.6757694543401737`*^9, - 3.675769455794608*^9}, {3.67576953993613*^9, 3.6757695580553617`*^9}, { - 3.6757710214550257`*^9, 3.6757710272949677`*^9}, 3.675771150291032*^9, { - 3.675856100530809*^9, 3.675856100753621*^9}, {3.675856527195032*^9, - 3.675856540089183*^9}, 3.679727001698728*^9, 3.679727049088442*^9, - 3.679727711425622*^9, {3.6839690810772543`*^9, 3.683969113087332*^9}, { - 3.7177379328989363`*^9, 3.717737933586039*^9}, {3.717738014422647*^9, - 3.717738015614521*^9}, {3.7177409978788757`*^9, 3.7177410384803667`*^9}, { - 3.7177413378554688`*^9, 3.717741379077037*^9}, {3.7177414825292664`*^9, - 3.7177415538374147`*^9}, {3.7177420992113*^9, 3.717742100443009*^9}, - 3.717742370382308*^9, {3.717743709288949*^9, 3.717743727768016*^9}, { - 3.717743977639468*^9, 3.7177440116306677`*^9}, 3.717744050452475*^9, { - 3.7177440818214197`*^9, 3.717744184730303*^9}, {3.717744236083075*^9, - 3.717744256948084*^9}, {3.717744312128818*^9, 3.717744331826899*^9}, { - 3.717744425895924*^9, 3.717744448975348*^9}, {3.717744506311816*^9, - 3.717744540670703*^9}, {3.7177446038680487`*^9, 3.7177446062959003`*^9}, - 3.71774468810388*^9, {3.717744763574163*^9, 3.717744827259562*^9}, { - 3.717744978946293*^9, 3.717744983144945*^9}, {3.7179286885787992`*^9, - 3.717928693591135*^9}, 3.7190622887730703`*^9, {3.719070068458487*^9, - 3.719070068912201*^9}, {3.719087441980075*^9, 3.719087442132564*^9}, { - 3.730012522682797*^9, 3.730012523250532*^9}, {3.730108424097702*^9, - 3.730108427107399*^9}, {3.730116731369512*^9, 3.730116753664315*^9}, { - 3.7301168078184347`*^9, 3.730116814398196*^9}, {3.730120663483899*^9, - 3.7301206868656397`*^9}, {3.7307227278396273`*^9, 3.730722728041614*^9}, - 3.735309531237376*^9, 3.73917234479235*^9, 3.743835305126947*^9, - 3.743865332915565*^9, {3.743865384964581*^9, 3.743865411582386*^9}, - 3.743865455251375*^9, 3.7438656510644197`*^9, {3.758528935865739*^9, - 3.758528937654502*^9}, {3.7627520018639727`*^9, 3.7627520050845127`*^9}, { - 3.762752069364541*^9, 3.762752070252963*^9}, {3.7627521516978607`*^9, - 3.7627521745728493`*^9}, {3.7627523842838*^9, 3.762752391691227*^9}, { - 3.762752446234836*^9, 3.762752457655525*^9}, {3.7627525460106*^9, - 3.762752546237638*^9}, {3.762752595286416*^9, 3.762752647377551*^9}, { - 3.762752697787332*^9, 3.762752711529207*^9}, 3.78006331583945*^9, - 3.7850723494601917`*^9, {3.800088548740131*^9, 3.800088551039072*^9}, { - 3.861679595549821*^9, 3.86167960964559*^9}, {3.861679720155517*^9, - 3.861679736427987*^9}}, - Background->RGBColor[1, 1, 0.85], - CellLabel->"In[14]:=",ExpressionUUID->"19f648e6-3db9-4a0b-a8e4-df365c8a9759"], - -Cell[CellGroupData[{ - -Cell[BoxData["\<\"Missing documentation pages:\"\>"], "Print", - CellChangeTimes->{3.8845304351390123`*^9}, - CellLabel-> - "During evaluation of \ -In[14]:=",ExpressionUUID->"52d12f34-b75c-47cd-af4e-0291ca6917fd"], - -Cell[BoxData[ - TagBox[GridBox[{ - {"\<\"CreateUsage\"\>"} - }, - DefaultBaseStyle->"Column", - GridBoxAlignment->{"Columns" -> {{Left}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Column"]], "Print", - CellChangeTimes->{3.884530435139924*^9}, - CellLabel-> - "During evaluation of \ -In[14]:=",ExpressionUUID->"98acbb03-954d-4072-ac8d-217131e11f0a"], - -Cell[BoxData["\<\"----------\"\>"], "Print", - CellChangeTimes->{3.884530435140777*^9}, - CellLabel-> - "During evaluation of \ -In[14]:=",ExpressionUUID->"884111e6-bbd1-4041-9a45-3feba311e3f5"], - -Cell[BoxData[ - DynamicBox[ToBoxes[ - Multicolumn[$CellContext`list, {20, 3}], StandardForm], - ImageSizeCache->{681., {194.8544921875, 200.1455078125}}]], "Print", - CellChangeTimes->{3.884530435141344*^9}, - CellLabel-> - "During evaluation of \ -In[14]:=",ExpressionUUID->"bf62b86b-aa1d-484b-a2ee-e741f6d60df8"] -}, Open ]] -}, Open ]] -}, Open ]] -}, Open ]] -}, -WindowSize->{808, 829}, -WindowMargins->{{Automatic, 762}, {Automatic, 140}}, -FrontEndVersion->"13.0 for Mac OS X ARM (64-bit) (February 4, 2022)", -StyleDefinitions->"Default.nb", -ExpressionUUID->"bbd68505-66db-4011-9974-80a5e5d6744a" -] -(* End of Notebook Content *) - -(* Internal cache information *) -(*CellTagsOutline -CellTagsIndex->{} -*) -(*CellTagsIndex -CellTagsIndex->{} -*) -(*NotebookFileOutline -Notebook[{ -Cell[CellGroupData[{ -Cell[580, 22, 165, 3, 98, "Title",ExpressionUUID->"b3075cdb-58c2-4a7a-9500-fa8b494584d5"], -Cell[CellGroupData[{ -Cell[770, 29, 165, 3, 69, "Chapter",ExpressionUUID->"39dc4f88-36f0-465b-b493-119bcd034ac8"], -Cell[CellGroupData[{ -Cell[960, 36, 161, 3, 64, "Subchapter",ExpressionUUID->"c50282dc-e3e7-4865-928c-144c262a4df6"], -Cell[1124, 41, 619, 11, 45, "Input",ExpressionUUID->"337f215a-0179-4862-b754-ab39a6aef148", - InitializationCell->True], -Cell[1746, 54, 3454, 70, 311, "Input",ExpressionUUID->"6c054b12-30d5-40fa-a071-e7c9c11a14af", - InitializationCell->True], -Cell[5203, 126, 22996, 483, 3012, "Input",ExpressionUUID->"e1bba1d0-5d62-46dd-abe3-be87e4f50e94", - InitializationCell->True], -Cell[28202, 611, 28931, 598, 2581, "Input",ExpressionUUID->"f8da019a-2b19-4fc6-ae8c-c8d2c6575467", - InitializationCell->True], -Cell[57136, 1211, 6457, 135, 791, "Input",ExpressionUUID->"1e9a0eb6-00ea-41ff-9694-85f58ad2e94a", - InitializationCell->True] -}, Closed]] -}, Open ]], -Cell[CellGroupData[{ -Cell[63642, 1352, 154, 3, 69, "Chapter",ExpressionUUID->"903331fe-ecc2-4e6b-a448-ccd1c8eb45e6"], -Cell[63799, 1357, 306, 7, 35, "Text",ExpressionUUID->"bb76e1ac-7f20-4d26-91fc-196ef725b679"], -Cell[CellGroupData[{ -Cell[64130, 1368, 4757, 77, 235, "Input",ExpressionUUID->"19f648e6-3db9-4a0b-a8e4-df365c8a9759"], -Cell[CellGroupData[{ -Cell[68912, 1449, 211, 4, 24, "Print",ExpressionUUID->"52d12f34-b75c-47cd-af4e-0291ca6917fd"], -Cell[69126, 1455, 388, 11, 24, "Print",ExpressionUUID->"98acbb03-954d-4072-ac8d-217131e11f0a"], -Cell[69517, 1468, 191, 4, 23, "Print",ExpressionUUID->"884111e6-bbd1-4041-9a45-3feba311e3f5"], -Cell[69711, 1474, 311, 7, 406, "Print",ExpressionUUID->"bf62b86b-aa1d-484b-a2ee-e741f6d60df8"] -}, Open ]] -}, Open ]] -}, Open ]] -}, Open ]] -} -] -*) - diff --git a/Development/MaXrd_Build.nb b/Development/MaXrd_Build.nb deleted file mode 100644 index c01087b..0000000 --- a/Development/MaXrd_Build.nb +++ /dev/null @@ -1,12035 +0,0 @@ -(* Content-type: application/vnd.wolfram.mathematica *) - -(*** Wolfram Notebook File ***) -(* http://www.wolfram.com/nb *) - -(* CreatedBy='Mathematica 13.0' *) - -(*CacheID: 234*) -(* Internal cache information: -NotebookFileLineBreakTest -NotebookFileLineBreakTest -NotebookDataPosition[ 158, 7] -NotebookDataLength[ 643030, 12027] -NotebookOptionsPosition[ 636936, 11922] -NotebookOutlinePosition[ 637334, 11938] -CellTagsIndexPosition[ 637291, 11935] -WindowFrame->Normal*) - -(* Beginning of Notebook Content *) -Notebook[{ - -Cell[CellGroupData[{ -Cell[TextData[{ - "Building the ", - StyleBox["MaXrd", - FontSlant->"Italic"], - " package" -}], "Title", - CellChangeTimes->{{3.861506530871787*^9, - 3.8615065481375103`*^9}},ExpressionUUID->"6e376bb3-6cd3-4258-8ebf-\ -3d7554e527c1"], - -Cell[TextData[{ - "Using the ", - StyleBox["Documentation Tools", - FontSlant->"Italic"], - " of ", - StyleBox["Mathematica 13", - FontSlant->"Italic"] -}], "Subtitle", - CellChangeTimes->{{3.8615173933581123`*^9, 3.8615174163037043`*^9}, { - 3.861518187408083*^9, - 3.861518191478385*^9}},ExpressionUUID->"0f7d1186-ef41-449b-9354-\ -beed98cfabab"], - -Cell[CellGroupData[{ - -Cell["Protocol for new versions", "Chapter", - CellChangeTimes->{{3.8615175106424017`*^9, - 3.861517514098794*^9}},ExpressionUUID->"1ebc9cb6-1634-4536-b8a0-\ -e3850e96f6f1"], - -Cell[CellGroupData[{ - -Cell["New functions", "Section", - CellChangeTimes->{{3.861637060424677*^9, - 3.861637061730794*^9}},ExpressionUUID->"65cefd49-17e3-4783-9b88-\ -93779bcfdf2f"], - -Cell[TextData[{ - "Insert code in ", - StyleBox["Definitions.nb", "CodeText"], - ". Include any messages, options and syntax information." -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.8616371017406387`*^9}},ExpressionUUID->"6910a3df-c278-4c50-a20c-\ -0833d436c10e"], - -Cell[TextData[{ - "Include the new function in the ", - StyleBox["Autocompletion", - FontSlant->"Italic"], - " section in ", - StyleBox["Definitions.nb", "CodeText"], - " if applicable." -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.86163713500843*^9}, {3.86179852035116*^9, - 3.8617985287369537`*^9}},ExpressionUUID->"7576602d-277f-485a-b606-\ -4560d0fcaa95"], - -Cell[TextData[{ - "Mention the function in the ", - StyleBox["Changelog.md", "CodeText"], - "." -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.861637160563649*^9}},ExpressionUUID->"caa95214-d66e-4ac5-bbfd-\ -6da6d8c40655"], - -Cell[CellGroupData[{ - -Cell["Create a documentation page.", "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.861637178558134*^9}},ExpressionUUID->"31101ff5-26bc-47a4-8b46-\ -638223244a05"], - -Cell[TextData[{ - "Fill in the ", - StyleBox["See Also", - FontSlant->"Italic"], - " section." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.861637173989539*^9}, - 3.861637207987069*^9},ExpressionUUID->"1ebbcd49-a7be-4287-b94e-\ -999f6c4f28df"], - -Cell[TextData[{ - "Consider updating the ", - StyleBox["See Also", - FontSlant->"Italic"], - " section of other, related functions." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.861637218864559*^9}},ExpressionUUID->"af80c00b-9f30-4dc4-9728-\ -ac7d984d297e"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["New releases", "Section", - CellChangeTimes->{{3.8616363199521523`*^9, - 3.861636325472447*^9}},ExpressionUUID->"c0b6114f-d209-4fe5-ba3f-\ -4102c37fd4d5"], - -Cell[CellGroupData[{ - -Cell["Part 1: Preparing a new build", "Subsection", - CellChangeTimes->{{3.861636327240473*^9, - 3.8616363333617496`*^9}},ExpressionUUID->"5b986c7c-1f98-4d6f-ac2f-\ -a5e8191a3a1b"], - -Cell[TextData[{ - "Save ", - StyleBox["Definitions.nb", "CodeText"], - " and put the generated ", - StyleBox["Definitions.m", "CodeText"], - " file in ", - StyleBox["MaXrd \[FilledRightTriangle] Kernel", "CodeText"], - "." -}], "ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.8616363489230967`*^9}, { - 3.861798018998644*^9, - 3.861798091841618*^9}},ExpressionUUID->"143eb9ad-670d-4013-9e6a-\ -5ab74e356f90"], - -Cell["Update and run the package unit test.", "ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, - 3.8616363489230967`*^9}},ExpressionUUID->"8f48127a-fa55-4a6a-beb5-\ -41c1786ada3d"], - -Cell[CellGroupData[{ - -Cell["Check for any unused local variables.", "ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, - 3.86163651034864*^9}},ExpressionUUID->"e83a1bbe-d4f6-46bb-ab64-\ -1dbc0c9f6b5f"], - -Cell[TextData[{ - "Make a copy of ", - StyleBox["Definitions.m", "CodeText"], - " where Block is replaced by Module." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.861636597491836*^9}},ExpressionUUID->"a6a0d897-800c-49bf-b373-\ -66dbf61e79c9"], - -Cell[TextData[{ - "Check the ", - StyleBox["Problems", - FontSlant->"Italic"], - " tab in ", - StyleBox["Eclipse", - FontSlant->"Italic"], - " (with the ", - StyleBox["Wolfram Workbench", - FontSlant->"Italic"], - " extension)." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.861636640343853*^9}},ExpressionUUID->"711fcc14-5b29-4687-bfbd-\ -8594df33869f"] -}, Open ]], - -Cell[TextData[{ - "Update ", - StyleBox["Modified in", - FontSlant->"Italic"], - " in the documentation pages of those functions mentioned in the change \ -log." -}], "ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.861636661283308*^9}},ExpressionUUID->"1eab65fe-1b79-4693-a3e1-\ -5c9cc98980c6"], - -Cell[CellGroupData[{ - -Cell["Update the version number in:", "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, - 3.8616367928654633`*^9}},ExpressionUUID->"6e577e96-5cf9-41dd-b0d0-\ -64a1a58db4d7"], - -Cell[TextData[StyleBox["PacletInfo.wl", "CodeText"]], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.861636797859221*^9}, {3.8616368775262823`*^9, - 3.861636877556232*^9}},ExpressionUUID->"60b88a33-c95f-4239-9531-\ -9c3922011ade"], - -Cell[TextData[{ - "The main guide page (", - StyleBox["PackageOverview.nb", "CodeText"], - ")" -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, - 3.861636824151608*^9}},ExpressionUUID->"c02af34c-6e84-4964-93a3-\ -04bebf3245ac"], - -Cell[TextData[{ - "The ", - StyleBox["Download", - FontSlant->"Italic"], - " subsection of ", - StyleBox["Getting started", - FontSlant->"Italic"], - " in ", - StyleBox["README.md", "CodeText"], - "." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, - 3.861636845192596*^9}},ExpressionUUID->"fbe1d36f-91d4-460e-9fd7-\ -db36872481e2"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "Check if the required ", - StyleBox["Mathematica", - FontSlant->"Italic"], - " version has changed. If so, update this number in:" -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616368671145*^9}, {3.884530348229785*^9, - 3.8845303561054287`*^9}},ExpressionUUID->"5cd82fb8-8a2e-4410-827a-\ -2ecebb833ceb"], - -Cell[TextData[StyleBox["PacletInfo.wl", "CodeText"]], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, - 3.86163688486414*^9}},ExpressionUUID->"c2be2e30-2239-4213-a378-\ -2836e418e5cf"], - -Cell[TextData[{ - "The ", - StyleBox["Compatibility history", - FontSlant->"Italic"], - " table below." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, - 3.861636903246306*^9}},ExpressionUUID->"26781beb-501d-4279-af81-\ -47144957b154"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "Update the ", - StyleBox["UsageMessages.m", "CodeText"], - " file" -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616369497797747`*^9}, 3.861637350132098*^9, { - 3.8616793050262537`*^9, - 3.86167930660196*^9}},ExpressionUUID->"52fec257-584b-408b-9412-\ -32d1b2252b97"], - -Cell[TextData[{ - "Use the ", - StyleBox["ExtractUsageMessages.nb", "CodeText"], - " together with ", - StyleBox["Definitions.nb", "CodeText"], - "." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.86163697973582*^9}, {3.861679242700315*^9, - 3.861679256500354*^9}, {3.884530472196759*^9, - 3.884530472199374*^9}},ExpressionUUID->"544bf4f5-9547-48fe-b029-\ -67132f3cc182"], - -Cell[TextData[{ - "Put the file in ", - StyleBox["MaXrd \[FilledRightTriangle] Kernel \[FilledRightTriangle] Data", - "CodeText"], - ". Make sure the file extension is ", - StyleBox[".m", "Input"], - "." -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.86163697973582*^9}, {3.861679242700315*^9, - 3.861679256500354*^9}, {3.884530506524024*^9, 3.884530521839816*^9}, { - 3.88457667177586*^9, - 3.884576684101959*^9}},ExpressionUUID->"d84d5696-9a73-4f11-91ef-\ -350ead8e2bb6"] -}, Open ]], - -Cell["Build the package a first time and install the new version.", \ -"ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.8616366699228773`*^9}, {3.8845303896738653`*^9, 3.884530395374484*^9}, { - 3.884530775477799*^9, - 3.884530779421856*^9}},ExpressionUUID->"e4a7a052-45bd-4a59-b61f-\ -52eab6fda9e7"], - -Cell[CellGroupData[{ - -Cell["Re-evaluate the documentation pages of:", "ItemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.8616366699228773`*^9}},ExpressionUUID->"26ac0e24-10fc-4904-9069-\ -477980f8f041"], - -Cell[TextData[StyleBox["$MaXrdPath", "CodeText"]], "SubitemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.86163667573182*^9}},ExpressionUUID->"2ad89db3-9d81-467b-8989-\ -916fe5ffac64"], - -Cell[TextData[StyleBox["$MaXrdVersion", "CodeText"]], "SubitemNumbered", - CellChangeTimes->{{3.861636341985557*^9, 3.86163637441995*^9}, { - 3.861636493987792*^9, 3.861636552693082*^9}, {3.8616365869517727`*^9, - 3.861636697999539*^9}, {3.861636739569991*^9, - 3.86163673957303*^9}},ExpressionUUID->"58c43b0f-b6d4-49a6-bcb7-\ -b16b4a978577"], - -Cell[TextData[{ - StyleBox["ImportCrystalData", "CodeText"], - " (the ", - StyleBox["\[OpenCurlyDoubleQuote]DataFile\[CloseCurlyDoubleQuote]", - "CodeText"], - " option)" -}], "SubitemNumbered", - CellChangeTimes->{{3.861636728773531*^9, - 3.861636776694178*^9}},ExpressionUUID->"08f5b7e1-ba8a-4b7f-b888-\ -53542b93515e"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Build the package a final time and deploy as a paclet.", "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.8845769107514477`*^9, - 3.8845769120410137`*^9}},ExpressionUUID->"92a9c239-6628-41cc-afa9-\ -6a04bd364512"], - -Cell[BoxData[""], "Input", - CellChangeTimes->{{3.861636717546908*^9, 3.861636720300189*^9}}, - CellLabel->"In[51]:=",ExpressionUUID->"f510ea19-f22c-4e8f-833f-5a919dbfd7c0"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "Part 2: Updating the wiki page on ", - StyleBox["GitHub", - FontSlant->"Italic"] -}], "Subsection", - CellChangeTimes->{{3.8616370088502893`*^9, - 3.861637026719236*^9}},ExpressionUUID->"dfd4e6f4-5825-47a8-ae78-\ -089980658942"], - -Cell[TextData[{ - "Use ", - StyleBox["Extracting functions from main guide page.nb", "CodeText"], - " to update the list of all functions on the wiki." -}], "ItemNumbered", - CellChangeTimes->{{3.861636728773531*^9, 3.8616367296130953`*^9}, { - 3.8616367808595543`*^9, 3.8616370032055597`*^9}, {3.861637033359786*^9, - 3.861637049906197*^9}},ExpressionUUID->"61f26f4a-66c8-4a26-8222-\ -785c8b367b14"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Compatibility history", "Section", - CellChangeTimes->{{3.861637495152864*^9, - 3.8616375031957283`*^9}},ExpressionUUID->"13ff4a78-17ee-4291-8304-\ -349b0871e30a"], - -Cell[TextData[{ - "Overview of which version of ", - StyleBox["Mathematica", - FontSlant->"Italic"], - " was used to build ", - StyleBox["MaXrd", - FontSlant->"Italic"], - " at the time of its various releases." -}], "Text", - CellChangeTimes->{{3.861637505428533*^9, - 3.861637525038624*^9}},ExpressionUUID->"5cecab9f-e82e-4cf0-9053-\ -66da659bf3d8"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<MaXrd\>\"", "\[Rule]", "\"\<1.0.0\[Dash]2.1.0\>\""}], ",", - - RowBox[{"\"\<Mathematica\>\"", "\[Rule]", "\"\<11.3.0\>\""}]}], - "\[RightAssociation]"}], ",", "\[IndentingNewLine]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<MaXrd\>\"", "\[Rule]", "\"\<2.2.0\[Dash]2.5.0\>\""}], ",", - - RowBox[{"\"\<Mathematica\>\"", "\[Rule]", "\"\<12.1\>\""}]}], - "\[RightAssociation]"}], ",", "\[IndentingNewLine]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<MaXrd\>\"", "\[Rule]", "\"\<3.0.0+\>\""}], ",", - RowBox[{"\"\<Mathematica\>\"", "\[Rule]", "\"\<13.0.1\>\""}]}], - "\[RightAssociation]"}]}], "\[IndentingNewLine]", "}"}], "//", - "Dataset"}]], "Input", - CellChangeTimes->{{3.86163753765156*^9, 3.861637577652691*^9}, { - 3.861637938196019*^9, 3.861638112718272*^9}, {3.884525802156308*^9, - 3.884525810324924*^9}, {3.8845258408781776`*^9, 3.884525860033475*^9}, - 3.884525950100933*^9}, - CellLabel->"In[15]:=",ExpressionUUID->"6e7b498b-aa0c-461e-ae4a-9073e3570137"], - -Cell[BoxData[ - TagBox[ - TagBox[ - DynamicModuleBox[{TypeSystem`NestedGrid`PackagePrivate`$state$$ = <| - "InitialData" -> {<| - "MaXrd" -> "1.0.0\[Dash]2.1.0", "Mathematica" -> "11.3.0"|>, <| - "MaXrd" -> "2.2.0\[Dash]2.5.0", "Mathematica" -> "12.1"|>, <| - "MaXrd" -> "3.0.0+", "Mathematica" -> "13.0.1"|>}, "AllowEmbedding" -> - True, "InitialShape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, "MaXrd"} -> - 1, {All, "Mathematica"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "MaXrd" -> TypeSystem`PackageScope`AtomShape[123.20000000000002`], - "Mathematica" -> TypeSystem`PackageScope`AtomShape[67.2]|>], - DirectedInfinity[1], 2, {All}]], 3, - DirectedInfinity[1], {}]], "InitialType" -> TypeSystem`Vector[ - TypeSystem`Struct[{"MaXrd", "Mathematica"}, { - TypeSystem`Atom[String], - TypeSystem`Atom[String]}], 3], "Meta" -> <||>, "RowTarget" -> 20, - "ColumnTarget" -> 10, "Shape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, "MaXrd"} -> - 1, {All, "Mathematica"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "MaXrd" -> TypeSystem`PackageScope`AtomShape[123.20000000000002`], - "Mathematica" -> TypeSystem`PackageScope`AtomShape[67.2]|>], - DirectedInfinity[1], 2, {All}]], 3, - DirectedInfinity[1], {}]], "Type" -> TypeSystem`Vector[ - TypeSystem`Struct[{"MaXrd", "Mathematica"}, { - TypeSystem`Atom[String], - TypeSystem`Atom[String]}], 3], "Path" -> {}, "DisplayedRowCount" -> - 3, "DisplayedColumnCount" -> 2, "DataRowCount" -> 3, "DataColumnCount" -> - 2, "SortPaths" -> {}, "SortDirections" -> {}, "HiddenItemsMap" -> Null, - "UpdateType" -> 1|>, TypeSystem`NestedGrid`PackagePrivate`$outputID$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$ = {}, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$grid$$ = - DynamicModule[{ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = Deploy[ - Style[ - Grid[{{ - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["MaXrd", - Style[ - "MaXrd", FontColor -> - RGBColor[ - 0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, "MaXrd"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, "MaXrd"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Mathematica", - Style[ - "Mathematica", FontColor -> - RGBColor[ - 0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, "Mathematica"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, "Mathematica"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}]}, { - Item[ - Pane[ - Annotation["1.0.0\[Dash]2.1.0", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{1, - Key["MaXrd"]}, "Item", False], "Mouse"], - ImageSize -> {{123.20000000000002`, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation["11.3.0", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{1, - Key["Mathematica"]}, "Item", False], "Mouse"], - ImageSize -> {{67.2, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, { - Item[ - Pane[ - Annotation["2.2.0\[Dash]2.5.0", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{2, - Key["MaXrd"]}, "Item", False], "Mouse"], - ImageSize -> {{123.20000000000002`, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation["12.1", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{2, - Key["Mathematica"]}, "Item", False], "Mouse"], - ImageSize -> {{67.2, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, { - Item[ - Pane[ - Annotation["3.0.0+", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{3, - Key["MaXrd"]}, "Item", False], "Mouse"], - ImageSize -> {{123.20000000000002`, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation["13.0.1", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{3, - Key["Mathematica"]}, "Item", False], "Mouse"], - ImageSize -> {{67.2, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}}, - BaseStyle -> { - ContextMenu -> - Dynamic[TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - Which[TypeSystem`NestedGrid`PackagePrivate`$lastOutputID =!= - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$], {}, - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger === - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenuTrigger, - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu, True, - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenuTrigger = - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu = - Block[{TypeSystem`NestedGrid`PackagePrivate`$globalScrollPos = \ -{TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}}, - - With[{TypeSystem`NestedGrid`PackagePrivate`lastPath$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$ = - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader, TypeSystem`NestedGrid`PackagePrivate`headerHidden$ = And[ - MatchQ[TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - Alternatives["RowHeader", "ColumnHeader"]], - TypeSystem`NestedGrid`PackagePrivate`headerHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$]], - TypeSystem`NestedGrid`PackagePrivate`allHidden$ = - TypeSystem`NestedGrid`PackagePrivate`allHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`anyHidden$ = - TypeSystem`NestedGrid`PackagePrivate`anyHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ = - TypeSystem`NestedGrid`PackagePrivate`columnSortDirection[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortPaths"], - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortDirections"]], - TypeSystem`NestedGrid`PackagePrivate`haveData$ = Not[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`datasetInitialData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]]], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$ = Not[ - FreeQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, Keys]]}, - Join[{ - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - Not[TypeSystem`NestedGrid`PackagePrivate`anyHidden$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$], - Nothing, - MenuItem[ - "Show " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "remove"]], MenuEvaluator -> Automatic]], - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - TypeSystem`NestedGrid`PackagePrivate`pathEmptyQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$, - And[ - TypeSystem`NestedGrid`PackagePrivate`allHidden$, - TypeSystem`NestedGrid`PackagePrivate`headerHidden$]], - Nothing, - MenuItem[ - "Hide " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, "add"]], - MenuEvaluator -> Automatic]], Delimiter}, - If[ - And[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MatchQ[TypeSystem`NestedGrid`PackagePrivate`lastPathType$, - Alternatives["ColumnHeader", "KeyDummy"]], - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Not[TypeSystem`NestedGrid`PackagePrivate`allHidden$]], { - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Ascending", - MenuItem["Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Ascending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Descending", - MenuItem["Reverse Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Descending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - None, - MenuItem["Unsort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, None]], - MenuEvaluator -> Automatic], Nothing], Delimiter}, {}], { - MenuItem["Copy Position to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Copy Data to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], Nothing], Delimiter, - MenuItem["Paste Position in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Paste Data in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], Nothing]}]]]]], FontFamily -> - "Source Sans Pro", FontSize -> 14, FontWeight -> Plain}, Dividers -> - All, FrameStyle -> GrayLevel[0.7490196078431373], - Spacings -> {0, 0}, Alignment -> Left, - BaseStyle -> { - FontFamily -> "Source Sans Pro", FontSize -> 14, FontWeight -> - Plain}], LineBreakWithin -> False, ContextMenu -> {}, NumberMarks -> - False, ShowAutoStyles -> False]], - TypeSystem`NestedGrid`PackagePrivate`initialQ = True}, - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`setupViewPath[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, If[ - Not[TypeSystem`NestedGrid`PackagePrivate`initialQ], - Module[{ - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = $Failed, - TypeSystem`NestedGrid`PackagePrivate`tmpData$ = - TypeSystem`NestedGrid`PackagePrivate`datasetData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]}, - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = If[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpData$], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid, - TypeSystem`NestedGrid`PackagePrivate`renderGrid[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`tmpData$]]; If[ - Not[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]; Null]]; - TypeSystem`NestedGrid`PackagePrivate`initialQ = False; - TypeSystem`NestedGrid`PackagePrivate`$vPos$$; - TypeSystem`NestedGrid`PackagePrivate`$hPos$$; If[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`renderedGrid], - TypeSystem`SparseGrid[ - TypeSystem`H["(data no longer present)"]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}], - DynamicModuleValues :> {}], - TypeSystem`NestedGrid`PackagePrivate`$topBar$$ = Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`makeFramedBar[ - TypeSystem`PackageScope`SubViewPathbar[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]]], - TrackedSymbols :> {TypeSystem`NestedGrid`PackagePrivate`$path$$}], - TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$ = Style[ - Framed[ - Dynamic[ - Replace[ - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$, { - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][Null, - Blank[]] -> "", TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - Pattern[TypeSystem`NestedGrid`PackagePrivate`path$, - Blank[]], - Pattern[TypeSystem`NestedGrid`PackagePrivate`pathType$, - Blank[]], - Pattern[TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Blank[]]] :> ( - Increment[TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger]; - TypeSystem`NestedGrid`PackagePrivate`$lastPath = - TypeSystem`NestedGrid`PackagePrivate`path$; - TypeSystem`NestedGrid`PackagePrivate`$lastPathType = - TypeSystem`NestedGrid`PackagePrivate`pathType$; - TypeSystem`NestedGrid`PackagePrivate`$lastPathIsLeafHeader = - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$; - TypeSystem`NestedGrid`PackagePrivate`$lastOutputID = - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]; - TypeSystem`NestedGrid`PackagePrivate`makePathTrail[ - TypeSystem`NestedGrid`PackagePrivate`path$, - TypeSystem`NestedGrid`PackagePrivate`makePathElements]), Null :> - Spacer[10], Blank[] :> Spacer[10]}], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$}], FrameStyle -> - None, ImageMargins -> 0, FrameMargins -> 0, Alignment -> Top, - ImageSize -> {Automatic, 15}], FontSize -> 1], - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$ = Null}, - DynamicWrapperBox[ - DynamicBox[ToBoxes[ - Dataset`DatasetContent[ - 2, "Path" -> Hold[TypeSystem`NestedGrid`PackagePrivate`$path$$], - "Grid" -> Hold[TypeSystem`NestedGrid`PackagePrivate`$grid$$], "State" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$state$$], "VPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$vPos$$], "HPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$hPos$$], "TopBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$topBar$$], "BottomBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$], "OutputID" -> - Hold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]], StandardForm], - ImageSizeCache->{219., {60.634033203125, 66.365966796875}}, - TrackedSymbols:>{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$}], - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$ = - MouseAnnotation[], - ImageSizeCache->{219., {60.634033203125, 66.365966796875}}], - BaseStyle->{LineBreakWithin -> False}, - DynamicModuleValues:>{}, - Initialization:>(TypeSystem`NestedGrid`PackagePrivate`$outputID$$ = - CreateUUID[]), - UnsavedVariables:>{TypeSystem`NestedGrid`PackagePrivate`$outputID$$}], - Deploy, - DefaultBaseStyle->"Deploy"], - Dataset`InterpretDataset[1], - Editable->False, - SelectWithContents->True, - Selectable->False]], "Output", - CellChangeTimes->{{3.8616379677650433`*^9, 3.861637971799281*^9}, { - 3.86163805222924*^9, 3.861638071249983*^9}, {3.86163810280406*^9, - 3.861638116154626*^9}, 3.861640377208901*^9, 3.861642029546405*^9, - 3.8616870614889812`*^9, 3.861799386469185*^9, {3.884525803657889*^9, - 3.884525812117497*^9}, 3.884525911897602*^9, 3.884525951121607*^9}, - CellLabel->"Out[15]=",ExpressionUUID->"f37de364-d82f-45d7-92ed-093d62eca36f"] -}, Open ]] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Building", "Chapter", - CellChangeTimes->{{3.8615136484992743`*^9, 3.8615136498268147`*^9}, - 3.8615174072787657`*^9},ExpressionUUID->"d7e04ec4-ba1b-4421-aa4a-\ -6b59b1b03598"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"sourceDir", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"ParentDirectory", "@", - RowBox[{"NotebookDirectory", "[", "]"}]}], ",", "\"\<MaXrd\>\""}], - "}"}], "]"}]}], ";"}]], "Input", - CellChangeTimes->{{3.861510847704705*^9, 3.861510958498205*^9}, { - 3.861512272123535*^9, 3.861512272840452*^9}, {3.861517146093165*^9, - 3.861517148030348*^9}, {3.861638715185849*^9, 3.861638720944148*^9}}, - Background->RGBColor[0.9, 1, 1], - CellLabel->"In[16]:=",ExpressionUUID->"731b2dd1-f05a-4cf1-b3e0-b9b3581d7922"], - -Cell[TextData[{ - "The ", - StyleBox["sourceDir", "Input"], - " variable should point to the root source directory of the MaXrd package \ -(usually named just \[LeftGuillemet]MaXrd\[RightGuillemet]), which has a ", - StyleBox["PacletInfo.wl", "CodeText"], - " file inside." -}], "Text", - CellChangeTimes->{{3.861508003958943*^9, 3.861508054804311*^9}, { - 3.861510505060429*^9, 3.861510561481917*^9}, {3.861510592834231*^9, - 3.861510605972286*^9}},ExpressionUUID->"c7bb0e0b-1c52-48f1-a93e-\ -1141bbad9460"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"buildDir", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"NotebookDirectory", "[", "]"}], ",", "\"\<build\>\""}], "}"}], - "]"}]}], ";"}]], "Input", - CellChangeTimes->{ - 3.861800893089764*^9, {3.861800935767014*^9, 3.861800951935185*^9}}, - CellLabel->"In[17]:=",ExpressionUUID->"6138d3a8-b946-4b7c-929d-1fa6cb28cd7f"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{"Needs", "[", "\"\<PacletTools`\>\"", "]"}], "\[IndentingNewLine]", - RowBox[{"PacletBuild", "[", - RowBox[{"sourceDir", ",", "buildDir"}], "]"}]}], "Input", - CellChangeTimes->{{3.861465458934701*^9, 3.8614654859844437`*^9}, { - 3.861465819455696*^9, 3.8614658320176764`*^9}, 3.861466051069812*^9, { - 3.861466423359776*^9, 3.861466426560977*^9}, {3.8615079836576014`*^9, - 3.861507989159086*^9}, {3.861508717482576*^9, 3.8615087632157497`*^9}, { - 3.86150893997976*^9, 3.861508953211883*^9}, {3.861510497083582*^9, - 3.8615104974917517`*^9}, {3.861510645552528*^9, 3.861510661098567*^9}, { - 3.8615109613232527`*^9, 3.8615109753077307`*^9}, {3.8615122970450974`*^9, - 3.8615122984688683`*^9}, {3.8615155341380167`*^9, - 3.8615155354492292`*^9}, {3.861638442449265*^9, 3.861638442853217*^9}, { - 3.86180079461476*^9, 3.86180079765632*^9}, {3.861800870900777*^9, - 3.8618008993962927`*^9}}, - CellLabel->"In[18]:=",ExpressionUUID->"df8fd1f4-b570-4b2a-a2b1-6bb9caa8ef4e"], - -Cell[BoxData[ - InterpretationBox[ - RowBox[{ - TagBox["Success", - "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, - - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{ - Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, 0.3803921568627451], - 25], StripOnInput -> False], ContentPadding -> False, - FrameStyle -> None, FrameMargins -> {{0, 0}, {0, 0}}, - StripOnInput -> False], - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"PacletArchive\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/Development/build/MaXrd-3.1.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{ - "82.825958`", "\"s\"", "seconds", "\"Seconds\""}, - "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{ - Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, 0.3803921568627451], - 25], StripOnInput -> False], ContentPadding -> False, - FrameStyle -> None, FrameMargins -> {{0, 0}, {0, 0}}, - StripOnInput -> False], - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"PacletArchive\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/Development/build/MaXrd-3.1.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{ - "82.825958`", "\"s\"", "seconds", "\"Seconds\""}, - "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"PacletManifest\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TagBox[ - TagBox[ - - DynamicModuleBox[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$ = <| - "InitialData" -> <| - "Files" -> {<| - "File" -> File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -BrennanCowan.m"], "Hash" -> - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Chantler.m"], "Hash" -> - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/CromerLiberman.m"], "Hash" -> - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/EPDL97.m"], "Hash" -> - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Henke.m"], "Hash" -> - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Kissel.m"], "Hash" -> - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Sasaki.m"], "Hash" -> - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Windt.m"], "Hash" -> - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/xraylib.m"], "Hash" -> - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - "Hash" -> - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - "Hash" -> - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -InternationalTablesC(3rd).m"], "Hash" -> - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - "Hash" -> - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/Kissel(modified).\ -m"], "Hash" -> - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.\ -m"], "Hash" -> - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - "Hash" -> - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9"|>, <|"File" -> File["Kernel/Data/CrossSections/Metadata.txt"], - "Hash" -> - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - "Hash" -> - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - "Hash" -> - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Al.dat"], - "Hash" -> - "e869578f1b30a405666e344c5e0b4b2e98579e6dfe1d879799963be71\ -027621a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Am.dat"], - "Hash" -> - "8f593c4cdcf1bda52d239f329bfca8ad561e8708e5cd98114a0efd4dd\ -a2bd5c3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ar.dat"], - "Hash" -> - "ad2750454a0d90cef4123bb9d7978b87e87ef0c9cf05977f4e046d85c\ -a874959"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/As.dat"], - "Hash" -> - "0b5392f676ba2c5e6c7cb20a767b27a93773ff27c7103be44bcd9e32b\ -39b7191"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/At.dat"], - "Hash" -> - "72bf158f346c7da119da384db00386fb4efda6131dd1e83b7c1f1d137\ -f0da347"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Au.dat"], - "Hash" -> - "38014c96998005ae089b2f89fc8ae5315b5f5f51d354285d8f35ba752\ -c2ebe12"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ba.dat"], - "Hash" -> - "ff9a6b710ab8228aeb038586950c743f10c4c767c0234ec841c28af1a\ -84e3de5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/B.dat"], - "Hash" -> - "e690bde2639044293a282dd74ff5a93a97a5ab5a65a1efb1161e00250\ -2cd0e58"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Be.dat"], - "Hash" -> - "1326d416980d4c7e04d170cd9c851314289be9b464abd01d3ffc45980\ -ced2e7f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bi.dat"], - "Hash" -> - "f3e692914da1a8ca38261bbb5f768484d656e7061413d5bd3dd230489\ -15d6407"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bk.dat"], - "Hash" -> - "90cb012fe5952d0db46ff3c908d3466c7c9fb63e1426f33667a00584d\ -4826a76"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Br.dat"], - "Hash" -> - "510616d48c3196368a00a87cc570fa819c1ceb37a3d516bdf1faf595c\ -6febb6b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ca.dat"], - "Hash" -> - "1cb0bb6487bacc402705ac6f7ffa0e2d87ed4a042749e81986ed79b06\ -8252989"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/C.dat"], - "Hash" -> - "c9167c4676b6ba85544400c0a102966ca244e86242c05e9e7f3bfd931\ -bd8f5a2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cd.dat"], - "Hash" -> - "099f16ac467843b8daac7160f5e894fc58a86823748c0ca61aae9e40d\ -e520949"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ce.dat"], - "Hash" -> - "95b354cae772f698599549e598582a231bb4f3a1259e16c22041c5b9d\ -b082920"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cf.dat"], - "Hash" -> - "5f1d65cefd9129e83f27b7d05ea4ba2b88f95a1b9c85aab1ba65fe58a\ -a11b169"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cl.dat"], - "Hash" -> - "ba69559846143ac0ec1fcdbc8f91cfb27b275128b7afd8233d4eccc43\ -e4d4a64"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cm.dat"], - "Hash" -> - "473099743b7b8034d571a12ebf702fd64b922e0b6809f08437b74897b\ -e8155c9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Co.dat"], - "Hash" -> - "b0cbb70766a142047e47083492f59ccbc19badbe22bb1bc5baf30e863\ -a88b66a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cr.dat"], - "Hash" -> - "6df201223c193e3a031ab621b141ad09167680b1dcffb52e140848aa7\ -ee18be4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cs.dat"], - "Hash" -> - "512019aa1e0a1bbac6581dfb97afbeb6d8990c39d5754b67bf012d274\ -b9f7e87"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cu.dat"], - "Hash" -> - "f21500809d444592db11654a24ee88afa47c41706bc972f2f8914bf4c\ -e549737"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Dy.dat"], - "Hash" -> - "4f4dd819d308a5b116ae35512a92fbf285a9fb62f5cf02d5e925afe17\ -b1ce13f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Er.dat"], - "Hash" -> - "78dffa36403fa2f80a44f2ee2caae35f88f31906845b3cc7bef4d8c58\ -ddb91e8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Eu.dat"], - "Hash" -> - "396c324d099fdef2938530569ed94a9ca2a2e09f54de7641d62d84b00\ -b208d04"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/F.dat"], - "Hash" -> - "6f8c8881ee42438690d2df25bbb0bb52e7e26f5acd207805b154892c2\ -8e26af0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fe.dat"], - "Hash" -> - "cd8efc8802b47d3cd656c4702ec42a2cc48a7d246eb80f5a0688365d8\ -f608532"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fr.dat"], - "Hash" -> - - "8eaa4a61006c8c47778909a99c57ab711d916bfba3957e7bc48895d0c\ -7659865"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ga.dat"], - "Hash" -> - "25f5333e8f662ad86dd814bae39e5693da5eda917e86f548e921e137d\ -487ea57"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Gd.dat"], - "Hash" -> - "44ac2a0cbd0e4002403f73fcb456ef47f0c8d8e7ddf36b58dc6bd9859\ -daaaeae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ge.dat"], - "Hash" -> - "2b8f3cc89127a4dd0bfcd8c090d5fdf379a29b368a0a14b6b0d3ea2d7\ -55ae7db"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/H.dat"], - "Hash" -> - "803b8539ade04ef5c826262432916ccebb7d8602ddb6b0fde8a8cd5eb\ -307f016"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/He.dat"], - "Hash" -> - "c25519fbd9ed6fd6dbd3afcd2744afbe19403681d660a12bd12b9129f\ -201e85a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hf.dat"], - "Hash" -> - "ee09ef9bd3130228b7a9e6805fe7dbc72735c550fdb66d9aa902f36a4\ -1c69e82"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hg.dat"], - "Hash" -> - "40cc80db14ce8aba9f7622a4dafd70e66c37e7ed592c97aedea776a26\ -01eea52"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ho.dat"], - "Hash" -> - "c7d085e71ca708e836302de008e77fe10331d89e122e26e503a655bd8\ -0c46bc5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/I.dat"], - "Hash" -> - "1687e637f542c8a792794b0b8263a7f8656f213497d887ffe862dbcae\ -d8d0a6f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/In.dat"], - "Hash" -> - "9741a74eab1d475885792800e2ba668c466674c271cddb805e5985b81\ -75a59fc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ir.dat"], - "Hash" -> - "2e63bfcb144e8ff296408232f6408898bf0fd450a94c704c97c15e06f\ -0727758"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/K.dat"], - "Hash" -> - "1e536d3d1e88d82c9d10939be942fca95230fb9046a9273e9985688e8\ -c00bdd6"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Kr.dat"], - "Hash" -> - "7c94c788650d7c4be5ecd3dfaaa745f7d7ddf4f5294879aeac56a1c10\ -6fe553e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/La.dat"], - "Hash" -> - "49cf5ef94a8b93334ac898a2fbe0941253ef24ae4eb87923d68ffe128\ -0f1258d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Li.dat"], - "Hash" -> - "0cc9a7379196d82da19b0beaf6c35536a4aab73eb5d276de3c9df8101\ -0b96e06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Lu.dat"], - "Hash" -> - "6148bb5fb045238df4b102289065ab8026859ed71dd7624b854f51ded\ -09df717"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mg.dat"], - "Hash" -> - "5cd5f187e736fc3dd74f7b222ef5a0e0c3feb0d236042cc0697398990\ -407909b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mn.dat"], - "Hash" -> - "09fa6f546e070caaef4723afc65ff739268926fb1d0eeb9bcd7f4ed14\ -bc58bf0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mo.dat"], - "Hash" -> - "9d26676f3139f07cb44e74755c76f5fe8143714b4eeda8240941f5deb\ -ecea77a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Na.dat"], - "Hash" -> - "1cd4a0310479fcd589f9675d82e6162d130eb174817fa48e603b5d290\ -65b466f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nb.dat"], - "Hash" -> - "46a7acfb2f994fb86b2e6c4208a51be7bd3a2135627729e992d94a340\ -db108ba"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/N.dat"], - "Hash" -> - "df1c0f93f0f9180de4ba34c6f2bd68b2c959918f187979aa91d418678\ -96518ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nd.dat"], - "Hash" -> - "b22b25e301e3939fb206c126c59f9083febc2d5622a3be5db068c3e6b\ -68cd79a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ne.dat"], - "Hash" -> - "890c65ccaf190e31f5b0b20242aadf8abd971201ee8694b640d20a130\ -ff2609b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ni.dat"], - "Hash" -> - "84059baf38c3f6e8878834776d758129d238d287cdf7c5c0d2981edff\ -4e99e09"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Np.dat"], - "Hash" -> - "d77358807eb69c2bf53093ec63b103d1bba9b725395eb666bf1c4038c\ -b618368"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/O.dat"], - "Hash" -> - "9c28a1a0d0ba767e8492533052a77dcaf69ed2d203522863c49e2bd34\ -b8e24ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Os.dat"], - "Hash" -> - "279a05c0277e1b294470a4f7e9e246a9ee5675d2e41d5261cec03098f\ -e28f2d2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pa.dat"], - "Hash" -> - "e3565298dcbd935edbebcd506e1eed5de346f61355cca77343a8beac5\ -38c84a8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pb.dat"], - "Hash" -> - "b164e8c4af5b26f55efb5a9b8f0aa7f225494cfc29fa689bfd6357bb1\ -9195ccf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/P.dat"], - "Hash" -> - "2a5f36f7f324407a981e85c2140687d214a62879a36e1706a60364155\ -5487a61"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pd.dat"], - "Hash" -> - "e92c0d8671095fdb07da5be2e6af17cefc3f6e2a560e3ecc0bc8ad393\ -4246fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pm.dat"], - "Hash" -> - "7fc9066a08c0004a7309430fbcf2ba1b93db24497fb8e3005c1a6c4e6\ -ffbeb93"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Po.dat"], - "Hash" -> - "36ab5f840eb6e290b17ad3b811cef0be8e069c765962d928d29eed283\ -b6b444d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pr.dat"], - "Hash" -> - "0ef2a6be21272f090df0ebf8aae16600bd36b483561e56393b76b177c\ -7a38608"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pt.dat"], - "Hash" -> - "c9b8ea1b266168a664470c48c75bc5a60edbff0d3578811a4f7f54591\ -035aebc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pu.dat"], - "Hash" -> - "f0f9c3a55759e7b516a7b94c179c454c0864cc9880c1d6d221443b5b4\ -93fdd7e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ra.dat"], - "Hash" -> - "36b696ae7a5ae03c765db748b5e0da1e297c40a22ac60fe58e01d0d41\ -bf94701"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rb.dat"], - "Hash" -> - "0ebc3838c8222c440a103aa8bc84fedbcfa4933164e09ab09ce6a858e\ -f92e171"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Re.dat"], - "Hash" -> - - "bd312792ceaba0ba419f41d7e24edea6eaa75532f67402024c59d1adc\ -f197db1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rh.dat"], - "Hash" -> - "f3268e88f91053b42b7e29adc9bcb7f673691013df63e1a7f69156e27\ -5edfdea"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rn.dat"], - "Hash" -> - "dee55a49714cb9ea174d8bbfd40c03c86186829f7aa0efa307afdbcb3\ -934c43b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ru.dat"], - "Hash" -> - "1dd1f515c0dc248ddea6f407688f8f9f691efa4dcb0aebfb2b18bbc1d\ -87a85fb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sb.dat"], - "Hash" -> - "806ae8e38683e7faeec79c21fbb6d083c675139adf7fb65ab43e2b75a\ -e595f06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sc.dat"], - "Hash" -> - "7f4a78b122d71805a5e1f426e8f2b6edfa845eb54239156bba0181a8e\ -680d533"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/S.dat"], - "Hash" -> - "883170b9940bb06c760b28c18d747431b82771bba95ccd8424bdc3bc2\ -ed7119c"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Se.dat"], - "Hash" -> - "c7d47470e58cc24312992cb7a654ac34bd55cdb6d3313e6562cd14ef7\ -4b485cf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Si.dat"], - "Hash" -> - "5b865f3c5712bfe9ac660fe70b35dc015deff985a07852863f7496dcd\ -24fece5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sm.dat"], - "Hash" -> - "27ef4f314d3c73d3f5bd5298d5be89c90e0f635a1785a790ab1fa24ac\ -aa76712"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sn.dat"], - "Hash" -> - "33ef8df19cf6fecd084c7d31b6204457a9ac295bb77d7dffe902e965f\ -1cb5a4f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sr.dat"], - "Hash" -> - "03f7f59d4bf6c6d0b14d83ab83cc13b3dbd56c1c0ce6c5d08f09468bc\ -67a0aa4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ta.dat"], - "Hash" -> - "a516b6bc2112642fe65c757246db7054e45b657c220154235d0a9e923\ -234c5d9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tb.dat"], - "Hash" -> - "883160818162eb7983d14e495a144b0f3e7224eb498cb74a65122483b\ -3e9e4f3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tc.dat"], - "Hash" -> - "1013b712abb0cb42265b1ab05cb185ee9af44825171ac73e78414ca85\ -b331a9a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Te.dat"], - "Hash" -> - "c22cc7b934b8d09adfb6a8b7ca4e0dad6585825b3920fbf04bdc37f2a\ -438e524"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Th.dat"], - "Hash" -> - "18d078ec154761d055df36b3396d341b6d0759667532bdbd181904b3a\ -4c76cd0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ti.dat"], - "Hash" -> - "bb08ecf78ab525508494828ca4e7127a888301c0f70f4e349fdd55ebf\ -8da9feb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tl.dat"], - "Hash" -> - "ecea6d0b8709caebf4ebae2c4312c7c23356d564f1fb0418f42ee6377\ -47d5ed1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tm.dat"], - "Hash" -> - "5e6728f3070ccd3a8222bd6cbd7e2135103892af3d4db268d2f914e89\ -ffb42f5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/U.dat"], - "Hash" -> - "b87d17cf8be8771985544094c60149a81dcebcb58b517fdf0a29fa28c\ -38ed3f1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/V.dat"], - "Hash" -> - "a127afc742f415109dd1d148a57f4349ef6dabf92051b81abc4acfdc5\ -a185e20"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/W.dat"], - "Hash" -> - "fc27a2429c712bee842c3173eb9af23c219399341fc349836382b162e\ -7521fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Xe.dat"], - "Hash" -> - "e66adff7d2cba2c6c26b3fa7fa2733ed9f52afa222ff581ced0a6a860\ -3501866"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Yb.dat"], - "Hash" -> - "e45e089b9720c3f36514c61218dcdad68b06819de60c22dd50dda8052\ -4fbcc15"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Y.dat"], - "Hash" -> - "c182709ca6c1b5c6892f402db6b1d0e2f7a0094c50f77a5b41db801c2\ -9543fb0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zn.dat"], - "Hash" -> - "f14819caeecde08e106698351c356025118ca1c5267ad2d1d9d0cee87\ -26e0a4d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zr.dat"], - "Hash" -> - "ac21068071b887996db5807c33130065e7286c2949f897f0b79fbc73a\ -4d40db9"|>, <|"File" -> File["Kernel/Data/CrystalDataDemo.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/Data/.DS_Store"], "Hash" -> - "64fbd45a1565b0e2f933ff24ca0b73a42e95a2526bb4a175476088ca9\ -0faf4e4"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/COD_2203515.cif"], - "Hash" -> - "897a66edc922710bf9fd1fadef107558c926d72cbb724e60760fbdf28\ -7bf5de2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif"]\ -, "Hash" -> - "beb8cc3ba3e94ee1d66cdfef3b6a55dd9330273a0be8d72aa840e16bd\ -169f7e9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif"], - "Hash" -> - "62c031e196d83458a87befce478ea543badc7c133630d3e044eee9817\ -2ac42e0"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Ice.cif"], - "Hash" -> - "06dbd76c98c65ca746931e32628cf2d3541943a91630c1711c518eec7\ -1aa7353"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif"], - "Hash" -> - "db8398f0183b6a93e24764f4eed7c8a1174f6bf567d615ef57d1c26a3\ -722effa"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif"], - "Hash" -> - "62c9a12d53a9356ddd7899d31e4285708decefa6f3412ede5c4281248\ -d7203e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif"], - "Hash" -> - "3279cabd383128541c70e4d177e7e812cddb8029b02b23ab78182c381\ -b3b29e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Perovskite.\ -cif"], "Hash" -> - "5af7ef95cae91f82ac05a4683c1dd00b0632bb48fda13673ac24373f7\ -38c80ac"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Po.cif"], - "Hash" -> - "304bcfc7e7fbb948b3f54de4b348bff7a43547715af80b6c90f8bf51b\ -c85144c"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.\ -cif"], "Hash" -> - "fcc2bd9e648ffc9a04e94f7e49ab556d7b19facb665e701b19da57066\ -0014611"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif"], - "Hash" -> - "1c6ac818ef92844fa31660cb9c9358b95845069e7f6f7faa609124466\ -9d90c57"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/W.cif"], - "Hash" -> - "269e5afde07ecf81453373beb8cae4aa814a4275025b1da910add5883\ -f3e14d7"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Zn.cif"], - "Hash" -> - "f76e49657ef3871835565410b8825a1bfb4a77008f4eb764fdcfd90a8\ -80a1392"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif"], - "Hash" -> - "35f86f192f665d6df87d08d99f8541cf1d9070e264208f28a89dabfac\ -8247eb8"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Ferrocene.cif"], - "Hash" -> - "17c4d740566f03d29dbe54f4a5f0e166788946397d8726ef19c63f6df\ -41967f3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_\ -crystals.cif"], "Hash" -> - "8cad913695e1ab04f880a77fc6d30ea4cc7ce2aba082e263242647ce7\ -21f2c55"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif"]\ -, "Hash" -> - "a6c48f1e74fd021bb1a7ac5d8ce3c36ed27d09b8a0f28361e6689df51\ -9d19c0f"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Yoderite.cif"], - "Hash" -> - "72d3bd5b774c95d23867cbcdc9dc2d3738d0b8d08e334aadcbadb0e58\ -f45d876"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk0.jpg"], "Hash" -> - "ffe1f88b0b5ea9cc302249ecfed0d3e4ff8940f00955f53ae5569e2f8\ -c0911fb"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk2.8_165K.jpg"], "Hash" -> - "1dabcf332ad59320fecae425040532219bb88a8cbd66191a5badc49aa\ -031a4c8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Laue.\ -png"], "Hash" -> - "0adbdf83360a41c975d280b997c4f6511eacdf9cd4a315ea0aee69e10\ -34b5b6f"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_h0l.jpg"], "Hash" -> - "9b764dcc7715ebe198c9952dfc1b2c4fb9742480893c375fe4aa4b476\ -3733b44"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_hk-2.jpg"], "Hash" -> - - "0745a4cb25c2cfbd000970b4f4637ecbfe211d5370bee36d8cc94d153\ -6fcefc9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk0.jpg"], "Hash" -> - "9d889df330655060e4878adedeb719c8e991f789317b711d8c0968457\ -18aac93"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk1.jpg"], "Hash" -> - "b7cef8b98a3cfdeaeffdbc449e69e8103a87cce2f6643d2fac4e1890c\ -c6645ab"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_\ -crystal.txt"], "Hash" -> - "4d72d8d5aa9b98410e330fab0c81611be670fe5000f4fa27fe4989791\ -30a6ba8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_\ -setup.txt"], "Hash" -> - "5e33dad55bbc5509209ee98fe30b6d45976b0b3c6d3f836b57ae4bce5\ -2ba93e6"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat"], - "Hash" -> - "20e3ea002a5f7f9f09a10f09e696ca764462213e17a86081e5f66c1ab\ -b3e7ac3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_\ -5x5x1.stru"], "Hash" -> - "f52b863fa24147224aa9fdb6f783988fe575067706ed28501db3d3410\ -0d3e4a9"|>, <|"File" -> File["Kernel/Data/ExampleFiles/.DS_Store"], "Hash" -> - "22e87aed239cc91d5c496849628bf2444c0d28bfae3df60de649b6897\ -57a78fb"|>, <|"File" -> File["Kernel/Data/GroupSymbolRedirect.m"], "Hash" -> - "7abde3585a337e34e7134f28bbef449e18596ab31f723b257c18c352c\ -236aab6"|>, <|"File" -> File["Kernel/Data/PeriodicTable.m"], "Hash" -> - "f57f887c87c1017f722b06662b2409f6e0c72c9b8675dcec10ad9343b\ -6b623ef"|>, <|"File" -> File["Kernel/Data/PointGroups.m"], "Hash" -> - "aae508b240f82bf41501acc156dba48a5df977e0dedda935da4ecb87d\ -5044aeb"|>, <|"File" -> File["Kernel/Data/SpaceGroups.m"], "Hash" -> - "4bc9ea97080603425c4f27feec27bef87cec9364aa1d0ae8207e27e61\ -6700152"|>, <|"File" -> File["Kernel/Data/TransformationMatrices.m"], "Hash" -> - "9dc765143fda2ee1605e6ada93e08db5d048ddd1f7a53cedc5c4a1719\ -b2c60da"|>, <|"File" -> File["Kernel/Data/UsageMessages.m"], "Hash" -> - - "f5b46456fe0c7ed422f1f25b0075dd720d635df03160d1b0386d35412\ -d7fc834"|>, <|"File" -> File["Kernel/Data/UserData/CrystalData.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/Definitions.m"], "Hash" -> - "27ee97d363ed34c6f610eb9a536ff1941ac0bde5ec3b8722d36d19e6c\ -b67c63d"|>, <|"File" -> File["Kernel/.DS_Store"], "Hash" -> - "e3a5d8e54879357973018704924c83facc302b561832b5b7f79509055\ -ae24963"|>, <|"File" -> File["Kernel/init.m"], "Hash" -> - "7fc7d2bcfac9920bae699648f552387254ab02173175e22e497459e6b\ -7de2ce3"|>, <|"File" -> - File["Documentation/English/Guides/PackageOverview.nb"], - "Hash" -> - "d87e9a3e634c7e3bd618d8da8936003f9df3ca7c353f8bd724ba46480\ -b5f7bc8"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb"], "Hash" -> - "c30ca8c171dd4ceb51d93db57442942acde9d3d75b4febc7fdacb85be\ -ec7598d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb"], "Hash" -> - "6ba1d37d05e5b06ae3c732d8eac0f0a72053d493859f5e3742b7563b3\ -b759491"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb"], "Hash" -> - "cdf57b1f6d9feebdb7d1dc44402199eadc2745e8d4c9b8c0fdf166daa\ -bcecec3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb"], "Hash" -> - "ac813334bcabbbc13d1b3bb5c4a1b4e30502416f802bcd04dd71b0644\ -cc63d59"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb"], "Hash" -> - "3965598c761f1c86ff8995e6ea34a7235239d7c501cfb51a56d1f702e\ -f12e5cb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb"], "Hash" -> - "702372c89213193e998c0369d2fe720b9b8f8700390aa0d37d7767ea0\ -868c4d7"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb"], "Hash" -> - "7879401928bed0e8b0f9fabeaaf318340a5f50cd280b09ef6e1cb98aa\ -aff490d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb"], "Hash" -> - "4d74935dbe6c38da856caf658cfbb87f527cb987fbc9a86f889dd374f\ -557000f"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb"], "Hash" -> - "3e0d4f9b868ac4f8f5fd7bb5c01dd9c7460b60c147d37e3dccd4cacd5\ -0f44ad8"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb"], "Hash" -> - "241870a404835c311d72328eabd1068ff6a25951e6e7442a817e26df7\ -47c2e0b"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb"], "Hash" -> - "c9b4909c5f85f7becd67892ce6eba3f495cf2517b0b438f1a94f2be69\ -b42b7ef"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb"], "Hash" -> - "0c184d4139964bbde7f7f04feab4a48497d5e1e2ecac5578dad1c99d0\ -79d3765"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb"], "Hash" -> - "c4f585d7c1ef427be62803395936d54fbc7a8b7f975e3fee35bfc44e6\ -8c0dc8e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb"], "Hash" -> - "f95ed85a79b1618d5ccea46bf27a590c1b86cec93ba9f9f46484761d9\ -5f9a77f"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb"], "Hash" -> - "8c5986d3df1ebdebce381c0974cf703d5870251885724ed2aedd29dd6\ -41c2fa6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb"], "Hash" -> - "5956760f3339c72cc5c2132ba7fb3787ca667518711b87d02750ef2a5\ -eec0880"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb"], "Hash" -> - "53ddc36d6f12927f2d6b3e116a5d61b8f19bcaf7e11b2b33fb55ad6f6\ -6805163"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetElements.nb"], "Hash" -> - "7bacfe696e701d645ff98eaccf3f643e23e87af5a7efc8061e5b317ee\ -cafa327"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb"], "Hash" -> - "cf8fb9a9fb76f0d32e0afdef4064b0dd53638890813dc16bc8cec0669\ -df62fa8"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb"], "Hash" -> - "8548063a3a2c41bdb9fa72e8b1359c07bca5e6d2d3077d940836fa456\ -6d8b51e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb"], "Hash" -> - "cb85c0de6f4d2f27eb2e10b9ed3d5bfbbfc9280f4a0357900a838acfc\ -b008e72"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb"], "Hash" -> - "ac1f554e224d2b7784dc11f1343d112b0854a032e53619a057692e9ad\ -731fdf9"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb"], "Hash" -> - "8bb916089ba4837fd602d4472d3f792bac7721fb73b90bc54d7b15880\ -3a8910e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb"], "Hash" -> - "33d0b0c8f81efbe6e53bab0451d1ac57e5943b1922599eef61d5f331f\ -4b027ba"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb"], "Hash" -> - "91297186bee9591af67926beb5d44f3fc18763913d8c570b1fef9e34b\ -3a49dc6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb"], "Hash" -> - "4028e0665502f0ac29c74fad1706151e6a2ef7027923b6d1c4fb677df\ -86c47e1"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb"], "Hash" -> - "38d1251feced26439471e030d959527fa15fc11e2ead6306f785cab5e\ -c03e8cd"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb"], "Hash" -> - "90f1e7dc7e6aa9bc66b782b95ca91931a6f2788cddde4c9f78ad716b4\ -e8a5606"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb"], "Hash" -> - "6ec97497fd11bf68a8c31a234384c7fc3f3b012baf4519d1b414efe71\ -955bd86"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb"], "Hash" -> - "a064595d7071a1c5f22de2ea1ca280391fa1e329e2cfd6591216f32c0\ -b33a6cc"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb"], "Hash" -> - "fa4d98fc64d996686b993b727af05b73461bd8158541d7007bdb74c68\ -a879b40"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb"], "Hash" -> - "8aa9e30c040c5f77b1396622f45c2396abf2bd5a2230d7ac557e55d4a\ -88d1242"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb"], "Hash" -> - "34a68168eb63142fc0c643daadb025d8add0be2f65433d67edaf77173\ -dfa74ad"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb"], "Hash" -> - "e636c1b3d5d7e36f6ca0d5b9bf5b3545bcc450c73083cabd4b9a7094e\ -7547f28"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb"], "Hash" -> - "e1cb9568e7ed3e502557b1ea5215df96115481939d7215d29ee14a0d3\ -2ce67e9"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb"], "Hash" -> - "63825d4a6b8e9cea6ccbf0cc56a6909a3418f5b492a4ac3b87fcb98d2\ -eb04de5"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb"], "Hash" -> - "4d976162f4b56d096050153abd47b78180fe8d7f369c7e206792ddfe2\ -8f61e79"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb"], "Hash" -> - "2e3a60c4ba30a2ff65c23f8e69e018e85ca2a2687bc163945ef183d56\ -34a7de3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb"], "Hash" -> - "d4d1062f3f6086b4a5870c1cfd8c83c2ab489979ff31c46a2fd38e2a1\ -e727957"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb"], "Hash" -> - "0016d5797bf7e884b4082f114c5215b2f1f9e28c8181221e9959598d5\ -584ef94"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb"], "Hash" -> - "82775dd890db6024ba94164c6663819baf41864befaa4c29cb15b3479\ -1ca705a"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb"], "Hash" -> - "f050814fbb760493bcf91abf9715d14c03fe4c67c80dc49dce4313d70\ -aba4265"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb"], "Hash" -> - "b801f7f748067025793d5af38dcb6148f1a39f36bdca21d9522e63a34\ -4a26d06"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb"], "Hash" -> - "2d2a262fc912579c3a9c360378aa0deffc99271b03b00be0a4ad5484c\ -04cce02"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb"], "Hash" -> - "3957331a0e090a27f5b8eee33861cfc99736e4318cab42c77c4884893\ -5f87904"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb"], "Hash" -> - "07c53347921db045434306dda3e9fe0c16865916c7c74245c5094df18\ -959344e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb"], "Hash" -> - "ca01593527602f56d1a1d8287ffa6b8b2eca5f0633f49a79a73b46d1a\ -5a93307"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb"], "Hash" -> - "d8da1fcf8da4adcd4797b4abf74d91a1a989aa0ad87abfa13c26795c9\ -56c11ce"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb"], "Hash" -> - "e6942cb8ed13c721dbc8802bf87edcf604f5e69f7e927a4d816ec7653\ -688b124"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb"], "Hash" -> - "3108ce0a88147d74eed4a4411f9b2ab015753f7818a1033a06875b9bb\ -8615706"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb"], "Hash" -> - "b6f889c950eb6377aaa3d8ac716b2860105d4dec70a4e33f3c1008a66\ -3165ea7"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb"], "Hash" -> - "d3a08cdd46f53c4609b4f44bc7ce88ea83882abbddc0a3ba091d90b3e\ -a0c186b"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb"], "Hash" -> - "5d1816ed34f637979ad73f46211db2f0e2d4760468d7044095e532834\ -2ff73f1"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb"], "Hash" -> - "0935846877b1b100f0ebbea697fff4133d61736568eb533b59bca8b23\ -76bb0cd"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb"], "Hash" -> - "43b1dc77a633231cef47924e92c4973a98b795ccbd2e8544ebc59e5f1\ -0e0651c"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb"], "Hash" -> - "10cb9b6b0981fd39064c9666d4de1e5d4f0d9ffbf2c4a82e37b29f23f\ -b0c5dca"|>, <|"File" -> - File["Documentation/English/Tutorials/ApplyingCrystalData.\ -nb"], "Hash" -> - "4c479210d5ca73c441abc6fb0befec5b5e71e450dde61b32ee4f3b846\ -9b41257"|>, <|"File" -> - File["Documentation/English/Tutorials/BasicComputations.\ -nb"], "Hash" -> - "7134148abfdc612eb0bf933e5ebf592c9208b62a3cea6c723fdaa6cae\ -4cd6160"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ComputationsOnReflections.nb"], "Hash" -> - "0f9d56ad5773fedd7bf991ab5715680311268ccc8c5f449b131ae35ff\ -fa86b72"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -FormulasInCrystallography.nb"], "Hash" -> - "ddc58a43b082aad89f9955f0ea2167293e6fee679707c9475129c68ea\ -028be90"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ImportingCrystalData.nb"], "Hash" -> - "17123a08aa6cd4916f6f0848298c8bb0c6dd8d96361065b8023593e78\ -0e17bff"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -QuickGuideToConditions.nb"], "Hash" -> - "bc1614ea8c8e27d560172666e1eeae32d3b3cea40cd418d6ea39c2c8f\ -e88aa13"|>, <|"File" -> File["Documentation/English/Tutorials/References.nb"], - "Hash" -> - "515575ab81f56ef78f52a4941aba8f4f6725667425ec723bd4b1a6f66\ -ee4afaf"|>, <|"File" -> - File[ - "Documentation/English/Tutorials/SymmetryCalculations.nb"]\ -, "Hash" -> - "c47dbac6aac6ccf8fc8bb12dfc9f27fe77e8b7c3d358219330fd35f72\ -672eb14"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb"], "Hash" -> - "f23aea23f3c1e759330cdcebedfa26998e93bbbbe317bb2b7ac02f928\ -9609071"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb"], "Hash" -> - "b7a92f055fd26f50a878ecce4a635f5576e5b2d28bd8528dae9e341e4\ -69306c6"|>}|>, "AllowEmbedding" -> True, "InitialShape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "File" -> TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "InitialType" -> - TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 224], 1], "Meta" -> <||>, - "RowTarget" -> 20, "ColumnTarget" -> 10, "Shape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "File" -> TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "Type" -> TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 224], 1], "Path" -> {}, - "DisplayedRowCount" -> 1, "DisplayedColumnCount" -> 2, - "DataRowCount" -> 1, "DataColumnCount" -> 2, - "SortPaths" -> {}, "SortDirections" -> {}, - "HiddenItemsMap" -> Null, "UpdateType" -> 1|>, - TypeSystem`NestedGrid`PackagePrivate`$outputID$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$ = {}, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$grid$$ = - DynamicModule[{ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = Deploy[ - Style[ - Grid[{{ - Item[ - Pane[ - Annotation[ - Mouseover[ - - Graphics[{}, ImageSize -> 6, BaselinePosition -> - Scaled[-0.15]], - Graphics[{ - GrayLevel[0.6], - - Polygon[{{2^Rational[-1, 2], -2^Rational[-1, 2]}, { - 2^Rational[-1, 2], 2^ - Rational[-1, 2]}, {-2^Rational[-1, 2], 2^ - Rational[-1, 2]}, {-2^Rational[-1, 2], -2^ - Rational[-1, 2]}}]}, ImageSize -> 6, BaselinePosition -> - Scaled[-0.15]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, Keys}, "KeyDummy", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["File", - Style[ - "File", FontColor -> RGBColor[ - 0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "File"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "File"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Hash", - Style[ - "Hash", FontColor -> RGBColor[ - 0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "Hash"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "Hash"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}]}, { - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Files", - Style[ - "Files", FontColor -> - RGBColor[0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "RowHeader", False], "Mouse"], - ImageSize -> {{56.00000000000001, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -BrennanCowan.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Chantler.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -CromerLiberman.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Henke.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Sasaki.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Windt.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -xraylib.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/InternationalTablesC(\ -3rd).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/Kissel(modified).m"], - - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/Metadata.txt"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Al.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e869578f1b30a405666e344c5e0b4b2e98579e6dfe1d879799963be71\ -027621a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover[ - Superscript["224 total \:203a ", ""], - Style[ - Superscript["224 total \:203a ", ""], FontColor -> - RGBColor[0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 2]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "Item", False], "Mouse"], - ImageMargins -> {{5, 3}, {4, 5}}], BaseStyle -> {{ - RGBColor[ - 0.5098039215686274, 0.5098039215686274, - 0.5098039215686274], 8}, ContextMenu -> { - MenuItem["Show 1 More Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 1]& , {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 More Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 5]& , {All}]], MenuEvaluator -> Automatic], Delimiter, - MenuItem["Show 1 Fewer Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -1]& \ -, {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 Fewer Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -5]& \ -, {All}]], MenuEvaluator -> Automatic]}}, Alignment -> {Left, Baseline}, - Background -> GrayLevel[0.98]], SpanFromLeft}}, - BaseStyle -> { - ContextMenu -> - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - Which[TypeSystem`NestedGrid`PackagePrivate`$lastOutputID =!= - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$], {}, - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger === - - TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger, TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu, - True, TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger = - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu = - Block[{TypeSystem`NestedGrid`PackagePrivate`$\ -globalScrollPos = {TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}}, - - With[{TypeSystem`NestedGrid`PackagePrivate`lastPath$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$ = - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader, TypeSystem`NestedGrid`PackagePrivate`headerHidden$ = And[ - MatchQ[TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - Alternatives["RowHeader", "ColumnHeader"]], - TypeSystem`NestedGrid`PackagePrivate`headerHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$]], - TypeSystem`NestedGrid`PackagePrivate`allHidden$ = - TypeSystem`NestedGrid`PackagePrivate`allHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`anyHidden$ = - TypeSystem`NestedGrid`PackagePrivate`anyHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ = - TypeSystem`NestedGrid`PackagePrivate`columnSortDirection[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortPaths"], - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortDirections"]], - TypeSystem`NestedGrid`PackagePrivate`haveData$ = Not[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`datasetInitialData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]]], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$ = Not[ - FreeQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, Keys]]}, - Join[{ - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - Not[TypeSystem`NestedGrid`PackagePrivate`anyHidden$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$], - Nothing, - MenuItem[ - "Show " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "remove"]], MenuEvaluator -> Automatic]], - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - TypeSystem`NestedGrid`PackagePrivate`pathEmptyQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$, - And[TypeSystem`NestedGrid`PackagePrivate`allHidden$, - TypeSystem`NestedGrid`PackagePrivate`headerHidden$]], - Nothing, - MenuItem[ - "Hide " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, "add"]], - MenuEvaluator -> Automatic]], Delimiter}, - If[ - And[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MatchQ[TypeSystem`NestedGrid`PackagePrivate`lastPathType$, - Alternatives["ColumnHeader", "KeyDummy"]], - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Not[TypeSystem`NestedGrid`PackagePrivate`allHidden$]], { - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Ascending", - MenuItem["Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Ascending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Descending", - MenuItem["Reverse Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Descending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - None, - MenuItem["Unsort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, None]], - MenuEvaluator -> Automatic], Nothing], Delimiter}, {}], { - MenuItem["Copy Position to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Copy Data to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], Nothing], Delimiter, - MenuItem["Paste Position in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Paste Data in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], Nothing]}]]]]], FontFamily -> - "Source Sans Pro", FontSize -> 14, FontWeight -> Plain}, - Dividers -> All, FrameStyle -> - GrayLevel[0.7490196078431373], Spacings -> {0, 0}, - Alignment -> Left, - BaseStyle -> { - FontFamily -> "Source Sans Pro", FontSize -> 14, - FontWeight -> Plain}], LineBreakWithin -> False, - ContextMenu -> {}, NumberMarks -> False, ShowAutoStyles -> - False]], TypeSystem`NestedGrid`PackagePrivate`initialQ = - True}, - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`setupViewPath[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, If[ - Not[TypeSystem`NestedGrid`PackagePrivate`initialQ], - - Module[{ - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = $Failed, - TypeSystem`NestedGrid`PackagePrivate`tmpData$ = - TypeSystem`NestedGrid`PackagePrivate`datasetData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]}, - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = If[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpData$], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid, - TypeSystem`NestedGrid`PackagePrivate`renderGrid[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`tmpData$]]; If[ - Not[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]; Null]]; - TypeSystem`NestedGrid`PackagePrivate`initialQ = False; - TypeSystem`NestedGrid`PackagePrivate`$vPos$$; - TypeSystem`NestedGrid`PackagePrivate`$hPos$$; If[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid], - TypeSystem`SparseGrid[ - TypeSystem`H["(data no longer present)"]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}], - DynamicModuleValues :> {}], - TypeSystem`NestedGrid`PackagePrivate`$topBar$$ = Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`makeFramedBar[ - TypeSystem`PackageScope`SubViewPathbar[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$path$$}], - TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$ = - Style[ - Framed[ - Dynamic[ - Replace[ - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$, { - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][Null, - Blank[]] -> "", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - Pattern[TypeSystem`NestedGrid`PackagePrivate`path$, - Blank[]], - Pattern[TypeSystem`NestedGrid`PackagePrivate`pathType$, - Blank[]], - Pattern[ - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Blank[]]] :> ( - Increment[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger]; - TypeSystem`NestedGrid`PackagePrivate`$lastPath = - TypeSystem`NestedGrid`PackagePrivate`path$; - TypeSystem`NestedGrid`PackagePrivate`$lastPathType = - TypeSystem`NestedGrid`PackagePrivate`pathType$; - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader = TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$; - TypeSystem`NestedGrid`PackagePrivate`$lastOutputID = - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]; - TypeSystem`NestedGrid`PackagePrivate`makePathTrail[ - TypeSystem`NestedGrid`PackagePrivate`path$, - TypeSystem`NestedGrid`PackagePrivate`makePathElements]), - Null :> Spacer[10], Blank[] :> Spacer[10]}], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$}], - FrameStyle -> None, ImageMargins -> 0, FrameMargins -> 0, - Alignment -> Top, ImageSize -> {Automatic, 15}], FontSize -> - 1], TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$\ -}, - DynamicWrapperBox[ - DynamicBox[ - ToBoxes[ - Dataset`DatasetContent[ - 2, "Path" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$path$$], - "Grid" -> Hold[ - TypeSystem`NestedGrid`PackagePrivate`$grid$$], "State" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$state$$], - "VPos" -> Hold[ - TypeSystem`NestedGrid`PackagePrivate`$vPos$$], "HPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$hPos$$], - "TopBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$topBar$$], - "BottomBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$], - "OutputID" -> Hold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]], - StandardForm], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$}], - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$ = - MouseAnnotation[]], - Initialization :> ( - TypeSystem`NestedGrid`PackagePrivate`$outputID$$ = - CreateUUID[]), DynamicModuleValues :> {}, - BaseStyle -> {LineBreakWithin -> False}, - UnsavedVariables :> { - TypeSystem`NestedGrid`PackagePrivate`$outputID$$}], - Deploy, DefaultBaseStyle -> "Deploy"], - Dataset`InterpretDataset[1], Selectable -> False, Editable -> - False, SelectWithContents -> True], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"DocumentationBuildResults\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{ - Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"63.034047`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"63.034047`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"MaximumFileTime\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - RowBox[{ - - TemplateBox[{"7.717073`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], ",", - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\""}], "}"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFiles\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Guides/PackageOverview.nb\"\ -", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.576552`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.576552`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.576552, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.694416`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.694416`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.694416, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.755303`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.755303`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.755303, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"7.717073`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"7.717073`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[7.717073, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.695283`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.695283`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.695283, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.496385`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.496385`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.496385, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.731044`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.731044`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.731044, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.454647`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.454647`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.454647, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.26447`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.26447`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.26447, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.272017`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.272017`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[3.272017, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"1.514643`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.514643`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.514643, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.025467`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.025467`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025467, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.462129`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.462129`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.462129, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.474676`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.474676`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.474676, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.839747`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.839747`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.839747, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.538916`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.538916`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538916, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.010173`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.010173`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.010173, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.79677`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.79677`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.79677, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetElements.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.667832`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.667832`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.667832, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.519139`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.519139`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.519139, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.428369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.428369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.428369, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.503018`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.503018`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503018, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.553458`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.553458`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.553458, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.617047`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.617047`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.617047, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.70572`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.70572`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.70572, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.757913`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.757913`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.757913, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.450725`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.450725`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.450725, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.538294`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.538294`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538294, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.492043`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.492043`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.492043, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.359275`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.359275`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.359275, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.427088`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.427088`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427088, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"6.338587`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"6.338587`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[6.338587, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.577322`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.577322`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.577322, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.801008`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.801008`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.801008, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.911905`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.911905`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.911905, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.322814`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.322814`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.322814, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.234567`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.234567`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.234567, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.025873`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.025873`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025873, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.658468`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.658468`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.658468, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.237919`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.237919`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.237919, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.66879`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.66879`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.66879, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.440068`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.440068`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.440068, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.503171`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.503171`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503171, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.819962`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.819962`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.819962, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.572818`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.572818`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.572818, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.527239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.527239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.527239, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.690118`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.690118`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.690118, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.998523`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.998523`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.998523, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.606134`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.606134`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.606134, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.427878`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.427878`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427878, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.346602`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.346602`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.346602, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.330781`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.330781`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.330781, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.356722`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.356722`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.356722, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.726694`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.726694`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.726694, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.841208`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.841208`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.841208, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.016376`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.016376`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.016376, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.761293`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.761293`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.761293, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ApplyingCrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.033735`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.033735`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.033735, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/BasicComputations.\ -nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.491292`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.491292`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.491292, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ComputationsOnReflections.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.701284`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.701284`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.701284, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -FormulasInCrystallography.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.324674`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.324674`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"BuildDocumentationNotebook\"", - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.324674, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ImportingCrystalData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.981517`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.981517`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.981517, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -QuickGuideToConditions.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.279189`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"0.279189`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.279189, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/References.nb\"", - "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.353692`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.353692`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.353692, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -SymmetryCalculations.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.750636`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.750636`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.750636, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.705621`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.705621`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.705621, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}], - ",", - - RowBox[{ - "\"/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb\"", "\[Rule]", - InterpretationBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.651284`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.651284`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"BuildDocumentationNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.651284, "Seconds"]|>], Selectable -> - False, Editable -> False, SelectWithContents -> True]}]}], - "\[RightAssociation]"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"FailedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"PercentSucceeded\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"100.`", "\"%\"", "percent", "\"Percent\""}, - "QuantityPostfix", SyntaxForm -> Mod], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SuccessfulFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SkippedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"DocumentationBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Success[ - "DocumentationBuild", <| - "TotalTime" -> Quantity[63.034047, "Seconds"], - "MaximumFileTime" -> { - Quantity[7.717073, "Seconds"], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb"}, - "ProcessedFiles" -> <| - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Guides/PackageOverview.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.576552, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.694416, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.755303, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[7.717073, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.695283, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.496385, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.731044, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.454647, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.26447, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[3.272017, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.514643, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025467, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.462129, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.474676, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.839747, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538916, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.010173, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.79677, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetElements.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.667832, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.519139, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.428369, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503018, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.553458, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.617047, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.70572, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.757913, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.450725, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538294, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.492043, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.359275, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427088, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[6.338587, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.577322, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.801008, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.911905, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.322814, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.234567, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025873, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.658468, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.237919, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.66879, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.440068, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503171, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.819962, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.572818, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.527239, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.690118, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.998523, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.606134, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427878, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.346602, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb" -> Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.330781, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.356722, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.726694, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.841208, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.016376, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.761293, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ApplyingCrystalData.nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[1.033735, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/BasicComputations.\ -nb" -> Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.491292, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ComputationsOnReflections.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.701284, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -FormulasInCrystallography.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.324674, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ImportingCrystalData.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.981517, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -QuickGuideToConditions.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.279189, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/References.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.353692, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -SymmetryCalculations.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.750636, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.705621, "Seconds"]|>], - "/Users/stian/Library/Mobile \ -Documents/com~apple~CloudDocs/Stians iCloud/Dokumenter/Utdanning/(2016-2020) \ -Universitetet i Stavanger (PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb" -> - Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.651284, "Seconds"]|>]|>, - "FailedFilesCount" -> 0, "PercentSucceeded" -> - Quantity[100., "Percent"], "ProcessedFilesCount" -> 67, - "SuccessfulFilesCount" -> 67, "SkippedFilesCount" -> 0, - "MessageTemplate" -> - "Documentation build completed successfully."|>], - Selectable -> False, Editable -> False, - SelectWithContents -> True], "}"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"PacletBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> - False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], - DynamicModuleValues:>{}], "]"}], - Success[ - "PacletBuild", <| - "PacletArchive" -> - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/Development/build/MaXrd-3.1.0.paclet", "TotalTime" -> - Quantity[82.825958, "Seconds"], "PacletManifest" -> - Dataset[<|"Files" -> {<| - "File" -> File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -BrennanCowan.m"], "Hash" -> - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee271a784"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Chantler.m"], "Hash" -> - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0d19a1fc"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -CromerLiberman.m"], "Hash" -> - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6ef85eab"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -EPDL97.m"], "Hash" -> - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395a6f31fa"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Henke.\ -m"], "Hash" -> - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc517677e"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Kissel.m"], "Hash" -> - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9b2cec2b"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Sasaki.m"], "Hash" -> - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a2254288245a7346a"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Windt.\ -m"], "Hash" -> - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf2169c82433"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -xraylib.m"], "Hash" -> - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be67f160fd"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], "Hash" -> - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d55032658164b35108"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], "Hash" -> - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be46ffd54a"|>\ -, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/InternationalTablesC(3rd).\ -m"], "Hash" -> - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1eadf9d5"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], "Hash" -> - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e73efb1cf"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/Kissel(modified).m"], - "Hash" -> - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c27548181a1"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m"], - "Hash" -> - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd530086515d4e62d"|>\ -, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], "Hash" -> - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d316eef9"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/Metadata.txt"], "Hash" -> - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca23b2ebd"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ac.dat"], "Hash" -> - - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50c49e3dd"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ag.dat"], "Hash" -> - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9dae505c7"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Al.dat"], "Hash" -> - "e869578f1b30a405666e344c5e0b4b2e98579e6dfe1d879799963be71027621a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Am.dat"], "Hash" -> - "8f593c4cdcf1bda52d239f329bfca8ad561e8708e5cd98114a0efd4dda2bd5c3"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ar.dat"], "Hash" -> - "ad2750454a0d90cef4123bb9d7978b87e87ef0c9cf05977f4e046d85ca874959"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/As.dat"], "Hash" -> - "0b5392f676ba2c5e6c7cb20a767b27a93773ff27c7103be44bcd9e32b39b7191"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/At.dat"], "Hash" -> - "72bf158f346c7da119da384db00386fb4efda6131dd1e83b7c1f1d137f0da347"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Au.dat"], "Hash" -> - "38014c96998005ae089b2f89fc8ae5315b5f5f51d354285d8f35ba752c2ebe12"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ba.dat"], "Hash" -> - "ff9a6b710ab8228aeb038586950c743f10c4c767c0234ec841c28af1a84e3de5"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/B.dat"], "Hash" -> - "e690bde2639044293a282dd74ff5a93a97a5ab5a65a1efb1161e002502cd0e58"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Be.dat"], "Hash" -> - "1326d416980d4c7e04d170cd9c851314289be9b464abd01d3ffc45980ced2e7f"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bi.dat"], "Hash" -> - "f3e692914da1a8ca38261bbb5f768484d656e7061413d5bd3dd23048915d6407"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bk.dat"], "Hash" -> - "90cb012fe5952d0db46ff3c908d3466c7c9fb63e1426f33667a00584d4826a76"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Br.dat"], "Hash" -> - "510616d48c3196368a00a87cc570fa819c1ceb37a3d516bdf1faf595c6febb6b"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ca.dat"], "Hash" -> - "1cb0bb6487bacc402705ac6f7ffa0e2d87ed4a042749e81986ed79b068252989"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/C.dat"], "Hash" -> - "c9167c4676b6ba85544400c0a102966ca244e86242c05e9e7f3bfd931bd8f5a2"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cd.dat"], "Hash" -> - "099f16ac467843b8daac7160f5e894fc58a86823748c0ca61aae9e40de520949"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ce.dat"], "Hash" -> - "95b354cae772f698599549e598582a231bb4f3a1259e16c22041c5b9db082920"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cf.dat"], "Hash" -> - "5f1d65cefd9129e83f27b7d05ea4ba2b88f95a1b9c85aab1ba65fe58aa11b169"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cl.dat"], "Hash" -> - "ba69559846143ac0ec1fcdbc8f91cfb27b275128b7afd8233d4eccc43e4d4a64"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cm.dat"], "Hash" -> - "473099743b7b8034d571a12ebf702fd64b922e0b6809f08437b74897be8155c9"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Co.dat"], "Hash" -> - "b0cbb70766a142047e47083492f59ccbc19badbe22bb1bc5baf30e863a88b66a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cr.dat"], "Hash" -> - "6df201223c193e3a031ab621b141ad09167680b1dcffb52e140848aa7ee18be4"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cs.dat"], "Hash" -> - "512019aa1e0a1bbac6581dfb97afbeb6d8990c39d5754b67bf012d274b9f7e87"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cu.dat"], "Hash" -> - "f21500809d444592db11654a24ee88afa47c41706bc972f2f8914bf4ce549737"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Dy.dat"], "Hash" -> - "4f4dd819d308a5b116ae35512a92fbf285a9fb62f5cf02d5e925afe17b1ce13f"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Er.dat"], "Hash" -> - "78dffa36403fa2f80a44f2ee2caae35f88f31906845b3cc7bef4d8c58ddb91e8"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Eu.dat"], "Hash" -> - - "396c324d099fdef2938530569ed94a9ca2a2e09f54de7641d62d84b00b208d04"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/F.dat"], "Hash" -> - "6f8c8881ee42438690d2df25bbb0bb52e7e26f5acd207805b154892c28e26af0"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fe.dat"], "Hash" -> - "cd8efc8802b47d3cd656c4702ec42a2cc48a7d246eb80f5a0688365d8f608532"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fr.dat"], "Hash" -> - "8eaa4a61006c8c47778909a99c57ab711d916bfba3957e7bc48895d0c7659865"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ga.dat"], "Hash" -> - "25f5333e8f662ad86dd814bae39e5693da5eda917e86f548e921e137d487ea57"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Gd.dat"], "Hash" -> - "44ac2a0cbd0e4002403f73fcb456ef47f0c8d8e7ddf36b58dc6bd9859daaaeae"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ge.dat"], "Hash" -> - "2b8f3cc89127a4dd0bfcd8c090d5fdf379a29b368a0a14b6b0d3ea2d755ae7db"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/H.dat"], "Hash" -> - "803b8539ade04ef5c826262432916ccebb7d8602ddb6b0fde8a8cd5eb307f016"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/He.dat"], "Hash" -> - "c25519fbd9ed6fd6dbd3afcd2744afbe19403681d660a12bd12b9129f201e85a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hf.dat"], "Hash" -> - "ee09ef9bd3130228b7a9e6805fe7dbc72735c550fdb66d9aa902f36a41c69e82"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hg.dat"], "Hash" -> - "40cc80db14ce8aba9f7622a4dafd70e66c37e7ed592c97aedea776a2601eea52"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ho.dat"], "Hash" -> - "c7d085e71ca708e836302de008e77fe10331d89e122e26e503a655bd80c46bc5"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/I.dat"], "Hash" -> - "1687e637f542c8a792794b0b8263a7f8656f213497d887ffe862dbcaed8d0a6f"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/In.dat"], "Hash" -> - "9741a74eab1d475885792800e2ba668c466674c271cddb805e5985b8175a59fc"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ir.dat"], "Hash" -> - "2e63bfcb144e8ff296408232f6408898bf0fd450a94c704c97c15e06f0727758"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/K.dat"], "Hash" -> - "1e536d3d1e88d82c9d10939be942fca95230fb9046a9273e9985688e8c00bdd6"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Kr.dat"], "Hash" -> - "7c94c788650d7c4be5ecd3dfaaa745f7d7ddf4f5294879aeac56a1c106fe553e"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/La.dat"], "Hash" -> - "49cf5ef94a8b93334ac898a2fbe0941253ef24ae4eb87923d68ffe1280f1258d"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Li.dat"], "Hash" -> - "0cc9a7379196d82da19b0beaf6c35536a4aab73eb5d276de3c9df81010b96e06"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Lu.dat"], "Hash" -> - "6148bb5fb045238df4b102289065ab8026859ed71dd7624b854f51ded09df717"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mg.dat"], "Hash" -> - "5cd5f187e736fc3dd74f7b222ef5a0e0c3feb0d236042cc0697398990407909b"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mn.dat"], "Hash" -> - "09fa6f546e070caaef4723afc65ff739268926fb1d0eeb9bcd7f4ed14bc58bf0"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mo.dat"], "Hash" -> - "9d26676f3139f07cb44e74755c76f5fe8143714b4eeda8240941f5debecea77a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Na.dat"], "Hash" -> - "1cd4a0310479fcd589f9675d82e6162d130eb174817fa48e603b5d29065b466f"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nb.dat"], "Hash" -> - "46a7acfb2f994fb86b2e6c4208a51be7bd3a2135627729e992d94a340db108ba"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/N.dat"], "Hash" -> - "df1c0f93f0f9180de4ba34c6f2bd68b2c959918f187979aa91d41867896518ae"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nd.dat"], "Hash" -> - "b22b25e301e3939fb206c126c59f9083febc2d5622a3be5db068c3e6b68cd79a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ne.dat"], "Hash" -> - - "890c65ccaf190e31f5b0b20242aadf8abd971201ee8694b640d20a130ff2609b"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ni.dat"], "Hash" -> - "84059baf38c3f6e8878834776d758129d238d287cdf7c5c0d2981edff4e99e09"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Np.dat"], "Hash" -> - "d77358807eb69c2bf53093ec63b103d1bba9b725395eb666bf1c4038cb618368"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/O.dat"], "Hash" -> - "9c28a1a0d0ba767e8492533052a77dcaf69ed2d203522863c49e2bd34b8e24ae"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Os.dat"], "Hash" -> - "279a05c0277e1b294470a4f7e9e246a9ee5675d2e41d5261cec03098fe28f2d2"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pa.dat"], "Hash" -> - "e3565298dcbd935edbebcd506e1eed5de346f61355cca77343a8beac538c84a8"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pb.dat"], "Hash" -> - "b164e8c4af5b26f55efb5a9b8f0aa7f225494cfc29fa689bfd6357bb19195ccf"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/P.dat"], "Hash" -> - "2a5f36f7f324407a981e85c2140687d214a62879a36e1706a603641555487a61"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pd.dat"], "Hash" -> - "e92c0d8671095fdb07da5be2e6af17cefc3f6e2a560e3ecc0bc8ad3934246fc1"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pm.dat"], "Hash" -> - "7fc9066a08c0004a7309430fbcf2ba1b93db24497fb8e3005c1a6c4e6ffbeb93"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Po.dat"], "Hash" -> - "36ab5f840eb6e290b17ad3b811cef0be8e069c765962d928d29eed283b6b444d"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pr.dat"], "Hash" -> - "0ef2a6be21272f090df0ebf8aae16600bd36b483561e56393b76b177c7a38608"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pt.dat"], "Hash" -> - "c9b8ea1b266168a664470c48c75bc5a60edbff0d3578811a4f7f54591035aebc"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pu.dat"], "Hash" -> - "f0f9c3a55759e7b516a7b94c179c454c0864cc9880c1d6d221443b5b493fdd7e"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ra.dat"], "Hash" -> - "36b696ae7a5ae03c765db748b5e0da1e297c40a22ac60fe58e01d0d41bf94701"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rb.dat"], "Hash" -> - "0ebc3838c8222c440a103aa8bc84fedbcfa4933164e09ab09ce6a858ef92e171"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Re.dat"], "Hash" -> - "bd312792ceaba0ba419f41d7e24edea6eaa75532f67402024c59d1adcf197db1"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rh.dat"], "Hash" -> - "f3268e88f91053b42b7e29adc9bcb7f673691013df63e1a7f69156e275edfdea"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rn.dat"], "Hash" -> - "dee55a49714cb9ea174d8bbfd40c03c86186829f7aa0efa307afdbcb3934c43b"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ru.dat"], "Hash" -> - "1dd1f515c0dc248ddea6f407688f8f9f691efa4dcb0aebfb2b18bbc1d87a85fb"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sb.dat"], "Hash" -> - "806ae8e38683e7faeec79c21fbb6d083c675139adf7fb65ab43e2b75ae595f06"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sc.dat"], "Hash" -> - "7f4a78b122d71805a5e1f426e8f2b6edfa845eb54239156bba0181a8e680d533"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/S.dat"], "Hash" -> - "883170b9940bb06c760b28c18d747431b82771bba95ccd8424bdc3bc2ed7119c"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Se.dat"], "Hash" -> - "c7d47470e58cc24312992cb7a654ac34bd55cdb6d3313e6562cd14ef74b485cf"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Si.dat"], "Hash" -> - "5b865f3c5712bfe9ac660fe70b35dc015deff985a07852863f7496dcd24fece5"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sm.dat"], "Hash" -> - "27ef4f314d3c73d3f5bd5298d5be89c90e0f635a1785a790ab1fa24acaa76712"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sn.dat"], "Hash" -> - "33ef8df19cf6fecd084c7d31b6204457a9ac295bb77d7dffe902e965f1cb5a4f"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sr.dat"], "Hash" -> - - "03f7f59d4bf6c6d0b14d83ab83cc13b3dbd56c1c0ce6c5d08f09468bc67a0aa4"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ta.dat"], "Hash" -> - "a516b6bc2112642fe65c757246db7054e45b657c220154235d0a9e923234c5d9"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tb.dat"], "Hash" -> - "883160818162eb7983d14e495a144b0f3e7224eb498cb74a65122483b3e9e4f3"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tc.dat"], "Hash" -> - "1013b712abb0cb42265b1ab05cb185ee9af44825171ac73e78414ca85b331a9a"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Te.dat"], "Hash" -> - "c22cc7b934b8d09adfb6a8b7ca4e0dad6585825b3920fbf04bdc37f2a438e524"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Th.dat"], "Hash" -> - "18d078ec154761d055df36b3396d341b6d0759667532bdbd181904b3a4c76cd0"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ti.dat"], "Hash" -> - "bb08ecf78ab525508494828ca4e7127a888301c0f70f4e349fdd55ebf8da9feb"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tl.dat"], "Hash" -> - "ecea6d0b8709caebf4ebae2c4312c7c23356d564f1fb0418f42ee637747d5ed1"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tm.dat"], "Hash" -> - "5e6728f3070ccd3a8222bd6cbd7e2135103892af3d4db268d2f914e89ffb42f5"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/U.dat"], "Hash" -> - "b87d17cf8be8771985544094c60149a81dcebcb58b517fdf0a29fa28c38ed3f1"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/V.dat"], "Hash" -> - "a127afc742f415109dd1d148a57f4349ef6dabf92051b81abc4acfdc5a185e20"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/W.dat"], "Hash" -> - "fc27a2429c712bee842c3173eb9af23c219399341fc349836382b162e7521fc1"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Xe.dat"], "Hash" -> - "e66adff7d2cba2c6c26b3fa7fa2733ed9f52afa222ff581ced0a6a8603501866"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Yb.dat"], "Hash" -> - "e45e089b9720c3f36514c61218dcdad68b06819de60c22dd50dda80524fbcc15"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Y.dat"], "Hash" -> - "c182709ca6c1b5c6892f402db6b1d0e2f7a0094c50f77a5b41db801c29543fb0"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zn.dat"], "Hash" -> - "f14819caeecde08e106698351c356025118ca1c5267ad2d1d9d0cee8726e0a4d"|>\ -, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zr.dat"], "Hash" -> - "ac21068071b887996db5807c33130065e7286c2949f897f0b79fbc73a4d40db9"|>\ -, <|"File" -> File["Kernel/Data/CrystalDataDemo.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88dd68f63b"|>\ -, <|"File" -> File["Kernel/Data/.DS_Store"], "Hash" -> - "64fbd45a1565b0e2f933ff24ca0b73a42e95a2526bb4a175476088ca90faf4e4"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/COD_2203515.cif"], "Hash" -> - "897a66edc922710bf9fd1fadef107558c926d72cbb724e60760fbdf287bf5de2"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif"], - "Hash" -> - "beb8cc3ba3e94ee1d66cdfef3b6a55dd9330273a0be8d72aa840e16bd169f7e9"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif"], - "Hash" -> - "62c031e196d83458a87befce478ea543badc7c133630d3e044eee98172ac42e0"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Ice.cif"], "Hash" -> - "06dbd76c98c65ca746931e32628cf2d3541943a91630c1711c518eec71aa7353"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif"], "Hash" -> - "db8398f0183b6a93e24764f4eed7c8a1174f6bf567d615ef57d1c26a3722effa"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif"], "Hash" -> - "62c9a12d53a9356ddd7899d31e4285708decefa6f3412ede5c4281248d7203e2"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif"], - "Hash" -> - "3279cabd383128541c70e4d177e7e812cddb8029b02b23ab78182c381b3b29e2"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Perovskite.cif"], - "Hash" -> - "5af7ef95cae91f82ac05a4683c1dd00b0632bb48fda13673ac24373f738c80ac"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Po.cif"], "Hash" -> - "304bcfc7e7fbb948b3f54de4b348bff7a43547715af80b6c90f8bf51bc85144c"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.cif"], - "Hash" -> - "fcc2bd9e648ffc9a04e94f7e49ab556d7b19facb665e701b19da570660014611"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif"], - "Hash" -> - "1c6ac818ef92844fa31660cb9c9358b95845069e7f6f7faa6091244669d90c57"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/W.cif"], "Hash" -> - "269e5afde07ecf81453373beb8cae4aa814a4275025b1da910add5883f3e14d7"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Zn.cif"], "Hash" -> - "f76e49657ef3871835565410b8825a1bfb4a77008f4eb764fdcfd90a880a1392"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif"], "Hash" -> - "35f86f192f665d6df87d08d99f8541cf1d9070e264208f28a89dabfac8247eb8"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Ferrocene.cif"], "Hash" -> - "17c4d740566f03d29dbe54f4a5f0e166788946397d8726ef19c63f6df41967f3"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_crystals.cif"]\ -, "Hash" -> - "8cad913695e1ab04f880a77fc6d30ea4cc7ce2aba082e263242647ce721f2c55"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif"], - "Hash" -> - "a6c48f1e74fd021bb1a7ac5d8ce3c36ed27d09b8a0f28361e6689df519d19c0f"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Yoderite.cif"], "Hash" -> - "72d3bd5b774c95d23867cbcdc9dc2d3738d0b8d08e334aadcbadb0e58f45d876"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk0.jpg"]\ -, "Hash" -> - "ffe1f88b0b5ea9cc302249ecfed0d3e4ff8940f00955f53ae5569e2f8c0911fb"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk2.8_\ -165K.jpg"], "Hash" -> - "1dabcf332ad59320fecae425040532219bb88a8cbd66191a5badc49aa031a4c8"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/DiffractionImages/Laue.png"], - "Hash" -> - "0adbdf83360a41c975d280b997c4f6511eacdf9cd4a315ea0aee69e1034b5b6f"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_h0l.\ -jpg"], "Hash" -> - "9b764dcc7715ebe198c9952dfc1b2c4fb9742480893c375fe4aa4b4763733b44"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_hk-2.\ -jpg"], "Hash" -> - "0745a4cb25c2cfbd000970b4f4637ecbfe211d5370bee36d8cc94d1536fcefc9"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk0.jpg"], - "Hash" -> - "9d889df330655060e4878adedeb719c8e991f789317b711d8c096845718aac93"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk1.jpg"], - "Hash" -> - "b7cef8b98a3cfdeaeffdbc449e69e8103a87cce2f6643d2fac4e1890cc6645ab"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_crystal.txt"], - "Hash" -> - "4d72d8d5aa9b98410e330fab0c81611be670fe5000f4fa27fe498979130a6ba8"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_setup.txt"], - "Hash" -> - "5e33dad55bbc5509209ee98fe30b6d45976b0b3c6d3f836b57ae4bce52ba93e6"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat"], - "Hash" -> - "20e3ea002a5f7f9f09a10f09e696ca764462213e17a86081e5f66c1abb3e7ac3"|>\ -, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_5x5x1.stru"]\ -, "Hash" -> - "f52b863fa24147224aa9fdb6f783988fe575067706ed28501db3d34100d3e4a9"|>\ -, <|"File" -> File["Kernel/Data/ExampleFiles/.DS_Store"], "Hash" -> - "22e87aed239cc91d5c496849628bf2444c0d28bfae3df60de649b689757a78fb"|>\ -, <|"File" -> File["Kernel/Data/GroupSymbolRedirect.m"], "Hash" -> - "7abde3585a337e34e7134f28bbef449e18596ab31f723b257c18c352c236aab6"|>\ -, <|"File" -> File["Kernel/Data/PeriodicTable.m"], "Hash" -> - "f57f887c87c1017f722b06662b2409f6e0c72c9b8675dcec10ad9343b6b623ef"|>\ -, <|"File" -> File["Kernel/Data/PointGroups.m"], "Hash" -> - "aae508b240f82bf41501acc156dba48a5df977e0dedda935da4ecb87d5044aeb"|>\ -, <|"File" -> File["Kernel/Data/SpaceGroups.m"], "Hash" -> - "4bc9ea97080603425c4f27feec27bef87cec9364aa1d0ae8207e27e616700152"|>\ -, <|"File" -> File["Kernel/Data/TransformationMatrices.m"], "Hash" -> - "9dc765143fda2ee1605e6ada93e08db5d048ddd1f7a53cedc5c4a1719b2c60da"|>\ -, <|"File" -> File["Kernel/Data/UsageMessages.m"], "Hash" -> - "f5b46456fe0c7ed422f1f25b0075dd720d635df03160d1b0386d35412d7fc834"|>\ -, <|"File" -> File["Kernel/Data/UserData/CrystalData.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88dd68f63b"|>\ -, <|"File" -> File["Kernel/Definitions.m"], "Hash" -> - "27ee97d363ed34c6f610eb9a536ff1941ac0bde5ec3b8722d36d19e6cb67c63d"|>\ -, <|"File" -> File["Kernel/.DS_Store"], "Hash" -> - "e3a5d8e54879357973018704924c83facc302b561832b5b7f79509055ae24963"|>\ -, <|"File" -> File["Kernel/init.m"], "Hash" -> - "7fc7d2bcfac9920bae699648f552387254ab02173175e22e497459e6b7de2ce3"|>\ -, <|"File" -> File["Documentation/English/Guides/PackageOverview.nb"], "Hash" -> - "d87e9a3e634c7e3bd618d8da8936003f9df3ca7c353f8bd724ba46480b5f7bc8"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb"], "Hash" -> - "c30ca8c171dd4ceb51d93db57442942acde9d3d75b4febc7fdacb85beec7598d"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/BraggAngle.nb"], - "Hash" -> - "6ba1d37d05e5b06ae3c732d8eac0f0a72053d493859f5e3742b7563b3b759491"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ConstructDomains.\ -nb"], "Hash" -> - "cdf57b1f6d9feebdb7d1dc44402199eadc2745e8d4c9b8c0fdf166daabcecec3"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/CrystalDensity.\ -nb"], "Hash" -> - "ac813334bcabbbc13d1b3bb5c4a1b4e30502416f802bcd04dd71b0644cc63d59"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb"], "Hash" -> - "3965598c761f1c86ff8995e6ea34a7235239d7c501cfb51a56d1f702ef12e5cb"|>\ -, <|"File" -> File[ - "Documentation/English/ReferencePages/Symbols/CrystalPlot.nb"], - "Hash" -> - "702372c89213193e998c0369d2fe720b9b8f8700390aa0d37d7767ea0868c4d7"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/DarwinWidth.nb"], - "Hash" -> - "7879401928bed0e8b0f9fabeaaf318340a5f50cd280b09ef6e1cb98aaaff490d"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/DistortStructure.\ -nb"], "Hash" -> - "4d74935dbe6c38da856caf658cfbb87f527cb987fbc9a86f889dd374f557000f"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/DomainPlot.nb"], - "Hash" -> - "3e0d4f9b868ac4f8f5fd7bb5c01dd9c7460b60c147d37e3dccd4cacd50f44ad8"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/EmbedStructure.\ -nb"], "Hash" -> - "241870a404835c311d72328eabd1068ff6a25951e6e7442a817e26df747c2e0b"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ExpandCrystal.\ -nb"], "Hash" -> - "c9b4909c5f85f7becd67892ce6eba3f495cf2517b0b438f1a94f2be69b42b7ef"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb"], "Hash" -> - "0c184d4139964bbde7f7f04feab4a48497d5e1e2ecac5578dad1c99d079d3765"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ExtinctionLength.\ -nb"], "Hash" -> - "c4f585d7c1ef427be62803395936d54fbc7a8b7f975e3fee35bfc44e68c0dc8e"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb"], "Hash" -> - "f95ed85a79b1618d5ccea46bf27a590c1b86cec93ba9f9f46484761d95f9a77f"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb"], "Hash" -> - "8c5986d3df1ebdebce381c0974cf703d5870251885724ed2aedd29dd641c2fa6"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb"], "Hash" -> - "5956760f3339c72cc5c2132ba7fb3787ca667518711b87d02750ef2a5eec0880"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/GetCrystalMetric.\ -nb"], "Hash" -> - "53ddc36d6f12927f2d6b3e116a5d61b8f19bcaf7e11b2b33fb55ad6f66805163"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/GetElements.nb"], - "Hash" -> - "7bacfe696e701d645ff98eaccf3f643e23e87af5a7efc8061e5b317eecafa327"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb"], "Hash" -> - "cf8fb9a9fb76f0d32e0afdef4064b0dd53638890813dc16bc8cec0669df62fa8"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/GetLaueClass.nb"]\ -, "Hash" -> - "8548063a3a2c41bdb9fa72e8b1359c07bca5e6d2d3077d940836fa4566d8b51e"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb"], "Hash" -> - "cb85c0de6f4d2f27eb2e10b9ed3d5bfbbfc9280f4a0357900a838acfcb008e72"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/GetSymmetryData.\ -nb"], "Hash" -> - "ac1f554e224d2b7784dc11f1343d112b0854a032e53619a057692e9ad731fdf9"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb"], "Hash" -> - "8bb916089ba4837fd602d4472d3f792bac7721fb73b90bc54d7b158803a8910e"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb"], "Hash" -> - "33d0b0c8f81efbe6e53bab0451d1ac57e5943b1922599eef61d5f331f4b027ba"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/InputCheck.nb"], - "Hash" -> - "91297186bee9591af67926beb5d44f3fc18763913d8c570b1fef9e34b3a49dc6"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb"], "Hash" -> - "4028e0665502f0ac29c74fad1706151e6a2ef7027923b6d1c4fb677df86c47e1"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/MergeDomains.nb"]\ -, "Hash" -> - "38d1251feced26439471e030d959527fa15fc11e2ead6306f785cab5ec03e8cd"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb"], "Hash" -> - - "90f1e7dc7e6aa9bc66b782b95ca91931a6f2788cddde4c9f78ad716b4e8a5606"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb"], "Hash" -> - "6ec97497fd11bf68a8c31a234384c7fc3f3b012baf4519d1b414efe71955bd86"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb"], "Hash" -> - "a064595d7071a1c5f22de2ea1ca280391fa1e329e2cfd6591216f32c0b33a6cc"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb"], "Hash" -> - "fa4d98fc64d996686b993b727af05b73461bd8158541d7007bdb74c68a879b40"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb"], "Hash" -> - "8aa9e30c040c5f77b1396622f45c2396abf2bd5a2230d7ac557e55d4a88d1242"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ReflectionList.\ -nb"], "Hash" -> - "34a68168eb63142fc0c643daadb025d8add0be2f65433d67edaf77173dfa74ad"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb"], "Hash" -> - "e636c1b3d5d7e36f6ca0d5b9bf5b3545bcc450c73083cabd4b9a7094e7547f28"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ResetCrystalData.\ -nb"], "Hash" -> - "e1cb9568e7ed3e502557b1ea5215df96115481939d7215d29ee14a0d32ce67e9"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/ResizeStructure.\ -nb"], "Hash" -> - "63825d4a6b8e9cea6ccbf0cc56a6909a3418f5b492a4ac3b87fcb98d2eb04de5"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb"], "Hash" -> - "4d976162f4b56d096050153abd47b78180fe8d7f369c7e206792ddfe28f61e79"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/StructureFactor.\ -nb"], "Hash" -> - "2e3a60c4ba30a2ff65c23f8e69e018e85ca2a2687bc163945ef183d5634a7de3"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb"], "Hash" -> - - "d4d1062f3f6086b4a5870c1cfd8c83c2ab489979ff31c46a2fd38e2a1e727957"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb"], "Hash" -> - "0016d5797bf7e884b4082f114c5215b2f1f9e28c8181221e9959598d5584ef94"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb"], "Hash" -> - "82775dd890db6024ba94164c6663819baf41864befaa4c29cb15b34791ca705a"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb"], "Hash" -> - "f050814fbb760493bcf91abf9715d14c03fe4c67c80dc49dce4313d70aba4265"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb"], "Hash" -> - "b801f7f748067025793d5af38dcb6148f1a39f36bdca21d9522e63a344a26d06"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb"], "Hash" -> - "2d2a262fc912579c3a9c360378aa0deffc99271b03b00be0a4ad5484c04cce02"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb"], "Hash" -> - "3957331a0e090a27f5b8eee33861cfc99736e4318cab42c77c48848935f87904"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb"], "Hash" -> - "07c53347921db045434306dda3e9fe0c16865916c7c74245c5094df18959344e"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb"], "Hash" -> - "ca01593527602f56d1a1d8287ffa6b8b2eca5f0633f49a79a73b46d1a5a93307"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$CrystalData.nb"]\ -, "Hash" -> - "d8da1fcf8da4adcd4797b4abf74d91a1a989aa0ad87abfa13c26795c956c11ce"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb"], "Hash" -> - "e6942cb8ed13c721dbc8802bf87edcf604f5e69f7e927a4d816ec7653688b124"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$LaueClasses.nb"]\ -, "Hash" -> - "3108ce0a88147d74eed4a4411f9b2ab015753f7818a1033a06875b9bb8615706"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb"], - "Hash" -> - "b6f889c950eb6377aaa3d8ac716b2860105d4dec70a4e33f3c1008a663165ea7"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$MaXrdVersion.\ -nb"], "Hash" -> - "d3a08cdd46f53c4609b4f44bc7ce88ea83882abbddc0a3ba091d90b3ea0c186b"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$PeriodicTable.\ -nb"], "Hash" -> - "5d1816ed34f637979ad73f46211db2f0e2d4760468d7044095e5328342ff73f1"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$PointGroups.nb"]\ -, "Hash" -> - "0935846877b1b100f0ebbea697fff4133d61736568eb533b59bca8b2376bb0cd"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb"]\ -, "Hash" -> - "43b1dc77a633231cef47924e92c4973a98b795ccbd2e8544ebc59e5f10e0651c"|>\ -, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb"], "Hash" -> - "10cb9b6b0981fd39064c9666d4de1e5d4f0d9ffbf2c4a82e37b29f23fb0c5dca"|>\ -, <|"File" -> File["Documentation/English/Tutorials/ApplyingCrystalData.nb"], - "Hash" -> - "4c479210d5ca73c441abc6fb0befec5b5e71e450dde61b32ee4f3b8469b41257"|>\ -, <|"File" -> File["Documentation/English/Tutorials/BasicComputations.nb"], - "Hash" -> - "7134148abfdc612eb0bf933e5ebf592c9208b62a3cea6c723fdaa6cae4cd6160"|>\ -, <|"File" -> - File["Documentation/English/Tutorials/ComputationsOnReflections.nb"]\ -, "Hash" -> - "0f9d56ad5773fedd7bf991ab5715680311268ccc8c5f449b131ae35fffa86b72"|>\ -, <|"File" -> - File["Documentation/English/Tutorials/FormulasInCrystallography.nb"]\ -, "Hash" -> - "ddc58a43b082aad89f9955f0ea2167293e6fee679707c9475129c68ea028be90"|>\ -, <|"File" -> File["Documentation/English/Tutorials/ImportingCrystalData.nb"], - "Hash" -> - "17123a08aa6cd4916f6f0848298c8bb0c6dd8d96361065b8023593e780e17bff"|>\ -, <|"File" -> File[ - "Documentation/English/Tutorials/QuickGuideToConditions.nb"], - "Hash" -> - "bc1614ea8c8e27d560172666e1eeae32d3b3cea40cd418d6ea39c2c8fe88aa13"|>\ -, <|"File" -> File["Documentation/English/Tutorials/References.nb"], "Hash" -> - "515575ab81f56ef78f52a4941aba8f4f6725667425ec723bd4b1a6f66ee4afaf"|>\ -, <|"File" -> File["Documentation/English/Tutorials/SymmetryCalculations.nb"], - "Hash" -> - "c47dbac6aac6ccf8fc8bb12dfc9f27fe77e8b7c3d358219330fd35f72672eb14"|>\ -, <|"File" -> - File["Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb"], "Hash" -> - "f23aea23f3c1e759330cdcebedfa26998e93bbbbe317bb2b7ac02f9289609071"|>\ -, <|"File" -> - File["Documentation/English/Tutorials/UsingTheRotationOptions.nb"], - "Hash" -> - "b7a92f055fd26f50a878ecce4a635f5576e5b2d28bd8528dae9e341e469306c6"|>\ -}|>, - TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 224], 1], <||>], - "DocumentationBuildResults" -> { - Success[ - "DocumentationBuild", <| - "TotalTime" -> Quantity[63.034047, "Seconds"], "MaximumFileTime" -> { - Quantity[7.717073, "Seconds"], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb"}, - "ProcessedFiles" -> <| - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Guides/PackageOverview.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.576552, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.694416, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.755303, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[7.717073, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.695283, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.496385, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.731044, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.454647, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.26447, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[3.272017, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.514643, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025467, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.462129, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.474676, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.839747, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538916, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.010173, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.79677, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetElements.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.667832, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.519139, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.428369, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503018, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.553458, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.617047, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.70572, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.757913, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.450725, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.538294, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.492043, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.359275, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427088, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[6.338587, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.577322, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.801008, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.911905, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.322814, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.234567, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.025873, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.658468, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.237919, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.66879, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.440068, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.503171, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.819962, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.572818, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.527239, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.690118, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.998523, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.606134, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.427878, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.346602, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.330781, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.356722, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.726694, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.841208, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.016376, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.761293, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ApplyingCrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[1.033735, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/BasicComputations.\ -nb" -> Success[ - "BuildDocumentationNotebook", <| - "Time" -> Quantity[0.491292, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ComputationsOnReflections.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.701284, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -FormulasInCrystallography.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.324674, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -ImportingCrystalData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.981517, "Seconds"]|>], - - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -QuickGuideToConditions.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.279189, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/References.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.353692, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -SymmetryCalculations.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.750636, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.705621, "Seconds"]|>], - "/Users/stian/Library/Mobile Documents/com~apple~CloudDocs/Stians \ -iCloud/Dokumenter/Utdanning/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project \ -(MaXrd)/MaXrd_Project/MaXrd/Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb" -> - Success["BuildDocumentationNotebook", <| - "Time" -> Quantity[0.651284, "Seconds"]|>]|>, "FailedFilesCount" -> - 0, "PercentSucceeded" -> Quantity[100., "Percent"], - "ProcessedFilesCount" -> 67, "SuccessfulFilesCount" -> 67, - "SkippedFilesCount" -> 0, "MessageTemplate" -> - "Documentation build completed successfully."|>]}|>], - Editable->False, - SelectWithContents->True, - Selectable->False]], "Output", - CellChangeTimes->{3.884530644955394*^9, 3.884576954569828*^9, - 3.8845779540215197`*^9, 3.88457857123567*^9, 3.884579313714098*^9}, - CellLabel->"Out[19]=",ExpressionUUID->"b9c621e5-1109-46d0-a58f-77c55f0a8c0f"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Installation", "Chapter", - CellChangeTimes->{{3.861510748654777*^9, 3.8615107559925327`*^9}, { - 3.861513672310191*^9, - 3.8615136780863037`*^9}},ExpressionUUID->"f9b5a15e-7ffc-4eb2-8780-\ -4a2fe8353bd6"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"pacletFile", "=", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.paclet\>\"", ",", "buildDir"}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"PacletInstall", "[", - RowBox[{"pacletFile", ",", - RowBox[{"ForceVersionInstall", "\[Rule]", "True"}]}], "]"}]}], "Input", - CellChangeTimes->{{3.861510991734941*^9, 3.861511050801876*^9}, { - 3.861511942073777*^9, 3.861511945342346*^9}, {3.861512567709613*^9, - 3.861512567849103*^9}, 3.861512612765809*^9, {3.861513358978266*^9, - 3.861513359119228*^9}, 3.861800813618074*^9, {3.8618010758921547`*^9, - 3.8618010762014513`*^9}}, - CellLabel->"In[7]:=",ExpressionUUID->"2d5b3934-1ff3-4e1f-bb70-7d1feaab318d"], - -Cell[BoxData[ - InterpretationBox[ - RowBox[{ - TagBox["PacletObject", - "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, - - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{ - Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - GraphicsBox[{ - Thickness[0.0416667], { - FaceForm[{ - RGBColor[0.961, 0.961, 0.961], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.5454, - 22.5972}, {7.5464, 20.5002}, {2.5454, 18.4022}, {2.5454, - 12.5982}, {2.5454, 12.5972}, {2.5454, 6.7952}, {7.5454, - 4.6962}, {7.546, 4.6972}, {12.5454, 2.5992}, {17.5454, - 4.6972}, {17.5454, 4.6962}, {22.5454, 6.7952}, {22.5454, - 12.5972}, {22.5454, 12.5982}, {22.5454, 18.4022}}}]}, { - FaceForm[{ - RGBColor[0.898, 0.898, 0.898], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 8.3359}, {17.125, - 14.0569}, {16.875, 14.0569}, {16.875, 8.3359}, {17., - 8.1169}, {21.952, 6.0399}, {22.049, 6.2709}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 8.3359}, {7.125, 14.0569}, { - 6.875, 14.0569}, {6.875, 8.3359}, {1.952, 6.2709}, {2.048, - 6.0399}, {7., 8.1169}}}], - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.8745, 6.2383}, {6.9515, 4.1733}, {7.0475, - 3.9423}, {11.9995, 6.0193}, {16.9515, 3.9423}, {17.0475, - 4.1733}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 14.1392}, {17.125, - 19.8602}, {16.875, 19.8602}, {16.875, 14.1392}, {17., - 13.9202}, {21.952, 11.8432}, {22.049, 12.0742}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 14.1392}, {7.125, 19.8602}, { - 6.875, 19.8602}, {6.875, 14.1392}, {1.952, 12.0742}, {2.048, - 11.8432}, {7., 13.9202}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.8746, 21.3633}, {11.8746, 18.3563}, { - 11.9996, 18.3033}, {12.1246, 18.3563}, {12.1246, 21.3633}, { - 11.9996, 21.4153}}}]}, { - FaceForm[{ - RGBColor[0.749, 0.749, 0.749], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, - 3}}}, {{{8.292, 19.8594}, {12., 21.4154}, {15.707, - 19.8594}, {12., 18.3034}}, {{17.5, 19.5274}, {17.5, - 20.1924}, {12., 22.5004}, {6.5, 20.1924}, {6.5, 19.5284}, { - 12., 17.2194}, {12., 17.2194}, {15.7, 18.7724}, {17.5, - 19.5274}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.5, 8.5156}, {11.5, 6.4876}, {11.5, - 5.4026}, {12.5, 5.8226}, {12.5, 8.5156}, {12., 8.3056}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}}}, {{{21.5, 6.4873}, {17.5, 4.8083}, {17.5, - 9.5283}, {21.5, 11.2073}}, {{21.5, 12.7113}, {21.5, - 12.2913}, {17., 10.4033}, {16.5, 10.6133}, {16.5, 10.1943}, { - 15.707, 9.8613}, {16.5, 9.5283}, {16.5, 4.8083}, {16.5, - 4.8093}, {16.5, 4.3903}, {15.707, 4.0573}, {17., 3.5143}, { - 22.5, 5.8223}, {22.5, 12.2913}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}}}, {{{6.5, 4.8086}, {2.5, 6.4876}, {2.5, - 11.2066}, {6.5, 9.5286}}, {{7.5, 9.1096}, {7.5, 9.1096}, { - 7.5, 9.5286}, {8.292, 9.8616}, {7.5, 10.1936}, {7.5, - 10.6136}, {7., 10.4036}, {2.5, 12.2906}, {2.5, 12.7106}, { - 1.5, 12.2916}, {1.5, 5.8226}, {7., 3.5146}, {8.293, - 4.0576}, {7.5, 4.3906}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{3.2925, 17.7622}, {7.0005, - 19.3182}, {10.7075, 17.7622}, {7.0005, 16.2062}}, {{6.5005, - 10.6122}, {2.5005, 12.2912}, {2.5005, 17.0102}, {6.5005, - 15.3322}}, {{7.5005, 10.1932}, {7.5005, 10.6122}, {7.5005, - 15.3322}, {12.0005, 17.2202}, {12.5005, 17.0102}, {12.5005, - 18.0952}, {7.0005, 20.4032}, {1.5005, 18.0952}, {1.5005, - 11.6262}, {7.0005, 9.3182}, {8.2935, 9.8612}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{21.5, 12.291}, {17.5, 10.612}, { - 17.5, 15.332}, {21.5, 17.01}}, {{13.293, 17.762}, {17., - 19.318}, {20.708, 17.762}, {17., 16.207}}, {{17., 20.403}, { - 11.5, 18.095}, {11.5, 17.01}, {12., 17.22}, {16.5, 15.332}, { - 16.5, 10.612}, {16.5, 10.194}, {15.706, 9.861}, {17., - 9.318}, {22.5, 11.626}, {22.5, 18.095}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{16.4995, 4.3906}, {12.4995, - 2.7116}, {12.4995, 7.4316}, {16.4995, 9.1096}}, {{11.4995, - 2.7116}, {7.4995, 4.3906}, {7.4995, 9.1096}, {11.4995, - 7.4316}}, {{16.4995, 10.6136}, {16.4995, 10.1946}, {11.9995, - 8.3056}, {8.2915, 9.8616}, {7.4995, 10.1936}, {7.4995, - 10.6146}, {6.4995, 10.1946}, {6.4995, 3.7256}, {11.9995, - 1.4176}, {17.4995, 3.7256}, {17.4995, 10.1946}}}]}, { - FaceForm[{ - RGBColor[0.965, 0.765, 0.749], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{12., 17.6616}, {16.945, 15.5856}, {16.945, - 9.9376}, {12., 7.8636}, {7.055, 9.9376}, {7.055, - 15.5856}}}]}, { - FaceForm[{ - RGBColor[0.91, 0.655, 0.635], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.125, - 17.7627}, {11.875, 17.7627}, {11.875, 12.0407}, {6.952, - 9.9757}, {7.048, 9.7447}, {12., 11.8227}, {16.952, 9.7447}, { - 17.048, 9.9757}, {12.125, 12.0407}}}]}, { - FaceForm[{ - RGBColor[0.867, 0.067, 0.], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}}}, {{{12.5, 8.5146}, {12.5, 13.2336}, {16.5, 14.9116}, { - 16.5, 10.1926}}, {{7.5, 14.9116}, {11.5, 13.2336}, {11.5, - 8.5146}, {7.5, 10.1926}}, {{15.708, 15.6636}, {12., - 14.1086}, {8.292, 15.6636}, {12., 17.2206}}, {{12., - 18.3046}, {6.5, 15.9956}, {6.5, 9.5286}, {12., 7.2206}, { - 17.5, 9.5286}, {17.5, 15.9956}}}]}}, AspectRatio -> - Automatic, ImageSize -> {24., 24.}, - PlotRange -> {{0., 24.}, {0., 24.}}], - GridBox[{{ - RowBox[{ - TagBox["\"Name: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["\"MaXrd\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox["\"Version: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["\"3.1.0\"", "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource["FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{ - Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - GraphicsBox[{ - Thickness[0.0416667], { - FaceForm[{ - RGBColor[0.961, 0.961, 0.961], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.5454, - 22.5972}, {7.5464, 20.5002}, {2.5454, 18.4022}, {2.5454, - 12.5982}, {2.5454, 12.5972}, {2.5454, 6.7952}, {7.5454, - 4.6962}, {7.546, 4.6972}, {12.5454, 2.5992}, {17.5454, - 4.6972}, {17.5454, 4.6962}, {22.5454, 6.7952}, {22.5454, - 12.5972}, {22.5454, 12.5982}, {22.5454, 18.4022}}}]}, { - FaceForm[{ - RGBColor[0.898, 0.898, 0.898], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 8.3359}, {17.125, - 14.0569}, {16.875, 14.0569}, {16.875, 8.3359}, {17., - 8.1169}, {21.952, 6.0399}, {22.049, 6.2709}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 8.3359}, {7.125, 14.0569}, { - 6.875, 14.0569}, {6.875, 8.3359}, {1.952, 6.2709}, {2.048, - 6.0399}, {7., 8.1169}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.8745, 6.2383}, {6.9515, 4.1733}, {7.0475, - 3.9423}, {11.9995, 6.0193}, {16.9515, 3.9423}, {17.0475, - 4.1733}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{17.125, 14.1392}, {17.125, - 19.8602}, {16.875, 19.8602}, {16.875, 14.1392}, {17., - 13.9202}, {21.952, 11.8432}, {22.049, 12.0742}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{7.125, 14.1392}, {7.125, 19.8602}, { - 6.875, 19.8602}, {6.875, 14.1392}, {1.952, 12.0742}, {2.048, - 11.8432}, {7., 13.9202}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.8746, 21.3633}, {11.8746, 18.3563}, { - 11.9996, 18.3033}, {12.1246, 18.3563}, {12.1246, 21.3633}, { - 11.9996, 21.4153}}}]}, { - FaceForm[{ - RGBColor[0.749, 0.749, 0.749], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, - 3}}}, {{{8.292, 19.8594}, {12., 21.4154}, {15.707, - 19.8594}, {12., 18.3034}}, {{17.5, 19.5274}, {17.5, - 20.1924}, {12., 22.5004}, {6.5, 20.1924}, {6.5, 19.5284}, { - 12., 17.2194}, {12., 17.2194}, {15.7, 18.7724}, {17.5, - 19.5274}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{11.5, 8.5156}, {11.5, 6.4876}, {11.5, - 5.4026}, {12.5, 5.8226}, {12.5, 8.5156}, {12., 8.3056}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}}}, {{{21.5, 6.4873}, {17.5, 4.8083}, {17.5, - 9.5283}, {21.5, 11.2073}}, {{21.5, 12.7113}, {21.5, - 12.2913}, {17., 10.4033}, {16.5, 10.6133}, {16.5, 10.1943}, { - 15.707, 9.8613}, {16.5, 9.5283}, {16.5, 4.8083}, {16.5, - 4.8093}, {16.5, 4.3903}, {15.707, 4.0573}, {17., 3.5143}, { - 22.5, 5.8223}, {22.5, 12.2913}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}}}, {{{6.5, 4.8086}, {2.5, 6.4876}, {2.5, - 11.2066}, {6.5, 9.5286}}, {{7.5, 9.1096}, {7.5, 9.1096}, { - 7.5, 9.5286}, {8.292, 9.8616}, {7.5, 10.1936}, {7.5, - 10.6136}, {7., 10.4036}, {2.5, 12.2906}, {2.5, 12.7106}, { - 1.5, 12.2916}, {1.5, 5.8226}, {7., 3.5146}, {8.293, - 4.0576}, {7.5, 4.3906}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{3.2925, 17.7622}, {7.0005, - 19.3182}, {10.7075, 17.7622}, {7.0005, 16.2062}}, {{6.5005, - 10.6122}, {2.5005, 12.2912}, {2.5005, 17.0102}, {6.5005, - 15.3322}}, {{7.5005, 10.1932}, {7.5005, 10.6122}, {7.5005, - 15.3322}, {12.0005, 17.2202}, {12.5005, 17.0102}, {12.5005, - 18.0952}, {7.0005, 20.4032}, {1.5005, 18.0952}, {1.5005, - 11.6262}, {7.0005, 9.3182}, {8.2935, 9.8612}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{21.5, 12.291}, {17.5, 10.612}, { - 17.5, 15.332}, {21.5, 17.01}}, {{13.293, 17.762}, {17., - 19.318}, {20.708, 17.762}, {17., 16.207}}, {{17., 20.403}, { - 11.5, 18.095}, {11.5, 17.01}, {12., 17.22}, {16.5, 15.332}, { - 16.5, 10.612}, {16.5, 10.194}, {15.706, 9.861}, {17., - 9.318}, {22.5, 11.626}, {22.5, 18.095}}}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}}}, {{{16.4995, 4.3906}, {12.4995, - 2.7116}, {12.4995, 7.4316}, {16.4995, 9.1096}}, {{11.4995, - 2.7116}, {7.4995, 4.3906}, {7.4995, 9.1096}, {11.4995, - 7.4316}}, {{16.4995, 10.6136}, {16.4995, 10.1946}, {11.9995, - 8.3056}, {8.2915, 9.8616}, {7.4995, 10.1936}, {7.4995, - 10.6146}, {6.4995, 10.1946}, {6.4995, 3.7256}, {11.9995, - 1.4176}, {17.4995, 3.7256}, {17.4995, 10.1946}}}]}, { - FaceForm[{ - RGBColor[0.965, 0.765, 0.749], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}}}, {{{12., 17.6616}, {16.945, 15.5856}, {16.945, - 9.9376}, {12., 7.8636}, {7.055, 9.9376}, {7.055, - 15.5856}}}]}, { - FaceForm[{ - RGBColor[0.91, 0.655, 0.635], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { - 0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{12.125, - 17.7627}, {11.875, 17.7627}, {11.875, 12.0407}, {6.952, - 9.9757}, {7.048, 9.7447}, {12., 11.8227}, {16.952, 9.7447}, { - 17.048, 9.9757}, {12.125, 12.0407}}}]}, { - FaceForm[{ - RGBColor[0.867, 0.067, 0.], - Opacity[1.]}], - - FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, - 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, - 0}}}, {{{12.5, 8.5146}, {12.5, 13.2336}, {16.5, 14.9116}, { - 16.5, 10.1926}}, {{7.5, 14.9116}, {11.5, 13.2336}, {11.5, - 8.5146}, {7.5, 10.1926}}, {{15.708, 15.6636}, {12., - 14.1086}, {8.292, 15.6636}, {12., 17.2206}}, {{12., - 18.3046}, {6.5, 15.9956}, {6.5, 9.5286}, {12., 7.2206}, { - 17.5, 9.5286}, {17.5, 15.9956}}}]}}, AspectRatio -> - Automatic, ImageSize -> {24., 24.}, - PlotRange -> {{0., 24.}, {0., 24.}}], - GridBox[{{ - RowBox[{ - TagBox["\"Name: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["\"MaXrd\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox["\"Version: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["\"3.1.0\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox["\"Location: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Library/Mathematica/Paclets/Repository/MaXrd-\ -3.1.0\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox["\"Description: \"", "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - TagBox[ - "\"Database and utilities related to crystallography and \ -X-ray scattering\"", Short], "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], - DynamicModuleValues:>{}], "]"}], - PacletObject[<| - "Name" -> "MaXrd", "Description" -> - "Database and utilities related to crystallography and X-ray scattering", - "Creator" -> "Stian Penev Ramsnes", "URL" -> - "https://github.com/Stianpr20/MaXrd", "Version" -> "3.1.0", - "WolframVersion" -> "12.1+", - "Extensions" -> {{ - "Kernel", "Root" -> "Kernel", "Context" -> "MaXrd`", - "Symbols" -> { - "MaXrd`$CrystalData", "MaXrd`$GroupSymbolRedirect", - "MaXrd`$LaueClasses", "MaXrd`$MaXrdPath", "MaXrd`$MaXrdVersion", - "MaXrd`$PeriodicTable", "MaXrd`$PointGroups", "MaXrd`$SpaceGroups", - "MaXrd`$TransformationMatrices", "MaXrd`AttenuationCoefficient", - "MaXrd`BraggAngle", "MaXrd`ConstructDomains", "MaXrd`CrystalDensity", - "MaXrd`CrystalFormulaUnits", "MaXrd`CrystalPlot", - "MaXrd`DarwinWidth", "MaXrd`DistortStructure", "MaXrd`DomainPlot", - "MaXrd`EmbedStructure", "MaXrd`ExpandCrystal", - "MaXrd`ExportCrystalData", "MaXrd`ExtinctionLength", - "MaXrd`FindPixelClusters", "MaXrd`GetAtomCoordinates", - "MaXrd`GetAtomicScatteringFactors", "MaXrd`GetCrystalMetric", - "MaXrd`GetElements", "MaXrd`GetLatticeParameters", - "MaXrd`GetLaueClass", "MaXrd`GetScatteringCrossSections", - "MaXrd`GetSymmetryData", "MaXrd`GetSymmetryOperations", - "MaXrd`ImportCrystalData", "MaXrd`InputCheck", - "MaXrd`InterplanarSpacing", "MaXrd`MergeDomains", - "MaXrd`MergeSymmetryEquivalentReflections", - "MaXrd`MillerNotationToList", "MaXrd`MillerNotationToString", - "MaXrd`ReciprocalImageCheck", "MaXrd`ReciprocalSpaceSimulation", - "MaXrd`ReflectionList", "MaXrd`RelatedFunctionsGraph", - "MaXrd`ResetCrystalData", "MaXrd`ResizeStructure", - "MaXrd`SimulateDiffractionPattern", "MaXrd`StructureFactor", - "MaXrd`StructureFactorTable", "MaXrd`SymmetryEquivalentPositions", - "MaXrd`SymmetryEquivalentReflections", - "MaXrd`SymmetryEquivalentReflectionsQ", "MaXrd`SynthesiseStructure", - "MaXrd`SystematicAbsentQ", "MaXrd`ToStandardSetting", - "MaXrd`TransformAtomicDisplacementParameters", - "MaXrd`UnitCellTransformation"}}, { - "Documentation", "Root" -> "Documentation", - "Resources" -> {"Guides/PackageOverview"}, "Language" -> "English", - "MainPage" -> "Guides/PackageOverview"}}, - "Keywords" -> { - "cyrstallography", "x-ray", "inclusion compounds", "Miller indices", - "diffraction", "University of Stavanger"}, "Location" -> - "/Users/stian/Library/Mathematica/Paclets/Repository/MaXrd-3.1.0"|>], - Editable->False, - SelectWithContents->True, - Selectable->False]], "Output", - CellChangeTimes->{{3.861511034380425*^9, 3.861511051454445*^9}, - 3.861511946582739*^9, 3.86151233067093*^9, 3.861512568951953*^9, - 3.8615126155052023`*^9, 3.861513487501223*^9, 3.861513668292499*^9, - 3.861515544726406*^9, 3.8615162433802567`*^9, 3.8615166616301107`*^9, { - 3.861518057505805*^9, 3.861518065972046*^9}, {3.861518150663271*^9, - 3.861518177876878*^9}, 3.86160471534256*^9, 3.861614347396776*^9, - 3.8616146378986683`*^9, 3.861614952030869*^9, 3.8616151153159924`*^9, - 3.861638450388268*^9, 3.861638540344817*^9, 3.86163956505188*^9, - 3.861640402610838*^9, 3.861641342276237*^9, 3.861642065749284*^9, - 3.861687104710175*^9, 3.861793689722311*^9, 3.861799527323069*^9, - 3.86180108679065*^9, 3.8845307627601547`*^9, 3.88457778591252*^9, - 3.884578000718892*^9, 3.884578618361178*^9}, - CellLabel->"Out[8]=",ExpressionUUID->"bf12eb04-7d3b-4a2f-a7a6-6feb9097078d"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"PacletObject", "[", "\"\<MaXrd\>\"", "]"}], "//", - "Information"}]], "Input", - CellChangeTimes->{{3.861513408388032*^9, 3.861513409678411*^9}}, - CellLabel->"In[9]:=",ExpressionUUID->"acfc07e4-1856-491f-bae8-2fe4f560a927"], - -Cell[BoxData[ - InterpretationBox[ - StyleBox[ - FrameBox[ - TagBox[GridBox[{ - { - ItemBox[ - PaneBox[ - StyleBox["\<\" Paclet\"\>", "InformationTitleText", - StripOnInput->False], - FrameMargins->{{4, 0}, {-1, 1}}], - BaseStyle->"InformationTitleBackground", - StripOnInput->False]}, - { - PaneBox[GridBox[{ - { - - DynamicModuleBox[{System`InformationDump`open$$ = { - False, False, False, False, False, False, False, False, False, - False, False, False, False, False, False, False, False, False}}, - StyleBox[GridBox[{ - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Name\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Name\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Name", "Tooltip"]& ], "\<\"MaXrd\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Version\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Version\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Version", "Tooltip"]& ], "\<\"3.1.0\"\>"}, - { - TagBox[ - TooltipBox[ - - StyleBox["\<\" Wolfram Version\"\>", "InformationRowLabel", - - StripOnInput->False], - "\"WolframVersion\"", - TooltipStyle->"TextStyling"], - - Annotation[#, "WolframVersion", - "Tooltip"]& ], "\<\"12.1+\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Qualifier\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Qualifier\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Qualifier", "Tooltip"]& ], "\<\"\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" System ID\"\>", "InformationRowLabel", - StripOnInput->False], - "\"SystemID\"", - TooltipStyle->"TextStyling"], - Annotation[#, "SystemID", "Tooltip"]& ], "All"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Description\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Description\"", - TooltipStyle->"TextStyling"], - - Annotation[#, "Description", - "Tooltip"]& ], "\<\"Database and utilities related to \ -crystallography and X-ray scattering\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Category\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Category\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Category", "Tooltip"]& ], - RowBox[{"Missing", "[", "\<\"NotAvailable\"\>", "]"}]}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Keywords\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Keywords\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Keywords", "Tooltip"]& ], - RowBox[{"{", - - RowBox[{"\<\"cyrstallography\"\>", ",", "\<\"x-ray\"\>", - ",", "\<\"inclusion compounds\"\>", - ",", "\<\"Miller indices\"\>", ",", "\<\"diffraction\"\>", - ",", "\<\"University of Stavanger\"\>"}], "}"}]}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" UUID\"\>", "InformationRowLabel", - StripOnInput->False], - "\"UUID\"", - TooltipStyle->"TextStyling"], - Annotation[#, "UUID", "Tooltip"]& ], - RowBox[{"Missing", "[", "\<\"NotAvailable\"\>", "]"}]}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Creator\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Creator\"", - TooltipStyle->"TextStyling"], - - Annotation[#, "Creator", - "Tooltip"]& ], "\<\"Stian Penev Ramsnes\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" URL\"\>", "InformationRowLabel", - StripOnInput->False], - "\"URL\"", - TooltipStyle->"TextStyling"], - - Annotation[#, "URL", - "Tooltip"]& ], \ -"\<\"https://github.com/Stianpr20/MaXrd\"\>"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Internal\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Internal\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Internal", "Tooltip"]& ], "False"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Context\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Context\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Context", "Tooltip"]& ], - RowBox[{"{", "\<\"MaXrd`\"\>", "}"}]}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Loading\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Loading\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Loading", "Tooltip"]& ], "Manual"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Auto Updating\"\>", "InformationRowLabel", - StripOnInput->False], - "\"AutoUpdating\"", - TooltipStyle->"TextStyling"], - Annotation[#, "AutoUpdating", "Tooltip"]& ], "False"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Enabled\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Enabled\"", - TooltipStyle->"TextStyling"], - Annotation[#, "Enabled", "Tooltip"]& ], "True"}, - { - TagBox[ - TooltipBox[ - StyleBox["\<\" Location\"\>", "InformationRowLabel", - StripOnInput->False], - "\"Location\"", - TooltipStyle->"TextStyling"], - - Annotation[#, "Location", - "Tooltip"]& ], \ -"\<\"/Users/stian/Library/Mathematica/Paclets/Repository/MaXrd-3.1.0\"\>"} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {Right, Left}}, - GridBoxDividers->None, - GridBoxItemSize->{"Columns" -> {Automatic, Automatic}}, - GridBoxSpacings->{"Columns" -> { - Offset[0.27999999999999997`], { - Offset[0.5599999999999999]}, - Offset[0.27999999999999997`]}, "Rows" -> { - Offset[0.2], { - Offset[0.8]}, - Offset[0.2]}}], "DialogStyle", - StripOnInput->False], - DynamicModuleValues:>{}]} - }, - DefaultBaseStyle->"Column", - GridBoxAlignment->{"Columns" -> {{Left}}}, - GridBoxDividers->{"Columns" -> {{False}}, "Rows" -> {{False}}}, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> { - Offset[0.27999999999999997`], { - Offset[0.5599999999999999]}, - Offset[0.27999999999999997`]}, "Rows" -> { - Offset[0.2], { - Offset[3.6]}, - Offset[0.2]}}], - FrameMargins->6]} - }, - DefaultBaseStyle->"Column", - FrameStyle->Directive[ - GrayLevel[0.8], - Thickness[Tiny]], - GridBoxAlignment->{"Columns" -> {{Left}}}, - GridBoxDividers->{ - "Columns" -> {{None}}, "Rows" -> {False, {True}, False}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - - "Column"], - BaseStyle->"InformationGridFrame", - StripOnInput->False], "InformationGridPlain", - StripOnInput->False], - InformationData[<| - "ObjectType" -> "Paclet", "Name" -> "MaXrd", "Version" -> "3.1.0", - "WolframVersion" -> "12.1+", "Qualifier" -> "", "SystemID" -> All, - "Description" -> - "Database and utilities related to crystallography and X-ray scattering", - "Category" -> Missing["NotAvailable"], - "Keywords" -> { - "cyrstallography", "x-ray", "inclusion compounds", "Miller indices", - "diffraction", "University of Stavanger"}, "UUID" -> - Missing["NotAvailable"], "Creator" -> "Stian Penev Ramsnes", "URL" -> - "https://github.com/Stianpr20/MaXrd", "Internal" -> False, - "Context" -> {"MaXrd`"}, "Loading" -> Manual, "AutoUpdating" -> False, - "Enabled" -> True, "Location" -> - "/Users/stian/Library/Mathematica/Paclets/Repository/MaXrd-3.1.0"|>, - True]]], "Output", - CellChangeTimes->{3.861513409889162*^9, 3.861515550477871*^9, - 3.861516244682847*^9, 3.86151666309857*^9, 3.861518177905448*^9, - 3.861604715383567*^9, 3.8616143505480623`*^9, 3.861614638469282*^9, - 3.861614952080226*^9, 3.861615115361949*^9, 3.8616395650944777`*^9, - 3.86163968342391*^9, 3.8616404026475554`*^9, 3.861641342310659*^9, - 3.861642065784127*^9, 3.861687104756446*^9, 3.86179368977134*^9, - 3.8617995273701077`*^9, 3.861801087015278*^9, 3.8845307644508743`*^9, - 3.884577789522993*^9, 3.884578016338752*^9, 3.884578618400014*^9}, - CellLabel->"Out[9]=",ExpressionUUID->"e63b7a4a-92d7-48fd-aa00-5c2d51b589e2"] -}, Open ]] -}, Open ]] -}, Open ]] -}, -WindowSize->{730, 843}, -WindowMargins->{{915, Automatic}, {Automatic, 232}}, -FrontEndVersion->"13.0 for Mac OS X ARM (64-bit) (February 4, 2022)", -StyleDefinitions->"Default.nb", -ExpressionUUID->"1bd8a2ff-42c0-4439-8432-59f3d735e8cb" -] -(* End of Notebook Content *) - -(* Internal cache information *) -(*CellTagsOutline -CellTagsIndex->{} -*) -(*CellTagsIndex -CellTagsIndex->{} -*) -(*NotebookFileOutline -Notebook[{ -Cell[CellGroupData[{ -Cell[580, 22, 229, 8, 98, "Title",ExpressionUUID->"6e376bb3-6cd3-4258-8ebf-3d7554e527c1"], -Cell[812, 32, 342, 11, 53, "Subtitle",ExpressionUUID->"0f7d1186-ef41-449b-9354-beed98cfabab"], -Cell[CellGroupData[{ -Cell[1179, 47, 172, 3, 69, "Chapter",ExpressionUUID->"1ebc9cb6-1634-4536-b8a0-e3850e96f6f1"], -Cell[CellGroupData[{ -Cell[1376, 54, 158, 3, 67, "Section",ExpressionUUID->"65cefd49-17e3-4783-9b88-93779bcfdf2f"], -Cell[1537, 59, 384, 8, 32, "ItemNumbered",ExpressionUUID->"6910a3df-c278-4c50-a20c-0833d436c10e"], -Cell[1924, 69, 477, 12, 32, "ItemNumbered",ExpressionUUID->"7576602d-277f-485a-b606-4560d0fcaa95"], -Cell[2404, 83, 339, 8, 32, "ItemNumbered",ExpressionUUID->"caa95214-d66e-4ac5-bbfd-6da6d8c40655"], -Cell[CellGroupData[{ -Cell[2768, 95, 279, 4, 32, "ItemNumbered",ExpressionUUID->"31101ff5-26bc-47a4-8b46-638223244a05"], -Cell[3050, 101, 369, 10, 26, "SubitemNumbered",ExpressionUUID->"1ebbcd49-a7be-4287-b94e-999f6c4f28df"], -Cell[3422, 113, 379, 9, 26, "SubitemNumbered",ExpressionUUID->"af80c00b-9f30-4dc4-9728-ac7d984d297e"] -}, Open ]] -}, Open ]], -Cell[CellGroupData[{ -Cell[3850, 128, 159, 3, 67, "Section",ExpressionUUID->"c0b6114f-d209-4fe5-ba3f-4102c37fd4d5"], -Cell[CellGroupData[{ -Cell[4034, 135, 179, 3, 54, "Subsection",ExpressionUUID->"5b986c7c-1f98-4d6f-ac2f-a5e8191a3a1b"], -Cell[4216, 140, 412, 12, 32, "ItemNumbered",ExpressionUUID->"143eb9ad-670d-4013-9e6a-5ab74e356f90"], -Cell[4631, 154, 189, 3, 32, "ItemNumbered",ExpressionUUID->"8f48127a-fa55-4a6a-beb5-41c1786ada3d"], -Cell[CellGroupData[{ -Cell[4845, 161, 234, 4, 32, "ItemNumbered",ExpressionUUID->"e83a1bbe-d4f6-46bb-ab64-1dbc0c9f6b5f"], -Cell[5082, 167, 359, 8, 28, "SubitemNumbered",ExpressionUUID->"a6a0d897-800c-49bf-b373-66dbf61e79c9"], -Cell[5444, 177, 466, 15, 26, "SubitemNumbered",ExpressionUUID->"711fcc14-5b29-4687-bfbd-8594df33869f"] -}, Open ]], -Cell[5925, 195, 399, 10, 53, "ItemNumbered",ExpressionUUID->"1eab65fe-1b79-4693-a3e1-5c9cc98980c6"], -Cell[CellGroupData[{ -Cell[6349, 209, 234, 4, 32, "ItemNumbered",ExpressionUUID->"6e577e96-5cf9-41dd-b0d0-64a1a58db4d7"], -Cell[6586, 215, 299, 4, 28, "SubitemNumbered",ExpressionUUID->"60b88a33-c95f-4239-9531-9c3922011ade"], -Cell[6888, 221, 293, 8, 28, "SubitemNumbered",ExpressionUUID->"c02af34c-6e84-4964-93a3-04bebf3245ac"], -Cell[7184, 231, 395, 14, 28, "SubitemNumbered",ExpressionUUID->"fbe1d36f-91d4-460e-9fd7-db36872481e2"] -}, Open ]], -Cell[CellGroupData[{ -Cell[7616, 250, 391, 9, 32, "ItemNumbered",ExpressionUUID->"5cd82fb8-8a2e-4410-827a-2ecebb833ceb"], -Cell[8010, 261, 250, 4, 28, "SubitemNumbered",ExpressionUUID->"c2be2e30-2239-4213-a378-2836e418e5cf"], -Cell[8263, 267, 302, 9, 26, "SubitemNumbered",ExpressionUUID->"26781beb-501d-4279-af81-47144957b154"] -}, Open ]], -Cell[CellGroupData[{ -Cell[8602, 281, 358, 9, 32, "ItemNumbered",ExpressionUUID->"52fec257-584b-408b-9412-32d1b2252b97"], -Cell[8963, 292, 440, 11, 28, "SubitemNumbered",ExpressionUUID->"544bf4f5-9547-48fe-b029-67132f3cc182"], -Cell[9406, 305, 543, 13, 28, "SubitemNumbered",ExpressionUUID->"d84d5696-9a73-4f11-91ef-350ead8e2bb6"] -}, Open ]], -Cell[9964, 321, 409, 7, 32, "ItemNumbered",ExpressionUUID->"e4a7a052-45bd-4a59-b61f-52eab6fda9e7"], -Cell[CellGroupData[{ -Cell[10398, 332, 287, 4, 32, "ItemNumbered",ExpressionUUID->"26ac0e24-10fc-4904-9069-477980f8f041"], -Cell[10688, 338, 290, 4, 28, "SubitemNumbered",ExpressionUUID->"2ad89db3-9d81-467b-8989-916fe5ffac64"], -Cell[10981, 344, 342, 5, 28, "SubitemNumbered",ExpressionUUID->"58c43b0f-b6d4-49a6-bcb7-b16b4a978577"], -Cell[11326, 351, 316, 9, 28, "SubitemNumbered",ExpressionUUID->"08f5b7e1-ba8a-4b7f-b888-53542b93515e"] -}, Open ]], -Cell[CellGroupData[{ -Cell[11679, 365, 309, 4, 32, "ItemNumbered",ExpressionUUID->"92a9c239-6628-41cc-afa9-6a04bd364512"], -Cell[11991, 371, 171, 2, 29, "Input",ExpressionUUID->"f510ea19-f22c-4e8f-833f-5a919dbfd7c0"] -}, Open ]] -}, Open ]], -Cell[CellGroupData[{ -Cell[12211, 379, 243, 7, 54, "Subsection",ExpressionUUID->"dfd4e6f4-5825-47a8-ae78-089980658942"], -Cell[12457, 388, 395, 8, 53, "ItemNumbered",ExpressionUUID->"61f26f4a-66c8-4a26-8222-785c8b367b14"] -}, Open ]] -}, Open ]], -Cell[CellGroupData[{ -Cell[12901, 402, 168, 3, 67, "Section",ExpressionUUID->"13ff4a78-17ee-4291-8304-349b0871e30a"], -Cell[13072, 407, 344, 11, 58, "Text",ExpressionUUID->"5cecab9f-e82e-4cf0-9053-66da659bf3d8"], -Cell[CellGroupData[{ -Cell[13441, 422, 1202, 26, 122, "Input",ExpressionUUID->"6e7b498b-aa0c-461e-ae4a-9073e3570137"], -Cell[14646, 450, 27195, 483, 147, "Output",ExpressionUUID->"f37de364-d82f-45d7-92ed-093d62eca36f"] -}, Open ]] -}, Open ]] -}, Open ]], -Cell[CellGroupData[{ -Cell[41902, 940, 182, 3, 69, "Chapter",ExpressionUUID->"d7e04ec4-ba1b-4421-aa4a-6b59b1b03598"], -Cell[42087, 945, 592, 13, 49, "Input",ExpressionUUID->"731b2dd1-f05a-4cf1-b3e0-b9b3581d7922"], -Cell[42682, 960, 500, 11, 58, "Text",ExpressionUUID->"c7bb0e0b-1c52-48f1-a93e-1141bbad9460"], -Cell[43185, 973, 395, 10, 33, "Input",ExpressionUUID->"6138d3a8-b946-4b7c-929d-1fa6cb28cd7f"], -Cell[CellGroupData[{ -Cell[43605, 987, 1008, 15, 56, "Input",ExpressionUUID->"df8fd1f4-b570-4b2a-a2b1-6bb9caa8ef4e"], -Cell[44616, 1004, 555049, 10182, 99, "Output",ExpressionUUID->"b9c621e5-1109-46d0-a58f-77c55f0a8c0f"] -}, Open ]] -}, Open ]], -Cell[CellGroupData[{ -Cell[599714, 11192, 210, 4, 69, "Chapter",ExpressionUUID->"f9b5a15e-7ffc-4eb2-8780-4a2fe8353bd6"], -Cell[CellGroupData[{ -Cell[599949, 11200, 737, 15, 56, "Input",ExpressionUUID->"2d5b3934-1ff3-4e1f-bb70-7d1feaab318d"], -Cell[600689, 11217, 25379, 441, 61, "Output",ExpressionUUID->"bf12eb04-7d3b-4a2f-a7a6-6feb9097078d"] -}, Open ]], -Cell[CellGroupData[{ -Cell[626105, 11663, 258, 5, 29, "Input",ExpressionUUID->"acfc07e4-1856-491f-bae8-2fe4f560a927"], -Cell[626366, 11670, 10530, 247, 356, "Output",ExpressionUUID->"e63b7a4a-92d7-48fd-aa00-5c2d51b589e2"] -}, Open ]] -}, Open ]] -}, Open ]] -} -] -*) - diff --git a/Development/MaXrd_Icon.nb b/Development/MaXrd_Icon.nb deleted file mode 100644 index 587a616..0000000 --- a/Development/MaXrd_Icon.nb +++ /dev/null @@ -1,64 +0,0 @@ -(* Content-type: application/vnd.wolfram.mathematica *) - -(*** Wolfram Notebook File ***) -(* http://www.wolfram.com/nb *) - -(* CreatedBy='Mathematica 13.2' *) - -(*CacheID: 234*) -(* Internal cache information: -NotebookFileLineBreakTest -NotebookFileLineBreakTest -NotebookDataPosition[ 158, 7] -NotebookDataLength[ 1709, 56] -NotebookOptionsPosition[ 1143, 38] -NotebookOutlinePosition[ 1541, 54] -CellTagsIndexPosition[ 1498, 51] -WindowFrame->Normal*) - -(* Beginning of Notebook Content *) -Notebook[{ - -Cell[CellGroupData[{ -Cell["MaXrd", "Title", - CellChangeTimes->{{3.8912266432666388`*^9, - 3.8912266467449083`*^9}},ExpressionUUID->"14db8bbe-7128-4cf9-b3cf-\ -70e85e9e962d"], - -Cell["Icon generation", "Subtitle", - CellChangeTimes->{{3.891226647765839*^9, - 3.891226658355853*^9}},ExpressionUUID->"b0c0a24f-764d-4162-bd80-\ -e3f22d981bb0"], - -Cell[BoxData[ - RowBox[{"Needs", "[", "\"\<StianRamsnes`MaXrd`\>\"", "]"}]], "Input", - CellChangeTimes->{{3.891226675821594*^9, 3.891226705925754*^9}}, - CellLabel->"In[8]:=",ExpressionUUID->"50df69ed-1be5-46cc-8690-72208c48eb0d"] -}, Open ]] -}, -WindowSize->{808, 911}, -WindowMargins->{{Automatic, 683}, {Automatic, 134}}, -FrontEndVersion->"13.2 for Mac OS X ARM (64-bit) (January 30, 2023)", -StyleDefinitions->"Default.nb", -ExpressionUUID->"ec242005-0786-469d-a97e-4f4d1d84e2fd" -] -(* End of Notebook Content *) - -(* Internal cache information *) -(*CellTagsOutline -CellTagsIndex->{} -*) -(*CellTagsIndex -CellTagsIndex->{} -*) -(*NotebookFileOutline -Notebook[{ -Cell[CellGroupData[{ -Cell[580, 22, 152, 3, 98, "Title",ExpressionUUID->"14db8bbe-7128-4cf9-b3cf-70e85e9e962d"], -Cell[735, 27, 161, 3, 53, "Subtitle",ExpressionUUID->"b0c0a24f-764d-4162-bd80-e3f22d981bb0"], -Cell[899, 32, 228, 3, 33, "Input",ExpressionUUID->"50df69ed-1be5-46cc-8690-72208c48eb0d"] -}, Open ]] -} -] -*) - diff --git a/Development/MaXrd_UnitTest.nb b/Development/MaXrd_UnitTest.nb deleted file mode 100644 index 0713213..0000000 --- a/Development/MaXrd_UnitTest.nb +++ /dev/null @@ -1,100135 +0,0 @@ -(* Content-type: application/vnd.wolfram.mathematica *) - -(*** Wolfram Notebook File ***) -(* http://www.wolfram.com/nb *) - -(* CreatedBy='Mathematica 12.0' *) - -(*CacheID: 234*) -(* Internal cache information: -NotebookFileLineBreakTest -NotebookFileLineBreakTest -NotebookDataPosition[ 158, 7] -NotebookDataLength[ 4430289, 100127] -NotebookOptionsPosition[ 4217821, 95800] -NotebookOutlinePosition[ 4239392, 96236] -CellTagsIndexPosition[ 4239349, 96233] -WindowFrame->Normal*) - -(* Beginning of Notebook Content *) -Notebook[{ - -Cell[CellGroupData[{ -Cell["AttenuationCoefficient", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}}, - CellID->757684223,ExpressionUUID->"79a72103-41dd-4db2-abbf-0ae2658191e7"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->969600299,ExpressionUUID->"902260d4-2fac-4e19-8b92-4afd59b9fd1c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.1573"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.745563953277041*^9, 3.74556395993573*^9}, { - 3.745564018584221*^9, 3.745564019764605*^9}, {3.745564651214693*^9, - 3.745564652456613*^9}}, - CellLabel->"In[1]:=", - CellID->1333280870,ExpressionUUID->"210baa7d-6649-495a-bc4c-08d2d30d2fb6"], - -Cell[BoxData[ - TemplateBox[{"64.50908064808958`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellChangeTimes->{ - 3.74556403027159*^9, {3.745564145095748*^9, 3.7455641657561827`*^9}, { - 3.745564667619075*^9, 3.745564680850376*^9}}, - CellID->1607209292,ExpressionUUID->"7cf6347f-c994-4160-b445-2e6bbdc11628"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2025010483,ExpressionUUID->"a42a52bd-f502-43bd-b2a4-6fc9779f48f9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"cif", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"cif", ",", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`AttenuationCoefficient", "[", "\"\<Ferrocene\>\"", - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.745564776618558*^9, 3.7455647906586447`*^9}, { - 3.745564821441971*^9, 3.7455648227556458`*^9}, {3.745564857998372*^9, - 3.745564863228504*^9}, {3.745564968620384*^9, 3.745564970130007*^9}}, - CellLabel->"In[2]:=", - CellID->1861574522,ExpressionUUID->"8ec96452-a139-4ba0-b7a2-533e4e10bdd2"], - -Cell[BoxData[ - TemplateBox[{"16.86144646475711`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->793738111,ExpressionUUID->"c7d8b865-330a-4a5c-a6be-96582e98cd06"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1030350125,ExpressionUUID->"70da3d4f-43d2-4011-944b-6acf6436d675"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<Ferrocene\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.745565013380357*^9, 3.7455650298980837`*^9}}, - CellLabel->"In[3]:=", - CellID->1530363459,ExpressionUUID->"add49b5d-9463-4777-b34e-8c855526ec9d"], - -Cell[BoxData["16.86144646475711`"], "ExpectedOutput", - CellID->407015294,ExpressionUUID->"0e7acf35-e981-494c-abfc-d6c08dea831e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1933905114,ExpressionUUID->"29c48b1e-6698-4456-9e14-0ba78ab14495"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->226276337,ExpressionUUID->"61d1edbf-f472-4637-8515-a6687829cc80"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "\[IndentingNewLine]", - RowBox[{"Quantity", "[", - RowBox[{"1.18667*^-2", ",", "\"\<Megaelectronvolts\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Coefficient\>\"", "\[Rule]", "\"\<MassAbsorption\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745565108228709*^9, 3.745565133368327*^9}, { - 3.745565336012742*^9, 3.7455653381591883`*^9}}, - CellLabel->"In[4]:=", - CellID->828181181,ExpressionUUID->"f16f8b88-ba78-4915-9fda-ce74a352f838"], - -Cell[BoxData[ - TemplateBox[{"88.9799668107443`", - RowBox[{ - SuperscriptBox["\"cm\"", "2"], "\[NegativeMediumSpace]", "\"/\"", - "\[InvisibleSpace]", "\"g\""}], "centimeters squared per gram", - FractionBox[ - SuperscriptBox["\"Centimeters\"", "2"], "\"Grams\""]}, - "Quantity"]], "ExpectedOutput", - CellID->1399592860,ExpressionUUID->"8df0c90f-3291-467a-ac4b-27f07ae1b0d7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->978253653,ExpressionUUID->"0d70fe03-035a-4820-a3ef-a1343940c0f4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", "\[IndentingNewLine]", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "\"\<Photoelectric\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.74556535585952*^9, {3.7455655309734087`*^9, 3.745565543966351*^9}}, - CellLabel->"In[5]:=", - CellID->759871737,ExpressionUUID->"6c73157d-91fe-4fc9-9adb-cd2ec8343c51"], - -Cell[BoxData[ - TemplateBox[{"793.9545248975207`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->71410760,ExpressionUUID->"4ea61f46-f57b-43e4-aa74-b484b5018655"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->374344539,ExpressionUUID->"42509c5e-1770-4591-8319-3fdcf076dc8b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", "\[IndentingNewLine]", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "\"\<Coherent\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.74556535585952*^9, {3.7455655309734087`*^9, 3.745565554944612*^9}}, - CellLabel->"In[6]:=", - CellID->1922486997,ExpressionUUID->"d6458248-5545-46e2-90b4-755214eee21d"], - -Cell[BoxData[ - TemplateBox[{"6.734152064052233`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->200005817,ExpressionUUID->"04d37fd4-6939-4124-9a2e-e083ff905b6f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1629064910,ExpressionUUID->"e5ab92cc-3a7c-4fe0-a1fc-899b33fafdbf"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", "\[IndentingNewLine]", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "\"\<Incoherent\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.74556535585952*^9, {3.7455655309734087`*^9, 3.745565569341918*^9}}, - CellLabel->"In[7]:=", - CellID->2003724958,ExpressionUUID->"ac8d2cec-ebc3-483e-a721-dcca1219f5e3"], - -Cell[BoxData[ - TemplateBox[{"0.43517461177704947`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->1914300499,ExpressionUUID->"b7c80a8e-19b6-4554-8796-9b71ad3fc9a0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1424926767,ExpressionUUID->"ed9fccc2-23e1-41f8-9d41-a21b9352b666"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", "\[IndentingNewLine]", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "\"\<Total\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.74556535585952*^9, {3.7455655309734087`*^9, 3.745565543966351*^9}, { - 3.7455655741389303`*^9, 3.745565574736657*^9}}, - CellLabel->"In[8]:=", - CellID->697949112,ExpressionUUID->"7ef792d6-1a8b-4758-b287-c2384fbb5cab"], - -Cell[BoxData[ - TemplateBox[{"801.1226849209929`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->875045470,ExpressionUUID->"69b9b142-043f-4dc5-81ff-5123f5cdd504"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->6541625,ExpressionUUID->"e8cfc9c6-84cb-4d55-be22-38650efd7400"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", - RowBox[{"\"\<Source\>\"", "\[Rule]", "\"\<CromerLiberman\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745566499875825*^9, 3.745566523158325*^9}}, - CellLabel->"In[9]:=", - CellID->1030927263,ExpressionUUID->"53fe9f98-5452-4e11-bc0e-963bda796e96"], - -Cell[BoxData[ - TemplateBox[{"796.6741514184539`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->896445245,ExpressionUUID->"5693db61-3a5a-468f-94f6-a9f129effa29"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->423425378,ExpressionUUID->"7e5c2146-1601-46c1-a77b-c577bc1c9b5a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<Copper\>\"", ",", "1.54", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.7455665377999287`*^9, 3.745566543908802*^9}}, - CellLabel->"In[10]:=", - CellID->1016240428,ExpressionUUID->"ca63ac2b-9482-40bb-aa58-c038f40c0eaf"], - -Cell[BoxData["461.49266638418146`"], "ExpectedOutput", - CellID->857470304,ExpressionUUID->"a5f3863b-c7bc-40f9-842c-1b9e7fa35dde"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1897005535,ExpressionUUID->"5b19973b-41ab-4a04-bfd9-ae0249e64ca9"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->2082761386,ExpressionUUID->"c7391228-8e14-4034-b671-b0dc669d1f77"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.15", ",", - RowBox[{"\"\<Source\>\"", "\[Rule]", "\"\<CromerLiberman\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7455665723397207`*^9, 3.7455665735247107`*^9}}, - CellLabel->"In[11]:=", - CellID->845600635,ExpressionUUID->"115d4ee1-47a1-4a61-86d5-55b4a53f6f2f"], - -Cell[BoxData[ - TemplateBox[{"0.11117425683729723`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->2110580246,ExpressionUUID->"2e29a060-74ee-4720-be1a-7dcbdfcb6caa"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"InterpolatingFunction", "::", "dmval"}], ",", - RowBox[{"InterpolatingFunction", "::", "dmval"}]}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7455665881303587`*^9, 3.7455666086610527`*^9}}, - CellID->1163482521,ExpressionUUID->"8b34e909-972a-4227-9c3a-fd8ade6de9a5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1429803383,ExpressionUUID->"3b8e0971-8637-4e81-a3dc-7d39833af0e1"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`AttenuationCoefficient", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.15", ",", - RowBox[{"\"\<Source\>\"", "\[Rule]", "\"\<Sasaki\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.745583109769033*^9}, - CellLabel->"In[12]:=", - CellID->1820270054,ExpressionUUID->"72f55c5d-93aa-45d8-94b8-3f652fe1a575"], - -Cell[BoxData[ - TemplateBox[{"0.10555365682928539`", - RowBox[{"\"/\"", "\[InvisibleSpace]", "\"cm\""}], "reciprocal centimeters", - FractionBox["1", "\"Centimeters\""]}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->226762416,ExpressionUUID->"5b42a904-ad1b-4ea5-9a2d-103784d453e8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->363448151,ExpressionUUID->"c20de650-3e73-4146-804a-4d4cc458a35c"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["BraggAngle", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455673136446047`*^9, - 3.745567316039007*^9}}, - CellID->682636485,ExpressionUUID->"2e8ad939-d56a-40cb-8041-81b446aeeeb1"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1213761121,ExpressionUUID->"ab255d91-23b8-4887-9bc5-d8e8c1ef3770"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.71069", ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "1"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{3.7455673374679937`*^9, 3.7455831187367573`*^9}, - CellLabel->"In[13]:=", - CellID->735997794,ExpressionUUID->"05624e26-9271-40ff-bf86-3a74ab077419"], - -Cell[BoxData[ - TemplateBox[{"12.533376573373166`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->409117038,ExpressionUUID->"8911166a-1fac-42cd-ab11-2890d6a11cc5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1029581789,ExpressionUUID->"8e520e73-53a0-4549-8b75-505339415b7c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Quartz\>\"", ",", "1.5418", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{3.745583163042149*^9}, - CellLabel->"In[14]:=", - CellID->745219700,ExpressionUUID->"f8dd50fc-d7aa-4060-9d47-655f58f4246d"], - -Cell[BoxData[ - TemplateBox[{"39.97322627801922`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->782868596,ExpressionUUID->"7e66fee0-3fd7-43a9-a7c8-13b6f8bc72f6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1905383844,ExpressionUUID->"9e2c0fa2-4160-41e0-9584-8ab2ea354b61"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.745567536055928*^9, 3.745567537354906*^9}}, - CellID->1509604896,ExpressionUUID->"70785719-4bb3-4f47-9dfe-60cacfa62f09"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "3", ",", "1"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Ferrite\>\"", ",", "1.5418", ",", "hkl"}], - "]"}]}], "VerificationTest", - CellChangeTimes->{3.7455831242723503`*^9}, - CellLabel->"In[15]:=", - CellID->1373647616,ExpressionUUID->"5703a469-8880-4c59-a33f-436e81beea5c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - TemplateBox[{"32.53865464248473`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"27.762511953319148`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"36.967021556560894`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"68.68806438493125`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"75.84933006377719`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", "Undefined"}], "}"}]], "ExpectedOutput", - CellID->1951340676,ExpressionUUID->"d2b8670c-f0f2-4273-89fe-0ad02a3ef6d2"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->510122044,ExpressionUUID->"54f5b0aa-acbd-4dc3-887b-a32805854238"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"G", "=", - RowBox[{"MaXrd`GetCrystalMetric", "[", "\"\<Silicon\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"G", ",", "1.234", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]}], "VerificationTest", - CellChangeTimes->{{3.7455674526068707`*^9, 3.745567453109106*^9}, { - 3.745583129208321*^9, 3.745583129953412*^9}}, - CellLabel->"In[16]:=", - CellID->1446276862,ExpressionUUID->"bf423411-2b8b-4a8d-9ce2-391a08182967"], - -Cell[BoxData[ - TemplateBox[{"11.348582800227222`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]], "ExpectedOutput", - CellID->933792032,ExpressionUUID->"103852c8-9962-4557-9614-a78a28e30f93"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->866474684,ExpressionUUID->"a1155afb-2ff1-42c2-acf9-7ee117bc2a7b"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->580258012,ExpressionUUID->"d81fb051-875a-41df-975c-e5b4828ce8ea"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Silver\>\"", ",", "1.9373", ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.745583133976101*^9}, - CellLabel->"In[17]:=", - CellID->730073177,ExpressionUUID->"9059fa43-de02-4461-bb5c-9334570c54f7"], - -Cell[BoxData["41.61969755533672`"], "ExpectedOutput", - CellID->2028989240,ExpressionUUID->"3d8f363d-b400-42c2-accf-28a328e8bb38"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->753403681,ExpressionUUID->"b6c041a1-f8e8-44ca-bddb-2ca52e85d75c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "3", ",", "1"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.5418", ",", "hkl", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], - "]"}]}], "VerificationTest", - CellChangeTimes->{3.745583136920178*^9}, - CellLabel->"In[18]:=", - CellID->1765810528,ExpressionUUID->"cf9acf35-66a0-43f0-a487-88e502e129df"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "16.49281229409228`", ",", "14.232682449414819`", ",", - "18.506021915652134`", ",", "29.45373888424059`", ",", - "30.783741142411007`", ",", "57.116147307617034`"}], - "}"}]], "ExpectedOutput", - CellID->1709147628,ExpressionUUID->"758dd047-2caf-406f-b92c-abb6d6e376d8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->892083855,ExpressionUUID->"a0d81269-5863-4a33-a655-66d79202e9ac"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Applications", "Section", - CellChangeTimes->{{3.745567550873192*^9, 3.745567552351479*^9}}, - CellID->185011548,ExpressionUUID->"ca261d96-a426-4008-aaf5-57e7afbe4ed9"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "3", ",", "1"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"SortBy", "[", - RowBox[{"hkl", ",", - RowBox[{ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Quartz\>\"", ",", "1.234", ",", "#"}], "]"}], "&"}]}], - "]"}]}], "VerificationTest", - CellChangeTimes->{3.745583140736187*^9}, - CellLabel->"In[19]:=", - CellID->1842967583,ExpressionUUID->"47ed29d8-0f6a-4e1f-8288-f6b7d6968909"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "3", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1599526800,ExpressionUUID->"965b4b99-3b7e-404d-a4f9-99da23ff2068"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1670011278,ExpressionUUID->"13fda7e4-b34d-43cf-be0c-99e34e6f363a"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1617996685,ExpressionUUID->"ca819e15-c474-46eb-bdaf-0276ba25fe19"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<NotInDatabase\>\"", ",", "1.5418", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.745567732813347*^9, {3.74556879132159*^9, 3.745568794184154*^9}, { - 3.745569071673852*^9, 3.745569090760806*^9}, 3.745583143584071*^9}, - CellLabel->"In[20]:=", - CellID->84862834,ExpressionUUID->"0397d244-3995-4654-8946-121ba883e489"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.745567753354467*^9, 3.745567758893128*^9}, { - 3.7455683179743433`*^9, 3.745568318752096*^9}, {3.7455687975290823`*^9, - 3.745568799327306*^9}}, - CellID->360509430,ExpressionUUID->"49e0a68d-5a54-4767-8068-7d2e94de5d31"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "NotIn$CrystalData"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.745567790764844*^9, 3.745567793602635*^9}, - 3.745593617465053*^9, 3.786983627417186*^9}, - CellID->825428223,ExpressionUUID->"928ef32c-d9d0-4fe4-a974-abbd89b19c86"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->268283056,ExpressionUUID->"6d0dd82b-dd73-4865-bce5-60b76ed123d5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`BraggAngle", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.0", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "7"}], ",", - RowBox[{"-", "7"}], ",", - RowBox[{"-", "7"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.745586056501474*^9, 3.745586061286278*^9}}, - CellLabel->"In[21]:=", - CellID->1142410614,ExpressionUUID->"beb27cd8-e197-4dc9-ad54-80b360a67486"], - -Cell[BoxData["Undefined"], "ExpectedOutput", - CellChangeTimes->{{3.745586069911016*^9, 3.745586079640798*^9}}, - CellID->1991385318,ExpressionUUID->"5232003e-197f-4db2-94f9-1525e1fa8928"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1465147139,ExpressionUUID->"1c194919-9b09-4b5c-bd07-9e2465dc5f14"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ConstructDomains", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.784995937418874*^9, 3.784995939514537*^9}, { - 3.785489362273033*^9, 3.7854893628725367`*^9}, {3.805453535882855*^9, - 3.805453539117135*^9}}, - CellID->643182974,ExpressionUUID->"d1ef536e-d933-43ae-8049-8b56c8aabd00"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1691048667,ExpressionUUID->"252da634-3129-4179-b4b2-affeda6b9286"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "[", "1234", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", "4", ",", "1"}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.785488622552952*^9, 3.785488643615975*^9}, { - 3.786969578234359*^9, 3.786969583441515*^9}, {3.7869697859262743`*^9, - 3.786969822900209*^9}, {3.7869709484767733`*^9, 3.7869709514123583`*^9}, { - 3.787470698586855*^9, 3.7874706993801403`*^9}, {3.805453570944009*^9, - 3.805453623809759*^9}, {3.805453687012518*^9, 3.805453696937522*^9}, { - 3.805453728503912*^9, 3.805453728645348*^9}}, - CellID->1656361871,ExpressionUUID->"0747a55d-37d7-48a6-8188-cbd085c960dc"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "1", ",", "1", ",", "2", ",", "2", ",", "2", ",", "1", ",", "2", ",", "2", - ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "3", - ",", "2", ",", "2", ",", "2", ",", "3", ",", "3", ",", "1", ",", "2", - ",", "3", ",", "3", ",", "3"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->643449836,ExpressionUUID->"1a91669d-70d7-42dd-a6bd-6a449e91afdb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1680468671,ExpressionUUID->"0dce3ef6-b3c3-4a0d-a8a6-44e1061ca7d1"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "[", "1234", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"6", ",", "7", ",", "3"}], "}"}], ",", "5", ",", "3"}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, { - 3.7869698477683773`*^9, 3.786969878562964*^9}, {3.786970930981604*^9, - 3.786970943852112*^9}, 3.787470724842209*^9, {3.8054537251317863`*^9, - 3.8054537469435*^9}}, - CellLabel->"In[36]:=", - CellID->447799868,ExpressionUUID->"a7ced331-d170-4a72-adc3-6cd3d2f4a30a"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"6", ",", "7", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "4", ",", "1", ",", "5", ",", "4", ",", "5", ",", "5", ",", "4", ",", "5", - ",", "5", ",", "5", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", - ",", "2", ",", "4", ",", "4", ",", "4", ",", "4", ",", "1", ",", "2", - ",", "5", ",", "5", ",", "4", ",", "1", ",", "5", ",", "5", ",", "5", - ",", "4", ",", "4", ",", "5", ",", "5", ",", "4", ",", "4", ",", "3", - ",", "4", ",", "4", ",", "3", ",", "1", ",", "4", ",", "4", ",", "5", - ",", "5", ",", "5", ",", "5", ",", "4", ",", "5", ",", "5", ",", "4", - ",", "5", ",", "4", ",", "5", ",", "5", ",", "4", ",", "4", ",", "5", - ",", "3", ",", "3", ",", "3", ",", "3", ",", "4", ",", "3", ",", "5", - ",", "5", ",", "4", ",", "5", ",", "5", ",", "4", ",", "4", ",", "4", - ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "5", - ",", "2", ",", "1", ",", "2", ",", "3", ",", "2", ",", "1", ",", "5", - ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", - ",", "4", ",", "4", ",", "4", ",", "4", ",", "2", ",", "4", ",", "4", - ",", "1", ",", "2", ",", "2", ",", "2", ",", "1", ",", "2", ",", "4", - ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", ",", "4", - ",", "4", ",", "4", ",", "4", ",", "4", ",", "2", ",", "4", ",", "4", - ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1389682388,ExpressionUUID->"199f15d5-8206-4869-b65b-8bad24b6465c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2079511800,ExpressionUUID->"0ac7ca9a-fa18-4c33-8328-a07b256c676e"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1157565303,ExpressionUUID->"5ab123b3-ac85-444c-ba39-e332ecf77736"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ReturnAllCycles\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785488777197382*^9, 3.785488779564941*^9}, {3.7854888963148003`*^9, - 3.785488897914394*^9}, {3.785488950417745*^9, 3.785488952985249*^9}, { - 3.7854892741632*^9, 3.785489278530514*^9}, {3.805454031303145*^9, - 3.805454033676646*^9}}, - CellID->295571801,ExpressionUUID->"c99f1fe2-0275-41e9-977b-a76ce41cbf55"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "[", "1234", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "2"}], "}"}], ",", "7", ",", "3", ",", - RowBox[{"\"\<ReturnAllCycles\>\"", "\[Rule]", "True"}]}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.805454253530719*^9, 3.8054542743291807`*^9}}, - CellLabel->"In[43]:=", - CellID->1584199634,ExpressionUUID->"bb936206-f5c5-4ea4-b754-6c169ff9cb3b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "6", ",", "2", ",", "2", ",", "2", ",", "6", ",", "3", ",", "5", ",", - "1", ",", "6", ",", "5", ",", "1", ",", "2", ",", "6", ",", "7", ",", - "2", ",", "1", ",", "1", ",", "2", ",", "5", ",", "5", ",", "6", ",", - "7", ",", "1", ",", "4", ",", "7", ",", "1", ",", "5", ",", "6", ",", - "1", ",", "6", ",", "7", ",", "7", ",", "7", ",", "1", ",", "1", ",", - "7", ",", "2", ",", "7", ",", "7", ",", "7", ",", "7", ",", "5", ",", - "7", ",", "7", ",", "1", ",", "2", ",", "7", ",", "7", ",", "7", ",", - "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "2", ",", "1", ",", "2", ",", "2", ",", "6", ",", "1", ",", "5", ",", - "5", ",", "6", ",", "5", ",", "2", ",", "2", ",", "1", ",", "1", ",", - "1", ",", "1", ",", "1", ",", "5", ",", "5", ",", "5", ",", "7", ",", - "2", ",", "1", ",", "2", ",", "7", ",", "1", ",", "5", ",", "7", ",", - "5", ",", "2", ",", "7", ",", "7", ",", "7", ",", "1", ",", "5", ",", - "7", ",", "7", ",", "7", ",", "6", ",", "7", ",", "7", ",", "7", ",", - "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", - "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "2", ",", "2", ",", "2", ",", "2", ",", "1", ",", "1", ",", "5", ",", - "1", ",", "5", ",", "5", ",", "2", ",", "2", ",", "1", ",", "1", ",", - "1", ",", "1", ",", "1", ",", "5", ",", "5", ",", "5", ",", "7", ",", - "2", ",", "1", ",", "7", ",", "7", ",", "7", ",", "1", ",", "7", ",", - "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", - "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", - "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "7", ",", "6", ",", - "7"}], "}"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1140993132,ExpressionUUID->"cb020ae3-f9fa-42cd-96e9-8f4f9bb6f7cf"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->58467675,ExpressionUUID->"92d59f52-e137-477c-8b8f-903ac941bdca"] -}, Open ]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalDensity", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.745586169090727*^9, - 3.745586173057225*^9}}, - CellID->35670245,ExpressionUUID->"19e2e00d-1dd2-4749-bd5d-ba6e9095c1cd"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->361870202,ExpressionUUID->"be40046f-65e5-4ba8-a2de-772a7d2b7092"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalDensity", "[", "\"\<Quartz\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745586205714608*^9, 3.745586207240609*^9}}, - CellLabel->"In[22]:=", - CellID->273038913,ExpressionUUID->"1e97994d-30f3-45da-ae97-8a0e283b371e"], - -Cell[BoxData[ - TemplateBox[{"2.6475549164141436`", - RowBox[{"\"g\"", "\[InvisibleSpace]", "\"/\"", "\[InvisibleSpace]", - SuperscriptBox["\"cm\"", "3"]}], "grams per centimeter cubed", - FractionBox["\"Grams\"", - SuperscriptBox["\"Centimeters\"", "3"]]}, - "Quantity"]], "ExpectedOutput", - CellChangeTimes->{3.745586226274459*^9}, - CellID->1531151171,ExpressionUUID->"bbd6dbac-589e-491a-ae50-46e7ddeb214f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{{3.774200199367671*^9, 3.774200213786685*^9}, { - 3.774200305568554*^9, 3.7742005371161757`*^9}}, - CellID->1677346164,ExpressionUUID->"6c5306c6-1bec-47aa-aa8e-56dfc5f17d1c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1266187046,ExpressionUUID->"0619bd30-9c93-4dc9-bdca-9d809426a62e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalDensity", "[", "\"\<Zinc\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.745586208936891*^9}, - CellLabel->"In[23]:=", - CellID->616451577,ExpressionUUID->"4b9d7a1d-caff-48a1-b4c0-c6f167880d8c"], - -Cell[BoxData[ - TemplateBox[{"7.1375400576264445`", - RowBox[{"\"g\"", "\[InvisibleSpace]", "\"/\"", "\[InvisibleSpace]", - SuperscriptBox["\"cm\"", "3"]}], "grams per centimeter cubed", - FractionBox["\"Grams\"", - SuperscriptBox["\"Centimeters\"", "3"]]}, - "Quantity"]], "ExpectedOutput", - CellChangeTimes->{3.745586228873802*^9}, - CellID->743370593,ExpressionUUID->"fd3087f1-e204-4301-aa2a-d880658dc536"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{{3.774200546410425*^9, 3.774200550099921*^9}}, - CellID->429661811,ExpressionUUID->"697d4f56-70ff-4092-82e2-286d6c69d2ae"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1390223999,ExpressionUUID->"de2d5c36-3b1c-45f6-b693-7b601e37b1f5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalDensity", "[", "\"\<Nickel\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.745586209689225*^9}, - CellLabel->"In[24]:=", - CellID->450335195,ExpressionUUID->"4932f433-8007-4fdd-9099-d9d004258483"], - -Cell[BoxData[ - TemplateBox[{"8.91124832339679`", - RowBox[{"\"g\"", "\[InvisibleSpace]", "\"/\"", "\[InvisibleSpace]", - SuperscriptBox["\"cm\"", "3"]}], "grams per centimeter cubed", - FractionBox["\"Grams\"", - SuperscriptBox["\"Centimeters\"", "3"]]}, - "Quantity"]], "ExpectedOutput", - CellChangeTimes->{3.7455862320338793`*^9}, - CellID->1232427676,ExpressionUUID->"8db6f57b-3a35-44d5-85e4-eb65b09444ea"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{{3.7742005566451283`*^9, 3.7742005582757063`*^9}}, - CellID->291105306,ExpressionUUID->"a9740af1-77af-49ea-ad05-6a131fe064c0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->872671833,ExpressionUUID->"ce02726f-8a3e-4f00-aeab-7b52e2261680"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->278796710,ExpressionUUID->"8ed92715-872e-4cbb-bb08-2345c354483b"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalDensity", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.745586248951714*^9, 3.745586252448262*^9}}, - CellLabel->"In[25]:=", - CellID->1112534013,ExpressionUUID->"f319f55f-eadc-43c3-a7b7-d5986153a4dc"], - -Cell[BoxData["2.647554852638349`"], "ExpectedOutput", - CellChangeTimes->{3.745586260328816*^9}, - CellID->952710431,ExpressionUUID->"e37c9f1b-af59-4051-82a8-60c785464c3b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1829671868,ExpressionUUID->"c4281b5d-feeb-4e3b-a9f7-97e7ff8b373d"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->2074470863,ExpressionUUID->"78588742-f601-48e2-a9fe-2313ea3917f4"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalDensity", "[", "\"\<NotACrysalInDatabase\>\"", "]"}], - ",", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.745586270944499*^9, 3.7455862828722153`*^9}}, - CellLabel->"In[26]:=", - CellID->1670837332,ExpressionUUID->"93d7adcc-7ed1-4775-bbc5-138cd4f7b1ed"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.7455862848548307`*^9, 3.745586285986669*^9}}, - CellID->1266870752,ExpressionUUID->"5c0761d9-16d6-4933-b8e8-2b42e7f7e98f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "NotIn$CrystalData"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.745593629543358*^9, 3.7869836334251842`*^9}, - CellID->828430256,ExpressionUUID->"28aa178b-d074-4847-9583-bd33367f6cb5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1476744083,ExpressionUUID->"0edc3604-a8cc-46b2-8484-b5a6e2ba9e6f"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalFormulaUnits", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932901446457`*^9, - 3.745593294326851*^9}}, - CellID->1075876118,ExpressionUUID->"125bdfe9-5894-46d7-9ad7-e1bd39da9499"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->437607486,ExpressionUUID->"9bffae66-3361-46b8-b029-545555ece68c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalFormulaUnits", "[", "\"\<Silicon\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7455933091278677`*^9, 3.7455933135579557`*^9}}, - CellLabel->"In[27]:=", - CellID->1720949978,ExpressionUUID->"f1711e87-4d42-430c-a790-7fd1574a1d69"], - -Cell[BoxData["8"], "ExpectedOutput", - CellID->2048943504,ExpressionUUID->"0e2ccd50-253b-4709-914a-b04396a0ee96"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1169294602,ExpressionUUID->"e849a557-5518-44c2-96d7-259765c0b281"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalFormulaUnits", "[", "\"\<Aluminium\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745593315063552*^9, 3.745593316106352*^9}}, - CellLabel->"In[28]:=", - CellID->1559060350,ExpressionUUID->"78da2fed-7a7b-4f61-a8f4-d74ba13e73b6"], - -Cell[BoxData["4"], "ExpectedOutput", - CellID->1173532584,ExpressionUUID->"e7f3ad39-022d-41cb-a279-b3d26c30cb33"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->711522117,ExpressionUUID->"5a69f79e-4df6-4ff5-8baf-947c3f964190"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalFormulaUnits", "[", "\"\<PrussianBlue\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745593317583227*^9, 3.745593318426518*^9}}, - CellLabel->"In[29]:=", - CellID->344904968,ExpressionUUID->"f5babf0b-e126-4821-8b81-18ace5a3cf3a"], - -Cell[BoxData["1"], "ExpectedOutput", - CellID->887543056,ExpressionUUID->"9ff77a67-0c71-4d5f-8cd7-0d4d5c351781"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1363273923,ExpressionUUID->"44c8ef0c-7e44-4430-9b02-b5238a13a19e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`CrystalFormulaUnits", "[", "\"\<Ice\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7455933198713293`*^9, 3.745593321842477*^9}}, - CellLabel->"In[30]:=", - CellID->818716989,ExpressionUUID->"01509869-82a0-4d81-a06b-04b52a2bb20f"], - -Cell[BoxData["12"], "ExpectedOutput", - CellID->1005164794,ExpressionUUID->"6fbb81d3-60cc-46ed-bf02-02973ac25303"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1041794018,ExpressionUUID->"38d572d1-169e-4d0f-bf6a-db51df671fc8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74559336556621*^9, 3.745593366029195*^9}}, - CellID->375969170,ExpressionUUID->"4a39c7aa-57da-4dd6-a07e-12ebe7f6b938"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"cif", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Yoderite.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"cif", ",", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`CrystalFormulaUnits", "[", "\"\<Yoderite\>\"", - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.745593375542873*^9, 3.745593420068862*^9}}, - CellLabel->"In[31]:=", - CellID->1176063999,ExpressionUUID->"db438fb3-62cb-4ca1-b63b-7c9cda4433dc"], - -Cell[BoxData["1.7484307734378857`"], "ExpectedOutput", - CellID->668144205,ExpressionUUID->"6ecbaf1e-09bf-483b-b928-ba53b93f1e72"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->997886535,ExpressionUUID->"bcbccb5f-50a5-42cc-a6d7-47a4193f0cd4"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1885009874,ExpressionUUID->"9d7f0ec4-d432-42fd-83ad-3d5e75284f9d"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalFormulaUnits", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"\"\<IgnoreHydrogen\>\"", "\[Rule]", "False"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.745593484100659*^9, 3.745593497819845*^9}}, - CellLabel->"In[32]:=", - CellID->843092077,ExpressionUUID->"a75e8d58-7435-4461-b245-96e86fd75edb"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.745593499058466*^9, 3.7455935017638683`*^9}}, - CellID->751435233,ExpressionUUID->"52b05ad2-8a19-4dee-b63e-068b8cba5630"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`CrystalFormulaUnits", "::", "mismatch"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.745593641288625*^9}, - CellID->895215783,ExpressionUUID->"60aec3fa-a7ba-4b61-900d-ae49402dc28c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1779194322,ExpressionUUID->"79c4e653-23c0-495f-bf73-a81b0e474eb8"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["CrystalPlot", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.784995937418874*^9, 3.784995939514537*^9}, { - 3.785489362273033*^9, 3.7854893628725367`*^9}}, - CellID->2139589112,ExpressionUUID->"3f40771c-5fb7-4504-a199-fd4415b1e3b5"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->460536369,ExpressionUUID->"0b385ad0-9338-425a-96bb-e3593f2d501c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488622552952*^9, 3.785488643615975*^9}, { - 3.786969578234359*^9, 3.786969583441515*^9}, {3.7869697859262743`*^9, - 3.786969822900209*^9}, {3.7869709484767733`*^9, 3.7869709514123583`*^9}, { - 3.787470698586855*^9, 3.7874706993801403`*^9}}, - CellLabel->"In[33]:=", - CellID->1675146591,ExpressionUUID->"29eb6210-d583-4693-abb9-7402a118a54f"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztfQdcVWfSPqAmMaaq0VgTe0eQqggooIAiCKggKAii0ruKChaw9957L4nR -aGJiEqMxiTGWxF4TTe/NZE3ivffMf555z7lcTHa/7Lf7/3bV++7vLJcLkXPP -mTPzzMwzz9soOSdqqJODg0PBA/x/UUkju+bnJ42Kfoy/6ZtdkDYse0hKaHbh -kGFD8r2TK/Gbi/WjsoN92Zd92Zd92Zd92Zd92Zd92Zd92Zd92Zd92Zd92Zd9 -2Zd92Zd92Zd92Zd92Zd92Zd92Zd92Zd92Zd92dd/z3LU/2df9vW/X2xBjk6O -Tk6VKlVyqgy6LA5QaJ34vcqVKlWuzO9Xwm/Ybc2+/spiwwFTu9Lt799X+QE+ -qv7pfwIbgx3+fz85+7rjFnwPvuA124lD3ZqNa3V3j/NLDB4zsjRpy8qVw49u -XjfyvR1FccuX5kTPGRvTNSe4SV3nhrA3Y8G+HOz+y74cdNzk6CT+qZJTFQef -tj3cx8SvWre26MQXuyd+TK/O+olen/MLvTHvN3p7kUanVhKdX0t0djXRyWV0 -Y9vY8y/Eds2KqFO9sZP+Tzo58voPfiT7+g8v/faLPbg08W1VGLNo58oRR7SN -Y07TtrEXadfEjyz7pn1tPjDnF9NbC0ymo4stpuNLzaaTy02mUyvNljOrNbq0 -geijLUSvzvziSO/OKeGVne6Xf1v3f/Z1jy3dpzg9cF81h8jO6akzUvd8vyj3 -dVpe8DZtLj5r3lX2kcY2RQdm/0xvLjDTu0vYPy0nOr1K+auL64gubyDt0nqL -+cJak+XKRravrUQbR7+7tPrDdcS4GOPbbeseWlabqlLNYVC30VOnD9tF04Y9 -R2xX5vWj3tO2j7tMeyZ9SvtnfE8H5/5KRxZa6PgyovdXqvgHm7rCfuqDTUQf -bia6thmvNfPFdbfMn2wn2lV27o0aj9Spib9lt617Y+l4qnJV9lOxXfPnjU/c -QKVJm2/NyXhJW1H4FiEGPjvhA9o75Qt6ZeaPgqveYVx1gu0K2OrcGqJLbFdX -Nyqbur5F+SkceH1pvenWx9uIdk+8eKTGo3UfcYBp2XPFu36xVQlGD3aPLxgV -t4JGx680TU55huZl7aeVw9+hTWPOVLCrQ3/RrmBLhm1dXGe6hdfbx53Z81DV -RyUv4OM//dHt6//TctRvbssGbm0zek+/md93nrl44BptypBnaX7WK7pd6f5q -8uf0yowf6BDHwbcXmun4Uj0OrtHjINvVB7fZlWFbsLdza26Z8Do3eu5w/M1K -TpX+UBOzrzt/Gbnf/fc96BjTNfdQRu9plN93vrlk4Boy7GpF4RHG3adpx/gr -9Dzjq5enf0evz/kbvbXgFuN2rQJuv7Re+axrt8dC3a74Z9qZ1WYL//7P7Rp3 -qucgFfz/G6yFz4q/Zhz/F3/zXl1GjarN095hg3uMp2FhZea8vvOoWOzqGZqb -uZ9zwbeIcTvHr0uE2hXywddm/USH5/8usdAWu19Q+WA5dt+i7Atf8T382dnV -ZtPFdRrNSN07HX8bTaD/T59Nek78/3I4/LE46yQ/l75UpUr23tO/dTkhDPb0 -Tt6VFFKsDQ0rNeVGzwG+okmDt9Hs9H20JO8NWjPyOG0pOU87J3zIsfALlRPO -uck+y0RHF1usOAvxUGxrvR4TN5UfVzcpmzu/hrT3llu0I4tu/dCyoXtdOYl/ -Y37oqNYf5H6qP1wb/YL769Zo9GD9J5pV+bP/lu2rst2X/WvLuH5PPFa/XmxA -/o2B3UZSSs/xWlbUDBrZfxmVJW2hmal7aFHOAVrFGAs54Y5xV9hnfcI+6xup -ub8xDzjLpMdDjU6t0v0WalnrlR1d0Q+8BgaD7R1fajbDx/Hfy4OfcFJ97H/t -84hFOVn/nSerP32/a7MuXik9JhQMj1n8zIrCt49wLD//XNlHl1+c8vXZRTmv -H56Tvm9LQd8FOd6tQ72q2HtP/5Zl3IN2jXyS4wILKS6wwJwUWkLpEVOI7wON -S9xAU4fulJxwWcGbtK7ohPJZpR8Kfn95+rd0YNYN1ctZaBbbOqHHxDOrVI4I -+4L/kmOteg9Y7PhSi5kxv7Yg+9Wd6lxuSwz/yVvqaFPHr1+z2aNxAYWFM1L3 -nF8z4hht5XPeNeljwYb7pn3FMfwG5x03Jec4jVx2tfK1eyd//FZen9kZbI/V -1L9pr4X8bxY/32JXPm3Cp8Z2zaXYgDzTwG5FxLGQgLHGDFhNEwdvp1lpe1Eb -lbxww6hTtG3sJeJnXmoO+xnDo/aubItxPMfE40s1em+Fsi/Y0JnV+rFK3b/3 -GOdz7LQghm4tuXip5qP17sN5cChkt+VYif8n/Bt+XVm+d/rHVmZgxGoPPHJf -H9+M7EmDt3+4MOc1Wpx7kFaPeJc2F58z8bNgfmHqV2b2sZY35v5m4efAcnSx -2Xx8mcX83nKz6dRKi/hS4MAji25cyYmaPtAwbnsN959dykd0btdrZ78uWdSv -S7Y5Pmg4De4xjjIjZ9CI/ktp/KCN7LOeY/z+suCs1fz8bxxzhraPv0y72LZe -mKKw1mtsW4c4JsJWjiyC74J9WSQ2io3xga/IHY+x3b290KLBHjm3/KnVU+5P -8Zk42TopvZ1oc6aOf4rtdTzu0LxBh6dzoma/gnOdxse8zJdNnMda+Fy1Z8Z/ -QHsmf8bnaeSxZjpq03/S/arGuYTlwlqTGfH682eIFmbvXvb0k20fxr/PRm63 -rb+8lF35tAt7Pdovnfgws8+ixOBRlBo+CfUG5bOStwrO4phFy/PfpLWM4TcX -n5W6w66Jym+9xDHx1Vk/0sG5N6X+8M5ijX2SJjYGP/b2wt/5+E2w2FscMw/N -+01DvWLvlM9Nzet2aA+bqtX+wZruI2sOCFhWd0nS5ebrwlY9Nb/TmFoDHm9z -30P6CVe4t056HG9e37Xz8NglX4xPXI8egWlm2h7L4ryDnGsc0+P2dbb/L619 -giOLLGzbytZtc9ir1jxDs6D39AXb1juLvnuzeX236vL37H7rLy5lVx1bhx7t -3Xko9e48zNzXP4v6B+azzxpLWeyz+H7R2IT1hNr77PQXaCFj+BUFb9PaopO6 -bV3m+3ZN8Bb81iszf5DXz0z4QOoSOJ5lPLab8Y2yv+/kd/bP+IFenPqVtqv0 -I2rSuLVz/TiHPgknW32S/Ws7Gk2uNI7caQZ500zqSJPJ44OOI2rH41wRF+XM -dTzVpG4775zo2T+N7L+ESgaukR7B7IwXaSn71rWMB7eOvcAx+zr+lp5nwK40 -az333JqKfU2j7objyoZbJtR0jy7+4WTzBm515ILZbeuvLLlGni27vRXmnUy9 -Og02R/mmUr+u2ZTQfRQN6zURdXEqiluu4uGQnWxbL0p+iJ4hag/o78Bv4Vg3 -6j25n0vyDkq8xD2FPzPqXajRvznfJBgfPuPtRey75ppo5eTXjgx9Idjc/1J9 -Sv+lpXmkyc001uJmmmjyME0zeZlnmTvSQupMPdc2UDX6yspPPVW7Vf2hPcs+ -ZrvimL3ENDZhHU1hu5qb8RIty0eecVKdA8drsauZKn+1tauzNnZl1Nts+09X -N5qlr3lo7jevPFatlnBm7XWI/3GJXbm3DHwutONA6umTaA73GUzR/mkU1z2P -knoUc244VeIh6lkTkjZZbQu4GNwZxETcwxmpz/OxR+xqo03Px8A0bzLuQmzE -/QTOOqVj+tOIQ3wcYxtbs3OLJfd7L8qnZjRe86RJ5EnT4bO0jpZZpo7mOey7 -3AtqdudTdqxW9eEq/QPyDw7jeJ0TPcuEuojY1ZBnGQvCrg5b7eo5mzio+k8W -elfPLW6v5V77k/7T5Q0m06fbiaYP21laqVKVeyQecjLsWMmpvK5cSR1O5Qdq -fepaVHzMpHbo6FCp6ROu4wNbxlNgywGmEJdE6ukylCI75FK8/0hK6TWO0Nsp -6LeQxsSvogmDNsm9m8O2hR4P4s6EpM3EmIZt6nCFuvxL076RXPHwfMZbi0jV -5Veo3PC8Xj+Frzi/zmLh19pl/vkb6z6j6R+k0whqSmWaF00hL7Gt6RZv82yt -I+V/1+49TGv4tokYObhHCXJXE9sVjZB4vU7OZ07GPlqaz3FwJOoi5/Ra7ue3 -1XL/pP+k9wiub/1Dz5wxvcnM35v82ke2xqW7W/ua0qNQuPWf8sn4b2CHaAsa -dYanXerF9S7uSgOe62gZcqgTpb7UhYYsCae4+KEU32kMDekxgbKiprNtLRC/ -xdiYypK30Ch+XTJwreRfwPSonW4qPiP1rReE9/CD1T8c0/2U2JR+HxF7rm4q -Py5tMtNl1Lc4V1v+3nQqouZUZvFifAX78tQmm720sab2Nz3jW3WJdsv9NDG0 -SBvSc4IGHFgYs4iKB66mSSk7BF8ZNQbE6WfGX6XnJ30idv7aLNi5wu7HbbH7 -Wh27byrnYxj2dU2wltl8bbOFn5sT28Dzv9t4r3qPwvqs3Ff5fofWT3k+1c29 -f1Ren3lFRf2XLePndhP7le3jB21azcfksI7Jsa7N/FtXKi9FSx0SqbNrXvWc -QVeafZ1lbqWNonZaKWPmKdSBpvFRetODMtdH0oBuRWxbpZQZNU1sa2TsUuK/ -ReDTTBy8jX3VXr6PhyQm2uLk1wQn/14Rz9yWfxmYRg70pfneXdqg0Xn2bytO -zmbbakalFk8qZRw/wexBY6itacC4qEP93AspIXSE1ETSe0/Vc9dVKnfl80F+ -sbLwHdow+n3aPvaSjrGMWHjzT2sNRn/Atrdp9DXRLz+31sJ+i351bx7QHNfw -bqk9GLUarKZ1nev0889JY7//6sYxZ356fiKex28VP5jjzhG+L+AIw0/g2rHP -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 -B8Rx2BjOHbVedeylmanPQwPFwj+zuDcPdJOb5fTfj9cddMOvXKlK5VCvhLOY -5YsLLLDgngEbYyZAzVvtpLkZL8szpHyW6tMjvuCZBgdEci7GWogjRkw8ttRi -7Uvcnnedssm7gMve0XMv2Ojm4gv8397g/O5lcm8VxPlXPIV6JlBPT86/OCbG -BGTTwJDhlBI2HjkG5eu8P7Et9q94DoBhFut1I9gW8OHsjH3Sr8bPYXeIldvG -XVT4nvEiYiT8JeqTiI+ocwvuQn8Fs6SLiA4v/But2LGJ8j/1p2xqTMU6F8O2 -Zz6T/dZ0fj9taR/q33EUJfUYrbg+nCtmR8+igr4LdPtaJfUSva8h8dz24PdR -l8Y9WSI36w6oLejLsKtHQj0Hfqf3vTTgrLTwyfz551OxzIgqDp3q079lM2+l -ZvlQ37b2vPj5PqzPISOuvavnXIiNRr71nv4V7yEnw/0D1kHd4uXp39CmMefo -jflf0Mll31FAq1jybRFN3bxiKDQghsJ8BlFvzwzq51VIid1G09DwCTJzWNhv -obKtxI2SI84A3sp8WXJZ5GLjJFZu5+djXzkHveQC7Sy7Zp1FVByWW/o8VjnH -Rj0PmNU3q5oX48C3lvxEi4/MZIzVSnrjirsM2/ICd5mmae5UeMGXon0wZ5RH -Cd1Hio9Fn1rsK2qWcBQL+y0SG8OMCM4fvgx9qjHxq8zog/LvnH+o6qOYJRR6 -zH/YXv7qMuzq0WCP+J9UbyJLGyD5/Hj57CONPj37LDzvqnas51wcU3aMV7U9 -8VvCA/lRnvlDgoF/o7cWqtj4zmKzTc5loaPoey22iF84zDaFOArcAxtdM+oE -HZrxFX2w9TdKLI6hPtucKfWKG2V94Up51z0p54QvDZrYl2KD+H75872KUDwo -9KQRE8WGBu8QPhR8gtIS2a5qqHotbtOYs5IvWjl3s1UP/chCTWomFfIPG078 -hXUanVtvpvPgG8wn2vHiPhr1uzv7LWexrUnwXRpjLHKnkT+5U1REIkV3zBAf -i57PwO4jKCmkWPwX8tqMiGlynYE7ECfxfBT0W2gGHuO85Itm9V2EF/OHef// -7iV2xfjqwcAOMR8j72Lb0hAPgY3TdX4mfJbqSxg510ErLt6i51y7JCbqOZde -i0RPArkVYiPqRm8Zfa8F6jV8FGIf/ATsEdhmZ9mHtK7wNK2atpeyXgmhxE8a -UQ61oSJqT+M4tkxkPDOFj8n8uugK21d2CiX4jmXbYr/Ve7rcG9QfYEu5Uvte -pvp1HP9Q9xa9h1EnpV5ky6uxcoQXqxzi1G3cDNs+Ir5eBmd5g5ku8O/v23qa -im/402jOD8czhh/HWH4sn1/Bb+0pMjaWIjxSKco/jTAjGRuQS5jtTgguYvsq -ked3GOMvXOuMyGngRpiyombyZ5nxZbN6Lh1xf+6E2vpty7Arx64u0e9I38tn -mAW1Ivgs9OOy+TMaMyeIIyrn2q9yrhFHVc7Ffkt69YyLwXVQ9aJvVE4/60fB -v6/P+Vlye9S70FeEf4LdSV2Bfw/1sOcmXqNnij+kyWPWUI+tDanvifqU+lUb -ygenVOtAEzi2TLaoODPDAq6yB5Xecqek4Uk00LeEhvQaL7aF51/FccVZLu9R -vyZYHvgQ52vwlo25UcVN/CM34+/V4KS/udFMl5bAts7QiN88aAS1oyI+15H8 -HKR/5UxhoTHUyyOFevsavWq2LYVjkSPJ84u+NcdI8+AeYzXkuQODik4+XbsV -5m/uiLr631nQLnHwahWyo6d3IoV5J5uAjfHZwbVVHG59RjRRcUBmpu6V2ouR -z6+TfqrqeT2r97xUT/UL2jf1K8FMmOdDTUL1vb6X79FjQa0CMRTcJOgZLB95 -mMLmOVOvfXVp0JlWlP5jG8nngY/LOLYg78I88iwdH89gTFP8oxfFRWVQQuBo -4WkZ9S3Vp1NceMRA4dQMf1dmd9SszKcq5+AYeNhmzv09m9rupds58XpPyuD9 -4P2Lm0x0if3Wjj2vUfpvzSjnV2fKutWaBh5sT93c+1NPL9WrjpBeNfutLpkS -F/sH5Fn6B+SboakzKGS0XG/+/XmMp6Cveyfh9D8sg2/VrF77qZwTaozfTagX -oXeCZ2qwns9LfGHsMiFR5VzIiSUm5h7S+6nHJF/fUnxOavJiX6XX2Sd8JBrZ -sJ0XbPpe+B7YBrgfNYutY8/TphEXaGhRKnVe+ghFvdCUEs42p7Qf2lCB5iwc -+Nu5yrAtzFmgHjns2RDq415AA4ILyKiTFEltS/V60ENROm3HVJ8Tmhy6Xcms -4e12tbqiXd3e57y9f35hg0lmeea/MocGflKfkq83px5jOlLXFrEU7N2fenRK -oF4+SRThmyI5bVSndCuHq39gvhbkFvtc/ZpNO9nclzvVT8kyeoNPVm8YEuTW -D8+LpYdXgvBAUN9WmmcKu8gcX5yRc8FvPU/zMlTOhdlj1IuRZ0nPq1jveXG8 -wT3EjCZyL9SQEC9hS3gfNgj/sZlzwNEDV5JnXj3qurgOhe9+mga834yGfdWa -ck0cWzjnApd0ol4rmq77rWmaN+NkDyr4wpMiu6fQwMAiSo0w5mSWCYaXedaM -l6z6f7fbVbm/0pRdLf8Tu7KZ4bHl/Bj6pVcYb13AvMXi32jIy4EUsa8+BQSH -km+b3uTXKpq6sH11bRFP3domUKhHIkUEJ5q7e8UddGvetaRuzUYu1vvh4Fjp -Dsr7/sGSz+B4X5UHHujUtuelANc+Wnf3OAtqkZGdUymG4yEwpvCLIqdbcy7E -xEl6P3W29FNfkTiDOgTsy7bnhZ4p8D2OrfqBewsuEn5n1cijtCr/GE3IXkke -RU+Q34w61HN7Q4o90oQGX2tJmT+rWAge6XjdtuC3kNfjK+qSIyzOFDsoiRK7 -lFBq70k6Zl+qz8k8qzjLsKsRx2zioJplMPgOb+kabX+Gr2y1OW7n/FzXfdZ5 -zhMvsq9bsXg39XjjUUq+xv72jCelve5DGXv9KGt3Vyp8OYBGH/O3TPup8+8d -kmt1tbkRTrbzmXfDMj5P07rOw7u69AF/zRzsEcdYK0l6J4aGEHB8ptItFrwl -/dQk1ZOA7wI/EjUu2JfqeR2x9rzQuwfXwDhwf/Ez2OGi3AO0OPMNKkidTs75 -D5FPaR3qtro+Rb/SiAaeaU7DvmxF2b+1o+FsW9B8Gcu2NR7zojgsHvy9C2We -9qHYwLxyTBhdzoMy5q+sdV2dl7Fbn9951Tozqrhk1plDGz68bSy8nf963Ybz -Ay7ZUY6nqzbspBGXelE2NWJs2JafAQ+O3e40l/3sHPIyz+cYnnGh9eH7Hq5U -RRoed4GH+pMlPuuB+x6s5dO25w++zhGWrq7RFmBO9E+Qx6DHkwDb4piY0Xuq -YHnkiagPjeO4CA6bUcuG/0K9G30S8NmAwaChgN6pOt4Q2wMPFb83K53/m2Ev -UVZSKbVOq0aeRbXJf3ZdCnvmKYp5swkNutiChn3dmrJ/bUsFlvaca7mIfQFz -jbYg92pLAyf0oRjPkTSox2jhaGVxTghNSeHSDFFceNSuYMsbxhjaf9dtaqIG -Z9lSgbN8bu1tnJ9/gN8vb1A+7hj6B7OJjrL/W79nBxXd6MxxvBWV3epIk81e -NJXz2SkWL20ied6s0+nBxnIDnBzuaDz195bVZ9VzLu7iEkWd24WZ/NtHSj4D -/lq0cG5zBW8NDh0reTxqEDLfHrdMasToeU0cvFX6dOAIG31V+Arw2hCL5six -T/IzcLvAl0C+NjFpB2XFTaY2CTXIJasGdRxfm4KW1RecFfN2E0q82JyGftGK -Mn5qSznsu/JMzlRgdqZ8zuvTP3Wh6KBUzq8KKTFE2T7wIGqMBt9hlj7jLn2d -USdVj7P0Q2tdVGl//mqdcz9hqxWyVu1pYeUq2nDKrtnUHNQMqapTHJr/C51a -ZZL61oH112nS5/113QdvieOlZg9LqeZOLjmPq7mtyndXDLRZor/AOOshj5ZB -7/m2C6fObcPMsLHuiIlsW9CoAp9gQNAI4d0ODVO+K4djDu4hapDoQ8BHgBOC -vj3q3MjHEIvkSHlWMD/uNepK+D3YI+xzfuarFJIcSE0S7ie3vFrkM6k2dVup -bKvfG01o4KlmlPxBC5m/T/2mNR9tKPVGc4rf1omivDIpLihfsKChnVBgnRfd -IpzNBfqMezl2N2Khqo0qn1U+02edh/wT27LV8TZ8lWFX8HWw0ZPLb9KlzQpz -HV/2G828lkaF1JjGcuwebXG1wOc6Zz4eiIt/F9uVMTvhUPOROu19ncP/1qlN -D61zu16IidTdLY56dhwkeWJf/0zBXPBdqudVJrUI9FSlF8HxBzY2Svpdq8Rn -oNcFexurf0W9Eu/j54qjt5yeL/2cygpXU4MoJ2qb+AS5FdRk23qSApfWYxz/ -FEW93EjiYvzxZmxjzWngey2EBx9ZHEhR7tkUG5Qr9VxoK4PrI/OicehDbdJ7 -5y8JxkI919ACsOXCq5m+X5WepB4Pb+eTGXjL4JQZM7cXjdlktsOTYleYXfxZ -4uTlTRa6BD+27HeadD2JcqipVmBypcxf2vxao+39T8u1v0vjoLGMeFi/ZtM+ -7KvMndrCtsItXVyihduNmQHM0UX6Kp6d6nkV0aDQMdKTAGZO7z1NYiRyMtgZ -NKzQ7wIewwGOM+ZWgH/Qs8iOnCXxCbOlu0s/pT6DY6hubwdqN6gWdcitRd5j -a5HfrLoUtKI+9djSkHo99xT13tOIovY2odC9T1CP/j3ZX2WpHlxQgdSw4UvR -MyzXp9qh60m+Jpp/yCMq+Czhx3yv8xSVNvxRmWm1SN1B5ixWV+ST2R6yZ+sa -Y96ChJN6aO53qsaFOsRmi2ghHVn5I+V/EGQe8n1Tijnc9N37H69UWY0C36XI -3WbBtiAD3Kye6wA/53CzT9sw8m3Xyyx+i/EWOCsyMyD9xAzRb0TPHr4C+Rh8 -GHJHaNrBj6H2DTuDP8tmH4KvsCf0LFC/APZBzii5Yc7rguO7xQVQvUgHapHw -MHXIrkVeI+tQ5wn1yH9GfQpc0IC6LKlNnZY8RIlzIqhv10yxdfRIFIdMn91B -LOy7QGJzKeet01MVx8HoQcFnbRX9kg+l9v7i1K+lJwDO1Rvzf5OZVvTHJSbq -eOu0bl/GHA9w/Tldzxs4H/4NvSD4vZdnfMn+ymK1rcubzHRlBWk7172r9X23 -gaV5v8d7OYm84x/3Rb+Ll9Thaz3eINSvXcS3grfEtvpYYFuondrOaBqz5fBf -A2z6XsA6wNHghwztVSoxcwj7Nfwc7wNj4V6D24bXwGALsw/QmhHHKSu9mNzj -mlKTgfdRs2GVqEWOE7UZcR+5FFejLhOa0ORZs+mNOT9TH79Mxn+D1HyF3nsr -55Sq3rP0oIYoDdwFmLHIf9OqU2r0NhVX+Rtd90XtIf2WoaEAvs+ycl0TWz4Z -Xr9fUctbOB0vTPmUc8jfCXtrGvXTi+vNZsTEEWUlzxgXWu0xce8sIybWePjJ -Zm7Nu+7r4hJJfs4RqG9ZOCaaQ70GWoTHKRzhVLmv8F1iX0EFMvMHDJYQUkSJ -oXzwV/BEcN8RM+FHgNsV1l/POeQua28YMerFSd/QM2VXaOborZRdMIoyivJo -5LjxtHjaM3Rw0Vd0FTn90psU5TdM4jNqbYL9uuYJfsffUDz4hTRm4GrB7zIr -mvmS6LGtHH5E+gOK73PZylNELxo4XnH8blp5sIiLwFywL1s+mcFNhE2BSwbs -D87PnskfWe3Kqr+3UROdtHfnW76bk75ng3Pjzq2Na30PhELrMmyrSqX7HBrV -bh3u3SrkUFfOEQNc+xDmyjHr1LMjYy7fZOrtP4Siu6RS34B0iglUeAf+o59P -PvXx5KNTDsX458pMvPDaGK/n6dxBtYfXSyQ6EKMMXvBH4juOzOcci/P1sxyL -LrJvuKRzos6tNbO/+J39ZSoFe8TrM8hp4jtFOwGzor3Ktc+Qd07WefDIDVFH -k3go86znhUu2y5ZLhpg4+2eJaYcNDYWFJuGSVZzhUd9jf2DwgeDrEFOfK7vK -dnTL2u8xZryB/cGlPSvPhekH9uXx6lpLzf0/e8P/D5feA5UPfH+Vqg61H2/Q -w6WJ37bObXtd6eIcZQ5o3V8Lap5A3VsNopA2KRTaZij1aDuMwtyGUW+/IRTT -N5HSFkdQzjv+FBueQQkBoyi5RwllMPZCvgZ+FPyIMa+vtGGuWblRr4teFOdX -S0x0YrlJeJuoa8sMxgaN/WQaBXaIYYxlxOUM0U6Av0yRPSymS+4wmnNP6OoJ -R1HXVkbdAX8TWAt9pmds53dEP+E7yRPBZT00V2mivbnAhku2kF/zV8y6KS7Z -L8LXwFzJsxMu0QecCxo2ZdS5YFecC2hvzv+b6dwaM33Cdjcxecs0peWDvVzv -IeNyKPdd+ncONZo81DJgYtMboWUdtN4TfbW+kwMptiyYEqaHUNraYCp8JYhK -r/nR9N/APUA/z5lSNodQlCv7rJ6jrTM/al+4F6UWj7kM5P+7DE1H6Qnf+sPe -u4ZW6IebNI6vheTXPlLmK5RtDVM9Ao7H8FnD2Gdl69rFqHeUDd6qz4nuE1tG -voC+EmaQt9jMhgHLG/Ptikv2k84l+5uuoXBTaShgLmy20lHA7+G/wezH9nFn -rXXTD23qXKJVw58DGkXn15q082tvQfOYypI2TwRnqZLsMXZPmZYsJyfH+0Qn -u99Dk4PX16M+bz5lTvmmKeVRaxoNPi650HRyY1vyoNnkJXyWaeaONNniSYU3 -XSgmaiil9ZhGw/svsmpUK420t8VvGFpIqIOrWX2T4nEuq9gPvrTBIvvJFMXx -X2kVQoz3dF2OweAnSjwcILp6usZsn3niHzFrhX2dlF7cS5KDAsdb59sxGybz -7R9KLH5e108ApsfMpOKR/SicRfQW1T4W34v9KS7ZdX4+3udc4IJuS5rOMVXn -jfOHXcG/nVr5K/wZbOsWtNpz+8xPxDW+17C8/hg5Vqrq6NQhv+a7AfPrUeTe -RuaEsy0o/fs2JHqh5g403uRBk6BFa/GiaZgp4AOc78KvvWhQ9AjKjJiJvRqE -b4C4ND/7FZnB3Ch2dVXX2Pq2XGPrz+xqvZm+epY4p3udPFt2l/oa8B5sC34L -c9Lg/aK+JlwfiYeKpwyshf6R0uV4SfzWUp3rs3bUSelNQ0NEZtsxeyhcRZ1H -NvUL6VdbD7Y5vA/tLfCB4G/xb70681PpKYITb8xM6rqOUhM7OOdXxlc/06c7 -ZG8c7dJ6k+XUStONDs26NpUdDe9Arcf/9dKTlsoPOlVzyapx2XdaHQp7pqEl -7nhTGvIZeAdtaQQpfud4fbZO+mEWDxrH76fMiqUk3zLK7qtqlsj/kQeiRw1N -GNnD0sauDuj+6p3FFeOg6gVrgolPLPuGkEtghjUIuhyM4WFbET6qN6D0z8Zg -r1+Z4yuIUbM74wZtkD6ToXNpaCeAh4EaBHiKyEvBg0W+CH0ONbP6kcTp3foB -/4T3YYPAhqjFYQbg+NJfrbOSctjMS0Kb78Dsm+yzvuV8UVN1+Q1mE3DY2pHH -twDSCgf5XgmHhl1VdXyg3bDql7xLalO3FfUt0a82psTzzSn169aU83s7Gq5z -DmBfmAnGLFT+J94UF5xHKaHjrbz5P9gV/JWhLWJwOfXZq9u1JhXHQOMcXqPk -0BGi92LkqcHst1ADQe0WfYEBQcOlv4NaLbBWodiWMbuzXc4BvXDMtFbkkZ2Q -2Ig6F2wGNoZ6l+0B/wRchllwzMCBo72u6F1V11qp9KCNw9B1BF58ZSb0rr5k -3K5JHYJxGMdDE/bAsPg6R3jgYt9BOlf/6tLltx0cGoc/vN+t4Amt89QnTZhz -6He4CSVeaEHDvmpFWX9rqzgHlvZUaHahQsZeSUt6iaZjSq+xMvOHPk65XSnd -PUNPf3dZ+T7hxr6of8blvLTeQl9yLNww+nVybdqFwMHo0j6KwH0N+Tu2hV6T -wcUYBR6ZzLZv1Xlke2gOx0XYOfg9sC/YO3C9srH3BAPChjbK11PyHvwb/Bz6 -j9OG7qLdk66LDR1bahY/qw5dV0TmJW9xDP1G7Aq4ytDYubjObLq6UcP1WKsu -9p3Lcf9nF9uV1OKfaF81vX3aE+Q+/Alzl3kcD7c3pL4HG9PA082E5wk+Xtp3 -rSn9hzY07LsWFDMknuJ9i2hwzxLhQUC3A/XQqbpmttpzV82Llu9Z9IM+o1+O -sW7n3OE+XN34O8e8YeKzEA+7sH0FdugnMVFxMZS2g+hjw2/1mqhmDnWOYomu -y4G5Q/FdaXtlxtvQTUB8xPnB9lFPhW6T+npEbA82iN+drvMb3+BcEfUsNTup -Sc0eBzipqFUgH9k18VP+fJ9KLDc0di6t1yznVmv8858+ePLxp+5T1/se2cdL -+qROlRwfcHiofi+nE22SHyevUbUt/nPqUMiGBtT7xacphn0XMBc46gPPNaXY -vc4UHZBK8YGqd2e7d8TkFMU/V3sWHZd8zNin4WXbmdFF5XrnVi19mRW1CPbd -Mf4oubUIIL3nxL6rt8RF2FYvG9sSvxVSLD0l8LTyhKO4WDAX7Lw0eYvUT9Fb -Ep5i+ouSryK+wY/BzsDpB9ZHfwA/w+8Ap0EzDLkk6qiYZ4OvhR1hRhevMeeG -egQ+1/axV9iuPtH3hdMM3Sbt/RUW7fRKutXTK8kDl/tu2bfkHy3Zw133zTUe -rlMpIrz/qpZ9a1CzxAfMnsPrUOeJdSlgYT0KWdeQ/dfT1HtnU5nZCi5rT9Fe -2dS/W761d4c6uOwtI3s5v6DzOd+RGAPcYuj8q37dTV03W+lRv7e8XINWaYlY -6GO+PznRU6h9Ez/pN3VuF0aMU8S2QmBbnRSHTHgYQeAAjpY8MT1CcRSh82Do -Joh9JW2W2hp6AYY2Bw5oCqhjj/SyRYucY2hJwjqZ00fNAbO50EOCDYl+CD8b -iOn4LIjvyEs28Od8c/43hp+y1iBOLjebMbc/MnZpOq7z3V5z0CG7PDseLbp5 -cvx4a1HGIRoxbI7m3r85NR5YhVpnPkgdih4nz9Lq1HH64+Q+syp1XViXYlP7 -U6QX5/2BufqMj8LuiEHQRoOewoIspf+AWLhF16x5fvJtfE6Dv7LUUkGD9izH -DuSH7y75lsI4F/TkeOjLPsunbU/yax9Bga59rTEReEvtz1og2pLJoWMlV4QO -Ozhb8KPIKeC/ULeFjSFGwo+hxyi6HIzH8BrnDh1W9B9hV8gJMfcNPUc8E7Ah -1L1wGLOSyCehm7JmxLt0YvmvohF2Ts8b8axg/xfkjCNiFk/EtVZ10rtz6a0F -pweqPOjQyzsltyx52+8y+5y937Jx1BnaWHyahudOpe5DfcknowV1KWhNYWM6 -UXrpMNqz9F2az3ECvFP0pKEzhDo47qPioK8XHqnMNuQasw2n+dpfLtdyFG4U -x8O5BjdK5YfCu1uh6bwCi8SS12Z9LPjKq1Uw+6tw8VsSEzvAtuKkLi+as7qe -MbTaMBeCeVZw44WjaOhycN4IG4P9Yw5ptM5VVLoP6it8HH4H+H7HBLWHK+pY -0BawrUfge8R35I+r+DOuKzrGz4UmmiIGLwKf58gikwk+eXjs4lm46HerXel+ -qhJ6gzFd86aWJW2V2DU38yXzSn3vP/TDXp9xk16f9TfaP+t7Ojj/Z9GROc/P -3SeMSacN20zd3PpLDDLme9Bfwb3D/VGz7sYe4Qbv7pzMY+0WXaqvdB0hxbtD -D1hpiVis3ALFVTGL5v+Oce+Lr/IUHB8hmMtfsHxf6u4epzSNOw3G/hGiMans -fbjsTYKcUXQ5ein+GPB9TtRsmRVBrxz+DAe413gvK3KmPBOod0EPBZoiqiZx -UfySHHotAnPh+GzQinh2wmXFA9S1a/BVaeX+boL+CF+bRXLh7/D9u/7eEpDO -Hy2yc1pJ8YA1qPmYGGdomPNEjo3ZU1Vv+kawquxRqu/79/7KW/TBZgvbzRrp -DfeRnnCWYGdws4TTiTk/4UcpnwWctXK4rpsts/kfcN7+icSR/brfMrSzRQ9p -sdmqtwUfdoxtDbHxubJL4ps6NO8ifgtYy98lioL4PKR2qttWuc5/RV0O+FSc -I7hjysamiI9F3R5Hqs5bRFxU+0urmir8LfIPzGfg+uBAbEe9FD/HswO7wv5L -RyVXtEiueAR6lPNNiPkm1OLZZ87A9b8b7croNXdo5h8OLjHHAvOklB0arguu -EWZOobGI2QO1d4i+B5q+P9zp1apfPzfzGfYbkewfUuUexsq86yhKC59k3RtS -fBbn+Kg54D6ttvLQL+iczk+kZ7Jf19M7KHuA/Cp4XjRodc0tHPBn8GH7Z3wr -2gfunCd6terOWKs3gfca5B6jtNiNXrWP6lUDd7FPlhq98l/KvuDDECdTeoyX -r4N0vXbwUIEHlB7ty/ps20GxMdQlwPvBLDhyXeSQ0B6ARh+4Oaid4Pl4Q88V -gR/hjxmTmcGl4HMZhGt/Z+iJ/vWlz3M7Vn/kyZr8zH6s67NYkP/g+ilOy3m1 -DxPjU9nb0ma/HNEgW2OWGsDG0YcY50QIXxh8A8Qe4Czgd8VDX2yjWbNX5qeX -6ftIID+0+i2JiV/oWlvf63pIP8s9eUPX3JJD1z+CnSO3x32Hrgnsy7d1hLIt -j34U4hUv/DHR0vEdKrWIPl10fmJgDsVx/jqgO3QfhksPG1gMNbDU8MnSZzQw -Pc4b16XibNvLYmuY15gtc23Pi29DvU7FdaWDgrwR/Wulq/M1cJiGffia13ft -gPtwB+oU/U8L+387hHknzZN5vJiFJsQr1GkwbwqcAF9Svlf3LxX2y1GaLJpw -RY4s+kK48aqWpPyDoUGruHdzrTqhVr4w9i3KVxwW4aLbcO+EwzLV4LAgp/9B -bEzy+lk/y2vcK+SSohnKXzcz7gEuCvALI582Pcm3WTR1aRlDQW3jKbhDAoV5 -JSm77zSMIjulc/6aSZHuORTllkvRXjlia7ArYC88C6iT6D5c8kZcmwmDVL4I -n4Q5SnA10CfCe8gbUX9FXJQ+tfBwdB0U7AHA3+8svWZBjYVt8upjD9V6ADfh -buJjOeq6S7Ufb9AgObTkBmMLjfMTDfdd6XMe0u2q4h7wb9rs+Wdo/aiZO41j -S7bwpITLwraFuIN9JFAnBccP/hD5Fp7/qYy1DNuC30KvTukbn7Xu0bBL50jh -HiE+4lmH38S+H4gjar+GT6V2v2Xsedo86gJNL9xGvmUNKHByMwot9qCQ5AAK -juxJwd0iKdiH/Zd3PIX5DaDeoQMpJj6eBuXFUs62HpS2I0Q0HdX80UjVa+w1 -UdUmouZI7Wu4njeqPHG12Fqxrus4esBK4RaijooeNnA8chJ8DtFAmXBVanbs -m82bOQ9i252t34e7ClsZfGvv1qHFiFVsV2bEKszioccB/KDsyuDgfWPtEYvG -gc0+TOfXmoUnNTF5JXm06EYhnvEydyF8A+FIjZRZCmNGeQzfl1L+O8Dxszl+ -LTD0jRnPAQ9v1PVq0EfEvQG+A6cAPcXynP4jnWNwVfzculEnaHXucdkj021i -NQpeV5+iDzekpOtNpdeU/a0LFXzqQUXXO1LJp52o7NtONN3kLdrGs8hdtAKj -+g2QGlxMV6P2hflJQ9NxstiYmm+bK3mukTMCP6JuAf+FPqJwJaCJwp8D/Wwc -8Md8PbXlBW9aFuYcuNnoydZNHVQN+q6ptRv8/ar3P+TYxz/rfcw2w67g89Gn -gL8CNsX1Ab6CPxD9DH1fE7X/rcr7lT6nmnV6deYVyf3VvJiqIyl9YxvNmqgZ -ouUK25qg2xb+HrCK7NEAjtSIo/oeIO9LjQPnsE14BpesB+wdtgctBuybA9w8 -N20/BWf4kPv4R2VWLGJ3Ixpwopn0MfMsbWkUtafx5EqTRL/Nk6aRF02zeNPk -W940XnOh2JJe1LMdx0h/Y74tx6q7Bx6OzB4hdww3csep8hoH/Dx4z/BX8PXA -8+g1IvfBV3wuzhNN6BElhZQslftwl+EqQ9Or1qP1m/YPyP+FMZCWFj5ZQ58Y -/APgT9u9mGSPL4456FHI/rcLzX/QU4Q2FPLC3OjJ5NYiUHrCwFuwrXLNmtH6 -XtwzFR9dtLPLOVLowRk8FtyHlZLTK54B+MuoSxh5/VrO63F+uGfQq4EWCWqv -QWne5Fr0CPlNr0s9tzak2LeaUPLVlpTxYxvKv+VMoyyuNFZzo1LNgyZqnmxj -nlRq9qRizZn6TepOIW2TKcJ3sJqdxPyRXo+L71ZICSEjRR8CvUfki9KvCisT -Xv1k6OimGHsBvChcwnmC6/dLf5vzCs6HntOmDNn5Zf0nmjVQqOru8VVYxnPS -qqFnb+TajCcswBLw58jZoNWBHix6+RutvOFPRO9RxUK194Ths87ofRbg9/0z -rpB36xCpU3Zhv9XNLdZGs0bZltJDmq7rIS2T3nSp6CHpe4BAr4bzdTz/mNcC -Lx45PXpAy428Pk/P6/newd/Bzy7NPUzhmSHUJqcqdRpfh4KW16Oofeyz3mtG -Qz5pRZm/QK/GmYp03hj0kHAUW9xoBLWl8PwgCmw2kHr6JFC4D+ePfkPZtpA/ -ZlJfvxzq611AMT6iv6e0Dtl/IR6iFq9yR0O3YqtVt0LXqrAwpjfjtU+bsFD9 -HtxVNoVlYMW2jTrmI/+JCyo0AWOhdwY8is8v2sI2OugSC6fY7sV0S59Dt9kP -e7VFeEalSavIpYmf9FZwKD2kZL2ulad4w+CkcyzJse4BslJ4UrAv/H1brgHy -+LnGs89f5xh5PdsgcnrkYbCrFyZ+TXGpidR0cBXyKHySfKc/SaGbG1CfA41F -Zwt8V2i45ZmU1hb0kEbwUWhpTxn8fo+cLhToHUWB7WOom/MACmmfSKGug6mX -dwr1CR5MCdnxFDd0APXplG3dL3GIrteOa5ffd4HUU0bpPSHU7NjeLIz1NfAL -O7ftlatf/7sq/hnLaldPe8/CHlr9A/JMwFjIrZHvoN8K7K5i4VHBnWqf0k+s -XDyrTtkSVQNXe05o7LcsHBPNfM1HUYdmXcSu0MsD3oKOm9IIzFHzDnrOhdq2 -eu4Xy/3Acw+8Ak039dw/IzgMOeQUye13qLw+abPUlzDvvDjvoOiKlOQspsYx -95NL6hPkOfoJ6jKP4+G2p8S2wOkBbwxaNZk32lD2zbbCT0z7ri3FnqlPA840 -odRrrpRx0YOyjnWivDf9aMQ7/jTuqh9N+qozzWDflnu6M/XyGKbPXhu9x9Hy -nOCzwMakLxQ9W+PDhJkkzrN/924VnIJr7uR4d9VAbZdhV22e9loUw/iBMYRJ -1caniO9AnQacSGCd5cLFe0/t3YC9lbEfvM4/eEPXZjlq3adUHcBbby34TnJC -t+ZdFcfTJUppB3sbmjVZsi8c6t2qHzxJ7Av+C9gLMxd47q16NRwrMcNVbNWp -WS0/R04GLgv6Qoid04fupk4xrtQ49n5yTVOaIl3n1xM9EejV9H+nKSWw70q6 -0oKSP2hJyZdbUeyJpylzaywNetuVkn+uR4XkzHHSlco4Vk5ljD+dPETvdApj -suFfeVKYf4IW0bF8RhZxEdpOid1HaUmhJRb+POYhusZTckjJB86NO4fget9N -ud+fLcOuWj7lPh7PHec+JuAs0RnWOVOTKnCmVL9l+7hyDTy1T2l5Hw89FkND -A/PBiIuvzfpS+FDKb0XK/snAW7A39FaEK9VVadaIjr6uJ5IWMVk09GWfBs7p -lWaNyunliFkoXD307jDvA6yMemRxwhqaPuR5Gp+6hlr1qUWN+j1AHdJrk9eY -2qJp2m1VfQrb8RRFvtiI+r7WlGIOtKDglx+lvI2D6fCMW7RzzkUatz+Lht5o -TPmWdjTa7E7jGHtBixJzIRPYX+V970qhQX2pp0eSKbxziinSN9XE+N7Mz6Zm -rX0xrmcf9nnnNr2Kqj3waHX9mt+1fspYhvZ2iwYdktl3aL07D7Oo2vgoecbU -npcbBL8DzyyRXt67+h64l21m0b+VGTvVT/mN3pyveOrA9Ph6QvR8fpLZZ9gW -ahBGnhjqOVA4nsaMqdKsyZceCvp94EyJZg3HljTZq2GqsV+D5PXIKxVXYqXY -GbhRwGSzM16gVQXHaEruZuoQ04Qa9HWgNkMfYbxVW7C834x6FLCoHvkvr0md -VjxE6Uvj6e0lPwqP8NhioiMziFZt20ZZ37enPGpFozh3FE1KrYPUKRAnu3nG -mHp4Gj3tYda969nGvgv1SnyjQ7Ou2bUfb1jb5nrf9TaFZdXAeqJpd8Qlvj4W -XBtgBdyvHGMPuaQt4gsQD5fdrs9Sds1mL0nbWfSbUuNSfdabMj+AGj3wEXid -6N/5ufThe8O25T3Quvd7tB5TwDdQmjUjVE7fg20srJjjyVixNWCZxOAxVn0k -4GX4qkmyX+9e6T+tHPEOPTP2Q9ow9iQlpaWTZ2Izaj64KrXJepDaDa9GniVP -UOTkzjRv/nI6x5jwAvh2qzXhSp1cZaH35hI9u/I4ZX/mTZnm5pR/y4Vyb7Uz -5bEP6/Vso+eqP1ynfe3HG/Rt1dAjqW1jn+R6NRpF1a3RyO+RB6s/WVHb427R -1P5ry/is0LHt6trnW/T8I3xSNPiMQXLPpigfIDPwep8YXE/dtoSTJ7pSH9Cu -SWp/SPRVEBtVn/VH1WuVPUx+kPdhY+gvp7I9hEKzpmVvCmwXTyEdEqinl9LT -j/JnPNw1Q/YRh/+M9c+nmE6F1M9zBMWF5lK/wEyK6ZIrmAyxBr4VGGuCrten -ZqqhK3JK9ofbO+lzemPWLdo7/TNaUXqAFkx8jlZM20t7F57nHPYWXVtn8OfL -50oxX3ZqjYlOLSDatfwspV5yp8FfNtVSrrc2Df6oJdX1fdDnf7q8iAd3U8/v -n1lGH6d9E98dIZ4DNbYtE/COUZdBXVy08Dg/Vhotah851B5kHh17T0D/h30X -5oXR6ymfF/5SeDX4iv27pN864UN6jo/tnFNu67eEYns6k3ekHwX5h1M3r37U -re1ACmmXTD2cUyjMdZjEl749UigxLYFy1/em4o87UvzkMOrVPo1iArMlRip9 -0dXW/XEWia7IUWstd4/OccaMw0mOcac51l1g3HdxjbKf8+vMVj1RzC1ftdmT -+vQ6E51ZRLRx5QGKPtjQEneiCXmPr71EdjN1cqyi247tcc/pefzZMjAW++9o -zHky5jEDS2N+GNhTxUO1j9y42/bBLe/lnRAfJHubMKbfofdZ1V7r6sD322Uv -3AvCgwOXd0b2Xq1LcXPyX1aTeu9qQnGvtqNBBz1pyKs+lHHAjwrf9afii340 -8Wsfmkmesv/SFHKhIQd9KLR9EmP8kTrHeZHkifCpqGdJr5z9KfqFyC+UdvtP -Vt488omTKzinWG0RHoaaISvfE8BW+/gy/+zMWhOdXkja1GXzTG0Kqi6uBDEn -R4dKDveSkNU/v4xY+JBvu17XsQ9FiGe8BRpq6F0gP0OPQvZYjlX6+1YtDdE7 -eE3q4DLTCe5kkb73BOMv9O3UcVZ0ENB3gY9DD29h5uvamCFLyL3gScnReu16 -ihLON6X0v7Xg/L4t5/ftOb93ZTtyp2lsU1Oh+3DLi/MxNxp2xo0i/VIr+tOE -taqOm/GSYEBjjzjwphGbkbMqDWRN6mwV5/Rt9lvaWq7Zbt1vCTNZK018kCnI -NVa4UncrF/3fvKSe0rBW8xjUALq6RJkwnw4cbexRiDkD5PvQoQUfBLNR1l5x -hrIv1Wd9U3qsmOeEDa0a/q68XlHwtvRc0I+dlb5XQx0gN2HGr+0zq5s6ldam -4HUNqN+hJpR0BT28tlRgak+jLB1orMVd9o0rZfsaz/k+dGwG7/ejWJ/hsl8c -zmmEdb+JZ6UWD2yFHiLqIcYeccqufq9oV6uVXUHv2HaPCdu9SwyNtHNrLGbM -mvG/u79K5fvv+P2S/q+WwgVODq5N/XZiXqpL+0gT5tOtPATGyEOsWi0LqChO -cSgr7rn+otQjFuhznZjnxFfETLyPPG3a0Oe0suTN5rJB2y3u7f0Tmg544Krn -yNrUZW5dLeL5pynuRFNKsenhle854cqv+bjRigYMjae4zqPK7UrHf8Y89T+2 -K/qn7MrYu4RjpcyRvr+CTN3dBxg+656oG/wrS9d0d3qo6qN1/NqFf4qZKehv -Q2sKs1LIEVFLRk1c9qAQTY1FoscObIO+HHoqiEWod6GGhDl1vIbdYW6dfZxW -krD2Fn6XbXYC/m7DoId2uWTW1LxLapmwN0DkvkYUf7IZDb7ektK+byN7muTe -cqa8350py9RGy3jBRYv3SqP44PLZxOG6xrayq5d1u3pPuIgqDhrcnvL9S4Tb -Y6PbZt1v6bb94QwdWvzO6VVmE/rq/JlWV3KqdC9pdfxLy9gvoNaj9dv6Ood/ -jhl1jou3wCkOl70KM6Vmmdh9FOkcQPEXqIOPYOxl9FuMXkuJzb4Ao+NXWRif -mcGrDPEYsFj/i06PNr7Pv/Wgx8g5tYbZZ+KTGmrhvV9oRLFHmlLCueaUfK2l -cBAGX29lSbzWiCInB1Af73waGKzmfAy9Wvw92c9L+uS6/sPY8j75q7IH769W -bo/MUdvoilz9O/stGTodak8czYL/bt+0bz6v8ciTD8snsOd+f2kZtdJaj9Vv -7dsu4kPMtXRxiTR194izhElPb5hVL9aYIZZ9KHpPEe0Y6Lbn2/RcCvou0PL6 -zjOjD4PeS4Br30nyd5ClI6diS37Ss+rU1gmPU/u0GhbvcbVNAQvrWnpsaaj1 -fuFprc+BRpa+rzc29X29CfXe1/DXnpG9f+jXOY8GdB+u4W+rvanni+2qfS33 -0ZJ8ff/BknOKMzb5M6nZKu22WxX28rLVmrS1LWOfpWubK+61hPlrzDL28Er0 -wuewx8K/vgzberjq47U7NPN/tqtrH5372d/M19OM2qnSus4SbU+piQfrPZee -0nPRUntNsqSGTzJhr2zUAvhnX7o07pyo//tOxgyQA3IG/v8nvaqWtEp4zOyS -WYM8imoR+y5gLgpaXp9CNjSkwJVPftQkpHrfYNeEs9Bfjg8qtKAmil4OZkjB -K1f7Lun78Oqz1MIZm/iJ8PKlRy5aSGoveltdkT/d31nXCjX2WgIn9t0lZvPJ -5aTFdM0RXoI9L/znlpHvVKl0v0Ozui7JPm3CTgW5xSKGGXOeFs4XzX3809Fr -NcUG5JrjgwrMbGNmqYPrewUMChnDcXTA8tqPPVVX/3f/7PmWv/VQ/cqdGnSv -tpLj4lWXzOo3OuTX/NGtsMaRFnGPjq7WwKlGtUrVH+vVMfk3PR5r6GMa9TXw -ekr1fhNyBeSk4C+rWsN1qc1W1EIyW/XbDJ0tw7aM/eite9KvVz4NNsi+yoSc -ckrKzrnyeRwc7Xb1Ty4bn+Lw4P2P3NesnkuSW/OAFwNc+3ym9BeHKI6IzHjm -yswN8Ff/gHxTWMfkMx4tgkrq1Wzcxvrv/eNevvVnTlUcH7jvUccnqjzsWMPp -vvJfaFCruWe4vjcB/p7KI8ap2mjsYuH1TB2ieuTYB3GNoYU0/gOlj6v7LMFZ -+jyRdZ84K4/a0DSlCj0d+Cr83juLLSbsMbcw+8BW43T/rRf9Hlq3+5hqVR+t -8cSj9fxaNfRIbdeo4wSXJr7zXZr6Tndr1rWkSZ22kTUerdO2UsWxJae/hG8d -5R79wfacpF/i4Phk9afdwjqq/nRffS+oROGLTRYsV6z3MVFzN7SQbuf1GNoP -h+cZGF7pPhhcV2M/HDVfpF7jPWAx2ODbC01m1CsYxz1rnN6/cGntSzIfsa+/ -fB31Xtn/5ro7Wv+nDxbgzYerPtYk2D1Og8+K9svQYvX9N8tj4Qrr3gPzZA/C -w7p+21mlKzJJ1Rz2G3sQzlP7Sohmjc5HRFw8tap8TxxDf/bkMk10BBmfmWCX -s9Ne2KCfq92u/k3LUbcx/bDpuTpV/hds6R/9Rfn37qt8fz2OwbeUzxqmKQ3k -QjXv2nuq9AnL94p7UfrP6F+ilrXV0NnieLhP389L7bmk70Mo+5WoWrzSrVEz -t7b6L4h/r82+YQIvg/GVXiu5p/boutuWvrfKA9X820d+iFptOOcNUbquFTiA -8FnGjD747tgf2OAiGjxXtb+ljW3NVPviAG+BH/bWwlu6TqiFji5RtgQNG9RS -of8CzL9v2lcm6Onw3y3AOd2NGjD30pIhO4b9Lk399gbLHHWiKULFQ+HHJ4nP -mlaRLwadraxXy3VFhC92yWpb4PAozQdo1iguImIjalxqb5xb0vuR/XDY/oDN -dk/8RHtmwlWtU5sewr+qdC9p+t+Fy+DzNK3rnIV6R7BHnFntXadm9BN0Tk+2 -ldOzQXpKqGeJrgj2xtFta6vORRTNmslfiDaA7Isz80fOF38W3RrESBzwZ0pX -5BvwuDRwgJblv/X5o9VqPKSfl73efgcvo8dU/eHazl3aR5kDXPtqVt12v1SZ -RcbsMXJD2Uca8XDQRukZyp5e2QdkpsjQrDH2XdoJvYeJn0iuCJ7WS/reOMBQ -OGBz0KnZxb+zfdxl0+aScxrnBzuhaQgXajeru2I5Va5Uxcm9ReCrmBcLcutn -xtxFuE+KrrNVKH1xxMOKmjXKtgyeK/AW+ofgiAFziX1h35Kyj8TGECPV8Yno -noIHi99bV3TCgv1du7n1j5KTsfed74pl1NHqVm8UCLvyax9h7uYWQ6FeiRTR -eahwLkSDuUdFzRpDVwQ8HaX7cEj4YGrPuPeEc6g0RS7JLAhiHWxN7V1yQTRH -1ow8boGGB+O2Y488WP1+yYjvoVmIe2A5YXMVt+YB+6BT69++twl4q4d3gvTE -kR8KVyxM54rpfgtz0+BQz9D3XlrIvkvtvfS2zf4470nvB3Fyg3XfkhNSq2Bf -Z4a/478ZISdxD8wB3ktLx1mOjzxYo4lfu4jvO7cN09i2LEEd+knfErqmmBFL -DFY8RMTEfH0PE9S2MFuBmR3kinP1/XFQm1eaIm+JH0NvETgf7y3KPUhz0l80 -zUnfh3667AGutDrsrupuW0Y8bFCreQR8Fuf8Zv6qQf9YtLb0/iHmPtA/TA+f -oms5LhZ+GHJFY/8l9Klnpe8t1xTJ2i8HbA77fk0b+pzov4xLWH+xxiNP1hQu -hh2s37WrvO7QfgT2JFS2xX6L8RZ64r31vb3ijT1yRFdkhuxfbuwxYasnZGgJ -QU9E8Vu342dmzHuXDFz7U6uGHu3V3727tRXsS819or/99JOtCv1dIsmnbRj2 -+DJhRj9U9CeHiCYaahDA88gVU3XdmtzoOYLrsYeEaIUOUFqhsr/EgFVaUdwy -0xi2PfZxn7Vo4CY1UDumuqeW3OuGtVok+jv3/hF7AnBMtLBtmUM8B2i9OiYp -jqvOoVZ6HGOERw1OIPCXricEW9NyoueYEDMLOWZyDH23SR3np/Hv22sK995i -LC/3/PGHajV3bx64Gzpbotuu9iU0M+YyR/gMtUT5pWlK+yEP+2BonDdqHCMt -yT3GmtnOzEN7lYqdDQ0rvRHo2m/CA/dVux//rt1P3bvLsC3ExXo1mvh7tOi2 -O7BDX/DyBW/1lJ7PEMH0qKFCizZW51CjTg9OREK3om8Yq8194rF6za3/rn1O -8J5fRg0Crys7VXGo+UhdV8bbYzxaBL0W5BZ7OcRz4E/g2KCGGtk59Xe2r+/4 -+5NdXKK2tX7Ks3+Nh5+8TVPInvfZV/n6M/7hg/c/XLXaA480eKjqY60ervpY -Gz6aPvxg9Xr3V3nwD/+t3UfZ1z9aeq3pf+S46rPedh0Y+/qnl3BcHWS+rPwQ -v2S3JfuyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uyL/uy -L/uyr392/T9VooE0 - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->678142767,ExpressionUUID->"50c43195-97b7-4534-8add-da648b72664b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1356669026,ExpressionUUID->"7777fede-0468-4ecb-b637-0fa26d5c9b0c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"2", ",", "3", ",", "1"}], "}"}]}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, { - 3.7869698477683773`*^9, 3.786969878562964*^9}, {3.786970930981604*^9, - 3.786970943852112*^9}, 3.787470724842209*^9}, - CellLabel->"In[34]:=", - CellID->1427253381,ExpressionUUID->"fc200cd7-7eeb-42fd-8ad9-705ad8fb2d83"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQdcW1f2LmqDW9wbpmN6FSAkBEhISAKBkEA0CZDovffeQfTi3uLYceIk -TpzenOZUp/c+kxmn9+IkTvE4ji2d8929D5DkP3fu/9733n0zyQzrFxyKytHe -a6/1fasdj5LGjAqbRYsWta4g/2QUdypbWoq79evJD5kNrdWVDeVlmoa28sry -lqgSW/LLA3NfSxYtyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIs -yIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIIsyIL8 -v5fFixctXmKz2MZmMf12QRbk/5ssntUj27//te3ixTb/kgtakD+8UJ2a/95h -1dI1Jr+NvsGbVzrOK9mCbi3I/1OZ1ynPtcuWb49xM79bJvgMPdILF/tjzr1e -K3rYFLhZTv++oFsL8n8qi7n/Fi12XLlkzcE4j1N/LubjfGMUrD0xwGgssCMB -2BZ/qTh4SwJ9/P9KtwgWsyF/syW4zNaWfNksXoBm/8lCdt+WKkCu/6bBY0m+ -eDYn+OJ39REsumUsO6xgrWOxl5jpeFj7Yz703XDZehsbmyW25J/Fs2Izpzz/ -C11b/PdYbUH+M4RTi6U2i5fVhTme3qvyZh7NDmY+qhDiYosE6CM2y6zEJbPC -ijElhiI2aujjbf7BawRtusyzO9Ip9zqNd3d7lEsmf/NldDbGgu/8DxKy19RR -UZ+1hH6/bInNxmKe3fnhiA24WevOvpTPxxdV4fi5WQymSwq2J4b9uVXE9hRN -PC4pfnBo5SavTRvXr13l6ubmtWzZskVVofa9xH+eY9sknB5iSkV96PvlYQ7p -c++3oFv/xjKHpf6Rb7JN83X6uFybh3Gtgr1T544X8kLxfrkAX9VG4udGAQ5m -plmjKt5FzRGgqPLIa8X5We+OTG670JuZ8PgdSR54q0SA801RFktfjNUyorQw -0wSXbU9ASYg9sXGLqfP8h6N7KCYjvpj+jSIyDp8tALM/jszpFCcR9quctZ7r -VQbfjVqZy3qnzY4uPnKt+S39GFCy83vrWLIaN2rccDKThydzQtjX8gOZprg4 -+KgPQV/9BtKVqcgrykNPWytG4/xwTOPFvlbIZ39siAR6ZMCwEsxY3CV2Kh4/ -dUieXz9nrWZxma0NUbPFv72euev7Lz/+/d8X5Pcn83GEzZctWblbuXXXp5Xh -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 -7c2wApaROGJPZT91KcO3bwip/D5CfzuEaTecsF26ZjnB+r/gbb8NKxxqQu2S -eiId9XLnVfzAIOlOTXY9WuoqLOapbRirKcBRlSvuzAhiia1lDiUFgBccjAS1 -GgX5uRDE1EJifACGkZ9Rm9mI0Yj1OK4LYF/On807zMeHOWw2qWIsXdEvbebY -K8et/2PMFo1L2c7ylyVLbRaT/xbbbFm5JKgycPWFLqEdro13ZJ8w8UDt/Ld1 -EfiJ1rq0R+OL2gi2tOg6Jn8PYBz79ltt/nGmbegOlA489KcWSdDg41n+57+u -5TAwy+GgCRUwHou3hrMxNDQIZd7tSJGkoMpvEZqDV6InwoHpTExgRuQ+uDfd -B38mXM7SFoV+dQgC+QJkCn3QEroJM9FOuDfFi9iHMFA7aiE4i+kidqtfiqeq -laivqfy+qaXzfHl1Jzrbm15cv3btcvo5Nyxfsrg30mn45fyQMz83E1s3oCD6 -GMP8tcf0U+/4m8hqugaVlcWoTlcT/GeHSakr0XUvtAjsj7rYbWry9Q94LjDA -b9rOJXynb3QPovQ3o0TobyHXzV6u9sMj2SF4t2wWK6Kbi5uxrFkBti/mYqTj -KvfZtf73x1pz+Pwffk5isBcnyOs+Lmh9GF2FXewxYkceyeLhVeLPThNs80UV -n702IxoByTcg02xBVeNJGDO06OnvxFhLGQ6T/XjSFMzFsmhskqX5nYk4MFME -d4zG4I62XJYvivpIGJaEtLQJlJYdRmbtKWQYD2Mw0g7Hkv1BuRmNbWIgBo/l -haPQ0xF5MWHoLDZhb4kO92f4c3GETwh2o4/7pk6E4mQViqrqMDUxhvGxYba4 -9Takdbz8hJ8wO645dN2uh8hneIvwEILLrVbir4iNI7hfgp9n9GhuvgnRsljk -Cbay1QIXtlMecDbJa1P1vIGxsZldKvrzqvXuyY72viZToP3XDfyN1GaxFCvS -WD/lIT8SH20h2IzpkMLaIUGq17pAbl3/zevGFv+GIIsdV/u2CRwKJ6Jdi9K8 -NsjdXV1CYhL1Y8nVpy4Zt4HJ30uWKEHDXh7rjBtTAnF3RhDzoCEAhzVBFzxD -cr8MTruNlUqKGE28FA3NbWjXRGK3zJl51BhMfeCsr6JYdoTgoPE4hhlX4Yf2 -6O8cVyxattJVc1ygvxsJbeeYoPQTryh5otOdwk3YqXRn79MTjENs0nliH98r -DEOa22ZkcLo7iNHtu7GrWIe7dV54whRCbFcoTmYHQyQUkMfo2caGGiSl1SI6 -91mmmGD/2p5T7LRkM25NDbT+uTiMofX26JXRa6IxMxbblPhTgxQikRgmfYa1 -ubYaZaVlzy5eSt0nl2dYMrdm/wWfadxWvm4SCFCc1c+Mpafi1iR3jodQDv1p -ZTjFpcybhaGfEFu5mlv3f2M/OP/ZnFYtXXV5nPv+T6vCz3PxGrLv1E991Jt4 -6erhdoyMjyKn6WFoWs4gXyxFO38VhqIc2O3SLYS3e7LFgRvLqgTu9w6p5dij -i7L68oIhjU1AdaQnJqJdcGeqL94g2Jf6Tuo3KQ7ial0I9v+4VcHkJsj6IqVx -V0mUhdAXjECpTi8PWbfIUBDmB7PM2/pQZgDH+c8SHTjfJEJN3ijUNcdRW1nJ -9vT1s21lBcRXueBwoi9uSPbF9eQrNcwHPiFCxCeoIItOxVbZFGQ1H1kL1UUY -Fq1jjyUHcPWF1I5Srkf1nSWfmx1TcfGzzMhA8MKCmbSUpEu+Pl7UVi0ldmrZ -fF09VS67lUvXOq1Z4eW6erldmJvDdLThSqSPwVq89yJGdGpcp3alMTP24ayg -ixRzdYicJrmg6b9xbf5cnsFm8wrbpdvlbidf/bXGxWI1KyyWcRVLSBcuDsgt -R4cakVPZ/aOXf8o+baDvewUiAarlYrYuQfOh/8YV4qCNK4LIa+Bkhg8+reDj -JkMY6mL5KA52QEuUO/ZpAvFwhi93dul7XKAcnGDaM41iVOcY0D00jN07t6Or -o5ntHZxB3+D4O24uHor6+NRLj+UK2a9rwmfjkwSbsaMKnBkrwPj+z5HWfBJZ -+mTiEwWoD1yHbuEWDIpdMKPYinvS/XGjgY/ny6LwSasMprg0JGlaUSXmsa3h -Dtir8uBqC2kt6nfz+k44JdNP9L1HhL6cDlaVvgu5nU/8sNZJvPq3axdhv8r7 -oMrj6tcLQz/4viHScrFd/NUrTfFfHemvR03fbWzasBWl2kIMhK8j5s8LVyf6 -YI9y63N2ly1Zt2jR/74+548s87GpDO8NDdcn+eKZnOBLZ+si2Nn4Mlnb8ThY -J+NZjCusn3VroFQq99HHuwQX3agseAwmwoHiat96nv4uwmFN86DEFVck+HA1 -BBxe7YxEtzYcZRVVGBkawIGyVDyk98NrBCvRmocf68JxOF0IpVaHlqZG6/BQ -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 -hnS0tTajo7Ob6FcnKjuvhd78M3KLj6EjZDnGid3bFeuOg/FeHDfl6vvm8vtW -OnNySoX8IDuOI/0raxn+d/luqVjwRANZ+5GRUevYjt0YLcsm+MKd61l6nPDl -1wpCsDMxEGERUTBmGwlPK0V0Ui+jqvmALdxLtrSoH9er7PFioeDXuNRc/w1d -g0uTiYA5jDlYPQJ+/quv2i5Zs8jNzfm4JCoM2kQFk52SjPuzgvFVpQB98SEo -z8vGSFMVrjFK6NxPvFkYjDJiyzLzj6A9txtXJnjifn0AV+tAdf99wiu/qeZj -nPi5gNTbYRxmUG3+ApmpRjQSfjYysx07ypJwnWIDsSWh+Ir2ntG6G1rjOzaf -k5bh1d5MjOYlIiNCg2D9CaS0fYX8kUsYio9Eid9yjIjW4Aa1M9er+leCuWjt -yuvk9Yrt7JHvsxlFUb7oSFPiQKaY6xOitYKfzfVL0ziwldjXB4m98wsVIEqV -hCpjGt7qTsTxiSYklV+LpOhcVET4oiFOhs4oN1yt9QO9l8aX1XP9iES3LANy -K7lmZk+sRyPdO2oj/jla9D8J54PtVtguN/hsENXyHQo6RM55SpeV3rYrHFZ7 -yobbk4sPXcorrGZbm+qtvf2D1rrCHPRFOmNXnCfBGF7s1QRnXJXgaYn03fpw -iEB0XhMrRVSEDr7aa4lveRUd0Tzy99kYMsUEv87LmMX8tAeZGY5h3mpIYmsa -+7/Ysnn9+k0eupIE/R5klhy2FnY+iwOaMPIaztCmpKKmowcD2/eip6cXV2q8 -cVQXCrmJm+WBoiPE1BSYcSBmM25KDST6FcTVvz1lDMBkXAjcBDXgm04hVrsN -cbJwVNXUo7utFb0KfxxRe3N1EfSeJ9Z53D8Xo6M9+OyQnHCvbBRotPAJLwNP -dxQ9lTO4O9kVicJ4lBTthNmQh5s1bvT+A1y/NI1/Hld5wxjqgUyTCd2Ek45M -zuBAaQrBdD5crfNbhPPS2DrFXbQX5PpMAQ6ZxPiwm86DVOLHsUQ2M7XIEpx4 -FdI7zyCz9gk08ZZjV/RGnEj1xmuFYZzfv9AsprbZSnGlWeJS9a/QK64Anfi9 -ZUSrUrzW654wBv3pPO1b6Ju1pxiI/tuT1Snv1w6dQeGVQN7Q24zBYEIu8f3Z -ctHPlYEb0BRmz3ZFOLFD8TyrynNT8VJi+Nw3rUtpiXBldsZ6ISsmjU2SF3E+ -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 - "], {{0, 150}, { - 150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->455237477,ExpressionUUID->"651fe703-4d25-404b-ae27-8f2bffddd250"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1702439783,ExpressionUUID->"23d31250-32a4-4c6e-9d7e-f8b023b97104"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->725301936,ExpressionUUID->"f0315939-734b-46e1-b875-b0f7edddea22"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]AxisFunction\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.78548878105273*^9, 3.785488787980299*^9}}, - CellID->1032457980,ExpressionUUID->"db90a18d-cb10-41a5-9b5f-74763f32af76"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "/@", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<Austenite\>\"", ",", - RowBox[{"\"\<AxisFunction\>\"", "\[Rule]", "f"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{"Line", ",", "Tube"}], "}"}]}], "}"}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, - 3.785488750071053*^9, {3.785488805325573*^9, 3.7854888688351593`*^9}, { - 3.7869709663485928`*^9, 3.786970979517128*^9}, {3.787470748594022*^9, - 3.787470758161352*^9}}, - CellLabel->"In[35]:=", - CellID->1248760176,ExpressionUUID->"92c0525f-da13-41f2-a373-e61e9ce98a9e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQlgVNXVvjOTEBL2JARIICzZCQkhBEgkIQHZEVkCCGELYQn7juyCouJG -ra3VWq2Ka9Va92pbl9aquFSrda1brVq66e9elVnuf767zLw8ZrKQPbmfXvLm -bfPmvW/O+c65594ZWLFp9ionY2xbR/pn9rKdY7duXba7tDu9mLtx25rKjStX -TNm4fWXlyq35FS5aeZVqYczAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA -wMDAwMDAwKBGONVfl1p2NOO1GLR+1MQfcExzzcCgNtBcAbc2UttP7SxqY6kl -UQsPcgz2NTbNIBQ0p6Kpraa2ndo4an2plVCbr9YvozaJ2lBq3ao5l+GZgeZU -OrVd1PpTy6VWbNsPPOlFrYDaTGrLVZtHLYda72rO72KGZ+0FDhZ41mOobWYB -GzSR2mi1HcMFQumpHtQGU5vFpC1bQW0hkzZuIJN8ssOq0QzX2hasz7OUSU64 -LNvAq3z12mk7rjo/hwEu4BN8KPi1htoialOYtIddQlyP8Z2tH5onkdTWMamX -AK3BgVC8skPbvFAxIrb1Y9J3gr+wZ/Cds5nxnW0JmjeJTGrzYbb1mhsTmOSC -dV1tUR3PgBhq2dRmUCuntpJJjQY9B/0WbJiekxmb1hKh/Rcwito2an3Ua+vz -18vwWyOCbK/PewfTWkAUkz7ydGoV1FYx6UMnU0uj1inEcUajNS+s9/0MapVM -+kDAzhn97M9k0k8F26chUJ2fg73SvhP5s5WqTWXSvkaHOKfhWdNBcwI5Tejn -syzbgt1/zavpLOAjmyK3bvVzduA64TtHMhl3ljOp0+YwGbPWxncaNBw0R5AL -WE+tSL2u7jvdXLyyoybfibgS+Q3EF+Wsan4jNcRxxo7VH/q+4h7vZFKnWNfX -dBz8Za5abinf9+p8Zwcm87nIbyxgsm+gnEmdiL6Brk1ziW0W9lznBibtFVAT -p6z7IJ+erZZbCq+s0J8zlJ/DOuQw4DvxWRALlFHr3FQX2IZg/R4jbl/MTs4f -1AS9/1xqGUHO25JRU37jFibjEcZq9x0zCNzLCCZz3JMt2+rCC32/oYkHn8Lx -LQm47nD1F9rrbNbyfHtLhr5HCUzmpU41nwm0JV7pz4LcPnKuyI8NUesMr6qH -vj/QQsif91evT9XO6+PgR9PVcmvklf4c6ItappbRf9SreS6n1cCqz6cxqc+j -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 -oCjMwf7AFrBP2Z3soIrLw07KLYXqb0Z+HLlz9A8jdw6uwe4Eq88KxTH9XrBV -tfmtp+qgzw9b2u7Gdin7JDCoW4fOZemxs+6YlvrI02VDvnmzYhh/e3ku/2DV -cP5h5Qj+ybqh/Krx5/A3Kqbx77bk8q83FdDfAs53nEZtNOdnU9tVyL/fnP/1 -w3MG31qZHTe9aweX34uBXydfgOIJIvtX2VlkrUaIrHcPYlTNGclQuXOsx/NE -TRby3IgpMV9QP3YyrMdbxzfUN9euj0P9h3U+izYNhxwgLz57/y7hkVtze215 -aFb6W8+UZfHnFmXzlxYP5a8vG+Z5f+Vw9/E1ed7/rM33erYN9d00dR9/Z3mp -j+/K8/l2jPYRl3y+naO9vp2FXu/OQrfn7NFevpP4tXcM53uK+Lsrhv15Y27v -eWQDBUPIcLn0yHyLnWLsFYr5LhF1BoEtdUeo3Dk0PnJI0PzQZahtQC2NPb7U -GgAxQnLgVp3ytQDjWOD3Ndo0r1yOwHObldR98m3Tkp974qxM/ji1p8uyvK8s -zfGQnfJ9WDmc/3vtCP7ZhlH8y41kk3Zn81vP2M9fq1jE+b487tsluSM4tK9K -83n2FHk8u4u8et3bK4c9V5HZs0S9rcOpNROGIr7CFpJSl9/pcKG0GkKJhPKX -8IsIPHRfM/oPYFOsvxGN/sGerH5jM6zzObfmeXdrBa2j4juFhx8oSLj8odkZ -/OHSwfzRuZmeYwuzvX8pzxG+z8qp/23O599tJRu0Zxh/fP56/nblfM7PGcm9 -e4s530+8OYf+HkArke2g+kvrvPuLvW7imOKX58jYATtjo8Jk8NiN/nmZtMcl -Ym4DyanGQSh/CR+NembUaMBfwpaVMDkHoX08Y11r5vW+qC2Mq27H1g7Nqby4 -qP4/Pn3gEw8Sp+6bme55jDgF//fykhz+1+XD+N+JU/9amyc49fWmfH5iawH3 -bSd7Bf+2u1DaKPBkf3GAR+eqdt5Y2c61/KXt3v1jPGTDfNjnL8tzft0nIrw7 -u40Vu65wSH3eeJyyQ6u2YO+HXFkJtRuYtGX4XdVgNfO1ycfq90E/Y5v9zRLN -qZK+nXJvmpz0/h3T0/jdM9Ldv5k7mP9xQRZ/kfTUG8tyOOkpfnx1Hv9k/UiK -+UYJXe4Fp5Qm93NK2yjBKcWhQ+M4Pz9IO6S2Hyzxndg3xs3Jzr21Pfft5JUR -oubGFV7vMYn1QbAcBPICqGXAPEyI5WDHEGdC/9k5EsrfArB5Fax+NREtFk6l -p0b3iUq6duLAj49OTeF3nZnmhg+Epnp2YTb/y1L4v2F+//e58n/urSreE7ZK -aan91XDqArTTOb9QNSxfoLYp++XeN+YE7Nzr83Of6905HDoGYr65Y3D97OGz -ym3boAL1+B9wDPoL9X992clwsYAtbLNzH2tO9Y4Kj7+suP/L109O4bdNS/Xc -OzOd/2YObNUQ/icZ+/H3Vubyf8BWrdO2Kp97tlls1V6LrTpo8XuHbHw6rNv4 -wPKFil/YV3LLzc8r4a9WDDvWKyocNsCJvGwz3ir93pg/Qo+RgB0NxnfUkyJv -ihwZchjgG/xluG0/6PV5arnN8Erlup3REa7w/fkJx66ZmMRvmJzshg98YFY6 -f2xeJoeu+vOSofytimEiT/XPNSP4p+QDT9JVgldjAjpd2yr4OG2nLrTw6SJb -O2yxX4JbJX679eLirJu7dXAxlZ9vxtslgHx9sPnRQvk7fCeQf9VjzMAjjLvp -pNbrebab2x43GNCXgqxRWVrMwZ+MH8SvnpDkvmVqKv/lmWn8odmD+e/nD+HP -Lco6yQd+tmEk/0b5QKGtdhZKvW73gVb/p/2enVMXqya4pfh1gdJcxK0Te4rc -/GAxPyc/QeSkw5zNprX0c4emquk33KqrZYa/xDwmyJVdztrY/DFap+fERub8 -oKT/95ePHej5+aQk363TUvmvZqTxR8gHPkm8emFxNn+tPIe/swK5hTz+H6Gt -Rvq1VYBX1hiwuKoPPD+ErRKcmhDgleaW9ol0vO9Asdezd4z3s02j/jEkNgra -prn8obVvUNuY2vquYBzDvMiYGwtZ3zah2ZUAdXbv4Azbmdfn6UuKB/ArTx/k -+fnkZGgrfo/QVplKWxGvSFu9S7z6CLxaZ9Hs28gP7qiBV1atbuWVn1MTTuaW -3x9KHU+88sC3PlKacW1kmJOp2pumhnX86AjburoA9haXj5hyoFrXJnhFD0X4 -kvGJXRcdLurPLxnT3wM/eD3x6vYzUjk0++/mDuZPlcn8wuvLcgSvPvbzSvpB -qa9Gc18VPzim9n4wFLe0zdIx4oFin3t3oZfvKfKVJkdjHCj8YVPrXOtvBJ7q -7x1qHqLPWs/32Cb0uroRjq7hzvAtw3u/cF5hou/Skqq8ui8Er2Cv/r22Kq+8 -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 -GBgYGBgYGBgYGBjUEv8PL7E7ig== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQd8VFX2vjOTAAnVJIQSIEBII6RRAyQkoHSRjnTpICV06QKiICrqqqur -2MuuZV3burp2VxHF1XVtq2tdC7tr+bsWLEy5//O9e8/My8ukEFIgud+PQ2Ze -mzfvfXPOd889974u81ZOWOQWQqxtQv9NmLth8Jo1czdNbEVvJhevPXtx8cIF -I4vXLVy8cE3ePA8tvFpbhDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw -MDAwMKhncJG56/okDOoVnHxCCVKEXu6q/dMxqAfw6L+xZInlbMNmeGZQHsAP -LofMJHuL7Fuy98nuIltDlkMWXc6+zDPDNQPArqXGkh3R9nuyWWT3kP2D7CjZ -f8geI9tJVkgWX8Yx2Z+Z2NkwYddSm8gk2Vyya8iud2ybTDaZ7Aayg2Tfk/2f -UJzbRzadrEMZn2NiZ8MBaykMHkCs+4FslF52P9mv9TaNRXguYJzBcKF811/I -/itU7HyP7E6yxWTdyRqF2dceO41Pqz9gLdWJ7O9kH5B11ctwn+8ju9KxLZZz -2zAcD8C/XmTFZA+QfUTmJ/uM7Emy7WSDyZqVc06GZycncL/YTw0g+59QeqmF -Xsa+JRyvyjoW5yCcwDrEzvlkNwvVFkDs/I7sb2SXkk0VZcdOtyjZHjA4MeEW -ofu/SCgtdaljPXMOvLpKv67ssDnW/8y1cGhPNo5sD9krZF+Q/UT2tlDtg2lk -Pcgiyzi+3acZ1D08tte/EYpT8/V7O994uz+IEOeqOhyTeRZRzjGaC+U3t5A9 -JFQ74Eeh+PaYXo71UWUc3+Rs6w58T9uSPUf2FVmBXuZxbMv8epTsfMf+1QHm -Qlk+BxoN+bMVZLeT/Uuo9gRi5wtkl5OdIZQuDAfDs9oBcyKb7EOy14SKRfZ1 -dvC9forsgnK2qy7YfZqT44xuZBOEynugjQGO/SxU7LyFbIZQXAwH+7FN7Dx+ -2PX5FLKAULkEXlbWPeRrj/bbbv26NqclqAzPThGqXbmL7Gmh/BlytoihiN8b -yXoLFWPDHd+garD/LhHLoKXO0+8rqlOw+6ut+nVdT3dRmfxGHtkqofJunwqV -3/iG7EWhcrbIsyXUxsnWU/BvvKlQOSRc38l6WWU0h91fbdCv65pXTlSU38D6 -FKH6oO4ge0con/a1UP0Iooz9DMKD739nobTH50LpKvu6isDXGxr5ROWVE3ae -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 -dzlr3u3G6y1OKV+FviL4Q9JzPvjIRyemPxn6ajUO5gRqQ2/Vr8uaf43bf6iJ -2VvOtvUCzKuoCHf7ORnxPy3LbSuLe7YPkM+SyGOdR7y6qFDnR4cnyTsoFlo+ -S+v357XOsnIOOv8eioeaWyuVjv9J5+H91Eb0ER8svYXclnNszrbCkB8Lmm39 -FqXVsT+OdXTNAPhGH9oMD41Peyr01Wr60gXxsVBzKQPhtBLz52ahaml4HHa9 -i38MG69azere+rMlOW3l8tx2/tW92kO/y20UCy8o6CQvG9xF/mZokrx1VDL5 -rFSrTwc+CzmHF3R/Ieqx3pmv4iH6dlDr99UyPd5rpS0mrlXcCua24LtYd7EP -c44B26Lj3mYV+yxOUVzFsX6i4361rK8PXH5wXOoD+qvVdHxhTkAjwQdt1O+d -vOLz4PZfP/2+3voqgHnVxONyTUuN/eui7DZyaW5b30qKh2tJw28k/Y5cllUz -o/sKlc9Ks3QW2oaox3oRY1IpHr4xV+XgkSv9ZIni1pfkR8Ct73UuHjER/TxH -4bvOUXreH/RfNh9mt02KTxYHsT3th7iKdgF03OElvb3IzZJvteaL4pxczV46 -C8jDIsfA47vsn8vxD8+xwNwwl4TZpt6C81dDOrV8ELwi8y6neLiKfNZ6iofI -OezOJ/1OOgs+6xbSWcg5oF/nEeLWU1Y8zJSHZmRZudK30G84r6fFrU8Xqxpl -xETkH74jDhxZmSePEL9+1r6LY6OlvbT+sngGjR80tQ4aHXxCjdcvdAzoN9TV -f7Swlw/jzKalxS3Cd6qF/BX7Icwp4RXhn83Kr9H+wxj7KFHP458dLv3b7t++ -+VXzs+IltQu9Z6t4CA0vN/dLsHTWxVZ/Ifp1ulltw3vOKBkPD1A8RB0pclrI -PUDHf6hjInKmX+jc1v+K4bvyrLho+S7Lf/W3/JdvvTLvesUh9Psh/2UtW6d8 -HPb52eJUntXuBG/fmdczgDbp7O5xmCvGqnmv4cvGvMoRKr7lOpY723/9Hcvr -PVxce9w6evlZGa0l6Xffoqw2Etwqpni4vm97eS7n39E2JJ9100hVQ3rvGWkS -41Qfm4y69wx5gNqHyD28pvNalt9apLT8Z2erHMRXy1FT08+KXxhnAU1/ZFX/ -YLsROhz+CGN6YODcz2vUXCHYBv4O+369ApzqbbVB/04+8tD0TG/fNtFdVR1W -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 -3s3i2k0jkq3xGeAO7CbYCLWOtvVeR9tS2+Br8lOWTvfUYC0M9D4dPBIXIJbi -3Qoh7t4uxPMUI988IMTRL4R4fTrpdVovidj79W6GU5WEi7kFv5XQzGojju0W -Q1o+1me1E9PjLG7Nz1R5CPQncu3WBuaX1W5U+kvPU2PlJi4bomIl2pHIgV1t -zeEGzoWM3geoLeDF+osKEz9Ni4mCPq6t8TZ8DexAfqxFihCds4U4i14/Qetj -RAN61kh1gbkFcZx6SpOpE1NivkY7cRz5LuKWH1oe3IKeX2TzXRiDAf+FnMQG -XS8PH8YcQxtyr/ZliJcW10jzI27i776izr6LtU5b2bPtw0ktGnXG+dTynDH6 -EjTM/r1agnU/E5pGpA9LbPnnSanIQSAvH+ebofoTA/My21jc0vXMVp81+n/W -aW5tzlP8Qn0zcvbnkc5HrGSe7S7oFLggv5MX7zHe+ryBHX8Y2aXlukY6O1AH -nLLD8kla67vcIY1u/NRxguediaL7nBnTZNroLq1eQTw8My1OTku32ope0vN+ -0lwB5CKW6nqIVdp3IecF/4XcBGIkcSywNa+Df2v/DhgL6z/X4lpH9G8fJa7e -0blF43T90ZjLw/iMegyXrS1N/PL0iGk8cVSXVs8Rt7zIQczK0HGxR3xgQVYb -H/HLR/xCbbOXOOYljvmIYz7SYL51WoexD6Nln01Njb02qWVjrr+sax9lUMtw -2do/aDMmNI3M6hUfvX5011YvTk+LOzwHdTaZKs+1zKa5UCcI36WsHXGuzYeT -UmJuyYlvOqlVY08r+/GNj2qYcCm9UcKfgGOxjT2x8dERfXNaR00f0K7ZxvyE -5vsKOzTfX9ixxeVFHVrsGdyxxZqsuCYj2zeNzGzZ2B3lOKzhkwGD6wnCPZuo -4p2tx1dalDQa2KBMsB9zuYIWAXOHjJdX33PpDQwMDAwMDAwMDAwMDAwMDAwM -DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM -DAwMDAwMDAwMDI4L/w9nL552 - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->554595901,ExpressionUUID->"db2671e1-2b5f-446d-abef-d9433dfbc61f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1980803900,ExpressionUUID->"ddb4e95e-87fb-4cb5-a414-a523fbf73406"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]OpacityMap\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785488777197382*^9, 3.785488779564941*^9}}, - CellID->853402100,ExpressionUUID->"168c8a37-6712-4022-8b41-c4673de3f827"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], ",", - RowBox[{"\"\<OpacityMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"\"\<Na\>\"", "\[Rule]", "0.25"}], "|>"}]}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, - 3.785488750071053*^9, {3.78697099409949*^9, 3.786971003497835*^9}, - 3.7874708834305677`*^9}, - CellLabel->"In[36]:=", - CellID->823534240,ExpressionUUID->"79f61f96-0e50-4093-b9d3-fac3ee2c3b5c"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQd8W9XZxw9hlsLbMlpWmYEyQlgBEgjQQlt2SEISO4730tYd2tOyJW9b -siVLHrLlvW0t7z2zpydJGIUWMii0pZuWWM//Odd2St9/++7/+39DfT6fk2vL -sSzd+72/5/ec85yjuxLot3irLrroIvmV+M9b8eoXZLJ47bZv4zc7KLmQTyUn -vUopkvnJsg0Jl+CDxUv90otW2kpbaSttpa20lbbSVtpKW2krbaWttJW20lba -SltpK22lrbSVttJW2kpbaSttpa20lbbSVtpKW2krbaWttJW20lbaSvt6tYu5 -turiVasuWfV3+8WXcD/H//n/90tdaRdAI6yQ9p/5lUXGVvhaaf/vtgTGeTiu -vea731h9y9pbX34ict1LT0S8+OpT0S++9lTsC689FfOjTRsS129cs+mOm6+7 -8+rLLrni/HOgjq3AtdLOt2WxWbXq0ovW3vn0LTt+QL+sCCvmp8bWK3KSAup8 -QZemUNyrsUsGNA7JoBa7ukDYq8jnd4rkO1xbnlv75r3XX3PzqvNPtxIb/6kb -wWmZqZuuu/OG6B9rt+h2VchSYxvUabGNsoyEFjor0UvnJAepPH4XlS/spGyi -DqpAHMBjgLYKfaxd0qUqZYZVaTF1kesfeGX1JZdctvTcq1bg+qdsF5//56n7 -XnqE3V5EayLcKm2kh06Na6Ayk9rpHH6QsQm7mUJxP+OQDjBF2J1UH+OkuxkX -3cm4qA7GIfHTBaJ2ukgaVJSyw0p2u/2la75x7eXkeVetsPVP1Tidwn+vvPyb -F216Oul5drtDqQhzsbpdHsoc28BkJrYzuciUVdTDFEoGGAc1hBwNMSX0AFPK -DOCxjylle7B3MiVMB3LmZ5xSH10obqNL2QGtemfJzmuuupYzXits/XO0RaIW -U743n+G/qNju1LHbHDQyRafGNi4yxetgbIIexo46VSQdQm5GmWJmDDkaZtzs -AOOWYWf7mTJZD+NWIFtskClGtkhHtqSlbL9aE3Gerf9sfrnSLsBGBp3Icd09 -Lz7MbCtUYae1ERWMKbaeyVjSKduSThVJh5liahT1aRyZwi4bZdzyYaZCPsB1 -t6wPuepCvohufZWtdmkJ069V7nC98Q3UxEWwVtD6urZlL/29G+69ntpiZZit -Nla9s5Q2RFUzlrhmJjvZz1j53ahTyBQ1wmlUCbsb+dnDlMt2M+WKCexjTIVy -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 -ddMD+I8tj+CAoSdwxPh8nHAOsPXnRRj9+Byj4yYD3yfDS5geRe6lhTi2+y0s -cARisTMUKxzgC20RWGWfXGr3honkXR9ieT49mBrSJslgdVEmtl1AdP9J7MRo -tscRzfZJfiJ67UoSSwWXCen1BbQooFD+0oJ3l169/9MqVp+yX8zMeWtyf6GS -zKFn9qxK0CSumhi++gRywBOQA36GvBl/Qn2ZX6GBrK/RAIOr73jNsm8yMos8 -tX2Vl+iRXMwdzLtID2Z/Sfdnfk4VCLy1mQmdTjPbZsnh2mw5PBv4Kjtwix0e -M+egrCZ2pyuP79AVUj3STHanPZfrsuVzvWQvyloi6LeV0P128I+As0FbCRqw -kcfFwj7ApAew2m0zc1xWI8tq18W02BuS9qk96ZfjlML8sseDb8ZLOPf5XlHO -xWQmHdEGJNgiupNEH5Bo1fAAX4LvFjH9idyLi3DY+JMM9nhfPo/FX7+Mky8u -x5pzb+L0K69jIyzTd7+bMALPqc784ZguvJWri2miIcaitZHNSBvZxMy7YbS1 -w2sYrXbAEyJaUGhdnhSty6VenP/O4l/e++loU7/b8kV/fE8RXKFI2lAl1Me0 -k3ooMy+nRkJm7O4DXB0CXB1DbsMp5DGeRf2mL9Bg1kU0lP012pj7PTVkuiDf -TQ9nHxCOmLapDug2Zl+m+/K/E/TlXOG59J9KTayujoyEDpeJbbNmsS02skyc -Llvm5LIa4lvcmewOYxHPE2uKsecbWK09Rn6HO5vq7M5JdNjzE3o78nkeS57A -bc/juQGTbpuZ6yT1R0ZTJD2h066NarSD39ZAzpoIcXOaieWsWha46OKTobcC -tuZOvKqai98ueAh/0PooXtf7OA7ZPo/RCIw5tgDHnliAY44uwKF7H8dBXUtw -+K4FmHVpHqZ9z+IkomXFaMmT2TgvkxjfZ/C9hJOuvPadMqFUoQprEBK9f6LR -TngpidH9L6MgB6Ko9XlCan0uTa3Lk8e8r4l5/mffN20xRexnvnp/uTy4Qq4A -XJFZeFkcByoS9KNqyRaIr3ajNvUBiK8+AT94HHUbT4Mf/Bz46kvwg5fQsPlr -NJz3F+FwwQ+Ckczzsh3KsbS9wsHsnaLNxo0p4ypv5gVBW9qn0iyOu94Q2+I2 -sjohL+9gZs1nJLTbDAmtttToBpsxukOaSpWbZBnK3dIa/jdKi+B7tVP4vaZL -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 -vlI= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->607866765,ExpressionUUID->"1510320c-1645-48da-adb9-1ac13944e804"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1079651506,ExpressionUUID->"9c34388b-5e03-4e7b-b5f2-06806b24bb00"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RGBStyle\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785488777197382*^9, 3.785488779564941*^9}, {3.7854888963148003`*^9, - 3.785488897914394*^9}}, - CellID->618582540,ExpressionUUID->"425074f5-726b-49ee-aed3-4b0954429d5b"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "/@", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<Ice\>\"", ",", - RowBox[{"\"\<RGBStyle\>\"", "\[Rule]", "f"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{"True", ",", "False"}], "}"}]}], "}"}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, - 3.785488750071053*^9, {3.785488913147212*^9, 3.78548892726615*^9}, { - 3.786973058534947*^9, 3.7869730824467373`*^9}, {3.787470907237821*^9, - 3.787470909829444*^9}}, - CellLabel->"In[37]:=", - CellID->548414653,ExpressionUUID->"325c61e8-42a5-4b85-b47f-d2a7efec377d"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -pn0+NDYMtu5GB2TZjVwc9qA/FTcEfOsoXTSPeCOY84n/9mKYduOGjJjo/76h -cUJ1frOmVQuSWooH09PEcbRZ/4d94R+yeojnO3es/PV1XaqLWyXtxLo0yu1y -jbnCe/vui3I9mLGbp1B2A++zIFT5qfNDn8cgvyfhhySGuU8kITEyYuzYpk3E -5BbNK0pbJ4sNmW3FgW5dxQe9e4pT2b3E+1k9Kz/KzhJ5TZvQntME7ICbXYX7 -k75ozz19vxj1kc7n3OmHEcAN+rdHvesYlysiNyH++M3Nmwm0Vxcfykiv2tYh -s3rvdZ2r3+5xXfmJrJ7it926nGsVFRnve94Ps7jMvxZfnDLO7W7rTYj/iOrW -POwLV6eliPU4Ptzaob3Y3iHz25EJ8T5f3dD7rBimHqgYFtatltmxsevzmjQp -K0xsUb4w6dovpiW22JEZE93Tmo9hQsVaZ6INI7aB25Uc63Y3revvDFMfjJrz -dwqaOOA6xVwNfFPnxg91QMIwDMMwDMMwDMMwDMMwDMMwDMMwDMMwDMMwDMMw -DMMwDMMwDMMwDMMwDMMwDMMwDMMwDMMwDMMwDMMwDMNcdf4fsNNJgQ== - "], {{0, - 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -vxUWtR8pqamZ55aW7hlXXi6nzJghF61YIa9RPrTydw4VFRf3UjalTbfu3WcN -GDz4+pKePaekpqVF56BNXdcJ2J+zMDWlZG1B3sGdvXrI3/Q/V/56yHny4qFD -ZZ+RI+WEiRNl1axZsmb16sj1t95ad8uGDfWYky5Zvfrp9PT0JPRjx2Wd/Qvx -Yth5xEGytPJOdrnpa4eku75nE23ygrD61DqtrDk+Q/S1ySkpSQVFRVcPGDJk -a1k4/IO+AwYsadW69ZlxX3RydiqQHgykzu3Yft+Grl3kjh4lJ14r7Rv55EuD -5B/LhsoF5w+TA8Nheb7q3xVTp8pZyj5Wr1olr5w69aEWLVueYV83nq7OdoCf -8FVhrVmTTcdaGecsN+qOM4wQF8D6tN6nYOPpvLHmyH/X/5xgDdgeL1M0afI1 -A/baQHFa2qia3By5trCg7pGe3eVr/fvK95S9ksOHShkuk8+NKIt8OzxSXh0O -PzeorGxdXkHBaO2zJHLdJNE49sE3hR+BeAjWMrBWhvlkcjx9DYFsNuIJaA/E -Yq753C6mmQJriebUNT2906Azzli+JDen4abC/PqHe5TIV9U4+IdBA+THw4ZI -ObJMygtG1MnRYfnA2UVzP/X65n0WvHi4sPb5YG7oFbM3AdIdZ83AnxohrDxK -rCNeZD/+30vAshsXFqWn/fDCM7Maytu2iSzI6ShvLSyQ+5XN+psaC39d2lc+ -3LN7/U/O6dWwpFPOI6ovjQsFg5c089rR6yo5X1ixm3uU7BS8zwKQ/vATzrQl -64skAWufSFaHlORLL22TLSe3b1e3qnOu3FzcVe7p01u+NaCfPDCwv3yztF/9 -7weWygltsrFXJEsNwG1PwfXRXthzj1xbjJGm7PVNhC/0vUUfPj0YTB6Vlbn/ -8nZtpbJXJ9YXFUbuLylu2HVOz4aX+55T+0ZpP/nzPr2OdkpNyYy+7gutNfM/ -IhoraRUKdQ1nZf4efWueGgvXFOTJjWp+uK2km3ywpPiTsVmZUV894P9ca+YU -QTEs1bc6DszI2DghO/tQZYf2tQtzzvpwWof224vT0/rp9RgmUfQ+kxYIZLQI -BXMzQqE2sf7OME0h8On1OwKZXNynmFMBXPNg4As+L2EYhmEYhmEYhmEYhmEY -hmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEYhmEY -hmFOHf8B5Rbucg== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->205260047,ExpressionUUID->"5b323ff5-443e-4e14-b88c-9294b6ded473"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1613527839,ExpressionUUID->"d4e5c42f-8997-416a-a58e-867c8cd87573"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]CrystalSize\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785488777197382*^9, 3.785488779564941*^9}, {3.7854888963148003`*^9, - 3.785488897914394*^9}, {3.785488950417745*^9, 3.785488952985249*^9}}, - CellID->1452106151,ExpressionUUID->"feb5ca59-3d2a-4944-b9e1-115e5efc1a5c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<Ice\>\"", ",", - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "2"}], "}"}]}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, - 3.785488750071053*^9, {3.785488913147212*^9, 3.78548892726615*^9}, { - 3.785489231660301*^9, 3.785489263347477*^9}, {3.786973332424247*^9, - 3.78697334440517*^9}, {3.787470989331937*^9, 3.787470996923089*^9}}, - CellLabel->"In[38]:=", - CellID->1543915349,ExpressionUUID->"2bc8787b-91b0-4164-a2c8-0600379004aa"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -4moiwp/ceP4ctPX1jZra2zsU6Oztzt+nj0tLT/scnob+NnjrFjKGGwxPYyLI -Wq1noiLFV/yCgp7JBQXgfGsLuD85idE2NtaUkJKSdgkKioi3tMgqk5N5EODt -jWno6UHySLHIOetW1+9brW9fU0e218BgvqSpEdQFBvYoi4oKSCspiUKuzhWR -nJzl4+PjXaG851OqtTXeOzy8D8YYGyj/iA8IPA7Rr93KygFF1dXAJTh4pRU+ -H5H7TQNFpKWFOTdvpldUVlaNSUkpjUhL+9YVGoIv1NHGefv5PRWXlNSlJK6T -8/9LB/0vB9KNJN5Cx8AgWSIo8BmvKAdGa6pXkHUXDtXXgzYNdfBITgo/duTI -8um9WkuVwUHfePn5CLbs5/tOWgtNnJMz9hLfDtw7W+vvrSMjX3sGB8DRs2dB -c3Q0uLJtM5jx9wNRIcFjdPT0jGvrZ360a7WemGqHsLCPj7TU4u/C/CtX0Klf -b3z+spScnn6v/8oVUF58CLSws+KfmJksSQoLixHasyY3S7JZ8JlRc7Wz++Rk -YYEv3LkD901THdyEPBLKuBGbmrp09eEDwhzIgA3rMR9UlICbgrwf4VrIfP2/ -A0J/Qj/InFtWVjvV1YU7oq31vQj6jZCAAODq6wscIDcvKykBcy9f4qbi48DD -3h6cmqqKyrrVnP3amihCn/Ly8UnB2O5yX1YmrnifPjYsLBSkQC7lExYGfLy8 -QJCDA5iZn8demp6+zM3Lu5GUa1/bKFLO3NjS0vvCyMj3o9ZWINTGGhxqagLO -kJu7wbY5wrjBWFIS13ryJG7u2bMHuyQktq89lySTccMGevd9Bi8KEhPA8MmT -+OJ9BgCdlYWpghwR2l28O2xTiL8/cDA2BnGBgbiHHz58hTzMCTl3bcxBxj8H -qYaNiYmJUkBYmIudg0O6qLISnJ+ZWfKMipobvHoVtHZ0vJeSlEgQERUNjIDP -cyeMp9Iqq1YuLSzgIb/yIIoiLEpJ6ksY93No6+sfrGtvB4M3b4I+yFl0lZWz -hcTFI+H7Bdx8fOYGlpYzpdAfjcHPoR8k1OQgnJ7Iownz7pG2QT9F4xsa+qIf -tiW7rOwMv4hItKyCQsiW7dvl4PdYb928WdnM1nYxPDkZyVGsIHU4lKuyCP4U -iREQXZeWl3fLq6gAyfn5mLE7d/AmDo5R65mZJXYKCLhu5+aWZt6wwcI/LGyp -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 -gUD8DSluYlg= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->540363942,ExpressionUUID->"b5464610-d011-4a70-86d7-06859eb896b8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->138895757,ExpressionUUID->"ba113835-b6ff-432f-b04e-f680da913000"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UnitCellDisplay\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785488777197382*^9, 3.785488779564941*^9}, {3.7854888963148003`*^9, - 3.785488897914394*^9}, {3.785488950417745*^9, 3.785488952985249*^9}, { - 3.7854892741632*^9, 3.785489278530514*^9}}, - CellID->415246207,ExpressionUUID->"dadf9d81-39ca-42b5-93b7-83cd511e3b33"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "/@", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"\"\<UnitCellDisplay\>\"", "\[Rule]", "d"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"d", ",", - RowBox[{"{", - RowBox[{"\"\<Box\>\"", ",", "\"\<Axes\>\"", ",", "\"\<None\>\""}], - "}"}]}], "}"}]}], "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.785488664984013*^9, 3.7854886731996183`*^9}, - 3.785488750071053*^9, {3.785488913147212*^9, 3.78548892726615*^9}, { - 3.785489231660301*^9, 3.785489294179068*^9}, {3.786973363736171*^9, - 3.786973370695225*^9}, {3.7874710267714033`*^9, 3.7874710273705587`*^9}}, - CellLabel->"In[39]:=", - CellID->1868631946,ExpressionUUID->"6d0f21df-125b-40a6-8835-3b46202f3489"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -CRMmTJgwYcKECRMmTJgwUeDw/+jvgxs= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnQdAVFfWx+/MgL0gNiwYxIoFsYEFJTYUuwKKjSYIiCKCSlMEG1jAgr23 -oCYaS2J0jS3G3mJMYoxRoybfJiYxfRPXKec75773cCDZ3axRAff8kuu8edMe -zJ9z/ufc+2bqhk4YPEYvhIgvhf8MDknoEhcXkuRrh1f8Y+KjImLCw3xiJoVH -hMe1CzXgzuXqsBEMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAM -wzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzAMwzBM8URX2AfAvLCw -tpinTSkWFfMUMah6Wu4jRIPSyjZLjPkr0Bf/6PCf6nj5604hRrVR9hv0hXlU -THFHrwamKqgjuCPE6ymK1gz8tVHMX0DLgZ4OQlgsQvxwVIhKtEPHuZB5cmwN -yuUMLyHMIITpoRD+Tso+G86FzBNia6tcLojHPGjG8YsQxycp+/ScC5knhDw7 -eax4DyGWBQmxfxhuN8Z90tAX9tExxRmt9vNpIMT6Pso250Dmr0LenbTl10iI -zUOVbdYV81fRasKAGkLkBirbxUBXut/9xxQptDekQUUhkiKU7SLaF6Xuh0Fp -sP3BrQa9jc6AjpEVVrQoI8TrqKuqtF3k+lc6JSLl6d22rN7Gtpy+Qony+ool -KupL5buvXhTNv4v/TWyEOBMmRC21v1B0dKXpRG8rRN2+5dy9N9VaN/Jqgw/C -/8/lQfS3TX+I/b7ZrcAzDbZ5zqg+qHRdg636mD+KaUyhcDxUiJoVlG1dkRCW -pqnKrrZVuq6quSnww4YQ+U0TiDU3h0RoCdOhNcyEtpAJHrAA2kHCzy3OOnmX -b0GPobxYuEf/P4+qobPBqKvK6q7C15VO0ZS9SwnnXltr3xh6qh6grixR3zUx -xpldzcmWlpY0S2vLLIu7OcPsbsw0epiyoD1kmj1+7JhdvR89Vm9gbRUeOtWP -bBuFedBR3VeoutL8VKmq+oqdF1a/3G/XS+B/3PlR6M1GEP1zU5hkaQEp0ArS -oQ3MAXeYh7FqAWpqvrmdMcvSHmYb2/5Up1u5ZvKp9Dr2W4WCQf2bDhghhEt9 -ZbvQdaWnSNN4VMXM7qtqQZ/tdR4NOVkPQm+hrn5qCvEWV9RVS0hDXc2WuvKQ -usrStIWXk39xfbdMbQNViKysQsFG1dVUXyESm6j7Ck9Xav4rU9NQtX16tW+8 -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 -GIZ5Ufl/V3m/fg== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQdAVNe2dYYiVmyoaOwFO3YsWFBjQVHsih1FbCggolhQLIgYo6ioWGIv -0TRjijFFE40tGhNjes9LMy/R5Cd5iczM3X+vfe4dBuMrv0SNnGVOZphyL3dY -rL32PvscakTPGDDRXqhQoZl+/L8B42aHJSaOSxlYir8YPH3m5NjpMRN6TU+K -iY1JbBPtxQ9uMId3IQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0N -DQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NjXscNv7PXshm8ypk -t3vbvDDkn72Q3WbDsxoa/znAGeYStnGx/6vX2YVl//o1GhoAc8rLuu9dzFao -VB3fgKo9ijULWRzQNTSzQnhQlH+7gCZ+tYoEeLm3DGL9goZp/dL4I1RcE+0p -WcOncIvkcqP6Hqn21IQvgr6O+0cjSqZgmk/NaQGPVGrxe/yXjd8cdKhG1n3t -i9V1H8KutUsjD6ZXstlYgRqMKTlkwLHql8e8XZcmfFGfJv/QkGbkNjKSHMGu -FEdT1wJXCyPNaEnp1JpWUVvc/jLycO015Vv4lcax4MHu8OVo3A1Q8ctWuKzd -3nZZwLqBz9ekIa/UopFv1nHGfFnPOe2XRkaiqwnNpqaiV4uoJS2lVka60dq1 -3BniWGGE0FpqTwuvt7gS2KpoQzmk5laBhqlTXr6l7LY2iwMe7vt4dep3pLpz -6Ku1XGPeC6LYbxsQYuBMownNoWYSA9OYV8tYqzIohFZSG3qA2hiZuSGONdSO -0q63/CawZdFGcmwdEwsmbMIru93XVqhpYpkHuz90H/XaWzU38pnqNOxMbRrz -ft18vJrNvJrv5lUrWp7HK4mHK11thFsLr7V4p0KLIiVxbBuqERoFC2beV6Vb -0X6dVgdSl+xKDuaVEfk08+p0LRrzbl2a+HV94jhIiIPJHAfnSRxsQUuYV/BX -mcyplSavMDIdbXIRE2Mu1suxebEYeul4WJBgqojNt4y9WOt55T4MTa9IYesq -OXvuqkL9DlenISdr0ai32Lf/rR5N/bEhxec2plnMq7msWanMrcUesTBTNEvx -im+NFY4QF3PNqBVesiE0UXutggP2PlJ7qtimyMC2iytQuyUVXZ3WBFL3bfdR -xKPVaNDxmjTiUh2K/iSIJv1dxUJP776QNQvcSje5tcLULYwMR4jjAaMtjTld -d515Ls2rggLEQNaSoBH+D4csKG+0XVTB2XFlIHXdWJnCD1SlAc/VoOHnatPY -9+pSzFf1aepPrFk3GlOSEUwppn9HXoh4CN1aLtxSI8MIcS13hVDKz02/KFHH -21fOp2um9z7MeT2/AHv54Kllr7ZMDiBwq/3SitR5TSXqsZNj4ZMcC1+pSSPf -MDXrO/ZZvzaiBEdjSr6JW4tV3UH4Bf3iWyPNIY/lBkX5N8G5dCwsALCp/L9o -Be+mzCtX84Ry1DqFNWthBeqQGUjdcipT70PVaMAx1qyznBdKfbSe1EfjmFuJ -TvbwRlPhlhUT00x+LWZ+4TbV0cK12GhJdQf6R+BcmlcFAGYeWLS8d2iT2DLU -NK6cq2USc2tuefgst2b1PVyNBrPPirrA8fB9jodf1qfJ1xvQ9N+YW44m7OOD -aY7p5eeruR33mOds5oCe9dhbOVpO6WXTf37kXofJqyIB3mENo0tTk0llnM1m -lKMWSQHCrdCMiuKzeu2rSqg5oPY+4lJtGvdBkOLWDw1Et+I5Js50Bcu8Ifw8 -9Ascw22ys6kDddQOqyuMklNqXt37sHhVzju0/shS1HBcaVeTyWWp2XTFLcTD -jqsC6f6t91Hvg1Wp/7M1aMipWjSS88Ox7wfRhL/Vp0nfN6Cp/9WQpv/emBI4 -LiYyv+Dpk0jdJtxoYsykJlS9Z/Huckpdx7r3YfqrIgFeVYKG+f9YL4q5FV3a -aDJJcavVnAAVD7MCCTX4Po8wt46qmtaIi7WlXjr+03o08RvWrmuKX9CvGTfU -4DhpTPu5EU28Wu/HCiFF7pNT6nywoMBm97F5Vw8vfrrukFIGc8vZcFwZArea -xyuv1X5ZRQpbW5m6b2duHWJuPVODBp9gv3W+No26XJfGclyc8Fk9qcnHftdA -NGwyD77vjP22vjHgWPVXrXPd0SvVuG2w2VRdtEKLIqn1hpeiOoP8HUGsWw3G -sN+aWIaaMbdC5rHXQh0+qxLdv+0+Cj9Qjfo9WY0GvlCDhnJcjLpQR/iF+elx -HwZR9Mf1ZIx5p64TX7ddWn6WnMuuvVUBgsRCn+L2ynUG+v/Iw8XcMoKGlqL6 -I0pTY+aW1B+QI6KutTqQuuZUpp67q0g9Hn5+4Is1JDYOO8sce6228Gz4+dqu -YadrG4NfrvlVyRo+ATiHjoEFC1a/cUALv1nQrNoD/HOZX1R3sD/VH8XcilW6 -1SqlPLVNU7WtsHVKu3rtrcq+q5rUTyM5Pg44WkPqXcy3XHj8eiP8J8o59BxO -wYNN/tl9itn8ag8ocbLuIH+qA27xrejWKKVbzeLKcp7IcXE+6lucK5r86ra5 -MvXYXoV67qlC4furYjj6HalOoRkVDnj52RSn9Jqdggmr9h7oVbnOYP/32MNT -7f7+uaxZRtBwqUGQ1E6nM7dmBijtWlhBPD3mE+G9umyo7Oq6sXJuz91VqU1a -+Sd9S9j9Clms1Si4sLhV0atyzYjiJ4KGlYJuwcs7640o5UINInhyWaP5jHIk -dfmU8kZIanmjXVoFZ/ulFWW+Omx9JY6ZZfazXyssh9Sc0gBMbnn52rwD2/jN -Zr36DvwKGurPXsnSrbJG07hyRotE1q055alNagXx9C2Ty31UpWvRSV6FzUNp -Tml4wpbXj+5Xxl4xsK1fQs2+Jc7VHeL/c4OxpahxTGkKnlKWmsaVNYKnlPl7 -/TH+z1RqX3SCTzF7CfcRNKc0bg1bIY91qXYfzE97BZas5dOuZE2fHv61fXuU -rOHT0tffXtaTQTrv0/iPYMvPr3/2Kp3z/f9Afdw2ht3mZfey2+1e7n+4b7Nw -73zU5gUX8pJhl1u75tL/DepDtYMz/HnaMR/xn66JY5Z5e/Ngstn1OjoNAfSI -/yEO5Pu99PHyLVTYp6hv5XK1yoU26luvXcPezUIb923dsUlk03YNw2sXL+Jf -qkjh4j7eXr43H9Lkpl5PVxABPtlseb1CzJFCVcrVrt47ZGzv6J4L0tPG7juy -ZtrR97cmnfnp0bRPcp9Y8rnrSPpX9HTGVdfTy7/9fe+8yz/umXv5newZJ47E -9lmaPrRzfN8aFRtU8jwH89UbrL39V6dxu2G6Ive8e9XyQeWiuiRNWzBqx/Pr -Z7z4y47ZF2nf/Cu0f8E7dGjRB/Ro2sf06OJP6PDSLwi8eibjWzq64u/04qr/ -opce/IVeXvMPOptNdGqtg46tvPZD9ozjj4zunjI0wL9SSesc4JfWr3sVstjb -rU+sLYGju89NWznpyJcbE16mnMSTtHXWGdox+3XX3vlXHIcWfeh8XDTqa+PZ -Fd8ZzBnjxVU/GcdX/2KcWPMP45Ws342TWTdcJ9fmOvm+gwfu07kNROc3Ej25 -7KtPFo3Zk9qoeptA65zswbT/uodgaoVaSx5Qp8yIrrOSM2Ieu7o27nlaM+05 -2hB/wvFQ8nnnnnmXjQOp79Fjiz9lXnzJ2nSVnsu8Ri+s+omOr/6VXs76nU6t -c9Lp9S46y/wRDm0iei1vGOc2uJxnsp3Oc8ytizlEJ9feuDpjwKqEUsUDiuH8 -8Pc6xfrrw8zRbPDXHZv0j0wbu/fjVZOfopWTnqQ1U59zbko8aWyffYHYL9HB -he8Lp44s+0o4dWzldY53P3Os+42gRa8yp85mG6JHFzYp3lzaQvSGOd7cyrdb -1f3XNxuu8xudjrMbXPL4w6nvXght1KeZ+W3ZdFz868Jmxj3/omW9oromrc6Y -+BgtG3+QMmMPO7LijhmbEl6hh5JfI9Yp/rlbOvU3k1PX2D8pTp1alysaxVrE -mmTQxc2KT+DL5YeI3uJxhcfb29W4sl099tY24Znx2ian4/XNome5SUPXpyBH -AFDVuKMfkMb/GFYtqUpAULn4AWuOLB63j3i4MmOfcHGeRxsSTtC2pLO0O+WS -ePRH2J/Dm3Oux7Hve4l97KNEp06vNyTmQaPAD9GmbYo74NE7O4je5fHezvzj -3Z0mzx4CD11O1i95jOPu4aKFSxTx/D417n5Y/rxahXo14wdlfcC5Hi0au9ux -fMKjtGrK08R5H21OepV2zFG5H/K+J5Z8Rk+lfy253vMP/EjHOddjL65i3wbl -ny56cEr0yYNP7+8i+mA30YceA1/jcTwP7rF+Gec35uZCz7bMPPl8sSL+Mo+L -+v2d/cQ0/h1sbp2qW2HGgAevzB2xhRaM3ulYOv5hxD/KYp++kePftuRztGvu -G3RgwbtSSziM+AetWvmD1BBQPzi1zkFn1pt+KkdpFWKfpVPCKQ8+fbSHx16i -jz0GHvuQxwe78vTrwiZHLni2JenkCY6J4ud1nevuhemFbZXL1iwzuW/GheRh -G2juyK2OtHF7afmER2jV5Kdp3fQXKWfmqwSvvmfeW3Qw1fTq6V/Rsxnf0fPs -1cVXWVrFPv0106NDqy6bWvWOh06BN+APePQJxj4e+83bfXn8Av/es7iV43Dg -NifxlePF/Eqi79KuvfzdB7Pe6VW6RAW/6J6pLyUOyqLkYRsdrFW0JPoAZU58 -gvO/o/A2tHXWWdo153WOgW9zDPyQY+Dn9NRyxED4qh+lpnAy64bp1fN8VT6t -sji124NTzKFPeXy2P298ag6LXx96cot1CxzNmnYsx8+3mMRvXYO4u2B5qq7N -h6bGD1pNCYPX5KZEbaHUMbtoKeeAK2OfxM+PNnnEwP0cAx9Z9DE9IX79G/br -Pyi/Dl6xXz9j8SonL/+z8r58WmXGvHycOkD0uTlw35Nblm7hWOc25jrgt6J7 -pY7F9+9l99L9TXcJLE9Vq2Lj4El9l/0W1z/TMWtotjFv5DZaNGYPpU84RA9M -OsIx8AWOO6c4Br5Gu+e+SaiBirda+jd6OuNb4dWLwivOA9fl8eriTbx6x5NX -uz20yuTU5wduPUS79uXFRPgzzgGMcxscrjPZjusNqrWuicvRPv7OQ/VI2ezF -i/j7DA2LPzul33KaPnCVE94KvEoby94q5lF6cMoztJ691eaZp0xvddnk1Sf0 -pMmrY5nXxLOjvnAKepVt3JpXprcSv77n1rz64uH8w1O3LL8FXkKrXt/sckIT -d8y+dLSIb3H5PdFW687C6klo2yA8cVLEMpoUsdQRP3A1gVfzRz6EmhVlTHxc -eJU94yXmlfLse9mzoxaKOWXw6hnRq2tKr4RXjn/Lq3+nV/m4ZcVEMx5+ZMZD -HAu5wNkNDic8XES7mF64Hh0P7xys/KlEkTL+I7omfTU+PNU1JTLDlTBoDTw7 -zR+1nXm1n1Ywr1ZPfdbNqx3mvM0Bk1eH3byy4uCvZj1U1ditGsMb/8K3f+Lh -rzxj36149ektfNbFHJcTtXzOUd/y9vLxVjsZa9G6E1D9LrZCIfV6JEeHpxIP -59TIDMrHq2jmVawnr07fFAc96+w/uOeYVT6ImqhL6gxWnR1zM1duql199E9i -oSevPr8Fr/A+HAM8BWfPZDtdmK+OaDO+I65Pa9bth039LtvYj3gP7hx3ZXSP -OcaE3ouEV/HCqw3CqyV/4JVZuxLfjnzwI84HP5d8ELX2Fx64Ti+ttmrtiIUu -d/3qklm/esuMhdCsDzzrV2ad4dOb8kHPvPCz/flrWtC8t81YeH6jU3zW6inP -HsQ12jWvbjusOeValRq3G9V9jnNU99ku5hVN6ZdBMwY+SLM8eWX6K8zfIB98 -KPm85IMyLwheoX6V/jU9K3M41/Pmm9fe4JzQ6e5fsGpYlz3r7bfy7x665Vl3 -+OzmWpbJK8tjMXeNV9c50et1rWG1kIq4Pjv+mIPG7QTWKRTq2XLEtlH3z6bR -3ec4JoQvosmcDwqvhnr69seEV1JrTzwpvNqV8gbtW6Dqoo8v/szsBf1O+hgk -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 -9PTz3LER/EKNfvrAVVKnF46xhoFjmGecO3Kr+HzsEQ+upbrHLhnIL/EctA77 -RaBWxrmBEzlC8rCNf2dP1Qrfr92mexbudkC38HcpawY2nAUfj5jYoXGEqyPf -V15+CPVoNYLC24wx56mVdg3uPF1qEfBdiI3IGcf3Zn6xfom3Z/8V1/8BiZEJ -g7I4Tq6Tvi6TI9I7qEaOjDnDN7vv43G8ZuaQ9Q7UY/n93zer1SkE36+uf/6l -ID8rjonxqJlyPKTQxhFOcEt0i/PEHq2i0LslNS6sv7B6ThEbJWc0+TW2xzy3 -/1IcSxePj74uxErUV8E11CowFOfWSj1fbnlwLmDw65x4HXP0a9ap1vj+dM/e -Xw9Wn1bV8kGDWbeusWZRaKM+qEG4rJiI+cRerUdTXo+N6g0UfrF+DQ1T68fQ -F2F5MHAMe22hbo81sNAy7JcLnqFnAr3PmIPEwH1+3Dm573ID9zlPOF62ZGAV -9f3p3O+vCvZb8rMrXbx83ZZ1uz6r6lt9MOfjYC/vArcQE6XHpi16AycIt1Dr -ktjYaZrkjda615Fqry2Zx0actDgGLUNvKjwZuIYxMWIJ9npz4XHOBVx87uVF -C5cQrmtO/fVh5YleHHLqVAqeGtoo4jPwC16e/ZaTY6Kre8soo5fkiqrvVPXL -x9JAs2cesRFrX1Gvj+o2U2IkPP7oHikcJ+eKjoFnPAy+7+THXODc+PBFNLjj -1DOsma09vh+d990jMH+WZp9pqXJB9zWfD36h/oDRpflg1CEcnCs6w0PGuNhz -GZZ2IS5Cu8y9ICQ2wt8P5/jIOaTBOubigb1HHKrWqng2oMOktxrVaDPW19vP -y/oe9FzyvYq8tXjML/+g+1oktG0YfpG5ZXQ1/ZbyXKOI+eXs02ask/XLyfrl -iAyNdTBXnMwxJ/svJ+uYa4iss453x0jWs9+6NBt0sF7Vln0L+xQp4j6r1qh7 -HubfqHDzy8ersFf5UlVaN6gWsqhVvW4nwpoN+rx7y+G/u3NF0a1YWUdm6Rbm -GeHtmVu5/PwnHZtE7qxTOXhshdJVa+Y7l/ZRBQ7Cr0J/XEtcvEipEv7FyjWo -UaHhoAbVWs9sWL3twiY1228MrhW6KbhWh0weS3kkBpap1pVzuwbF/EoWvekQ -dpNPOuYVbNhM74Nc7X8Vr8BP1KJ0vNP4Z7D+lpOszVDD+xbDek57cQ0NDQ0N -DQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0N -DQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NjTuA/wZ4tldP - "], {{0, 150}, {150, 0}}, {0, - 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->1296262694,ExpressionUUID->"fbfe8ad1-cd45-49cd-9a65-0964b88e553e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->106263610,ExpressionUUID->"90efe0c0-8aeb-44ce-b62d-7f554942fa97"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DarwinWidth", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.745593533299018*^9, 3.745593536177577*^9}}, - CellID->1281364757,ExpressionUUID->"1b58225b-7e40-43ff-ac2d-a4e98fe5b782"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->931458783,ExpressionUUID->"0cc606dd-c5df-49a6-9f7a-b4028728cfe8"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`DarwinWidth", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.1573", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7455937818926153`*^9, 3.745593782464097*^9}}, - CellLabel->"In[40]:=", - CellID->1915191534,ExpressionUUID->"77204cf5-61ff-4b80-9469-991c24dee1c1"], - -Cell[BoxData[ - TemplateBox[{ - "67.38658508097475`", "\"\[Micro]rad\"", "microradians", "\"Microradians\""}, - "Quantity"]], "ExpectedOutput", - CellLabel->"Out[1]=", - CellID->280326282,ExpressionUUID->"5e9de10a-7428-46aa-bb2c-e36db72bbcec"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1413582613,ExpressionUUID->"65128afe-e227-4c7e-a347-4cfe6a3571e7"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"UnitConvert", "[", - RowBox[{ - RowBox[{"MaXrd`DarwinWidth", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.1573", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}], ",", - "\"\<Millidegrees\>\""}], "]"}]], "VerificationTest", - CellChangeTimes->{3.745593835373341*^9}, - CellLabel->"In[41]:=", - CellID->1543942913,ExpressionUUID->"ccb37431-8985-48ad-ac9d-ad48968d9412"], - -Cell[BoxData[ - TemplateBox[{ - "3.8609669209390924`", "\"mdegree\"", "millidegrees", "\"Millidegrees\""}, - "Quantity"]], "ExpectedOutput", - CellChangeTimes->{3.745593836005075*^9}, - CellLabel->"Out[32]=", - CellID->1087588117,ExpressionUUID->"76ff0de8-5ce0-439b-88b7-e497a1a2fa15"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->471389930,ExpressionUUID->"b404ab07-a03f-4472-8384-68aa7225e861"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`DarwinWidth", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.54184", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "4"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.745593846978932*^9, 3.74559384799829*^9}}, - CellLabel->"In[42]:=", - CellID->734632337,ExpressionUUID->"3e9495e0-a812-4e24-add4-c39c6271c54d"], - -Cell[BoxData[ - TemplateBox[{ - "14.882891019383493`", "\"\[Micro]rad\"", "microradians", - "\"Microradians\""}, - "Quantity"]], "ExpectedOutput", - CellChangeTimes->{3.745593849535533*^9}, - CellLabel->"Out[34]=", - CellID->151614272,ExpressionUUID->"f872b77a-939d-4c75-a902-e95fd3b68672"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->583379727,ExpressionUUID->"a667d241-3f88-4378-9466-bddc7deed399"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`DarwinWidth", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.99764", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "5", ",", "7"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.745593862703353*^9, 3.745593864901574*^9}}, - CellLabel->"In[43]:=", - CellID->570163944,ExpressionUUID->"ecd10699-3a36-48de-96bd-f91e9fc055bd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - TemplateBox[{ - "20.119126579265043`", "\"\[Micro]rad\"", "microradians", - "\"Microradians\""}, - "Quantity"], ",", - TemplateBox[{ - "0.7277768792679122`", "\"\[Micro]rad\"", "microradians", - "\"Microradians\""}, - "Quantity"]}], "}"}]], "ExpectedOutput", - CellChangeTimes->{3.745593866197536*^9}, - CellLabel->"Out[35]=", - CellID->1095143973,ExpressionUUID->"94ebff6c-a1b9-49e4-acad-b476682fbce4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1600223134,ExpressionUUID->"2b4a26d0-0792-4047-b1a8-42b64c39d9d0"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}, { - 3.745593973583267*^9, 3.7455939746153917`*^9}}, - CellID->2019462898,ExpressionUUID->"ddf58d60-8e8e-4a87-aae0-9049044f587c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`DarwinWidth", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.70912", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.74559398926471*^9, 3.745594018826396*^9}}, - CellLabel->"In[44]:=", - CellID->1241285353,ExpressionUUID->"13ca0e4f-cfa6-4d1a-bebe-b5988b83f03a"], - -Cell[BoxData["Undefined"], "ExpectedOutput", - CellChangeTimes->{{3.7455939971990128`*^9, 3.7455939985149403`*^9}}, - CellID->1626780913,ExpressionUUID->"b92c77c7-5fe1-46e6-afcb-43dd6c3c648c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`StructureFactor", "::", "extinct"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.745594011023868*^9, 3.745594011899084*^9}}, - CellID->1401409016,ExpressionUUID->"a00f42c3-423f-4706-bbd5-d009a4147e11"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2012501757,ExpressionUUID->"b18977c7-228b-4c14-a63e-dc7a410308f7"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DistortStructure", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.78499595162597*^9, 3.784995954722081*^9}, { - 3.785569103416437*^9, 3.785569105383182*^9}}, - CellID->735449425,ExpressionUUID->"9d37990b-5ad2-4169-a33b-fddb129042d6"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1930097490,ExpressionUUID->"de1ad77e-2415-48d2-8acb-d506a3c9e705"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoStructure", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Copper\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DistortStructure", "[", - RowBox[{"demoStructure", ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"Sin", "[", "x", "]"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "@", "demoStructure"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785569388123048*^9, 3.785569394211341*^9}, { - 3.786973390479231*^9, 3.7869733976063747`*^9}, {3.7869740399616203`*^9, - 3.786974040720813*^9}, {3.786974216229385*^9, 3.7869742189327106`*^9}, { - 3.7874711737353373`*^9, 3.787471195368177*^9}}, - CellLabel->"In[45]:=", - CellID->1520699028,ExpressionUUID->"5988f9c2-74cf-4d40-84ad-7a7231ebae5c"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -b5rXgfOIX6sklyy/85zDe6coLyeOxB7Bs55ckCdcLV/tHMfwgOAF34kWhl/j -fR8XDILZHaf0MMcPSDdLJ3RQ+/jAOdbuoaGB+VViC3k+WIQTYsvAq+ArEtlU -5sl7/wFNLqh9+O8vP+Ybmt1kprMJYeHA4S+vK45GNpR5kW3l0ajg4RPZ44fO -7al7io70F/GD1x6XZY4paq57SM5mjez7KYNbmYvFNwrH1xiO534l+4mO+bJq -SwXmE7EdcLS5h7U1kwQXFwk35/U7BJvYuw+vtvo6XOsH+dkh9gybtVP+rtq6 -YHyPcLG/yXvC004WH03eZ/UUiyN88zFF6eZ38tiGGV01lwTHe1P8JL5WbGgE -zN5+evcn6iWEqq6rYP13lq+jN02Kb3j2oa0/kesbXh79i4vZlR8LB356cR+z -XXwfjyu33mC5NRz4JXmMfUVHgi+d4PTQG4RP33NWjvIufCJ8B0x8dK2zX2K3 -iBt3nd5DsbhCcIW2+aqrZaiK624faj5fPcDcJL4OX6lcaY2LG+H24s/wy9gz -X68A06eLz0ZDI65AN71PbBgcDHsmfjjy+tJ8b8nYzPV8/0DP+u8tdGfyx+Q3 -umckjSAnd8XEjlEwAG9RDi77z78rj5d4bN6PYzbP8XCwhf/CH7KPI3olmxNL -W5jfjeugsdy1x3cSTmY1dmwVeRZwCWaoozG7BlNHw2drLvFljSuLNK70hAt5 -tw0xL8rr8IFo8e9UaQ2CS8HUF4J9jvkpl5fEzsHPvxdeD58/TfCOZkYOAF95 -szwmNi36oHzWgM6Nh4Kp+LjYRNerEdSa/pvL1SP9iE8Ud6o/DZuxcHRmeKNg -gXjvxSV9NW5fJ74RvQlc+Xk64jt4+J8FA4/MzzNvyL7zXOIz+PMpgzPMzPIM -zfFpzCe2i33E3lnt1NYdUJvgCTbBK/aGGi4/riRXo8+T5zwq/nS1vMdj5/fS -egnsmf+3O8UObRW8UPegeq3gDDyaW4dI7FeunH6L2DNw9+dFfcU394qih00r -a7H6H56jID78/7Rq1qFnptZpXNKlcdec1vWTM5omjh6fn+adPqx1hHgPnvOI -cHC41NwRbQ1a+93kcBbb3C6aKD4Hf/PSkn4a8/k1KuiRX4vNuGhMpiGGnDO8 -teoRd87JdvFaf/ON2Bv1pey/7D0cfbFwog3kkOda7v2+yyGDYXzwcnkPfNlz -i/s43X2gvu5KOd47ztCaQv1/bCy4ArN3C8aJW9EfsLPUU5htg6L7xIfOH9Vm -Qn6HhvkXj8tcsuqErJvWnth52dGFaaPTGibU4fwE2sO/tkJW74zp36lhv2uO -67h198K8Tz5bWbRP+Pnnuxf2fmfhEe2iY/PT1L4Q6+0UPkScjs4ED4ej4O/w -ZdRFwZexa+ie2A/V2QVXYeJHwdZXgj1eq68XW4QPwuZhs9h/XvP1DSWqV4Gh -BRIX4gvRHNBA4fXYQfQEfCl5IHKMD8/L1Rw2WMa+YRNVp1D9yh4LeH3hd301 -FsDW+f4b3SKqnG2IeXZxX/X5/O2bG6r52geril4c2zelB+cqwNY/X76dGtyj -ybG3n9Gj8nmN//tb/rt5kK0lkHMK9yCOmic2atnRHc058u/ovqmG+qqrxReS -TyaGJzYjFlSd3encmi/cbrWEyFZrh4gvD81NVqxeK68n53KvcHk0pecFG9iR -T1cWqdZ5+tDW+uPrY2AYn4h/I948dUiG8rydsyy20PfRO3hvckVwfr4X+pVc -K4op9AvykK9dVo19fOfX68vMjXLNoMe+eml+RHx7xK+d5pqI7qj4dGSvZl05 -ZwG2fn75mOrZOqnfNcd2ipCXk/NfKVjwhBt71L95twz29ghfeVEw8qCrZUIf -QCc4SzA1viBNYzx4EprnScKf+JdYjlyOrw2R4wMHcKBPhUdhy+aObKMaKK/H -n24TzDxdxbFLbAyAfRGcgRH49aPC2Xxdfa/4TOJKYk5qZ8ASnElrJoTDkQfA -vm49uZv6UOwhuexzRrQx18nxgmPqIPg8tUtir56X73nt8Vme4NNDq6tZaxre -Xl5JXlNs30PN6sfHqgZRfS4ptIlzfWVxv2XdK6Q9ojExxxc33wVHue2M7DDX -NRx73xp7nr8QTgJX4tqG+35/k9WlsWFhsWfwXGr3wAY1BlNKW8LxzU1yzYND -7Aq2CP/IHhLP2Tyv1UDhVtMHZWiOGXtHLZXmqOHeW22vA7XrfM795+QqLsEp -WoP25Mg+w+uoFSTHSNwI98O/Hi8cDo2D9956iuWF6GjEDfhqvhc4pd6Legns -Kj4eLRfMwcuo1/Hz2XK8XGtROfZov/YNu3MOXZz4s1oEj//WYsg4l1NNaRjf -4qSKlntkHzzh5B41v9gj8v/fSzwPb6HWhBgfXB3wYyr8o8RrUcEW3Adt6iix -XSN6pWhOh33DZ2GHrtd4DTtj64GpL/YEK9r/t2uw8nxszY98Z1XsNth8KhjH -DuHjfqRHkIOW43hCsAsHx6fh5zQelNe+Khg8f1Q7M2tIa9VBqanBb1IbSB0X -tYTYaKvR9xN8FqrWD2cEX+QI/nqpHI98b3gBWD8gPpF44eSKFlr3INxU8zwt -myQkFnVqVFjatcmYQ3smD+vSMqmVf64P9r6fWNt/wnkI+T/NGyf2nFbWMqw1 -CSd28fxc2odyLp8SjP1OrvuaeRetcZL9/FrO8ZMX9TbPaB6kQP0duiPXuutz -ELvVTvkWuratS6iRA5L3EK5iooIbfCT7ebvmqNHH+ldrCTsHm9fF78GJfj+3 -l+4/9RJ+bcLbwgXRWcEG/hHcRn0OfudQ88blBaq3E8fC03eJjzxbfCo5HuIB -Xosui4b2B8EtuSji3BumdDZ3zM7RcwC2sIl87ifXFkXA7pmHtDqOc9qoXmzM -hMLUyZtndn3l+SV99Jog17j3hpKv7jo7Z2X7FNvrf7D6xZ/2s7dNTtD+zYS4 -UIrw76/QqC47qoNnc2k9lQvhP/BprtdYcbF39QDl9Vvc8/y9rNK4hZuzx+zb -iWV+vbHVqF5WHclyJ89xJ/CFHcRvbZhBXNlLbGNf9T9frhqgGida+iVHtde6 -UHT5dwSHe1xtAtwJbs7+cyzEkRHX+/qx+C/w5HM2jUXkM7GxaGtzxHYRSxJD -wNOovYCXHT+ghT6Oz+S78z3BO8clftr780V9wm1T6nanCnBGWfr1G2fw+p7m -Bfv9wvtuHBhVP3/XUPPONf1fzEqvl+F6bQ8qbPnXSqe0usnzDms1d9sp3X7/ -4pI+r4sNeW7j9K7XSZz3/uF9Uul18eC5W07qrr4JfYl6KPIkxFRgDV9DvAff -sfXCDiey/5HtcNsK1R3RtCYIJ4ffoKnvUmxaHwsXRmPCp2KTPhefSx6Qz771 -tGz1Py+LP9QaQbFb7C12D8zDv593XBt8YYuoAfzDPFuDhcaAD43Kvt4inA4/ -Tnyp+pXYODDl53h2CY7QIV5xPh7cfS62iMfQb6llxZfjw22dTbFH38WeNSUH -JhSmVeS0ThqHnV11QudKsfPRqnyAcsNB3oFt5T+Yu4fJ5/fZFR/rco2/NBj+ -S8u3U73a1i/eMrPrm+wJtlrOj+XFwk/2yvnG7sM7iKGwUfCj48TmkINBV8A+ -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 -Pw5MAcI= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1185680649,ExpressionUUID->"48d582e4-86c0-4b1e-bdc3-f72a72c19549"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1249589649,ExpressionUUID->"f866643a-eef7-4b79-bf88-933618208a6f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoStructure", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"{", - RowBox[{"2", ",", "7", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DistortStructure", "[", - RowBox[{"demoStructure", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1.75", "*", - RowBox[{"TriangleWave", "[", - RowBox[{"0.07", "y"}], "]"}]}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<TempStructure\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "[", "\"\<TempStructure\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785569388123048*^9, 3.785569394211341*^9}, { - 3.785569480967032*^9, 3.785569498500361*^9}, {3.786973399665324*^9, - 3.786973401081594*^9}, {3.7869742285173407`*^9, 3.78697422975744*^9}, - 3.787471219470147*^9}, - CellLabel->"In[46]:=", - CellID->1622066742,ExpressionUUID->"0e551b0e-cb9d-4f45-a508-2c9a6711f220"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -6BmF5k0c6VyVlO+9Xhx0EsZFzG+8/BLJLB9MwwAs2hoLf71ilm818FkZyq+U -5yjdIdtYya71EgEZ3uugFfMxHK4MQqSgxXzHcHguNYf3zAKku6+V15Rp33/J -r/mgso90TfJlDLL7GJOXdoDV9a9gd7sH5ls6wnVWChId6zi34ufs/EXsFvjH -0YKXmOdgjZG+n0B/0SCheHWRkL0p8c5H7T75TPHmiTb1NyF3U+3bdG7vbZK1 -l2Z7Gzh3pvdYRnt/iXfz+998kp+DSksVDd0lX/3k+2YIEqVaskUYDb8tc04F -6Fa8Kgni+62FQ/nyHZ2kH9HP3mF+g+apMj03YXRoF9ieHYAw6WjEMdtwyDCF -7+xCxoPpjJEr2M3iH82CKn0O2QbZVwOLjVqWgzEypxlMTnbF/PNfwNzYCW66 -KUh2XsV30vK6c4Hk/R5bOa8TcILlEFGeJZjtMQWm6ZOQlJ0Fi8kBsJ4ZwmMo -9TKsUPQZ0w5IJa8jn0m21pD0GJuybuJQ8fekmcruVeP1wjnxfvS+MVol8vVf -oar4oPutN2PozY0muhVSDxK7d99tT/9B9j4mLCe/IZXeqpMK3y5F05Txc2f2 -8Va5b3t2oBAiGykLkQyVObq7I8SkAkUB+zhvJv5L10bpc2jPwQ32ezYxPj/V -YiKGJqph9p6OMD38FebPWQhPg0y+/4D2+ZOORDoD17Sr5bZJu/2PFLxDjl8D -HN09YRNnirSMQlhNC6a5evC5emYbpG+SNnow/xWzTfk8DtkY8bxtcU+xo+AR -jtY9wOmcJsyd4ALTyZ6M86czu1yN8qAjvGZIcZg4P+mytIeUaog0A32mTD6P -eLNeKtxZKcEP64H5U3x16T0U684cZE/cdzObms8+VX7U5mMPJ73YN/EOy6XM -X8k1JMWclHwugc+fSOneLw84WjPaeMiO4bGtMW1za5nJyiEsX/eTBZgt4jMG -dN/vyvqFx6OLCtug+h7pUfvzX9COIYR75SMwLgTZCYvpvCPYz44E7aGl/Rq0 -A4ZsY3/eS9rZwu2CNG3K/9dE3caGpRdweONNXCwEzCYtBM3Vk1ZA+5HldvWE -87ojRW+5fdBe7C0JTxCTnYyAxxOQ2jQZ667kwUYnANNHWnC7DJzHYqnbeq5j -Ub2G9j9uTnnM/TZxPrpXaL8IzfXckO8DkdxbKRM2p9w/2KJZK3mb6x98ZIL0 -AeqJpbyOPtO99Bu9TuGjuE4wT11dXZ991hvwpZa5k14M9XlLywIO85ybegpO -lUFxNhHFJV7DFRpSHsqq/S5IM/zWIC2pCCUxG2A80R2uBom8h5yuDemF29j1 -PcS4OuWDZBe0v39r0o9YHHMEKzbuROPWO7hUDJhMdAX1rlN/VBnpk4l3sCfn -OQ4X0MzoO2Zfr9hzeYlV0dfhsdgGPq/7IQHDsO5aLpx1I9jPerM8cj3NL/D6 -D+V0FMPIV55fLMMelg+m+tZjenVXeL3tx3lZLovdQWneGNPDAHMmOsFuVgS3 -LTqrgu4N6uUizkX1ZrJX6k/ew+ya3ytL5P6Tzjk8XS57N7zP5MHK9/13u+j/ -Rii49999bb/RCZqxDwf20Ufx9ZwR/SZHW+kECd7GWfxMP5pNoXuUuDvFH/Ib -ND/cyGLjuph7KMxdjWV7q3Fqx0McZ9dttpYVXAwSQBoD5YJ0fan2S3ok2Rbp -2DSrUB55AHb7xiAIvdn1HYiGq6XwN8rCQqMUPu8i35/+qyZKmvmZSgm2Jv6I -UL9MzGzohGBBEynCaD47GhUfx3c15vtsx0pmy/Q4xPmJd8s5P4u/LHZFehdg -ZFw7OF4eggjG+UPRD3UHlsJBOxqafSfBYJwDrGYGwt04GSGWRXx/FtUEaa6M -zrYgnYLmB6mHmXqTSeM6XiyRUC3cyzgrTPH+Nvu3XuDfAcp9weqq6iqavSZq -Os6OCU52Wl0QuqAs3nCck3HXjj1b83/X0GjPPnm2/bKZsd7KzyNM63pmdx3d -KrRzqy8tzKd50X4MqbzO9oT3d58skTDbeMuv1+6cp9gU9xjBCTFw/K4nYtCX -5XRDsX7/cvgZ5CCe5VW0f5FyfeLdtNNOzpvJHt9gZfhN2AXZwvjkJ4iGFtJZ -PpgqnYRwjxxEW9bwui7VYY6y+Kvsy7vH+P4dls+dZX7C2TkAo9PbwuXmUISz -nw16PQw29gsRMLeItG9F/KU9x79qUHcYr6MYviXtPkZb9sOItObQ298RVoeH -YmfZPRxkr8tJPxaTBhhDd5Aj5o7wxnytMNjpxMB2VhhsZ4YjbEEZcty3YCnL -C+gcMNIjKCZvT/9Jwny3kOBQX6i4Bn+ouYn3GkHbTzU8jNIqaiPOyeR7pOUx -jN7fXVkPv9XVsjNk3+bQskMzbb21X+yNxkgUYhLing37edyckQuDjcubKkOP -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 -Vvwf67527w== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1918317776,ExpressionUUID->"4c681155-7b94-416f-a630-2a8e85d999ab"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1610646730,ExpressionUUID->"f1f3b9b2-7862-4a6a-9242-d76076d83e83"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1408026495,ExpressionUUID->"2f901932-075f-44bd-947c-b4ceba175c46"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x0", ",", "y0", ",", "z0"}], "}"}], "=", - RowBox[{"{", - RowBox[{"2.0", ",", "1.5", ",", "0.5"}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Aluminium\>\"", ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<Demo\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"positionToReplace", "=", - RowBox[{"Position", "[", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Demo\>\"", ",", "\"\<AtomData\>\""}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"x_Association", "/;", - RowBox[{ - RowBox[{"x", "[", "\"\<FractionalCoordinates\>\"", "]"}], "\[Equal]", - RowBox[{"{", - RowBox[{"x0", ",", "y0", ",", "z0"}], "}"}]}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"newAtomData", "=", - RowBox[{"ReplacePart", "[", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Demo\>\"", ",", "\"\<AtomData\>\""}], "]"}], ",", - RowBox[{ - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"positionToReplace", "\[LeftDoubleBracket]", - RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], ",", - "\"\<Element\>\""}], "}"}], "}"}], "\[Rule]", "\"\<Zn\>\""}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Demo\>\"", ",", "\"\<AtomData\>\""}], "]"}], "=", - "newAtomData"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"r", "[", - RowBox[{"x_", ",", "y_", ",", "z_"}], "]"}], ":=", - RowBox[{"Sqrt", "[", - RowBox[{ - SuperscriptBox[ - RowBox[{"(", - RowBox[{"x", "-", "x0"}], ")"}], "2"], "+", - SuperscriptBox[ - RowBox[{"(", - RowBox[{"y", "-", "y0"}], ")"}], "2"], "+", - SuperscriptBox[ - RowBox[{"(", - RowBox[{"z", "-", "z0"}], ")"}], "2"]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"d", "[", - RowBox[{"x_", ",", "y_", ",", "z_"}], "]"}], ":=", - FractionBox[ - RowBox[{"Exp", "[", - RowBox[{"-", - RowBox[{"r", "[", - RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}], - RowBox[{"1", "+", - RowBox[{"r", "[", - RowBox[{"x", ",", "y", ",", "z"}], "]"}]}]]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"F", "[", - RowBox[{"a_", ",", "x_", ",", "y_", ",", "z_"}], "]"}], ":=", - RowBox[{"a", "*", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"(", - RowBox[{"x", "-", "x0"}], ")"}], "*", - RowBox[{"d", "[", - RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"(", - RowBox[{"y", "-", "y0"}], ")"}], "*", - RowBox[{"d", "[", - RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{"(", - RowBox[{"z", "-", "z0"}], ")"}], "*", - RowBox[{"d", "[", - RowBox[{"x", ",", "y", ",", "z"}], "]"}]}]}], "}"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DistortStructure", "[", - RowBox[{"\"\<Demo\>\"", ",", - RowBox[{"F", "[", - RowBox[{"2.5", ",", "x", ",", "y", ",", "z"}], "]"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DistortedDemo\>\""}]}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<UnitCellDisplay\>\"", "\[Rule]", "\"\<None\>\""}], ",", - RowBox[{"ViewPoint", "\[Rule]", "Above"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{ - 3.785569528660391*^9, {3.785571498909482*^9, 3.785571500480261*^9}, { - 3.7855716211670637`*^9, 3.785571626742593*^9}, {3.785571887035549*^9, - 3.785571923626895*^9}, {3.7869734036161537`*^9, 3.786973408882956*^9}, { - 3.7869828450567303`*^9, 3.7869828464241467`*^9}, 3.7874715932538*^9}, - CellLabel->"In[47]:=", - CellID->270641706,ExpressionUUID->"8f2ca300-5d63-439b-b423-5550756851f7"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -jIXX1u1P2YbNd5XadVrU17ekeJEihUe7uDyYM3CgsiNsrAKejLxnUfcvV1y7 -nJEusbt3eOqa1es1O4RJ0cKFLUc59/ye9GKF8Kii15j5We9fIWL3tD3FXuAn -7q+aU44YBgU15h2aNW2grS/P2dhhjsFPi0KFLCZ6uD+GfZL2UIEczMFLl9S+ -teKO4W5h/URvvxNfjxoTwuDLge8B70e+HPqAwY6avmaVWpMWdTNRVwV5h6AP -PAM9/RBTTL8f0KlTH8zBrmHDUPiO6I7LsN8jFi+nDyDmgO+lz0tXLkks+Qri -q0RvNeIRQkErWaqCdcdO/RSHLn6st3sY9w9YyEeP2cwnTzvA58xP4EuWX+Gr -16dxoiEhD4me+DZ6RW65r2ze9i237zygn7Yrom7fiJ49JORMIF7h9EexLCfU -Wh5EW8qNazL4+bfRUYmmGsSuUb68NfwzhAMZfKyogQrf35OtWoxDvFY38Lq2 -p/SSEYOEPaJ9ltAnlu7P0uAgXzwvL/aO0xVsoqvydD9fI3chYfZsESeFGk6i -L6moJZuo8hxgePAw2hvQzLrhw0V+BPw8iPlGbbEJ7u7id5cWqzkGb/Q4TRHv -kKQ+g+iEnT0t8ZPHWUT//kGYQ9t69caHu/dhi/z9ZdS9Qy1tPFPk1+EssO+E -4dErE/XVRvTsOQGfI7oqhJ8lSpRzaN/BgxPPYj1dRnCfgRF86Ig1xLN28mkz -j/B5C8/ypSuu8lVrU/k60gs3bL4nXiQfJfybMFaIvivErxoO7oIcL1cGHgrZ -/CHuNEaNUUA9lMRzCmjk7sb1yTpdNalR3RVxhSGurgp6l4jYauLfiE+E30/c -Vz0uXttTw8njXMb9Q1xH4nlxb7aFhgTjeXmZrooULFg0yMnxMfzxJAsVvRcX -9Dnsg8iXw17QC/HliLslHVD0gkAOFHgW4nLh50KtMNjnUVcf8gy+H1GXH/EO -wGx4TtxJjlhd+PodmjbphTk0/LpaXy1XRYHfMT5XL1V8HvEAkEN0rgrydYjP -eeJzZqYqv7K0LNvO2saFt7N1Z10cBzF3z3A+iHjWyNEbefik3Xx6xDE+d8EZ -vmjZJb5s1TUhF/EiPiaD3tq17xOk7wphvUp9bW3fIC8SvizcNxF3SvcHdwVx -e4jByI49LLFjR9nhyZO26XtasVQpG9iLg7s5MeFjJZ6l17a9s37th9q2J/Q9 -PSX89ah/iPVlH4mV8Ts3a+vu6vrynhw0MvrQr8TNus1p9O5aERwkQQcCbd0R -Ne62CfrC2eKFuIWHkRsZaqjDXzHFy0vk86JuAvLiYDtGzwb46BGLBF6Gng8v -tNqRiNdCzxrkn6YRPm9as4bANcQjynratn9Fz1QifPoriJVDTADy66Cnoy/d -ky2bkWfHLixc8OrrcuWE3dxEsw8ULlysQpOmnX9vY+3MO3Tsy3o4DyP8PpUH -BC3ho0Ii+fiJu/nUGbE8gnA86Gv+ovPiNXtePJs2I1apXbtFM+15sKUbd2zY -cB/6C9J9kxBntXHECOEXFn0C6A6J3pubIkU/Au8OHTz1DbUoWLB0bxubl/07 -dmTB3bqJWjqwIaO2BGgrS4uL1/cUe4J8zDskZwl/KNCBSL9+Wbdypa/U+eRN -G5Zxji2yggvipMb36WNAH6EYLYYbdbAz1qj5pdiT68uWChw7ydNjs33jxsno -CQkfImF4kQuP+nX4Hezy6FcZO3WqwPbgXfg8YmNSVq6Qri9finrTsVpsnRl0 -sIZffz0U+SqBTo4ynaVM58FIH2PHZ8xgJJ9lxAWAfgd37TIGc85lH1Vjruq0 -iG3eoiuztnaRCC9xZ9eR3Lv/ND44cDEfPmo9Hzsuik+YtJdPmXZI0NiU6QeV -iVNiWGDwstvmBUStPGOdTrV6DX/0adcWdY4k1E5D7v6ucWGMeDFiFAxY185x -YYlfFStWUP2sug6S6csRrypil3t0F7VAQFvgW6e1XFRgecTQoB8G6JXWh/7V -BsThhrq5hec+mzw8UFAU/cL3IHcc8ZWIASY+hHMVcWfQa+BnB70tCwi4S/zF -knh+Xc/27Z+BHhF7RHJQDnF1kVzatFYgB4iXycuCAtk2wvf7J01EfqoSO22q -Afu4Y+yYn6uVLYv4D2M9TwN8k/jEauRPgzbhmyb8JXL1kesaRXrBkG5OS8xU -U9GneQ7GJUuWb9u4SSdOL8mmrRuzdxjIgbVIP+S+g+byoCHLib7WEZ7fxEPG -bmFEa4ZRoZG8Ratug8C6jTU61Z9dv0qVnqhr6SV8yWqMqNq7MogjLproLJne -o9fN1eMwjEsVLQqe9dBV1HZrj7rJqMmNmm2ob8jgX6U9ha4ok4ylvfYTPB97 -PXfAgD0FzFDR8ouo3afLw8J2DYm2CLOOcnERsbXIeUBuLr3YHMJTW0ePftff -1rar/sHKX31Vx7F581iiLQn+Z9RaQLyCyre6CXpDHgv6RACLgT4Imz9vVaeW -sPmYfBwTAyFkVLtixb49Wra8OMjB4XWoqyvimH8nnnGmea1azjnm+U8XoN3t -KtUaTG/SVNCWTHhLJh2RO3UP5G69Q7mX92SB5wcOmqMM9JstDQ5azB2dAndi -Cp/hDeKLylpaNujStOlO4j8vCP9lEx5/T/peVs+WLSeR3mihfXduGhd/r1am -jJVrmzap6KfZr6PAW7QXoq6fqDUDG83cgQP1HEvEdTym94aixqipmtSV12lK -DH0dkEv1K1d27t6ixTHCxg9I35YniL7rATxh7hz++shh6c8Tx1+mrF97aFDn -zu30zxP/KleuRImelUuX9rOqVs25QdWqDl2aNNnva2//Helu74jm3tDPe8TL -5pcuXlzYrIzVgALTz8UGQJ7QvS9fq0KFhiRnKhh/NNW/WgLRpXkBoxq1m89r -3NSeN2vehbdu48za23oonTr7SI5OAXIP5+G8F9GYh9cEbtfRO9rCwrKwUY7L -/W9GzlwKmZsX+7ps2bpVy5Spo/tFtf/T/VDGWs517j5oxeguTHFr0+bmQPtO -Pw/t3u0t0eWPQY6OJ+ysrDxrlC/vS8/0+7pcWetPe8KZ5vJpfwEjZ3/xR0DX -rjMI26BmgiJ0Qr1vEWyc8KkknsumuzaJZMOoLaNGTh3arZtz+/r1y+Z+mGWR -IiXpztcpX7JE7dxfRPtonnsvc+fH/QWu0OXlP5y/iamZUekyVbvUrWd9rnkL -J27TrhfRUF9u7+DLO3fxJVzvfaNW7eb+uT72lweo8Z+/8aeInhyficHALyyI -5xQqUKCA/jvcVdqDSmUsLWujplLudX9TuZKln719r+WBARPWDR86zq+zfXfi -1yVzrfmLIC4NC5t2sGrgeGLmDIZ4WAm58ufOcIXoisGn8vA+e3zsqHyZdL2c -uhoin+kKbFNS0orlJxpWq1r902e3t7Ky2jhqxNqLCxdkZq5Z/eR+5MasoxER -q7s1byZ8rZ/EpRjr/vB/A2eYqmsxNSpZskKTsuW+9q5YsVZo5Srf+H1VunIz -M7MCOXj/X3i2cW4MlbNf2ueJtxYkfhS4M2zssaSFC54SJn98a8P6E3N8fYPL -Fitm/unDalesUGGih3vkmbmz/0TeraglArvDlcv8Xfyp7zaFjQ2rZGkpvvcL -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 -tIfs553bFexn67p1RexoXs2j14d2ZMKWV9LCopxjs2YrBtp3uj2oi8PPvdu2 -/Q58HLV5SEYq4DHxs2aJfYRvHv54ohsFPQJI5zljZmJs1KxWzV3IX53k6ZFN -ewgftOD9dP8Z4TS2LChQ1DPAnUXd95y+f9dz9VQlvVFCTUXiD9P6eok+tZ/c -X2PkLfp17nwOZ0W8VUZPXNTpE/WCcsedptxgCuopJZ439LGxEXal3LJQ532N -vv66E+IyVgQFwU8scox+1WO0k/T6Z5mivjx6J/1GMhG9VxAvBB6E3gp072TE -biAXxLF587bGarzDZvTF9LbrIKMewTStDqDYS5KpVxYvYrSH2ai7sy00ZHvh -AgWM/x6uzAsjl2/CyK6hldUUL6/xJ6ZP25C8eNG57WNCDwZ27err1LRZlAfd -OeFnHuADnzxDT0LEgaCeR+TIEQx7RJjh0b6J4as8bGw62zawig/q5ij6AcB/ -TfwJeTuixjLRGwcvAy3m9NgROWaXNbtYhtAz5bQUid28jrjgg5+pL2piTnRF -uPAUyW70KRC0kCJqlkWruj9sIsB0FxIZsNv72MPvO1hZiXyzj+qLGql9Ejo1 -ajQX+HqRv7+E2pfQVUR/e53ugclhE6D5McyR9BbYpUY69wRWUMCHdo0bh1ga -w4Q+fcK82rf33jRqVNyJiJmPkNvcsWFD5tm+fU6/Z5IH6McrA4sivigqNPRK -zQrlS2nnkWfpSqepOpUrlVgeGLjmzvq177P1etI4D5zzhUR+N3JjfHivXut7 -WVs/RB8ZvCYQNkfNe9RwPER60W/oewI5Bllx4fzLyZ6eI+n+TxzY2f454r9R -+wlxuuF9+rwAhsN5II7vlqijuEvNMUCOwlUtLp6eo1xPlqETPNi44UzxwkVy -TznH9mZdt+488EbSWyWhx89S+9GgvjL0f8RkSkdj0dtBubFs6d1C5uaf61Eq -/Du9bWyi0bsZ9SdwBxLnzxd48k3MXi23MTHHZyoTTTGa55bQEAn8HHozYQeF -9Jzzjs2b+U/y8Dio18VCf4l3RJtbxoVx9/btuFub1ry/ra2oOw1+t9h/0Jsg -R8cV5UqUKP6ZueWpoTnKTEhHL7559KhLIoeEcJJ84rjEki7I7FqyQvhZUW5c -Z7CvvD954k7/Dh3s6lep4jW2V6/7wJ97J4Sjv1wOllFI/5LSUiUFtoTkK3yI -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 - - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->304788396,ExpressionUUID->"b9a2b9ef-6be5-42f2-b905-40ba89f412df"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1108220675,ExpressionUUID->"778af5b6-454e-4d1e-b5a9-333a47f90f40"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1578995172,ExpressionUUID->"e91f523b-61b8-4988-9aa8-f1f316ff85bb"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]DistortionType\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7855719659970293`*^9, 3.785571970089715*^9}}, - CellID->1716429825,ExpressionUUID->"3b476a8f-afb3-47c1-b15c-fd11c8e64dc3"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Au\>\"", ",", "\"\<Ag\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}], ",", "0.5"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Ice\>\"", ",", - RowBox[{"{", - RowBox[{"4", ",", "3", ",", "1"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoIce\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DistortStructure", "[", - RowBox[{"\"\<DemoIce\>\"", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{ - RowBox[{"-", "0.33"}], "*", - RowBox[{"SquareWave", "[", - RowBox[{"x", "/", "2"}], "]"}]}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{ - "\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoIce_Crystallographic\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{ - "\"\<DistortionType\>\"", "\[Rule]", "\"\<Crystallographic\>\""}]}], - "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{ - "MaXrd`CrystalPlot", "[", "\"\<DemoIce_Crystallographic\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DistortStructure", "[", - RowBox[{"\"\<DemoIce\>\"", ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{ - RowBox[{"-", "1.33"}], "*", - RowBox[{"SquareWave", "[", - RowBox[{"x", "/", "2"}], "]"}]}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"x", ",", "y", ",", "z"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoIce_Cartesian\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DistortionType\>\"", "\[Rule]", "\"\<Cartesian\>\""}]}], - "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"MaXrd`CrystalPlot", "[", "\"\<DemoIce_Cartesian\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"{", - RowBox[{"plot1", ",", "plot2"}], "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.78557197887864*^9, 3.7855721256412*^9}, { - 3.7869734110731983`*^9, 3.786973415703429*^9}, {3.7869828649444857`*^9, - 3.786982882016035*^9}, 3.78747172504642*^9}, - CellLabel->"In[48]:=", - CellID->1884936044,ExpressionUUID->"50205e73-aaa2-4dd3-82c8-75ff50705b5d"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsXQdcVEnSnyHnnDNIzkGS5BwkiSIIkoMgOUkUQUREUQQziKICKqCoKBhQ -MStmzGDOWTESZl593cOMy7ru3nd3e3d7HuXvOcN78/rV666u+ld3dbViRLJv -DBOJRErnQP/5hmfZpaWF50wWQH/4JaXHzUiKjnJLyoieEZ1mFsGMTq6kHyyk -MRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqj -MRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqj -MRqjMRqjMRqjMRqjMRqjMRqjMRqjMRqjMfpXExkdTCMf/5X038z7T060diGT -yUzo+E/z8vcS+bvPMfo3E+rXTKxkMjP5FznCxMSOZEmVi1PoP83fjwjzyoJ4 -Hq2TMM8k2uuQcMpNkjIHhzD9wn+ExzH6hZgQkehtVSQnWwb21o8b9HSKePj4 -GHrrL9dIzIgQ2yN9gn4uUEQott/a4slxPZ0aThLtvZj/coz/pMSE5QRVuDYv -r0Kegry3FKp7fJ6dnZ2cnJ29oNzIAC6ojoPPqUlQvmxZCQ1v0X/znyKspzDP -SlxcArnycn6qnJzijGuGxsbmjTt37lq6bl1luIL84051VXg10ZXQl5RUxdfH -8Na/jrC+YaET49xqKcmzYGMJVwIDDinp6EgojxvnVdPUBMXJydRMvylDZx88 -oF67cf2FjKAgzSb+p8AWjXdmZjb8fSYvdxNYW8AtM5P9VmZmtjLy8sITvb07 -9508CbuPHwcXM1OIMjejbN61a/jKkyePzaysDHARdH08Rv9CYmNjY41PS8to -LJxDaVJWolzMzIAtbW0Pl65e/T5kxgxqSl4eMTMrC1r27YPuvj6wtLe3xiYH -253/JN8TLC29V88r/tpkZTG8x90Nzt29C2d6ezsNzcwWTQ4K+pw1e/Z9ZwuL -K15T/GDe0qVw6d49KFy0qBjfi1gfS3H+JxKZDozGKStL5s2bt3RGUlKYjoHB -9A7Uvx9SqEOlhYWQmJpKqVpYBluQrtpz8CCEhIdXq2loZAeGh7+JSkg4ws3L -y08vjml0uVj3/Stlje5HkHl5eNjCYmML2o8fp1x985bS2dUF4aGhgwtXraJ0 -onMVVVWlswsKlmloaRnh+5Tk5YLcfXzeRsyceXOcqqoOvaDR+oqM5Qyz/xeE -jf8VxKjP4NjYjhuPH8PL4WGIz8jcjeQFajdvhoIFCw5WLlv29uzZs9SnT55Q -v375QgwODPR3dHTUGhoZ6aBbWXl5eVms7O3VOTg5aWUixfVvaQwsuvhDY/z4 -mU179sCt588H9p8+DcVlZV1RoaF76hsa4MK5c9T3798DEMTQo4cPr8QnJDjh -e8UlJOTsnJ2tuXl4aO+P8T0D44/RP0e4ErFccSFo4WxneySltHS4essWwsnN -bYqYuHiQpa1tSWlJyb1DBw8St27dIt6+fQvDSO4YdOzo0WbULvz58+d3vKRQ -vtRu2VKOsD0rLhu1G/+M5OQUpBccSSPP+fPbjExmZkVv4a6lOdcvNpZS3dIC -iRkZO6b6+1dUV1cPHThwgHrjxg3ixYsX1IGBAQbbA/b29pp2rq7Z5/r6PnTf -uHFCTk5OkFEkli1OLi5WD1/fYMT/NBExMWY6/386+z8rMY2MTZESJSUKHlmY -fd3q7QWZs7LOsnBy0mTDwcEhZcXy5bCnvZ1y5coVeP78OXz58gWoVCoxODg4 -PDQ0BLl5ebNjU1IGdh47Blu7uu5x8/OTZOXlBVGbtF97+hReIEG0cXQ0pD3v -T8TGmHf8acfLO+2Oyfj+VicHwtXCYqm8srJSUkLCy4qKCmhra6NeuHABHiM9 -/PnzZ0A8DyHe4eDBgztdPDz6qtavh0PXr4OuiYkckh9WXQMDZVymsbl5xhak -/z4iIcyeOzcBnxvtz4zRHxOSKZpc+YuKtJ/W04Y74w2+3OvpGZzk4OCDzrNM -Dw7umT9/PtHU1EQ5ifBWH8LoqO9Df38/INtC+fjxI4H0wkbkc2XGzIj5eGaS -95s6N9dV206eepCWnQ2zS0sB4zRnDw8X/Lw/GWsxMbGxkVxVlDvWKcjBWysL -MOPi1JZUUvJISUqCoqIiSmNjIxw5cgSuI9l5imQc8UxgnpE9f+bg7JzqOnHi -o+bQkKHdhvr1ReXlRx5++vQuLi3NW1lVdV7irFmw7cABQHhgIZ33Mbn6fxJ5 -BGeTRVlYVL0kJLozAwKgZt06yPf02IR8QpK7m9utWah+V61aRd21axecOnUK -rl27Bnfu3MEH5f79+7Bo0aKjuKzpkhL7X+jrQIObK8zfsAHqtm6FSQEBd6wd -HOax4sL+5DEi8sgYG0lXW3vDFB1tKAoJARtnFxs5GZnQ8PBwIjk5eXjZsmWw -fft2OIZ0Kda3iGfiHvIBr1y+PKyhr68xRUfn7FElBeKctQXEZmTAgTNnoH7n -zr2srKyihiYmLa7e3lvFJCXF6c8bM4R/H9FsEzMHB6+20fglmampn248fDhU -vXnzUksLi1bcRvn5+ZTVq1fDtm3boLOzE44fP47bahi3V0FBwVZkIthkuTi9 -Z8hID2e4OA9Pj4yExMzMs/KKiir0Z/zpbUKfWyLzcHBIO9janlre2Ei98eLF -tYDp01e4ODtTQ0NDqTk5ObAc2XGkb2H//v2YZyrSuwTqI706Gho6E3R1v0Rp -akDuBPN7JhYWB5F/eB/ZQu8/m9f/FcJtwoyHATC+Qt2QgVVYWVg4UvPyPuw5 -cQI6z559YzZhQqKbmxsg2aJmZWURS5YsgdraWti0cSM0bNxIbER6yczU1BXf -GxoXV7h6y5bh7OzsD2aKijEk+pZ35D9xHB7zyuCdeYR32jOMzcyWlCHddObW -LShauHCVmYnJHU8vLwgJCRnOzMwkFi5cCDU1NYD8Q6IJ6dHcnJytecXFbSvX -raMEh4Zelh83zgL1DSakpwR+eRRtbuovOT/1VyBU+Uy0eVj6eMKP6olppP4w -/GHR0NbOC58xo8/Nx4c2XqirpbXSydERAgMDISI8HJISE2F2YSGROXfuQGJa -2oni8vINJUuXLk7Py/tyEtnInZ2dzxnlfjcm9P8mPN/9/dzxyGnSr8qjl08W -FhExdnJ37wkMD9/Lx89PlpGQcPOYOJHw9vGBkNBQmDlzJqSnpxM52dnU5NTU -U5FZWQ17us/C7VevYHZJSQmtcLr8/6M8/48R+bs/aP1bnpVFdNU4pfwgdTUv -TgGBEb0ySt6Qn82LP02trcdv2Lt3JZKZdkdHx+tLVq4kVqxbN5wYFkZd7elx -Ljkycn/7mW54PjgI0YmJVwNCQp76+PsvpPfzP0VP4fZmtDkLKytJiImJs0JJ -IS9KRtIXM81Mv8bNy8saEh2dWNfaukheR4dLVFLSxsjQ8IiDvf3rgIAAas7s -2cSGlm1vIqZNm1EXFfnx5pkz1KPXrn3V0tU1ItNmFlE5Y7rpbxLWQazMzORp -EuI2C5TkI3UVFRRQI5H4xcQESk2Mu8HMGMDJHo53dl411NXVJ9HnyBj9lYWT -kykrOfncw0OH4OS5c33xGRknD3d3E3eHh4c6EhMooK4CbwIDoGJ9HbWipmbA -0NjYEt3L/bf4GjUO/xu9wJjvHs/Pr1Whqhyty8XFx7jm7O4e0d7dvat8WkBn -n44mgL0NuHJzqjNuRVjOrqquDu4+eQJ16WmtKoKCwnEZGdn5xcWFegYGJZU1 -NUTfp0+Dh7Y0DjxSVqQOeU2EsIiIpXSe/mYfoI+/s/wvxtYwjQwak+l+HomT -ROI7rKr8ESaYwIfllR9XbW5Y4Dd1cuXsIH9Yqas1cGxe8fD1u3dh8VS/HbT7 -mZm/xVrxsbNzbNLRuj9kpDe0obAQZpWWQhryDTft3QtzPT2GGjXVoWdhGbF/ -9+7n8kJCFvge+jjr71Y8+bfj2d/+pskUfgX0fYGYSA/YWsJZB9uDeeULN1Rv -qtuVmZ/z9fz9OzA3LRnShAUph1KSiZ2bNzcgeaLpVlFRUSOf4OAPpbY2QxRD -PWjz9/u0sfMgvBwc/JI+e3b1ZOzrtrTAPPQOS+VkqeeTEqhxM2eGcXBwkJn+ -O+MT/130SxshkpCSEplbVrZqa042NCnIwo6s2bD38FlID54Jk4ITqAlp2XDi -/u3hBx/7KekhIfPxPQi3spFHot3I7EgsE6Qk+jq1NSDex3s4v2IpxCUlUbQN -DKIkODgsZ2Vl9Z95/pxy6/HjfhVlZVmaIfmD8SmGrCuMGycenZSU7ODqak47 -TyfG78JjYmZtXFg22Dxen2gJCoWa3Yegu+85TA6Kex2ZmPc5JDrxkrODbf+q -bduGnlKpsL65eTXjfnEZGdsANVVoVlIk5jo6QHh6OuD5nclBQX6iYmIhyOer -sDE0fBTg5Ql1+/YN9ANARFycH773R7wz2OLm4SH7BgREIX8x/D89t/6foHGq -qlKo/4ri71NDQlaeu30b7g8MUhJi4y9lpfu8P9joSrl4yJx68qgtpGd6Q1pu -BbV+116wdHTw+K4omgwIsLDqOmtrnQgP8Kd6ODgcUlVXp/l+zGxsZL/g4Ntr -Gxqg7ehRUNHU1MXn/8j3w0PtktLSrCExMfU9Dx/Cky9fPiPbqcO4Liouzmbr -5BS6CvmaD4cHKTXr6/vDg92OLC91+dp3ejKl+4TN7UMteqc9LcV0+MRVAlMy -M2DjthYIi42dRy+fBVkqsrGubnOok+Owm7V1saq2doK+kVH46HF+AXZ2aVMr -yyM5SAdvP3AAkKxk0nziH8gLLhN/aunpzdzY2govKRQ8/h5Kq4OfXL7o8Y5k -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 -4uJBOmR2YmbmV4zpDp7tbjMeP77J3d0dpiGbmJSUBPkIoy8oK8M51RoSU1Or -jl261F9VW9vFzcXFi+efmOjHqLkixhz3b9be6urpTUTyCxVr1vSEh4WtRzIF -+/DacuTbYL6Ra0DjG/k7iwT4+XmRX3M7Pj0d5i9Zcoibm5vmLyspKztmFhS8 -x/mSImJjZ9PqhoWF7acRqj8gjfHjF9ciG9LS2UlFduWYm5vbdgc7u+3Wjo4L -BeTkpM0dHQvWI13zAOH42aWlixn3/Z6eYpznEBQUWbR6zddH/f3Q++rVI0lp -aRKSgbJVqK0Qjhu8fv06gdqHGB4eJlAbYeEiLl26dMrBxWXJKoTZHnz5AgUI -PDGzs5NQO30bj/SeMuX6BmSrtx0+/FhJQ4Mbtb+fj6/vDqRPdjs5Oa2RlZFx -4kaCH5WT87Xj/Hkcl/pISESEg87bHzbpt+vIVwyIjj7eeeoUcb+//0tFVRUs -WbyY2Lt3L+Xq1avEy5cvcc5xyjBduPIKCuYhv/JLO/JDmk6c2Ivv5+XlJckp -KkbPzMiAvcg2I1xXqyIuLkZPoPhzOIXfEX1cjx2b+SBZmcg+WyvKiYolQ20n -T77ctG1bZ1pRUbKZoMC4tRbmyw+1tj5dizDVrPy8m6rq6jhHCBvTiJ/G/KMD -T5fgtfJWEuKekRERsKi+nrKmoeGqpra2ZnRU1NslFRVU1McJZEdoebDpueGx -3iLQ98Gw8PC5Lt7ej8pLSqhX01I/L8jM3LTlwIHT85YsKbRzdrYpKC+/nBYS -PHzby4NyMDX54sJ16/b1PHhw3t3b29Rn6tTIOeXlebHh4WtaY6KH188pGJoU -ElKBsN+33HG/WycjOpesoKJiUpabuy1mypQPsXOLoQH5zvlz5sBCpAcx9jx3 -7hxgvwD7nJhnTPtaWy/b2di8yJ0/n+hKSnySamoSW7l586ltBw7stbW0XBHi -5/e5qnYtHKpY8nq3r0+1GJnETv45Y0tpr4QqWmWyqPCLizqasDI0BGYvWw7H -ey7AM9QH9ycmAGipwbOwYNi3uREUOTnT0S1eqH2wHz31RwcqFF/zQ8olqkld -5eNDa0vqhoR40NTXD2dnZZWMi4uDQuSDbdmyhcD5lbHficfL8J4jb9++peC9 -LVLT0qaKCQnp1Kirwkc9LShLTgY8JnH62jXAWOkuwtEnkB29p64Ce92coRj5 -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 -AAAAAAAAAAAAAAAAAAAAQMQC+3XaXw== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -GXwDlX+ndeNGOHH7dp+qlpYwpouLi4uPQSMun5OTU2Io2QyaWb7R/DUenkE/ -/ltKSso0MCzsyywktwNCgtNY6LYl/T4Wxnvw8PEpRyUkDGA62nb0UDu6ut4Y -GBvr05//Szu36G1Lewd1La3k1Jyc5xl5eQcUlJVVE1NSDnu6u0NUVBRMmjQJ -Zs6cCdXV1VBfV4fzRT1PmTChorS2tszK3t7YxNy8JTEt7QjS279bb/N/kVPD -fkeysLVtxPlvXyIbIausLIdO7x9gaGU1uX3zZrjx/PnA1gMHzhUUFU0f7Tbq -ZVBQECQkJADOnzRr1ixaPg8895SWnp5ZXFW1r2zu3Peu7u759GBl9m+P/j6e -5f9AM03GILtlIqoXAufnKaqvr/3Z/ZJycsao/34Kjo0lphQXD1y6fx+vbzwq -LCr6W0wX0n0ntPxyvHx8srjfGZqZZWxEsmtBRwfFw8PjhbeX1/OY6OiBtLT0 -fqQPrdUzMvKb39LyEefY23ns2AlGvlBaeV/DGf6f4+FpbayorBydnp9PzFvY -SNlbXHQzIz4+s3bp0kPNq1a1efj6RjW2ta0ODQsLDbW23p6Qnw9Na9YQe06d -gt77D67IqagaGBkadjo5OT3G/SI+Pv7LmLCwQ1paWlZ+EZHdhy9fhpsvX35S -09Cg2Ww4Hn5YwMr/mX4GX8nJyQWHRUcTNc1N1A35k99sXreuNzwxkTbfpKSq -ql3T3NyaO3lymruDw/xWpOvXZmZSPIKDqeVo7C9rbOzi4+NjIf0OjPUNX/um -nIyM14K4WKJ38yaYs3jxgYycnHnu3t7T1VRV1XVFRORTU1OnTkWya8natdgm -OsrDy8vGcPP96QMG826w/WUuU7r+JC4o6DFPQ50ACxO4PmUyrOvthXNI75rb -1ARXXr+GdTOK4aq+DuxwdoKo4OCXyI4b2Dln9ocJIcFRXiEhgaWzZzfq6ut7 -2Dk4eDo4O9tKyspKZSckPEZyi2jv6fmMbEINBl1/Sg/deGD5k7zzDL5SEhAY -5TPKFaaMUKNQdDRgYOkS2HTq1Flubi7W4PDwY50HD8JVpDNkZ03E9sLAGQNd -6gEHW2KB26j3yL6lxYCz/mZ+eFa6r3GcpMRMMDUcOBI+pq8Bjf/dSAe9+enz -24WFUzc9MtR7DylJcP5YL5EZFdUtJimJ15yQ/8aY8bf6H2NeRUhYmHdiXl71 -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 -kgdsomJizuFxcR9ramqoh9PTXm1pWfIJr8PIys8PMbOyHLWup2cPGpeyQseO -TcnJzLwUnp5B7URj8JI1a/YMWR5Jon8ZnANHOtz0sWPggr4u7B/pSI339h4Y -ExVN5GD7b8ECWm54LLPwPCumHY/l9+7ehXEpKeCvqgKH1NXgmqszxOfmApZz -xxET8vLz43wpKlkFBR+OXrmC9buX0rKykuT/H/7BfxAw/bzo/xQS5gV2xGtP -yKfJQO4n7SIV8Fty2bfIqQDoa8Gj4mlQt2oFTJ9VCvVIH+ptbYEzlmYw38eb -mFdV9VFdRWXQX/S9rYMVYOzfiHUUFGzaoqsN1w10Bw52bnkyY968FHsbm53x -8fGAZBYF57/esWMHnDhxgpa7H8kuKjoIdP5UYUXF6dUd7USF88iBaEWFZc6e -nqcKS0ufuXl7LxiP2m4d+t2qLVsuI3uBFs+lqaJSXaaqDKCrCaeS4qH78kWY -WjKzLjgi4sapm1dh39nTUIjkznk7G2gc5UINDwzsUlRS1CYP86kw+EpdSTHB -W0/3S5WkOPW+mfGbQm+v8+4BAZAYH0+bq8TzrN3d3YD1dzrtxPnz5ymYrqiQ -kEtRoiIn4pQVG8wdHXfkFha+DBo7diJmHQFBQe0ARMccNA53HTw4gGxTWfpz -f3W+YtShM+IqT5qDPp8cR9pHyhJLFQ+oKmtYu2V+LSzT13mbZOfSLq4wwsnO -1rI5LC7xTry5S99+RWXqK9eR0Fw0/TQXHx+On2QbZksxytdHVRVuIsCflxM7 -Hg6h/nn5yZOXQaGhTUhmESkpKQNlZWWwdOlSPE8Ju3btwkc/3n8gKCgow8LW -tnc1sqlaOzsvs6CxmI2NDa+posWeqGtrZ/sEBXWgcdoR/y0lIyM5vby8e8uy -pbDS1uquv7rOIjMX7xlyshL8JubmKycWVL7LKKq4HqCuQt2EeO+DsyOEaGoM -+ix/7Jeg7Tzg6Oy8JyciAnZs3DgwoaCg0c7G5nNwSAglNTWVimnH8+CY9p6e -Huq+fftgCXqXtdu3U/3HjnVgVAg7BwcLLy8vI8cubciTVVAIdx49utXAxMSb -/rRfnacYwG2Px6wsJF1E2UjsLGySbCzuzT7HD/aeh+doDAmIiM220idJLpom -OvVyp8yKY9s1T3TUqp/NczN5smZzJ3Hp6ePHfqGh1n9SPkYsGiXFHD08tuM8 -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 - "], {{0, 150}, {150, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->441330964,ExpressionUUID->"fdc3178a-6174-438c-a420-8f8bc6ebe4b9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->739214294,ExpressionUUID->"a2812562-77a8-4073-9229-7576d16bbc3b"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["DomainPlot", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.784995963969748*^9, 3.7849959651939096`*^9}, { - 3.785684575013281*^9, 3.785684576028858*^9}}, - CellID->789130893,ExpressionUUID->"2e5d2a29-23b0-43a5-a73a-8c656b6e3dca"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->63914779,ExpressionUUID->"9417fe34-cced-4654-b233-a5464c711845"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "[", "1234", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "@", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "1"}], "}"}], ",", "2", ",", "25"}], - "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785683982218339*^9, 3.785683986992251*^9}, { - 3.78697341913501*^9, 3.786973420663023*^9}, {3.7869828938475723`*^9, - 3.7869828976867113`*^9}, {3.787473761104368*^9, 3.787473765414748*^9}}, - CellLabel->"In[49]:=", - CellID->1562299943,ExpressionUUID->"2fe3506c-9691-4930-9c65-675a1258d41b"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnW2MVGcVx88wLG0kEkJMSiwv1pjql0ZK25WmjbCWGmjiB1utYIxJq4hA -xYSamCa03/xoYhCIid+MINH4wWCpFlegsFtehNbYBCqFAi47+zL7NuzuvN/x -nOd5LlxHFnXOGZyB/9z890xhOHOec373uc82z7n3gRe//+x3ZhHRy/fyj2df -+GHXtm0vvPLcfP6Pr259edPGrRu+vXbrDzZs3LBtxYtp/sPdQbPpX1/sIgVB -jYrwwus2vWQeu5/o3kVEc1kfgaD/QXOFnXSCp3j+WswqEO0rE10oEZ1je95A -7xn5ifU+610jX38P9oRxnO8Fn8nv0OrdMHbLXJqMObByQdhZnGAqyVWV6GSN -qGaoyNifqGjsb9w4zij4bOUxm9dG2JmJK+buaMR48WdKYg00ZeQnVpk1buSr -EmzGOM6p4DP5HVqNh7Fb5tJkzDErws5MXFWIjgl7kg8jjvPG51iVlTM+XweN -48wHn5ZzQi6M3TKXJmOOWRF2wBW4shozuAJXzagNuAJXzagNuAJXzagNuAJX -zagNuAJXzagNuAJXzagNuAJXzagNuAJXzagNuAJXzagNuAJXzagNuAJXzagN -uAJXzagNuAJXzajNncJVdRblKmkeh16RWPZnzpX4TH6HVjLmNueqJ3zW6jxr -xj7HSWN/Q8ZxFoPPVh6zWW1iVoSdW3C1X3LCn+1j22+gS0Z+Yl3tXUEX3nya -+g+u1ulPT1E/+8n89SE6K3FGKcoYxJdhP5eOd9LZN1dT5uBTyjh9jP2nHqEL -MnbjXJrUJrAyJOzcgqu3an5/qbBcMdCUkZ8K10ts6TNnaZxqHKpeZbFf/q3j -aYqvNxbxuTE/eooyye/Q6nO9br98ia+HJrm0rE1gpSrs/BfrK6trecHIT43r -JjZafpquzapSbTZXTGyjmlP0dv0et74qyDrGID435s8foUHx3VHSxRj/+65u -uiZjZ64sr4MmtYlZadd1e6hbddk7lONz2OVbczCXkdh1e/263ZCr/JNHaVB8 -pyv+Oxo90hVvVx7y63ZjrvD7ILgCV+AKXIErcAWuwBW4AlfgClyBK3AFrsAV -uAJX4ApcgStw1SK1AVfgClyBK3AFrsAVuAJX4Apc3TFcxfvbW3ZfH3N1zYgr -Z7/2KxpipgrFObrehvLs6+8LTxyjoSQXBly1w76+W+1vP1Tz992drvn9pVpN -GPkpMldi88vOUJZzXWSuimIbFXNVEPuNX7j92WZxiq+Vh6lPfDMXBU2M/O+d -Za6yNd/nYxWjWW0CK2Vh5xZcdYfPyvkxbaBRIz/TzJXYyYfPuLlgmrmaFtuo -UhFNiV2YoSvPvE6ja96g6TUHFAr/fu0BGp0/RleS39GomCtnmSvp75lkrkxy -GTRmUhfPSlHYacc+r3j9wtfBSTK4DiaOoTA/WB3F4FN9JK6Drs/L+Dp4O/u8 -7pp1Ox9uTc1zyiDXLy81NFJefCa/w4Crdl+333Vc8SEM5NXebhz54BNcgStw -Ba7AVQvVBlyBK3AFrsAVuAJX4ApcgStwBa7AFbgCV+AKXIErcAWuwBW4Alfg -ClyBK3AFrpJcFdN0zO3VTlPF6H72Lc9VM/ZfsQbD+0jjS+6tK7aru325WsKq -hf2itbugbyJxyN7Ogpk378tkv2h8dB5v376J++YQ9XbS4ROdVDneSdNsi43q -5GNU7Hmciuce9HvzQ8+DVd/ECBn0TfA8JfUvLchS3+O9lHvsJJU6T1BRKfGR -Y/WF9wWNvxVve/vd3TRSa+2+iQpzdTjJFf9wXIUJ6zD5e9HLGqGk1dN/dPN3 -ia+JJbEaMVdiCzxfCVcl5koV2+yy46v09V+65zjktPElJL6uhvdFI5/CVcEw -xjhOfV389XRmrvgPU2Xq4fO4lqpS1dkGFd+z/5nf+7lW2/NZa8J1MO4fXLeX -hngeKEj/n3yHgQqsISNfsdx1UJvDOjX1OpjkimeqYy7bEak6KuPfY9a+7teG -hly1bL9zQnhOHLgCV+AKXIErcAWuwBW4AlfgClyBK3AFrsAVuAJX4ApcgStw -Ba7AFbgCV+AKXIErcAWuwBW4AlfgSs3VmgO+Xtp77ifuu19dfppy4r+jpOtv -uKfgexrW76FB9pu3iDEoz+dAy3MlPS0W4417bKTn5hZcHXVURVQm36/SkMLz -O6Iv/c7tfY4MVfn0OZrQxJaQzHjRV35NAzUyjVN8DYT3VSOfshe9YpxLqzGX -gz26dGau9nOuhznrV9lmGlUq8nbJJbr8vR2U2bSLMpt3GmgX9f94G13ctZky -O5X66RbK7N5EAz96hc5yfJe37KQBTWxbvB0QX+c/RWeFLZ4TMmwtdJHVb+Er -juknW+nyxp9R5qUd6rpc5bEPb9xF++cu8FylUv/GVU+4Dlp1UVn2T7nI3n/Q -7fU2ux785jn7Pq9Dq9zzIUzWlUFm+9vjmKRXyGi8MSs9dGPCasr6Kj543jLr -95Q+B7bV08spJ7kpdejWBYV7KBK7Z73vS417QJXxub7UY0/49RX7b7n1VczV -6oO+Ntpxp8tUcbbI7Cy+PVyRYX96ynekV99Z5nKsfqYH/x7gar53ne+jTytH -nLrRMZ8/+mTrc9X1Z18b7bivs1IBV+AKXNXVDVyBK5djIz/gClwlD3AFrsCV -Pj43ZnAFrsCVsjLgClyBq5nqBq7AlcuxkR9wBa6SB7gCV+BKH58bM7gCV+BK -WRlwBa7A1Ux1A1ftyZXJPuSEpo38RKnI2cqZh2kiSrm9U5HYRlXqoKrYPetp -QOKM904r43NjZq7cPmTZj19rsX3IgfWIuXK10Y77OivCzsxcvR0YNJplqGzl -KZ4P/vYQTRnNAU77nqesxGk4X5WZq2xybjCQ2ZgT85Xcb9xivvJW2JmZqzf4 -E2P8WdmbmzVQv5GfLNdN7PChlXRlYh5lswsoOzq/cQ1/jLK5j9LIz79F5yVO -zu+IQXzio5+5Os+1G+EaCl8WusIatvAVx/SFbl8bHreuNp6VMcfOzFwd5M9M -8mfH2OYMNGzkJ9b4gixlPt5HuYUZVr9CGZq4n/3MH6MPLeJkrq6Pmbn6kGsn -+6Xl+pUzkPQ6jFv44pic7er2Y2audDXxrEw6dmbmqpeSc5v+KJl5unFMGfsb -togzcR0sMVfDd+F1sLcdfx8MhzwHIye9zlJHsY1K1tnBmjwnDr8Ptuf/ZwiH -9BTljHzFJIArXRbBVX1GvAVXuiyCq/qMeAuudFkEV/UZ8RZc6bIIruoz4i24 -0mURXNVnxFtwpcsiuKrPiLfgSpdFcFWfEW/BlS6L4Ko+I96CK10WwVV9RrwF -V7osgqv6jHgLrnRZBFf1GfEWXOmyCK7qM+ItuNJlEVzVZ8RbcKXLIriqz4i3 -4EqXxTuCK9nfKPeINVAU7CArr/UnzykI79vivrX/p34c2UtYNdCUkZ9Y0ocx -YeSrEuyAcZxTh1a5fpwq17ASeNBK9iCXLXyFHqEqczUVzlPdeD0r/6kf5w/k -9yzLnvhRA2WM/MQaeX4f9W3aRWObdtMoW51209hLO+gDdz9/fq/xtdlbiStz -4ZP0AdduLErRKFutxlj/YI0Y+Bplrpzt6va1Ya50NfGs5Bw7M3PVss8FCOuX -6OIDts8FYMk9/AuG/grBp2WM5s8F4PnK1cbgOuhZEXbacH0V9zv/5RHKyTOY -5DlJYhWKgh1k5ZW+kmrp5y5h3X5zrqz66BM1d8+JM5xbWvo5ceAKXIErcAWu -wBW4AlfgClyBK3AFrsAVuAJX4ApcgStwBa7AFbgCV+AKXIErcAWuwBW4Alfg -6jpXLf1cAOZK7jEcMVfae+TH9+yXPcPTSl9JTQefye+4G54LcHOuFrHy1ON2 -Kxep6qxeBSM/tVTR2ejUZ+laic+3As9XYg00xCoY+aoFX0OG/kQy5sjCVz7t -7aqDvjbpvLI2MSvCzqKbcLWUVaMj5PsJisFqNWnkp5LytnTpUbffu1Kb5c5f -jcrB9rMmlb6Smgw+k9+hlYy5ZOLL93JUvnja1yatr03MyhHHUMxVKryfx9pO -C+k1/ttXaYmzeln5kZic3XgfLX6Nz4JXU7RUrIEWsZYY+VoafC0y9CdabOVr -e8jbJ77pa5Parq6Lr7GwMy+wFDOFF17NegljHfyzg2exFtZsvnJ3EKRVKm1e -m1Rynvon+QcgMg== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->292590132,ExpressionUUID->"b5f8ac32-047f-4f59-b5f3-0c2bbc5892ff"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->781741363,ExpressionUUID->"895aeb68-85a3-4952-827d-1c8cf1f08580"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "[", "1234", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "@", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "3"}], "}"}], ",", "2", ",", "25"}], - "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{ - 3.785684042496579*^9, {3.786973422827635*^9, 3.786973424296441*^9}, { - 3.7869829421427393`*^9, 3.786982946501891*^9}, {3.7874738529016323`*^9, - 3.78747385705269*^9}}, - CellLabel->"In[50]:=", - CellID->3980558,ExpressionUUID->"b5645bed-673d-468d-87aa-4c5c12272c7d"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -W9tyMVNi+h/6WZmB+fWA+peTRsMf7aj9vybt3DEO9/1OfXEEuGohHtuIzLXx -/sT9wiBfb9zrMGi7D/R66rKJMU+zW7y3vxl/LUabgXaaWLyzGB8VwVSDYWpe -N52v4VsWW4zbLZ+/9bbN7cegOxYAQxPR3+0let7OvfueOjZVfs23kji4X2sh -fhlbOs/WapZonNNxWbyeDLjvOV2iKeAyOF2Oy3L3h/G9Ar4nY/NVbyhfVYTr -eDyec2imaD6Rz83md/1J51Y/zK0jd8T8rlFtXtCn5iPRbhyEdhVwxbUJcMdB -NuyfJK7isc5xl0LT2XXVVeJvJXmI/LXI+Iq5BdBkEYx5tCzlO7yPHtdCfDy6 -l87RzJsWRyxjt8LXrc9X6Vi3ABa6DBLW3GiexBM2TjEdXNSn9/nwP1JM5WIA -S2Pn9vhmrJPnfMe+93cS1YLLtj1SovN6S3Ql7iWcb3PD27jlCV4qhavX9R5c -PP4NvTd37iW6Bh7E13x+KdFG35ZoyCESnQ1N+FBG9x6gvTgBbQ7ad2B3oK/Q -3bJz8MniKqelWoucCr6ptzFeq964lCbkI3M1L0f7deL19+xviw1jjFf9H9p/ -k98VKO8dsr3ORWczKokX+rF+3nJBn8G/MZYCrRtyjtOO0c/iuu7Vyh0uj8Dn -Eq6MjfOLxlN8z+X2WhxTRexW6Mfa55h9LBpzh+2Smw2fzCm8V9T3XGnneU3S -41YvGS/xum+R9Hh8/NxLYzz6ln3XQxJ1Qz/sDL78hrg4bsO38Hi4CCSa9DVc -fRK63cc6q9uLXGfrtvVRHlsl/di4ZnrNMPVcgoeS2OTc+bNxGuNVd4jmJvwP -9uIttMn7aD83W644qchmxTmGOuQc9Z9CzzOrJJ9jwBw75njR16IWpp17yjiE -OGY9jq7B6fe+0ohrWGZ8gu8J7wK+L8JYW96Ds3+/QLvJvvtiw9vj9toqu/4V -MUzdYtdZbI0nbW6x1oSxU2KcMX3oiI6ddWwuCqQedjAapzGGjQxQGzTGEFs3 -3myyyBMc51vBUT8AT/5J8lo7zklJnHjMUVddLfk60jQsFsMo12N+Dp66BG10 -rWiM8GXJaaeCfKdi4/uSzdGfiuYOk6NelcL8qCX2va/Hxg/+pct9Ir4W2LmJ -sxn2Pl/LWInN8uchfpmzNT92fu/rvSZ5X4/aCLpMYLdcTja5DFhkPMvZtid0 -7Y9r1y5uVUnOUfw6cK4QmA2/LtF2AzSWfGEoWeJqCLQzBz7csFwV11K7gB+X -2hhnPzL7RL+B/h19Oa6n/TMFIz6OQK7htX5QAlPFMOa5jrqLemwFGjF9Tg+J -Bk9Fn16n/ezjSuT5zNJYvUMcU9Qf1Lb/l8BUKX/L652V9hrz7fcxjuA4U189 -I4W+fxynKWPp4pnTJZ+DvLTIuVfYfa2yf5PLFgFTzMem/Z1k92S1ZlxnLplz -FD+H2dWQORbgx2G9dIwuAq7IW/1E7t/AuKKWcrxXI3IoxvJDr6XSYsevmBa6 -XrnMxbvj/t1PzJbVSeWYStpPxsbo9+Z85SDvEzAP+Zo2Eu01Vmuf3VqHaYjw -DVvT4Hg/ZJjyccZSOaopdst95q/i7GeuLpr2iXaK5/U261f23V77e/39kj3n -Z5mX9bSk1yim8Yp/z2uWN/SeRFtM0bWsmzeRaH/4mJsRp1y3fkFy+snpSOPx -Apx5PxZ8GZIH4bNM2lj9h4sDqUOLOoksdASzYWJXGfuSoJfIxU/mx7dg3bhY -HOB1cWuYuXzNs0U1eBoXldP7Hn/U8rfH3u95LJeLHhae/xbYyUOGStSLeZn3 -G8YetbFcaRzwYom5XMReOLs507jGassKbBZ1NrmL63nU/sxBYLzyL/o67Rbj -HpnZeP6wlM8XTWmMlQXgptoLlLPj6/T0b5iHfc6W0OAHQHsyD+LXdh7L9eL5 -WcPrMEVddhr+Tb4D903NqB28DLiah8cWglf1WC9cBXl93n4UOPBVvd76cuvG -aRgjr5xnHPZD0fwlkGr0ahFOSnKY/zex+aPYeYrlDtQl8p3Y3jfuPBj9LGPQ -f9eK5v8uk3xNYtzHKoYpYoZ+4XTjojdi70+zWf516jjaTPLBRYYx4o16/3+q -iaqS9roUphivwPcHwO5dNTqf1gRr53r5xvWNWzbCHBsGLpuhnOTs/z9FfRBo -CPrAwf3KWyfj/ZeHDlv1u+FzQNNewfriytddBbL9sSLP2bpHXaWx77jN4toc -85iejb3GtVxqLK4dcq2YeXTMt0va1TjGuN53ZyP4zb+P/fwx+7hG1ycHQwsF -wEVI393XJN6A9jPRPFWvX5bHMOZzmFbaWLA++hdSvp4rjlHT/sFyxUTtURLN -bC7RqAMlak1t9FvD7Dsp+XwpNbBVrypXzuqs91oXFt57POeoIcHj/7H+n9tN -ohHgsipgKvgeGteuYTtroLHOxOtXB9JwJK4xOEgaIIZ2NHSsi74KINBdSUNb -kYnQR++6+H5G6tYUWaMtZbPIR8zXXW7/rkvhIvI1dcEdxmfwLV3OudP0tobG -mr6fBY3XYzl8V6kP2fNwxYyLJfg4FOPSD5idOt/s1r1SGKsC9wQvWwyDc/2X -FWAqzZ9/QTUecw9+uHH+GqlJmQsxdXuJup8pqv2IR1+buCLm375k689oe+2U -X7+qREek5U/eh9ZsMr77EVzbrXrujQ928YUI9q+hFfeY+Ia8H7BaOPSmrFGH -22HKJTa3ldm9hkvDj2pdXkE2d32xPcuK3YfnKWLlCtH4ZvzvcXuVZu+ou2nv -mHN1r+Hyt/49fq22gnwAj2O+n77jFkeK069VcR6J1ySusufEzI2iupv5Ad9H -nz9lfIN/Z36pdQ6NipOZD0q7RXu4sLVe38c+fzHGJbTXPwl1bXAQ5kENeMTt -ZfOGXr+bE+9ijhyi6/L1mXWba+y7PwJfe6HVcl8v2L+Q8RPY5y5jVbP36y/1 -1KLhvrgD7iPh9/ap/PA17DXSXxY7jn9LGrjv00boy8kj1TYX6KFMPqcpXt/J -15grvkjSczOLzaWC91je+pS+yh+T9oZ+7KT5wQ2JayiWc5I1DDJOtuVROvcz -S4tgIW7vXpN83St8tJD7gVwtUfORtm/DC/aetBhGiViZ28cN+Di9p11fWHj/ -vN6c7xG7D67RXd1Oon3g43WaI04TdjlBc+Mjy/8rlZeQbH6ciN9T8Lmv4zFz -ruoqhytw9Q4DJTqwmePwbMg1hF3g6SrzVI6r/H5APWUirvoFNzfrwLkNuRj/ -KrX/bS/DGEPzLm6ZyKWK9RF19S2J+6h0HjndlNG8zoP7q34I/2Hnpx+FMe4H -Xp4F7f2EJOoaLOfE1SkHek3EVM9vGAaKYapYrArPQ9qb/0rU/lyt16H2vQpj -PGUUbAW19xOS00S0b5mXU+KRSyxPC387bHvDVAm75fP90/xbYuHEFhK1g0Y8 -p59EP5dELDqRq1qqHpd+FPO6TwiUhwPgKeAcugvc3lWijdDPwYPAAffB7Atv -MWfRKkBUvoZ9hJyBWarxlbqcbvBrpX4Na7Xk1klbXaz9e/NGmoPHMab98nlX -aVqqrA4yTB24q+j+n68pP7jzL7eY8rs2bvCD+p4k0WlbS/RLycdYPd9xnvc4 -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 -fNlArjnbYk/J2AP9O9o3i3mVzWvIxdy3Nc7wdnA34w3GqbY1LMTXD4cZ9zQW -V95+lvtcLG4R7K7n79pWolNE87yptwv2NagQYy5fhraHuVRPWM5ZuVhHDGOB -36Obn/utRD2ugKYYqX04z3BFrXSJ5aj33135jvmqLg7Mfarm6rynreQejjPQ -atDf3C/Z5bjTZt4G+3ei6//7FQkb9Lcj/PpztXSV19r1lmhoC6mfZpiZL+rT -zYzl8fHeuJY8VSrLl2EOIPXARn1sDEfbeO8peTu4i2Gon+RrzXaz575+o1K9 -v4PxUKV4HGM8updEffrqdTN/n/E59gNzrJ9PwVPRvbYwhg/jMVjUyNrkBMa4 -10JInuOeMdDU41u6/RidXrpU8vVYPRnXXIzznGW6ifs3nqr3sbBK37Mlscd1 -nW+Kj0fUQ001wOem/9dtA9q/tZG1GWbHZDcW2RA80r0TNGG1+h7zDUOMcxJv -R4j2ezlc+bUc2tb2PWXtmLt/7mMFfv2ZMQbikGuEuycwWAwrHldel1Wq98fY -NQG/3bdUOz/X1hvOMmwdIspji0TzWdaye2JarEpzsDeBVgreXcfa5Fhc1u1V -fAvweRJsag+LGxiuvI/XkfkJszQ/ISAPPShRq2k6ZsThOP6m2a22HzvzInVd -OuvWI5pBWekvzm/433vzue7t5PZAY0x1OU0NfV0DjTCoja4Xsp9ZN3ESnk8J -yttBv45I29mtk5ReI/R/9/qH2h596WwkdQpt2yjJ6/20mIXXZYPWD1ezgrVz -rM8wjuZ8Iv+yJtnnIvh4AuMSA7knv99jYl0x5fOJYUdD+mzgvmltcvuoK64C -bYyPU6eTq/waX/spWsPFa2ZtfMCcM5/r9kNgipy1HSwmj9B2Jt7wh/78cnOZ -b+Owho/s69DzCHkCvkob9PuoFhpfZ/zgQuOjmUHxfKyzbe73tZh7xWs5tH39 -DSvDDSv9DGM7S95v9H6f5yufN7ieuErzgz3GmOP/NcMYn98eKE/tQ/v7uu0D -5/M8G1sny+bziWHPAtaigmdObqZ8dYnmnUdXhBrzqfl6Pk/d5xpvMUZ1WHfe -1wO29ne8w2eDPAwbeLT8EyO+RYm9YTbE4XPdj7C8hcJc9z0sD8vraXBGAC3U -Fr7KhGqdE/Ot+XXmOIfNtPXFwa3z31URrvYwHI2WvJ0kvr3u6ieqyXaRwrVD -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 - "], {{0, 124}, {150, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 124}, - PlotRange->{{0, 150}, {0, 124}}]], "ExpectedOutput", - CellID->329245249,ExpressionUUID->"e01ceeaf-4f67-4aae-ba95-f3ff231479ba"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->422135595,ExpressionUUID->"a23b3335-6da6-4267-847d-1d444821c62e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->473867153,ExpressionUUID->"0b0b4968-37de-4c5a-8dfe-81d25655f632"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"xyCoordinates", "=", - RowBox[{"Tuples", "[", - RowBox[{ - RowBox[{"Range", "[", - RowBox[{"0", ",", "7"}], "]"}], ",", "2"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\[ScriptCapitalD]1", "=", - RowBox[{"xyCoordinates", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{"EvenQ", "[", - RowBox[{"x", "+", "y"}], "]"}]}], "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{"OddQ", "[", - RowBox[{"x", "+", "y"}], "]"}]}], "\[Rule]", "2"}]}], - "\[IndentingNewLine]", "}"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"8", ",", "8", ",", "1"}], "}"}], ",", "\[ScriptCapitalD]1"}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Colours\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"Black", ",", "White"}], "}"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.78568410634549*^9, 3.785684114458077*^9}, - 3.7869734289445467`*^9, {3.7869829625183487`*^9, 3.786982965381577*^9}, { - 3.787473880564941*^9, 3.787473887261498*^9}}, - CellLabel->"In[51]:=", - CellID->625211884,ExpressionUUID->"ab66e5eb-eb81-472c-8159-742116b50141"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnetzVNWaxhskJgURwZKLJCRyCQqaIHeEVMmIpU6V8uGMo5/PqWGo+eJY -nimnprz8GfMnWH7xg1R59IDoOUmIKIRLuIiJQTCBJKSTTvfu2+7rPM/OWmGH -6U5Ya/WZ0jnvqnpcorXfPOtdv726Q7/77Q1/+Pff/eviSCTyxwb843e//89/ -ePfd3//XP63AH/757T/+27G3j/7LP779H0ePHX13/x8ewn/8b6Ulkblj8eLF -i2ohhKqJOH5NfmrhheP/q5+IDBn/R+Ohhx6KNDU1NTQ3Ny+DltoKMZbW1dUt -RUgn4TZaunbt2tmYLn6wNmc/uLeXrlu3zskH5yeeeCJYm6ufJUuWWHsJ+1m9 -erWzF2gZ1BDmSb1ORNavXx/JZrOf5PP5oVwudx3zoIlwTTBnMpn+Z5999iJC -DiL2AGcTIefB/PDDD1++fv36Fcb0fd/IS9hPPB6/hr28rvwYeQn7efTRRwej -0eic2CbSa/j555+vg4lr4dgm0mvYtm0bc3PZxguFvR7g3NXVxb3qt8mNEnM7 -BH0SwmpRmKtisfh92XEUCoU8uPIRsozYZc4mQq6DGVwVh4aGSoxZKpWs/aTT -6TK4Krv6AVdlMGrtQ69heHi4jPNzTmwT6TUgxwxYtPWDvQ7mnp4e7lXeJjf3 -6ftqXIHfbqwfP7KY42wiDs64fxJY8zRCFhG7wNlEyHUwg6vk4OBgijHBqpGX -sJ9kMpkBVznlx8hL2A+4KsZisTmxTaTXcOvWrRy4yoRjm0ivATlmbpI2Xijs -dYFzd3c39yphkxulnJq7q3GFtfeoe6tgez/CbxJrTqh7q2R7PoCr9E8//ZQJ -31s2flKplA+uCuF73cYPz6vp6ek5sU2GXsMvv/xSAFd+OLaJQucVc5O2Pcux -18GF4Ip7lXQ4rwpq7hGuhCvhSrgSroSrakO4Eq6EK+FqIT/CVeUhXAlXwpVw -VW0IV8KVcCVcLeRHuKo8hCvhSrgSrqqNv2euwEQPfSIH/EyybCLmjXMulwu4 -Ys6QvxJnE3F9nOvr69ODg4MZxkQOjLyE/SSTSX/dunUF5cfIS9jPihUryrFY -bE5sE+k13Lp1q7BkyRI/HNtEeg3kCvHSNl4o7HWJM7lCvKRNbpQKaq7KFTz2 -WsE/9z7I8LN22/tRq66uzh8aGsoxpu09yZFOpwtr164tu/pZvnx5zepkVJ2H -lQ+9BuSYufFt/ejzE1xxrzIuuVHqrcRVc3Mz6/pO4uclwcY05oSJcA1nz/f9 -8fb29lH49HBfsv7CSLhvOHsNDQ0TAwMDUcbEvWXkJeQn4XneJM6racZ28JNY -uXJlYmpqak5sE+k13Lx5cxr3zGQ4tonUGjzkmLmZgBfP1AvFeibmtquraxTx -xhHXM/WixNwmcf3JmVL5Ga6UIvjvkY6Ojj/t3LlzaseOHePQhIlwHefo7t27 -h48fP37r3LlzUWiir6/PRtHvvvtu5JVXXrmNuNFdu3YZedF+qH379o1+/fXX -44zr4Geip6dn4uDBg7NxTf1wDbzu8OHD42fPnh219aHWEEWObyPuCPNj6iXk -J/rmm2/eQrxh7pelJ+Z26vz583/C+9gAqsX3nlXR41vHs5DK4JxJWb9g3Bs5 -nKH5Gvgp4pxxNoNzmL9LuHopr1q1iuGs6zz1QI6Zm5yrnz179nCvMs4JKpe/ -bWlpqcgV/tzN3+GgvJofWHyPzhm59y5duhRnGSPO/qCc0UT8PYUz3hel2tra -0oyJs9TIS9hPY2NjdmRkJK/8GHkJ+wGbJbwWzoltIr2G1tbWPBjNhmObSK8B -OWZuUjZeKLwWs/a01NnZGVfvNYy9qDUEucXrajffo1c5r3oic393NH4/ifwl -L1++nCDA/Hmm0Ov3t3ivl960aRPrdZ3+fmDp0qX+nTt3CsqP8U2o/fDvGPh3 -DeHYJtJrQO4L2EM/HNtk6DUgx8xN2vb9NnnkjNd27lXSJjdqDUFu+XdUwpW5 -H+Gqan6EK+FKuBKuKg7hSrgSroSrhfwIV1XzI1wJV8KVcFVxCFfClXAlXC3k -R7iqmh/hSrgSroSriuO3yBVr/lTtXx4qmYifYXKuq6sLuGIxourNYzSKxZlL -MplMwBVjqrpTKz/Lli0jV3nlx9TOrB9wVQJXc2KbSK8Buc/ncjk/HNtk6DWQ -K8RL23ihcP+zT1KJXCFc0iY3ag3MLetP5zuvem3Yv++8ymDNqfC9Zch/MOO8 -8sFVrgbnVQFczbnXbfzU8LziHhTCsU1G6LxibnyH86qszqugTsbhvNK+eitx -xVo//PkE/tWDpqC4iXB9MIOrMayZG8n6Cz5oEDcRfAYzuBoHV3cZE76MvIT9 -gKsouIopP0Zewn7AVRxczYltIr2G5ubmGLiKhmObSK/hypUrzM24jRcKXLGf -WvzAgQPcqzGb3Kg1sLjNwxl8gjXHmivFVoS1fn19fV+cPXs2Bt1V9Z4PLFzD -eZJ1nq+//vovu3fvnoRY62kkdc3k3r17b3/xxRd3EHdSxbbxE+3t7R178cUX -7zKujR+tzs7OaHd3dxDX1g914sQJehkLrdU4P8ztkSNH7iDubebH1Av1/fff -U5Mff/zxL4g7wpiWueF6Ytu3b/+CNcdqzHLFWj9w963VYTh3ZNra2lI2Z/N9 -yrEerwZ+inyWxtUP3jfyWSNnMxMTE4xXdPWDHDM3zoZwDgTPTdRgv76N3Btz -nsdhzR/fv7EGUM3G8n3f6+jo4DkbvDe0qfOkGhoaUgMDA2nGZC2jrR/P87JN -TU155ceq7pRirShrRm196DXcvHkzD0azOq5N3SmvQ475jFfK1g/2mj1PS11d -XdwrzyY3Snm1DukvauFHnkutKnneWbiaHcKVcCVcCVfVhnAlXAlXwtVCfoSr -ykO4Eq6EK+Gq2hCuhCvhSrhayI9wVXkIV8KVcCVcVRt/z1yx5k/ljZ+Vl0xU -mllgKcQVP4vk5/YlE7GGkTO4SoGrNGOqemYrP+AqC67yyo+Rl7Af1oqyZjQc -20R6DeCKn9Nmw7FNpNeAHDM3KRsvFGt5OYe4MvailFf3yHznVa/iypj/0HkV -9BddpPqy2p4P4MoHV/zeVtfzqsDv4XX1U8PzirWahXBsEy1WvW51f1GH8ypY -h+4v6nBeaVXtLwomTuBHehBrAK3qB5G/0W3btt2JzNQlTkcsahkjM3Wn4zdu -3Lhr60Mrk8lE16xZY1z/er8eeeSReCKRcPJCjYyMTCHnUVc/yDFzM27rA0wF -tbynT5/mXo06eGFuPbB+YlH1/qJ/3rVrV5x9J6GYiXBdoD179tw5fvz4iKo7 -nTp37lzMRmfOnBl99dVXx1iLSNn62b9///ipU6eiyo+VFwr3dezgwYOzcU39 -cA287qWXXoqqelwrH3odn3322Rjijtp4UX6m6Omtt94aQdw7Drlh/Wm8r6/v -z/P0F7V+biKkWvUX9Zuampz7Z0IF9l13HawVZc2oq5/HH3+c4Yx/L7p/IMfB -cxOufmrYX7R3nv6iPar2z7m/qKqRLFr0qwyk+4u61nnq/qK6ZtPWj+4v6lrn -qfuL6rimfnTdaS36i/Ja9hdlr26X/qKq/lSeS7XwI8+lVs2PPO8sXAlXwlXF -IVwJV8KVcLWQH+Gqan6EK+FKuBKuKg7hSrgSroSrhfwIV1XzI1wJV8KVcFVx -CFfClXD1v7gK6itNpGsfQ1zxc8mgJtFEuv4xxJVTnSe4yrK/aNmx7lT3Fw3H -NpFeA/uLYmTDsU2k1xDiyqrOE1wFtbwhrqzqTlVt8UJc9S5aZPVd97N1jHV1 -dUF/UaZM1ySaiChyzmQy/ubNm3OMyV6Ytn6WLVsW9Bd19cPziv3ZwrFNpNfQ -0tIS9BcNxzaRXkN/fz9z49t4oXD/B3NnZyf3KmOTm/AaWGtcrb8oxkkoCcUi -drWDCcQZu3r16igQ5n1gW1fJ72+/++STT04wpqWXQPX19dHx8fGYg5dAnufF -GxsbnWo8qXXr1sWwD1FHP4lr164xN3cd85PYv38/92rMYb9i6rw7Wa2/6IUL -F06eP38+CcWguIUS586dG3vttddGd+7cmdixY0f8ueeeMxKvgRK7d+++++WX -X/L7zhOQjZdAZ86ciR46dIg1kqyDtfXD/q6s2bX2wTVQX331VQzxojqujR/m -FjmeQNy7zLmNH9Z4QolPPvlkFDFZe5ow9aLE9STb29tPztNfNHhuwnHUqr+o -PzIy4t7QEy/9v8L+osa/F90v5Dh4bsLVTw37i1Z8bkL1F+3h62VBfce4aV0l -Z9/3kx0dHQlVI2nVX5RzQ0NDemBgIKNrJG396P6iumbT1o/uLxqObVrnyVn3 -Fw3HNq075YwcMzdpGy9UqL8o9yrp0l+U7/EgeS7Vwo88l1pV8ryzcDU7hCvh -SrgSrqoN4Uq4Eq6Eq4X8CFeVh3AlXAlXwlW1IVwJV8KVcLWQH+Gq8hCuhCvh -SriqNoQr4Uq4qjlXvaoO0KounQJXaaw56VrnCa6y4MrXNYm2fpLJZB5clVz9 -sNaGXOm4pkPXY4Ir1jHkXetO29vbmZusbV069inw09XVxb1K2+RGqaTuj6r9 -ReHxK/xI9tllHWDSRvB6d+vWrWORmbpTT83GwjqjN27cmLT1oZXNZqdWr14d -t/Wh1djYmPQ8z8kLdfv2bd2T08kPcszcRB28sI9skt+rHpmpO7X1wvWkoa8W -Vekvum3btlO4D9jPOMGexibCdYG2b98+8fnnn9+9dOlSCkr29/enbHT+/PnJ -w4cPT3V0dKQoWz+7du2aZo2R8mPlhdex/m3v3r2zcU396HW88MILiYsXL07b -5oVecH0KOZ6Cj0kbL8pPEnuVeuONN7hXE7a5gRJQBjr1AP1Fjd8XhcR6vKTV -4Tx3ZHGGOvfPhPKsx3M14/s+X5tdvZRXrVpFL3lXP8gxc5N19bNnzx7uVdrB -is7tvP1FVe1fQc0PLL4+c0buk2A/wdd9VSNZNhHfh3BOY7S1tQV9xfnsiK0f -vH6xnrmg/Bh5CfsBm+WVK1fOiW0ivYbW1tYCGPXDsU2k14AcMzdpGy9UXV0d -az35PA73KmmTG7WGILfSX9TOjzyXWjU/8ryzcCVcCVcVh3AlXAlXwtVCfoSr -qvkRroQr4Uq4qjiEK+FKuBKuFvIjXFXNj3AlXAlXwlXFIVwJV8KVcLWQH+Gq -an4ehKvT6uda1w+DqzTW7IVzYOgzmMFVFlz5NeAqD65Krn5qyBV7YeXDsU1G -iKugTsaBq7LiinuVduAqWAS4Oj1Pf9GvIX5vMOsAMzZCnMmrV69OlGe+Mzit -ZmPlcrmpDRs2xGx9aNXX18fHxsaStj60EolEprGx0ckL1dTUxLMh7uoHOWZu -phy8sMYz8/zzz3OvJh28MLc5rOnrav1Fr1279pcffvghjzmN2bfRlStXYi+/ -/PLk1q1bfSj79NNP+zZ65plnpr/55ps4vPiUrZ+LFy96yF1a+bHyQu3cudPv -6+uz9qLX0d3dTS+erQ+9DuQ4jrjTtn7AZZbXfvrpp9yrmG1unnrqqTTm/JYt -W/4yT3/R0/q4tToUZ0YKP8OzOZvvU2Z4eDjr4CMYOKZzK1euLLr6wbnH12ZX -O+Xx8fGiek1w8oMc04zz98ifOXOGe+XSD1bn9nTk3qjWX7RgW1fJ/qLt7e0J -VSNZsq3zDPUXdarz9DzPx2tPwbXulLWirBl1rfO8efNmoa6uznetO+VzCMWZ -/qJWdZ7Y66CWN9Rf1KrudPG92mJ5ftDCjzw/WFXyXKpwNTuEK+FKuBKuqg3h -SrgSroSrhfwIV5WHcCVcCVfCVbUhXAlXwpVwtZAf4aryEK6EK+FKuKo2hCvh -SriqLVdYu+bKeCNDXLEfnOe6j+AqA66y4T2x8QOucuCq+CviqgiucjXgKqiT -ceAqmMFVUCfjwJWuk5nvvOpSeaPnvIlwDWfWbsexZtYysn4ij9lIyDXnArjy -wBVrEVmzY+Ql7AdcpcFV1tFPHlzlwVU4tpHUGgrgKguuWKtZ0LFNpNZQYG9g -xPPUa4uxH37XMv309PRwr+KsdzH1oqR7BnaFuYqE+otu2LCha+PGjWUoBxVN -tGnTpmBua2tLnDp1anpoaKgILgqcTYRrgvn69evJzs7OVDi2jZ+tW7dmzp49 -mwvHtvHT399fbG9vL7r62bdvX451Za5+kGPmJmnjhdq8eXOB85EjR7hXCRsv -yg9zWx4cHOyap7+ofh7Hpb4yBSY8q8N57sjgDHXun4k15iYnJ13qX2fMZDKs -NXTyQq1Zs4ZenL/Y/scff2RunL9Hfu/evcHzOA5WdG57/tb9RdkjV9VIOvUX -xT1Vk/6it2/f/tX0F0Xua9JflD2IF0t/0Qce8vzg/EOv4Tf2/KBwVcWPcFU1 -P8KVcCVcCVcVh3AlXAlXwtVCfoSrqvkRroQr4Uq4qjiEK+FKuBKuFvIjXFXN -j3AlXAlXwlXF8Rvmij8vr+YHFtYXzODKw5rZj46fOdNsyUSqr2AJXKXAFeuU -Sqru1MoPuMqCq7zyY+Ql7AdclcDVnNgm0mtA7tkGMhuObSK9BuSYuUnZeKHA -FWtWSuCKe+XZ5EatIcjtA/YXNa6TCZ1XqQsXLni5XC7oQ8bZRPy+W86e52U2 -btyYDd/rNn7AVY41mq5+otFoTc6r5ubmYjqdzoVjm0ivATkO6mRc+4seOHCA -e5WyyY1aQ5DbTCZzOtwH8j6u/hqZeQ301fzAwvqCGVzFh4eHYzwayzO1iQVL -eVu2bGGf04KqZbTyA67SyJnv4GNWK1asmBPbRHoNra2t9JJ29TIyMsLceDZe -KHAV1J0eOnSIexV38KJz+1esLcxVeKyF+D9b1GyjlqNHj67/6KOPWj/44INW -zib68MMPg/n9999f/9hjjwU+kDtbL61YY8s777zTEo5t4+e9995rra+vt/ah -17B8+fIW5MXZz7Fjx5ib9a5+MLhXLTZ7pfy0qL1ei7UFEKkeyDJk/K0HQVvs -KrwWLq6rq3MWuHf2Uis/jFELL1xTLXLza/MDLQqfU/8DEbmfbw== - "], {{0, 150}, {150, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->298649617,ExpressionUUID->"dfabfdf2-8f20-4498-9ff2-11d03b3425e3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1694459124,ExpressionUUID->"50af1679-5008-48ca-9808-f861f7b443ec"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"\[ScriptCapitalD]2", "=", - RowBox[{"xyCoordinates", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{"EvenQ", "[", - RowBox[{"x", "+", - RowBox[{"2", "y"}]}], "]"}]}], "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{"OddQ", "[", - RowBox[{"x", "+", "y"}], "]"}]}], "\[Rule]", "2"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", "True"}], "\[Rule]", "3"}]}], - "\[IndentingNewLine]", "}"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"8", ",", "8", ",", "1"}], "}"}], ",", "\[ScriptCapitalD]2"}], - "}"}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.78568410634549*^9, 3.785684138567622*^9}, - 3.786973430734641*^9, {3.786982970862145*^9, 3.7869829737333403`*^9}, { - 3.787473962931038*^9, 3.7874739680020123`*^9}}, - CellLabel->"In[52]:=", - CellID->1182357615,ExpressionUUID->"50260eb1-5082-46ab-a0b4-57d292ba9f28"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -C9VURG+opiJ64xXkB6Wy+9T/AdKaECM= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1218249614,ExpressionUUID->"978c437e-8b2a-4329-af31-cf2b0461ba18"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->993854201,ExpressionUUID->"ffe84199-b447-495f-ae80-7c3c103acad8"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"\[ScriptCapitalD]3", "=", - RowBox[{"xyCoordinates", "/.", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{ - RowBox[{"x", "\[LessEqual]", "3"}], "&&", - RowBox[{"y", "\[LessEqual]", "3"}]}]}], "\[Rule]", "3"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{ - RowBox[{"x", ">", "3"}], "&&", - RowBox[{"y", "\[LessEqual]", "3"}]}]}], "\[Rule]", "4"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{ - RowBox[{"x", "\[LessEqual]", "3"}], "&&", - RowBox[{"y", ">", "3"}]}]}], "\[Rule]", "1"}], ",", - "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "/;", - RowBox[{ - RowBox[{"x", ">", "3"}], "&&", - RowBox[{"y", ">", "3"}]}]}], "\[Rule]", "2"}]}], - "\[IndentingNewLine]", "}"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"8", ",", "8", ",", "1"}], "}"}], ",", "\[ScriptCapitalD]3"}], - "}"}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.78568410634549*^9, 3.785684114458077*^9}, { - 3.785684148598969*^9, 3.785684150802752*^9}, 3.78697343246159*^9, { - 3.786982979525469*^9, 3.786982982517158*^9}, {3.787474012537725*^9, - 3.787474018481051*^9}}, - CellLabel->"In[53]:=", - CellID->215703698,ExpressionUUID->"b3bf7550-36a6-43f7-b2a2-c58edc2c9809"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzt3d2OHMUVB/DqxRaWQZ7NHZBdr/IAUZK7KHe55JYoDwCKg3LjSCZyFMn2 -Y+QZeAIQGBD4C4kL2wKEEBYXgM2ud2bn+7Nnujr/qj4Vr5F3WJ/Ta6/Z/4z+ -rrZRHVEzv6lu7xy1f/PGP1/7+4pz7q0T+OW11//953PnXv/PX1bxm7+efesf -b54987dXz/7rzJtnzv3xjefwh/+VHHMPP1AiY/YOXiBmWfjg4wk9wj72a+dO -rDn3AnKSeTivrLiTK6+4k26NeUReAJ4TEZE84v6Oxzoyde7tuXPf5s59jfGO -Mp8jt+X4G0OdL5AvDfNTvpob1pNn1dhquDuNlrvj5u5OllejMl8jXxnmp3yJ -fGGY/42Mt5HP1XXyuJ5vgeftiKhCle12VTj3WelcacwcmdVQp0B8DXVsyaqx -13Blo+fK8MxKdxieHilqqDND5uYqhftsL1f4XF71eD/hKw+jMn2kK8cLQ50h -MjLMT5l4w3qKrBo7DVc0Onj1vCuyohqVyZGJYX7KCBka5i9k7CJ9dZ0irqcA -nqt7uVo4dy18NoMHw2d8iPTl2LLfjJFJDXtO2DvV6/GyX3XDftWtPpuZN32y -F7JHWJ8TZGyYn1bRR4aGKgtZ1TW6oitHV3RFV3RFV3RFV3RFV3RFV3RFV3RF -V3RFV3RFV3RFV3RFV3RFV3Tl3A1xZXkfg4VRTR7yGupYPiMH4SrZsj5zV4/P -kauMal2lFd1Y4upyWfWndGXPedwMkPvIphxraqQ6TaRlrBOyU+rX04erOMJV -H67CZ7uf+WpUJujcMcwPGSAtpCnHljqbyH11HR/XMwSey0tcvYPXsO0rG01F -goMfkO/kWFMj1bmL3DPWaYpx7XqacBVHuGrCVXgfm3DVlPdUk/vyXlpqBFP3 -kLu7fGnrfIf8oK7j43rawPPOEleflofnPBjOgfMa6hSW+Qd0HqyjzzP0eOY1 -1KnrPPjpEldX8Rp6X72fXplw3urJcWGoE2yODfNTpqVhPXAVR7jyjW58FT1c -eXlFNQkepob5KWMxoZ1fyBi6qwfqOj6uJ1y9s1/06e5XR/Hvg3RFV3RFV3RF -V3RFV3RFV3RFV3RFV3RFV3RFV3RFV3RFV3RFV3R1uF1ZvndOrqzfOydX1u+d -g6vD9r3zzDA/Jbmyfu+cXFm+d2a/6NPfr9KeZX0+S/2i7+M1HMBVu6x6XTTZ -Qn6U466hTujF2zbMTwl9gR3tfLiKI1z14Cr0lPTgKo7KdFzVQ2epEbLtqh5B -7fyujD8iW+o63rVd6LNZuPeXuHo3vAe+ej9bioSe39Dn+b0ca2qkOvfEp6VO -S5xr19OCqzjCVQuugocWXLXEhibb8j5aauyIh3tybKnzvav6TnV1fFxPB3je -Zb/oUz8Psl/08cN+0Z+/bme/6OOHP2dY/jzKP2egK7qiK7qiK7qiK7qiK7qi -K7qiK7qiK7qiK7qiK7qiK7qiK7qiq8Pp6jD0i/J75yfzvTP7RXVhv+jy57PS -Lxruu3jY+kXV6zmAftHQX3nY+kU31XX21y/6XnwtH/TuahJM3ZXjtqFO8Lll -mJ9yvzSsB67iCFcduAo9xB24iqMyqWfUUiNkSzxo57dlvCu2dHW8fEYW7j2e -B3ke3PV8EufBcN3OftGjdd1eV78of87wdPero/xzBrqiK7qiK7qiK7qiK7qi -K7qiK7qiK7qiK7qiK7qiK7qiK7qiK7o6nK4OQ79oXfcX/aV+7/xM3V/Uu6ws -EK+MWBhp5++qE/tk7HUy7FX6+UVWjd1GVq5iv8rwGq74ajRkYZwfEvtkrHWc -9Mmoa8hrsVefzBqGQv49+lJ/P86wT4VevE051vZ4hrmhV7RprGO+v2gp/aKD -huu92P1/j+TTvr9o2GPCv9u9LceWOqE3cEtdp+pxjP8efbbLFX6Jro65l91v -3a3Lf3A3h793NztI73GDuf3fudtbyGY41tR4UOfWNtI01sF4q4Wo1hNrZFWd -PzWu9K53X+zdxGt502fVqMgtuEJa2vmSPmo0ke1wbKyziWyp68AVxuEtuHpZ -XK3scuXcaaS8Yb9MLifIqIY6MySvoc7CND+rxuONvMy7qyV+V+Jivhr1WRjn -h+TIrIY6I2Sinu9lxHnw9CNdrWP7yq+t4FJ7xS3mGL0yQ6Qvx4WhzhiZGOan -TBH1ep7LFnH8VaPt292Gx19E/AJX7mFUZo5MDfNTJsjYML+QsY8MtXUWPq6n -zHHdvr6HK1y5X5MfD1g+40Okn/6abqgzlr2vjn1PvZ4sq35U0mh0y263ET+b -3rZfLWraZ8IeMzbM9zL2kaG2jvfV3rugK7qiK7qiK7qiK7qiK7qiK7qiK7qi -K7qiK7qiK7qiK7qiK7qiK7qiK7qqXEmfjLd6GNbgYSomrHXmFt8H4Cq8n/Ma -XAWb0xrqBFNqn5DixdWNJa4+qFz4ntjQZBvZkuOBoU4L2THMT2kj6vXAVRzh -aghX4T0YwtVQ3g9NekjbMD9lB2kZ5g9k3EK2tXXgKqxnDFcfLHH1oYvnHh/O -YyNlmmJrJO+Nts6OmNDOT+m66rysmg9XcYSrEVyFHrgRXMVRmXDe6Rrmp7TF -lnb+UMZgqqmtA1dhPRO4+pDnwf2H58FazoO8bj94V0fxup2u6Iqu6Iqu6Iqu -6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Iqu6Mri6rq4snoY1OCB -fTLLU1efTOjvq6NP5voSVx+5eI+82CM5USb04zXleGyoE3r6Oob5KalXVDUf -ruIIVxO4CnvEBK7iqEzqGbXUCOmUVW+fdv5YxtDTt6OtA1dhPTlcfbTE1cfV -59uPZa/QpCO2Zrv2HE26YkI7P2UgvlXz4SqOcDWDq7BHzOBqJvuFJmPZIyw1 -ZmKza5g/lXFHjKrqwFVYzxyuPt7HebBw+vPOyNVzHpyIS2udcI9S9XoO4DxY -lNW9Qa3nr+BCf1/Qh8+DI+18uArr+bnzIK/bD97VUbxupyu6oiu6oiu6oiu6 -oiu6oiu6oiu6oiu6oiu6oiu6oiu6oiu6oiu6oiu6oiu6qsMV+2QOztUvtU9m -masr4iq8n3NFwr4QevE6cqypkeqke5Na64zFp6oOXMURruZwFfqH53AVR0UW -4mEsx5Y66R6h1jqhp6+nrQNXU3F1ZR+u0mdck3AO7MrxwlAn3ZtUOz8l7Hvq -9cBVHOGqgKvw2SzgqpB9R5Nc9hlLjaJ8cI9Q7fyFjKHntK+tA1f5PlzxPHj0 -zoPW66v9nAd53X7wro7ydTtd0RVd0RVd0RVd0RVd0RVd0RVd0RVd0RVd0RVd -0RVd0RVd0RVd0RVdHQ1XsODTvRM1Cb0MPTkuDHVGYks7PyX1kqnmw1Uc4crD -VXgvPFx5eV80CX1LU8P8lGBqZJhfyBh6rwbaOnh1wnr83q7WkMl153J8PmdF -NaoCD/nAMD8Fe1U+raFOjqjXk2WzODYarbLVapSoVs5mWRyVKZDcMD9likxq -qDNARtr5s1lcTzmZuOtra49ytYGUn8g5I507NPlpv6i2zu5+UUvSPSBV87Os -GldXS+z3q4vqPJbJqEq6F6Slxk/7RTV5VL+odj1h/GRjY7crYeVOIRdecu4S -/uvF09WoSpi7bpifsi61rHVO2+pcjOPzz5/fOH/++Y1Ll9zGxYsujsqcllhq -pDrrNdRZt/z/4LWIcy9ccC+dOlVJyhIpPvg4sEdAdhy/HF9hHpVjK8eOuZXj -x5k9ku3ep/4H839ZYg== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->379656150,ExpressionUUID->"1bf2ece3-1b34-4fbd-9e97-a1a8985cea66"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->579749841,ExpressionUUID->"a8aa5958-7419-44e6-a28a-8501a76b4f41"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"MaXrd`DomainPlot", "@", - RowBox[{"MaXrd`ConstructDomains", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", "5", ",", "3", ",", - RowBox[{"\"\<ReturnAllCycles\>\"", "\[Rule]", "True"}]}], - "]"}]}]}]}], "VerificationTest", - CellChangeTimes->{{3.805455464174491*^9, 3.8054554995391827`*^9}, { - 3.8054555940201187`*^9, 3.805455645058548*^9}}, - CellLabel->"In[63]:=", - CellID->352684327,ExpressionUUID->"85b65047-6fa8-40b5-84ce-5c897cc49246"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzt3U9sHPUVB/A3s2NI1nFCQkjTxhhxaXtoJaQeSqWSBKmVWgIXqgqVSq1A -BUJEHRQgwfbuzuzGSeykLQpFIG49AOLKHwkihFIax61C1UpcmtghSiG2Sbzr -Xa937d352/ebmRCTulGl7vtRwXesL2/x5c3M7+M340gzvvXB3fc+bBLRE6v4 -P/c+sO/OPXseGPjJDfw/P+1/4tFH+h/61Y/7n3zokYf23P5ghr/5fBqLPrsZ -ZBi6Q2RqjdpMk7Qm3jSfVz5a7cdJ2LBp2kz+6qGeVWtpbTcnK5meuPZk19AN -WYO2ZIl6NSTp0929PtvbS9ktWyiuokl73Jhd/ekxy57bnqSP0ZP92mZT/viu -pJvP56pM5oqn5FpExPtFQzT0aoEKH+Ypf5ozKZUcFSZKNDC5k559P0OtD4i8 -SelY1tKEqrt2HR33PDrdamUmuYrGbRuqnn7p7vvG99LwpJ3JTUie14KRmxwi -Z/LQhic/qE1l34/3wTUmRI/RpdNcP2y16NWbb05nlLr2L3Nlk32qRKWoSEXR -ONzjIOWjXfTCgkmhRxRF0rEsP667dx8t83eiIMhEqoomNOL6yo6flwdpJCpl -HNHzWjKcyKbh6MjGfd5SZfVCsh+G/HHG55NO/SdXPKtO8P4FDjkuJ5CKTUX/ -AOWCR+n5SyZ5daIwkI5lub6q/f1HPw5Dcj0vE3AVTeAbqrov77j/4wE6FBQz -ti95XouGHRRof3B4495649LqS/E+BIYveowBuaryzDpxDVdjyTxx1PFHUmFX -IbuK2FXZJL+hZ155oarsaoq/4/u+/LwKg3hW+Oxqil1F7CqUPK/sKmJXEbtq -NGdXx3M5DI1Q9BhD8lX1fRqDK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iC -K7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iCK7iC -K7iCq//dVZ7sMYdKIa+7p9ZeKgUqBcOUD3fSC8rVAq93KB12Faja/+ujU7ze -nudaIVfRBJ6pqvfyXbGrkF2p5/xCqbArPrf7Q3a10LiYLcf74JuB6DH6hqeq -5xorulpHPVSiwfEDlI+GeZZIZj/3GKWno8fo91V2taRpXsX18T3PzEjPqavz -yj0/m0nnldis+sy8umnvUrveVdV8nON9ff/uag2tp8fomWOP07P13XS0wqlJ -pZ+erT5Bv63dTy+dZ1czvN416VgZr6rqw794caJ2bm1ldmJjbe7D9aKpTG6o -zZ27ofKHO385MUAHa06mULXJrknFMewaXwtqI+v3zVw49dXz8T6c3VAVPcaz -6ytc65fOrD+2ZbP5qavkvVBqu5m6aOmd66jduI5aVa51wcyrapH7Ea/1RU5d -OiYF86p+zxo/+7uePdXhNbn6wTWD8ukZqBYzhbM2OXWH7HknrjKx03Cfiwey -Q//k3mof5oWPsXpozVBjf/fAO2uNtbGkK+81S1wRBeM6rknLMsfRch1kV3H9 -Lv1l5gANRXka5t8fSlriUHFG8vq3Qpb4PnZO3/Ht5/Npj6t79JVd+WPJOsTv -eJG8jw4MClUtcxrCveKwq/i+nV1NjRhP+wWjGPJ1Q0fU79ZT6b216H37sjQc -wymn/QPh4/OKhhMVjMLYf+HKF54fYVovu9Ixr8J0Xk0dogG/EP+caZkdl11F -6Zrr6NnglDX19NW/Tal/o4IruIIruIIruIIruIIruIIruIIruIIruIIruIIr -uIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIr -uIKrjrkKdTw/mNYyr/eCWnPpWOQFqt5Of1auPHal4zk+Fc/R//zgQupKR0+v -GL/L5Zqu0uedQ/H5kUY977yoqVec79BfZ0ZoINI4r1R0P++8yJnT1S+dV9d6 -3vltPvfz7Go2XXOpVDjV66l17ut0ZuobdHpOOt+kf1S419w99NqZYRqcLcTP -mds6Mss5k36uaOo5xTnHqWroOcu25vOUf/saro7zervsSs2QllQMClVtf4Vm -ZoqUnztAg+1hGmrJJ9cuUe68nfw8tzRF9TrPaWvq105n1Yymnos8r1yeV8ev -4epkeh28fF8tEiO9zm6iTyo52t9Us9TmWaojBXKmHX33z1Haa1pjPxV1Tiu6 -ji+9Dp78vH8fTN/5oVyV81RqFEn2fWPL1jdS1whH+D2XVwW/D8IVXMEVXMEV -XMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEV -XMEVXMEVXMEVXMEVXMEVXMEVXMEVXMEVXMHV5+vKao2R5UVkuX5SZWJYbqjq -JutCechyGraVjwpWQTqhqnkrP8XV19DvcvyiVZgq8WdOmFbp/B+5uoUTpc87 -x+97EZxXSd1MrcpBOtI8TCPRKI1qyQiNTHMNdPVTvXI0Or2PP+vK0zTStKmo -63nnYMXnnQ0jcbWOv+fkjlHRbpBTqHBqgqmSY9e6i3vO31HcPr3N2VbTkKqq -W4tbJ7hWdPTczvk+93qxuG1ijD8f5334I1epHHe2194rba29s/cH0weyg+fZ -Vq1o2FVe+5pgKuyqwa6OfcaVScaVcUUnOCHH5QSC8dN6iVMX7nV1zwsajm95 -3Le4J0/ogOOnVTSBa9YPb3zqUoFKAbtS93eBYNz0/VcnVnSlbttb1hh5Fp8J -y4+rXMKkZsqmZzY4kYaEaZ3i+Dp6Wkn13+CeAX92eR9UlYrvZuK68MmaxuiN -e8vqHV/s6vO5v1ruyqcx/vlSE8uPq9xXmNYypyHc6+qeUxSJH1/8ZSbVf5N7 -8hyJfN4HVaUShkZcm7NZuIIruOr8GsNVBwNXcAVXomsMVx0MXMEVXImuMVx1 -MHAFV3AlusZw1cHAFVzBlegaw1UHA1dwBVeiawxXHQxcwRVcia4xXHUwcAVX -cCW6xnDVwcAVXMGV6BrDVQcDV3AFV6JrDFcdDFzBFVyJrjFcdTBwBVdfJleZ -No1l+IxnPPLjKpdQVTOAqy+8qz5Sz9GPpecE86oDX19mVwYlrm5aRfT6XfTu -mzvIfWMH1bk2pfL63dR460e0+NwuumB5NMvnftEIqclVMsrvIuccJe+EkO7X -NJNaf4N78novsqsG16ZU2JWqi+xqdvTGpy7kqbjoGIWGTXZTMHW25eYp/+5y -V2bqKnntB42lLxPyxV5SlL64TdVzt1K5y03mlXF5mmBefSHm1WVX6ra9naEx -P0ORlyFfVam4XRSq+vfb4OrL4MpP51UoPK8CM5lXH3wbruAKruAKruAKruAK -ruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAK -ruAKruAKruAKruAKruAKruAKruAKrlZwFbIrL0qeHRUJuwpUZVez7GpBrTm7 -CtO1l0qQ1gscT7hXHDOp3pvJ36MP/eTvxYdSYVdxZVcL7GqWXYXsSv3N+FAw -Xvr36Fd01ctZIjrp8hxpEwWqSqVlJvVv36JKV5Oa5PK8avMKuFoyzQl09DKT -GrzGPV3+vMRxBdNuG3GtzWSbBzc8WcnxPLGNvJolkglssqMc5U5e4zn696Lk -GthOq0zMeB76H99GF7simlfXCiO5NknGS+tHnLZwrzhmUtt/4p48R3yOl1ah -GEkNu+ef22RfHKHf+EeMUe8wHfYF0z5CR/wRGnlvHa371FXyMhmKpeWINheY -WJ6oT1Wp5I2k7txEvZkh6qMCs85zClrSy+nT0ctIat993LPAn3OcgmDy+aQO -7rX6frj29t47aPst24ytt2yjbZLpU3Urbd18PV1P2LDp2NTc6uLCMXXFUm/f -6vriJ8Pp0hjL4p5kmqbeGMs9/Qs91V6X - "], {{0, 150.}, {150., 0}}, {0, 255}, - ColorFunction->RGBColor, - ImageResolution->72.], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150., 150.}, - PlotRange->{{0, 150.}, {0, 150.}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzt3N1vHNUZBvB3zmyaYBSHBhzSxtiiajZIULXctEhVbENLmy8koKqEUXMR -KA2RqpSEBHCyu7PrjY2dUIFQVfUvqLjiIjZpIkojFCeq4KJV1IrYgcgNsU3i -XXu9WTu7Ox+n75kZwwIh4qLnNEqe2Tx5J77I2TPz2/fMWpq5+6nfPf4bQUTP -L+O/Ht/24oO7d2/r+cVt/I9f7nx+x/adz/x64849z2x/ZvcDT9n8wz/GSdAX -N2GZjWVZhkNhzM5TbULQDZ8vccKGTdumOtkabnitt3KaTETQt5uWU3NTMy3n -NGvN4jjL6HYjc4uyJqwrVzY1tbZS05o1FNYbMLfy3JbZdqMnEfevuzjVN4jc -j4jqZ7ie1RWL6mOqttDE+/soezpDqbNpSmvNfnLG+mjv2Q10+BSPfUZQTdv8 -FiNEOMaZN9/ccsp16Wy1ao+paiCnOe/H+1rHrNfpDNePqlV64667YlHhmtjo -yn+PSErdseK6ii5ezlDe7aWszFFOaxzKy0HqkRvpLwU1tqBA+zyFiMY4cmRz -gX8ifd+WqhqIy7lsaCwZzY3e+2pX7gmiwGdf9ajqiUW+p+oq+uRSmnrLOXL8 -LGW1JkO93gC95G+kIx/z2HVBnrb5LUaIcIz60NDmj4OAfNe1PVUNpMy5FO9r -HZM91aO50YmvduWNRJ+1wNPbr/idhP3qkwK7qrAryedea9hVwK64Xx2Z4LE9 -Qb6BfhWO4Q0Pb55Qn2nPswND/aPCKcT7WsdUbqO50QhcwRVcwRVcwRVcwRVc -wRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVcwRVc -wRVcwRVcwRVcwRVcwRVcwRVc/c9c8TkP3KjqiRXeXyeD2NVldhXwudcaduWz -q0C54vFdmzz1PrTGFuEYbuwqYFd+fJ5153LsSu1rHZNdudHcrunqVNyvtH6O -rfj/Z1ez7OqKoX4lVb/6OR2d0t2nPo2I6tDwlqnoM23sfucrnFkTY7ErGc2N -Tl3D1TE+DmV2VeRa0hV2NasquxpPUe9UljIlhxytyVButp96So/Rm2O30Uzx -diqUvkkzWnO7KJRW0Gzx6NDPxvjYl9iVOtclA1GOx+N9rWOyqyLXMrs6dg1X -b/P5rlB03su6wq7mVGVX57lfXeR+VeaeojUOZeeyPE6ach/2UP/sPuor76N+ -rdkv+sp76NDsB0P3fKiOfeBZc6oayEXOf+J9rWOyK+W2wq7evo7WwRlT6+Bn -caZ6KSPVmL2akxcZmaa8HBtOhusguzK5Ds6YGOtrroOL3wdNXrdXTFy3Z6Pn -fwS8Jk44lPOifb3JCifgvuiNDifD63Z2Zeq6ffH7oKnr9pv29wyxLalccfVM -9MaccOT+z1ypfnUz/54BruAKruAKruAKruAKruAKruAKruAKruAKruAKruAK -ruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAKruAK -rr6GK0H1EUF+IMhzo6onNnm+qnfSlLHnfmQb7h/k6hoYL2BXAbty/w/3D15H -z/1o48hTOvvUF3Mbzaj7nRdM3u/MrqZMjRX3Kzlq/n7nBXmd3O+8hFZTkv59 -dB2Nzq2jM9OcGY0pJml09of093MZynH/cGYc/SnGdZQzbWC8mazIzOyjA9Nn -hpKj6jyzq2J8vnVH9cdzMnrmh9Yx2dU01zl2dbTRlaX+8LaCllOeeo73Uap+ -gPYvcKp6k6pxVO+Y4dQ4VQOp8fke57pgYjzuV1XuVwvcr8b52NfYVZWr7tTi -cz4V72sdj12p3lhnV8ev5qqZX2lyTmapl9eKHF+H5KSBFPn4z5tal+J1cDIb -X8MbWgcDdjUpza6D83GfMrEOht8L2NXJr3KVocxIjs93Vv/3pcXzWuBUDJnC -90E9rq76fRCu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu -4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqu4Aqurh9X -qURqxEk4MpPIeBypMUFY7YxxVxmRmTAwvzDON9KyJ5H3Pji8bsJ3hfSqdqCq -gVQ4hXhf65heXXiq1qviqq5W8OtlevnkQTooB2nQ50jd4fGM3u/MvUrmKT9p -an4HaUAeoFf9829/Z9JQn1qMsfudZfS8GlVPtrV/5ip88bZ0xVLqyHYc68x1 -VjqznUVOSVe6nK7Z9fn1pU07No07tjPJa28pa2VLfO61xRHO7AE6UHr6R0+P -re9bX+T3oG1+n86T8+N8V/FPTtfYif0/Kb3D8z6e6SoZyCRnPN7XOubfMl3F -405X5a+prmMtzUtDVxZvJCJXpKxJOsEJOHWOrzGeqivGV1xKL0mX2ZXPrtTz -qbRFrX2qTz289+ELBubXmPrjP916waHX/BfpZe8lGvANpMy5FO/rHrPeQ4PB -C9R/YjmveaEranDFa6PgNVLwWil4zQyrptg1O1B19T9WF9hVJfyuYOldA9U1 -3QCvS5t+u2mCx/YS1YS2+TXMU1XvV490Twwm+mRuaTro5esuA6lwCvG+7jG9 -PF+TZ/naXF2jX80Vd5ER/nypjuWFVdPL8i3VE+Wq06uMu9q4c+OE6pf8ydE4 -w0/nqar35OYnJ/haUvKab+Q5Ntnou1Ah2/B9RWM8df7U7xLgCq7gCq7gCq7g -Cq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7g -Cq7gCq7gCq7gCq7gCq7gCq7gCq7gCq7g6vp0ZdWsEcuzpOXy36pqiqiLQNU7 -/3lnIbUsVcnaWekkHHXctSW9NB302/1yw3MbbgpXOdspcCQniKuueL3q/Nnp -q7tqI3Uf/Uh8TLT2K4ru1Zcrz64s5ClfUX1EHXed6aO+4FV6VT6y/ZEb3pXD -rvZRf6GHx+QEcdUVbx+fvxepb6TxPvrF58k0LWui7k3d7/AxqHPKnHld6d7S -Xdm6YevCo1sfvZA8nJxeO7x2ITmUnE8O68vat9ZW7hm6Z6HlXy3n+FyXWfY8 -V61hV6qWuzd3n+un/oWMnak45MzrStbKzGcot9Df/NL06T/fd2HsrbULo0PJ -yijPX1uGkuWx4WT9g8Nr3/lWSyJ0JazPP6eIP9Mjce/wdPYOPsbBK/SK3Pnd -nQU+7hXdfaOxR/Ir7FcmRjTdr3KWw9c5eXmoZW/Fqwojz1XjeHEdaXxO0eee -q2anRtS1CH+uPI7UFb5WD/J2Xj77/WcLiSuJilqTwmdleFoTqMrn+oZ3dfCO -FyqVT5oKPs/Xc+1AVV3xXOGpWq9d/blqJp8D6Qgn4N4od3xvR4Gv4Suf6yb6 -XjdNv1Ku5qdvKUTPadT77Mnr6fmicAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVX -cAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVXcAVX -cAVXcAVXN5ArNXc3Gz0vQkvYla/ua2dX0+zqcnjOg/C864wf1wscV/NYYeLn -m7js6gK7CtiVr/O4squAXQXs6jK7mubzHbArX0b3pmoJu3JVvZarFKVOOqTM -Z3yO1JW0SMs8f66237e9KObFPNX56Nc4dSOZ5PgmxrKqlqr+E5uemFT9OW2n -tR1TFcdKyxSvNwN37Jmfm7qlWOf3UKtZUlVdqdXIV/XKFTrZ2vplV+o++gEa -ePcQHfIO0sEax9OVQTHovkavebt+sOuikGKOonVJd9y4no8Vax9TPT1HjbXt -sW3nX6fXvUF70NV5XA9Zg94A/d77Q4szJ/1bLsrwHnfLjaq21OL6bnvDffQU -b0v51UEdqzups53TFlct6bA62h+ih9rvX3V/K+2nNl6A2ynNyRhJK6fNyFjR -nNruXXdvq5qvmrfO49pJHe0d9GB757IH2nY9Z7Vm+D2k+T2oqiv8/7epmkrR -6uboMUVxp8KGTe8mSFgcYSwWlyV0w0fN0+hx5SQSJJYsMRqrsU/9F63/MVk= - - "], {{0, 150.}, {150., 0}}, {0, 255}, - ColorFunction->RGBColor, - ImageResolution->72.], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150., 150.}, - PlotRange->{{0, 150.}, {0, 150.}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -LRVHOaZTC6nJuw7fNbE7vbvQkemY7ejuKAgmzzNKHV0dJxrWNhhKDj+ucnWK -orszVK1Dqfi2pzhF4VlXz7xIofjx1adqZ9Z/DSJhV6YbpxqLfB2e4utAcIgO -+bxvBoKp8t6s+Lpz6ia6KXJF17iK5fUV1V5LKtKvAUqi1///pvY6I8vxY5qp -w6+qnOznjlto8RzTq6dXl55pfibXk+wJ+X2REn4d6Wf49XFXsmt4La29MVxF -71lKwrOunqnPsfTx1S/fzqz/GkRWvatn1z2bO2Du05NRwu97/V5zn55uuIIr -uFr+mXAFVxIz4QquJGbCFVxJzIQruJKYCVdwJTETruBKYiZcwZXETLiCK4mZ -cAVXEjPhCq4kZsIVXEnMhCu4kpgJV3AlMROu4EpiJlzBlcRMuIIriZlwBVcS -M+EKriRmwhVcScyEK7iSmAlXcCUxE65WuitFOcd3Svq+BTFE2c5y/Jhm6viu -omyCj5ejbIskya50N7Gr55t/netL9IY9yW7Vm8iEgvEPJHrCTCJ947jCfrXM -R2jvKzLVWHqyoSvXRUfC52lA7adDoWD8F+hw+BwdHG5a+nP0b5O+n4Ay90xY -kIoTONrS4s2f3HzxwfsfnN53777FfXv3LezbI5oSZ/Ghex86z10UnhVl70ML -P/n+z4u/f/fr59/k4x3k4x7i4xfO4h8riekPT269OD7Yvjg2tK00NtS+IJbB -9uL4UHv1o+Pb3v7ahqSh5DrX9/5XG9/fmOun/pK+n88hti8cpXuABrL6Xhgx -zAsP00B4gH7jZ1/fkQ35eEO+FpuWT4mTs8+lZ/q2h1vtfYrcG+G+aqs6Sxm+ -Tpt7SCREo3SnE+ksty88yySTSof7E33+h2+0Z30+Xo9d6Y4hpcB3coHvhhxl -WyS+5/q6qxV3eMuWG8TVCr8PZK+bCTvpoM/XC7NfqRW4XykV7Vc+24EruIIr -uIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIruIIr -uIIruIIruIIruIIruIIruIIruIIruIIruIKrZXOl/z96j6LPfIuEXen/N12x -q2l2Nc+uFLtS9txLJdDNri5ye8KzTNiVYlceu7qozy+7Cux5ls48Z9o+F53J -rjzdS7pq4Vyh01TlM16hwLRQnLJjuvnvzfnOVOcCn+uw2+nW9yQRT5rSk9xB -HLMybjrcT33Bv461T1b5eCtXnFB3DFng5OOYVWEruq+wnZaWL3ClPwMd0jsU -3aeiYlskTujo/dDf+OnGywOpgbkX6UX/qHPUP0qi8XQfoSMXuCvCs0xedI/4 -/fTbymd/3XEhNJ83d7yoxTPHuWyfS8+s2H6nrf5z9JEqMreY6aJN1M3C0tRq -WirpqFf9clXL3Ym7Wzuoo20n7WzbRbviSAunNY5ZHc7Otruoo/XRnza1dPPx -pruoTXcMaeW0xDErnTaz2rrYztroNkX6bjJ44CH70MZS/GuKr4xxJam3THfF -J5lw3BQf7wqPU79P/QeaPqxe - "], {{0, 150.}, {150., 0}}, {0, 255}, - ColorFunction->RGBColor, - ImageResolution->72.], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150., 150.}, - PlotRange->{{0, 150.}, {0, 150.}}]}], "}"}]], "ExpectedOutput", - CellChangeTimes->{{3.8054555444851847`*^9, 3.80545554589682*^9}}, - CellID->510618169,ExpressionUUID->"7146c556-7bbc-4aac-a6ad-d9431e3b84d5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->722271248,ExpressionUUID->"4113cb90-db77-4424-93ab-3afd6c39d979"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1415877395,ExpressionUUID->"75e79912-c0d0-429d-81c4-9ad915f9f72d"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]CrystalFamily\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785684167095387*^9, 3.785684169642277*^9}}, - CellID->385085358,ExpressionUUID->"496fbb4b-4e2e-4ce7-b583-4c7797c82730"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "2"}], "}"}], ",", "2", ",", "10"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<CrystalFamily\>\"", "\[Rule]", "f"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{ - "\"\<Cubic\>\"", ",", "\"\<Hexagonal\>\"", ",", "\"\<Tetragonal\>\"", - ",", "\"\<Orthorhombic\>\"", ",", "\"\<Monoclinic\>\"", ",", - "\"\<Triclinic\>\""}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.785684204781055*^9, 3.785684243478075*^9}, { - 3.786973435022208*^9, 3.7869734363452463`*^9}, {3.7869829914855747`*^9, - 3.786982995253046*^9}, {3.787474045552987*^9, 3.787474055378281*^9}}, - CellLabel->"In[54]:=", - CellID->55421575,ExpressionUUID->"be938834-5c31-42e3-8713-f1cd2039608f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -2/uFq0fkdqgQ50goTnN2L0AfXIz7RDd9bH5HKu/forqM51rNm3peMIblnJTY -7k3Ot/13Zzfr16bHRO1lKoe9dOxwbo81Lj9th0xpfZ5hflXC8aXnMwPlrFZ/ -uz7P+fGn5e8zBiEaK35+Z9qp52D9IPXNat4q0Ga+ruNA3+V0kW+CPpVjinzV -Uw+gHxYqBW3PXQWm9outP3bFM/ilOV8azPx4G/zCRHtJ/fcCou5Xib08GNGF -m1h7ucYfJ89eOh+Zj7P+nfWdb+jflaybSmKKwhocN5/VEvPutxmdHdNlFOq7 -u+UcnCG+60CJ2YK71A7o+RpIX9auzNP/X6468BKRBYiMzVum9pBcPSz641a5 -7WL2pmgrV4Gn78biJKw2epLzRcWOhVfY389zLW0v2T9/grGXQ0UvnzAM0RNh -zF7qfNp7oc13vt4OmXJ+O/McP2/D8aU505g6Cps+91uRxeK3Tp6EqOelMPVa -Zpx0DrlW+rXmDZ1v9G2mew0ZOs3ajjRTjivGg8y1h5jaRq5q0kR1x8m4Hp8b -m8V5yFLHJJ69rF2lfLn48ofiZ8xHdNjuMk7rWL+XLN0t8rnayzVFji/bIk4n -PQSbXygm82YdTxabyXXYz4qcMwDRTkcg6sI483ntQ9bcfGB9kRoythrWnh5v -9JL1qR7wZJkwRf/9XNEn3N/E2q7W++1B2tvvgW1EW3zf8q71OqVlKsnuq73k -uVazGpn4UuLQrich6rcLonn9Eb0o/fhfv+9j8WW5OXNMPaZjXEymsn1fKovN -5Ll3XydEx49ANIR5zvtEXtbzlX4V/fTbRB5R/eRztVS4etJw96kw0TPtZ7eG -qEwOYSgOw++NjnxXOGUOoZw85bCXgdjGGmGrln1D35V+AfPCDyEaLLH5LOm7 -JxPysS35/qVgirkzt+6wnLbZt5lRzGYyzuQcwKX9EB1Uh6gDmWLu8zE0tX8Z -fdVg/K0DhAJmAlrHVSaHUIMjxXf71NifVTlyCOUWpyvp4zNeuU4Yk3MtoB5b -Zf1Uo8sYa0o83lN80P32EnvZM+PLG/HiS+f7F3NMHT/UUw/FOKuEOB8vbTM9 -zjhf3nU36a8fSP/dl8CU5SplmBuNp5WUfJlyvlQtNsZVRkd+bHRD/jmEcjBF -34B2cKHI9bA63D33OjK+/xs2f5iOL1+UvhO9NvpwRHMG2r5Mii+LMX/p7w3y -ZDtgKtsxkrU/i092qPzuvvvBzIsES7Nw9YDoFtrHgbgjrYFatnwuh7AFxuMn -Jif2gebOK82SZ/uMDiI7l4s8qkzlih9W2HpwE1++BWsr6SPST33I+hgnDke0 -rHNsfb7GWoXYS8cU5yMfiD3WXsTlO1hbcbL8xnly21vON87VZOXqIeHqXrBO -9MI0M9l5CrxM50ScKl4UdcHb7cjuUXgs7yhTF8Hm6v6C1s35+/nYlWovP1JW -n0XUSz73wLGIru9t13k1GYvaTC1GLsYcP9SF17ZTPeUf5wKRM+R3CShRR+ZB -Jd4Lknwr+vCPiN2ifeiCGcpLNn2VsY/dMRs34X+aQ0iVZV6zNUzRl2JN9TzY -dW8ftJKpBMacvTTzbGSW9pJ289fy+B0Slx+K6KLNEP0YyfOXcXvpxorrLm5B -YWv3y8kU68GOErlZfsfX5Da4AJl5wOa+FfNZDWA+DBiToz4mMFHf+vJvVzxs -cufs19fkve1NT5GpF2DzvzzO99vIVC5dFreXf4CJjzY9U2LzHWQsOtpa0/Q4 -ac5ojeaM3oRdx+P2xWpvTLnzgHHgdJHFsPNdM+V3YLGcT27OpjlXjSYWPAOf -I1d9jPOntsAlpl7rcazB7+W9H2qfrtKxq2QdrKt9fQq2ToN/r0bpa0Ri+diA -XHPejbx9H9F6lyGqk/jymj7i83pj9o6wtUT02GcVql1sSZzu/ET11MUiVwaW -qwPXkd92s3CVlLfycwxHyghwqV62+hjnc3XGNdhZ7N4w8af2hK2JWKrnqZtD -8RkrF1Nurl58a3CdE2tw3i7zMbjjWGHnPEyN3bvKOo9NYpsu4m/sMBPReRvb -9axN6l2KUO9TTKac/btA5GzY+a7L5Niuk9txcvz0yUNXt5CUY2D91STxEmx+ -M0jkytnGDjgO4+T1+8j7xsstaxZF3+fFWCn0mMsVcNxuUabo+7xZAaaSZIVn -L5mf5lo6zl2eBzPvMeQ0REfsiOj+rjHGSlS7mK84plhDcRwsS9xv9/LQ3h8+ -GCYWCpOYclw9bth4XC1gNp89M488Wl5fJ3puotxOUZmgjA2LMfaqjvkHOtbF -ZMx9Bm0d4w7mPOlLrSwRw23ki/ozeFnGQliqfRHWVrJvaDefFXt5JaKp0qeL -+9hajCZjXcZaf/f5nI8+DNbuLRS5greh9bEG7QxTuxBmiwUfFK44/v2xRO1d -Nq5ctnRLbIfPDEsTxb+ahMiI+A+YLLK3x5ivx/j9ryhfPmOF1i663BQ5kvGg -rTf2pr2sc0pgyugpzvv/VI/7TxpfrtD48iNl7GVT6x8NnyE2qL9dw/yJP/Yl -rPV3THGt2QzVUVcqU5QrQ/vYxlMsV1lzDMxd3Sm3PeQX+35U8xYoV12FrFWG -n4misxxXTiYqY3E95hhjjew9HmMfovV6zI0Tc5ULYOszPkT7sHtJOtXZ5HNh -6ioScx5efFnr1y7+0f6+fucjOmYUooc7xmoXXX1skeyl7lkanS5yLqxPldZV -Iovkey6S2x5H5eCKeuoJ0VesyQIOUG5y5UStV99XtLbVV6lmXMUlztjOythY -cI2G8f3M/Hi+ttLlO19Vppg/aW2+s5xMuTkkrnP6bp7H6tcurvLysfzdPxJ7 -uQjR2P1lzHvZfGx8bilVoO/vfCrWOp/g+VRXeFxdXWOvvxKeob8nzpXvb+1i -6mN2bnFtl7OR6+F2w8sk0XUtcRXXY5ORXY8lMbbCY2y5Ps6cFNeMv4i25ztL -ydRKZeEi7e9C+Nf4Ml3rvxqZ+PJ3wp3EKtvPsjXGzMc22ZO3FfbSMfW0+lRx -phxXS+SzxLBFyJYT5d+Pin80G/SJPhVmNspjnw+ryzphruFir1ZwlSTZGKMe -o618CRlbyfOevoecrzhf2XqvnTLlhDkG6tS74OrQ2v6ZK7xc2ZtIr4Nwtf5b -ih45dDdE93SxOde4vUyav3R6jftEHOL8qBhTlMs1d3VMrXzXVXIc8ZzoMmXt -AvGPGJcfbdZ21eRRH1OrrzgIrJFwMWFb2Mrl89NWflXkW7D5qKd1nKi/3oL1 -gyvNTjYdQ9t1iTL1cZGYSvieZrX+5Jc67XlE3Rcj2lv69fK+dj1+tlr/lOq5 -U2FzVYs9nyrOFfWYyYneJt/3sMeVnQ+MxJJFmJFe2/Wc4aXl+hiXh98Zo0TX -xWPCtkqSrXT+2Di9z+OmL0tdkGQrK83UCh3b62DPh5bqJ4r83aGzly6+JN/M -J95t7eXZg+weNvH9eLnO9RTYue+4/fO54n464/pajsK4X8V6kZng3pD1Rm8N -lm+11LRUH+Niwl4Ygr9rTFg8rnLpMdrHbUVGiuwhchKsLvg9MrmLtyrM2Arl -6BrYOkqX96gE3358SR/Cr/d5CtGmcxFN3x3Ro6J77qqxuc9cTBmuQmsHdxQ2 -Wc8e+vaP+on+yTxz39bHbCga21LT0lqJIB0z9hetYfVV81xDKfiaoFztg+Zx -JRnj/hKsAXs/xli59ilwa1OY879Mj6E96E9lLF3rv1LnlsgZ7bPo1AHdNJ8Q -ZGfK5USvktuBu8LMrZscg9NTzEufoPe5tov90E0eyY+rDFl9hPrJyC/XUCyu -hniPxW3lcGWMc+J3wK6Hc4y5ecJSMebmu+lffKOdMZWNMbnf4WWbLxgzUHVV -mJurK2rsbV/aj+949Xyckz1e+533ubaLdZSheOCWmfzqRNm6iaa3Y9y2mLA1 -vtc2IuOVs7itdIyNTmDs57D+2F9KwJjTU4yNLtTveaNIn11KtsS3D5mrWYKo -bhvNK+TgyuREa2xNQ/ejYNYBBPdavswcAnMp9Knu08fOFTvGfTjy3z/GctVB -rM9YM66l11eOH9rBPWNcxSXO2A56y764vsiMOaao+89GZj15e2bK6VbRJyH9 -ITkfDu6tXOWwgyYnGtqcaEfmgR4Xrvi76UfOgl2TQ5vo6q5mSM8A67di/5hM -DfJoM47FyTW0pKvIy3awPntdHu/xfX7ep08wPMbYCx5j77SSMZejdbVeZOrN -PN9bSabetywxfxMwX34boiO7qh1sgSvmRE/xc6L0aY+BzTXS/vl1V/tIREUd -lD9XLhsxUHRBfdFzDdm44vdsL7Kb8tLaz6hLYIx+GWv/r4kx1pIec0xxv6n5 -+piLEyrNTjbhsfHcYT6Z/vX9ypf89lm1WrOQg6vLNV6c4epEeT5x7zTO+fvr -B119zCixlJaWfNc3O899XSHrnbLEhI4rZ9MK4SrJVtYpYzt4jF3rMfZRAmNu -70y+5kzYecpK1A8WItSnnC9jPdEjlqvgYjvHnC0XGs+JTuP1dljPdwVYY9x8 -Lud+0TXUXVvKt1iu8t+PIdBr6WyMX+Q9/1wMO7gjbP5qsj5WjM/29dhuHmNH -IFmP8Zznegyeq27fsvbOlPMDuX7yYmT8a7ntcC6i84SXq4KWuaK+Gr+pvO9W -4eo45cnfk8HtH8NYqZd47paV/Pe7cq9dX47O+jql993JkvPDpxSRq3wZo39K -n9/VUXB+nPMlnEtq7z4Vc1X0hXgu6D5CJkcg/lX3k22Mt6iFHANjRXI1kj6u -xNkh9fq30Xz/mEeFBc41dDDXYGrt3sf2tV0lsrZxf+lzDRzz3WF991JxlYsx -1sEyZhglwrn638DaFVe/Us4cbL7CYyL7vxA5Fhnf+gHl6klEvY9EdJnwcmVN -bq5Y136tyNbrw5xXYdKeDHZtV6M57wrb+9jazFA8kjFmDMrD1R7KVTHtYL7f -PUW/l7EDfX7OjR8G48OavXo4fi6udDU9lWTM1RNyvp4+FWs3vbUzgc69bLG/ -1i7k4GqhcvcNue05Gtnr+VyO4VT8C7wuYev3PnYM7mZ8HjvOpY0JqTfcHGGu -/FWpxPl4I2BzY7y/GzJxJRlb0o4Yo65iToHrM+hXxfzr0OqWaNs91GfPYQed -bzWadQxfE6bi+6dl6kTt3seHmPqYLgXsfexyDZvIOP+jLLkGN5ezDcqrq+Jc -uXUhPJ5s/hjjSvpjz8L6+uVmzPnp3JeKNtvfm9FxpXmGnYblzrUbpuS5GZ1h -9roK5qO5X5Xhyq7tGm/WdnlXp2lFc+/oL2dGtlr3UrA1RPkqt85yXA1Fcs4/ -zpizlYfC1MCZtRLlYMzlQX4AO4/l8uAxBkIbu0Xj+9valySuXD37ArldV/yw -YJHIvGRO1W+3ex/vIJ9stU8he/NZsvrix2WZf3bjSn01roJcbZeFqyTGXKzh -bGWpGXPXEGHMSj+dMeBDWbhifuA+RHv3yT6Hs1D3Xt1+AIwdDWlTOa/+eMJn -FmvvYxc/9sCtpo8nlth3d+NKvznfuZxScT22Fd/vfP44Y/THrlbG3lHGVheB -MfJKnbIYzfeR9RgIWOt5B6JD1k+ewzF5UOFqencYvzHk/u+cX2ZO79EsXD0s -DNwut9xXtlCuMrXup+mam3rlq7TjSv9mV7Q9517o9zNuGNMKrpIY822l02Nk -7Cew+ibOWD55VzefTJ64nox+ztIEphxXj1peju1g53B8rty6G+ZLu4reCxj/ -0b6xzu1W2D1qk7j6tvhC1Mc12K8NXFl9FcpnUE+yLnlP7fvJ2nfFZMyPx3ZG -+XMNhcx9t8SY88d8PXYI7Jybz9h7HjtJjLn5SuqnE5FdT3l5JhPTXWpr2pfE -cu3p+j329aOaU3A1Vv4cczzHwM+cJ7eQUSr8ul0uJhxibBPzGtvIZ26n/eNi -cdf/bWXAzRG6uZxy5EZLyVWSHvNt5U7KGOddaINYL0F95Oq7HGP+NUQ47v41 -RHJwZfyluYjO4dxgmOHK1LCLTF0PpvY1vV8M531ORPO5m6Y5hkZMw1/BvY8L -v76S89x7ClkfY1/TR42mz9kvjNtos6jv3drUOh2fQnhw4+pqQyvF1VD9TaXy -73xbScZGqkwV4XVunooxxvvUa8x90vfJlgOIcyW2rcupiM7n3KByRabI2Bms -sTrL2j9jS2n3mLM4Cck20K4ZtPM33TFLd44p9Do4jqsQm+I36ZiwDhk7SD+I -uoy+LnXqGLTNTtbpmA5F5exgqblKYozfOzbGmIv3ydbVylzS+uMEcbn2XjPt -Opwrnb4Kbe59U47TEwn169xnI8nG3q/7Ho/Cs7DZhbZds8sx2ROP6DjXp8dg -kseQWxNIG0K/l7ZsvPe8/56W+tnN5VQqHqxU3OB0vs/YCD2us5B9P8ZsXAmD -/abpHE6YqYOZ0AcmP5FeG+jqtHgtktkJ37PUzN00iL78r5CwbVGuW5mpdV+o -a/+a5xr8NYFkYYz2B3XYUB2jScjYyVyM8XPG6XsrxRVz6rtUgKt4P/D76XvQ -36Cf35Kv7ueullquBk2wseBlEvtdI2ydFNja5MBnh1xRF7F+fT6a5q7c3rSM -EXvivDbaP7+53duP09g7e27UseLspLNpw7RvOF67e89ns5N8bDAqlxdtD1w5 -4TGMRKZmM5evHudK2Bk2ynJ1RQc7p9x7fzTfN9utjWfuYmHse1hzTM7G4pew -V6ysQXGuherYHKOxf3617nHG+DfjSeeLsRbFz1n475mkryn3XI7jyuUDyu3f -JUmdcsX57mz7xyZxpXM4uwy2+XTKLlvocw/EPsdxRd/qOu97rP1LYQ7WyPjv -pJavWNesdLmGAWLT/l3Q/HPcF9tTuSI72ylvLsdQh8y6nLFVrszvp99Knzop -B54k9+sczr3iS22K6Faxfcd0hPGfstZUkSW/ftnum5Yy+wRsgCsMAcW4XmWm -+XutrWzT/LPLP/i+GH102h3aSeeLkS+xnYE8F5Qyv5+NK+qHTG1QZbmi8Lzj -2uKk+D8bV3ztnYgO6mVzVj1aum4E5auw+xY8hMyam0l4HZzJC7UuvZjN7bW2 -EZ4rWq173E5OUqbIFm1lf1gfR+LtQJ4P5fmg0LzY2swVv383y0i2+eXEOZxH -LIvHi67ahbqfOfW4/XPCz+X601mw+VCbV0/hQrkNxRuxRBXL/vlcuVr3e9Qu -FbeuwbeTGgOGWyPaobP4mVsqXzonEtSVkC/H1SiVcudl4+Lq0fbQcU/KgWfh -ir53zeXSh92lv27QfayyxZI6P224sr5Vyjy+mZDpj3/xuXL7us8vyl5ruWSC -jqfo/mNh92o6WM657ddD1FVYM/Gk7jkZ7lVkxuJrgtoDV8wBjs2TJ89fMnn0 -ecoK54iW5mCQuu1GWL/9EbF/T4ieOgjvwK5lLr79yzS319qBRd1rLYsEuubv -ANabCVNfh607O0tk31pEW/RFVMvcxTg79kW1k+SKfvKIdsLVnnoM+frsFJ07 -7DJRrxeeNIcc020mj8Hc61Oiq3i/FtNLZv8yzeVWd5TzuKHUNcnUQzxH6zrY -fXm5Z+8c4ev8wPJFHfZVkYliJzfeVDnge4phJ8lVpeYnk7gao8eRJ1cmz/4k -oo2OsP1jHstlPzP7OnKeyO7BN0C0lh31UjLF5u+19s9S77VG3cPx3KOzndua -A1snNFfvzxW+Lggsc5xTPYJr3taRmGcrZOZfphTImOOqlGsY8xUXL/Pakvnk -rpZpHmExoq/JObnPRsjkq1ri6izRF9fKmJ5gahU21+xS2+Zq8ueqLHuthXqu -juhh9RN11XloKo6x8wJ7nbwFqtcOrEE0aANEnZgXG4v0fFvedpJcMa4f1g64 -4rHwPJmO7NdX9nMLagNHD7LXDxs9GMYG5uTKzQ3OMfnPCOsKWcWbq8mfrA1E -y9r4u2S17qGeq4N7W5s3N4GrZozJa+YpY/THeO28KR0R9ec5O0r52Dvmi2Ub -S8af7UFfOcaPbJkrtwa17wGILoWduxk6Armvb5Px21Pg9SsH4hm4q5qWzleP -c+Xmnxfr7y5ZTBhoXLa5+OfzVSfl4irOGDmcr3aS75/JOYxuiHr213HS2pRE -O+l0RHvw2/n99B25T0KuWgbGf8JdeAmik2vtdemYC+1Pff14lvWlTlytwh74 -N+weaeWwf35ze62dUuq91gLVLb03V15awVXcTs7VePIiffwQiTG3XR9RV+b3 -90DaF0vnLNz+M+2FK+Y8TszB1f2ZdTcT+um6m1rLVR/WQuTKsTtdxbmbdTG3 -rPYv09xea3U611+yXIPjqtsgm1uYVwBXSXbS+WIU1kvuL/0/cEMZF8Z+43Uc -5XtD5lKKvadNIbK3HsdpyFrP5+qsNp+cqbO6UvdyXOco5L6WPPexIq+74hco -bq1Ca5qbfx4kvseakuYadA6607Z27zjatLlt4CrJTrqcBXXZ8SJju4hvsgls -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 -j/v+ - "], {{0, 141}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 141}, - PlotRange->{{0, 150}, {0, 141}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnQmcFMX1x389syynoIAKIhJAFBQQ5JAjIMeusIhBQSUGRUHxikrEAxQV -8EqiOdUYYhT/Cd6J8e+Fd2JMPBM1GjWw3GIQjTHiPyo4M1v/96pezfT29uzO -7HaPoPU+n7dz93RXfee9V7+q7u0+e+7UUxMAzmtBf6bOmj923rxZF03blR4c -c855Z5x2zpxTqs45f85pc+YNm52kJy8kv5G8DDuHeTD7SoeY9LJ39dPOnDXG -LDv9yVvZJ5PiCcNYEo4xZ0VYwsQljAae/y7wz2HATR2AM+ipnv73CWcJF8uc -FWCe5GnvO8DLClDs75HfBXx6CvBcP+AH9Pp48t2zH0IWrjIvG9acOcualzS3 -rS4DqlNAhnw7sZW2jNFj9Qr59cCWbwD37wnMo/cPJm9hNyKxzEvk0qeLZV9t -s1ztSWOM95mjNFBTI7dpwxd7xnL2f+RP0GvE4eqhlDMJrmn0+V7+jUpB5nLm -V9cSwlW324BPLFeWIXZmLGPiVk3GMJbyv76S/HcU404CntkXWEzbqiRvm/0C -ZIOYzZmOsS+/Wa4OfNTEJI5RStXjNpZxzqwxjGVj2SfkL5P/kHLmZOC+jsBs -2nYP8nL7hfx9ZSZnOs6+vJaUTh39F8NGpiGugp6pnTOZs2y8e5Oc8mvNRcDf -OWc2A46i7+rk3wHJmUlf/e8428lN+hLU31PeFK4yRXIVljM/l5y5mXyl7/Vq -8p8D/zoZeJ6CGJVoOJR8F7s/EsusNuti2U5qlqv2wCnvmL5PN4UrP198u5H8 -RRPPMpncGEC/9in5c+TfAzaNBe6knHk67cr+8LFkNbOEq/93KpPxGvYC5n0o -XNVEyNXb5H/15Utb/6dNTVar/n+X/D6q/+cCrw0CrqMdm0K71tm3r5azpNPM -dmyTOMDC+lWfGR5ScXIVUv8zZxzLUv5Yxu/l/Hkz8BEVZA92MzlzOHmb7M4b -0Dw6iDL663LmDmRJ4WokcIP0acrWSE2tsxriKuwzdpypAprZNvI/ki8B1lBB -trwVMIN2u68XOBjyhDDmcuYXaKKPc1Gz7CnDQSrY35axYuKYn6uXC+QqrP4P -aGZmnJkw2z1kALZjJp5P9MI19OuYDF0m5g5M6OKI5mqzEltS2po65ZE/U18t -oz5cCq1zqlfJP8vT3w0xZl9fB1ObF8tVnlim6/900tT/0yqhsBWqrJpuHyZf -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 -KFvjW7fIWgvVZG2oJht+nLm21suopYdlXiHGqN1GuzFhPWa5ak09UkHtdRjl -wfq48jufCzpJbv2MHU1+NfS1g7Rm8R/o2kZzxX2/MgauqoXZn8BcC8bGzSI+ -n82Xtiazmj+NXw6aBTWvN9TDCaT53P89gVNN87kxYahZrlpiIcYWyVU+xr5O -frAwNhV8vrDR2nmtzFbpf849UWlklivOaz8jf0TiTmO3G6b5vyf7+zhSXS6m -+n8v/EJWYbl4FW52/dXpOFRz0TiugoxVye0o8sFg/UJhGPkC8t/CxKwt0mdR -6LDV0ve3QNfjersR6WQQxpJrdSxL41N67kg8Ja3n6vZwS8rfmZqBKLgKMnY4 -OcdCPifZ6hecc79Dfjf5mz7G1jeSsWrZxu3kt0XIVZCxfyDjvav3fQP4Ossm -2ju26pqN4xO0LjqRuKqIkCt2Hg9wLOwrjFUJZ5wnuSbjceZcYeJ15DSyDShc -6+f3ce57gPwmxKdnrJJrR/6cxjd8uXt33lc+s1yN0nlqIjKxcMX66oFy3z5X -JT7OxxjfPxsm5vA1P7kW4/y2sQHGrE72JPn1wlgcXFXr76nRNVxS/w8CV2OF -m/2tHYxBxBTrCHFwNTbAVfB1P2NDkdPITgCfE6rXL2hWmLEwHdbqDHyNju/H -yJXR9lN6bW0H/f+t3bVAwi0h1cF+6I/PRButKSlX+Rjjx5ybuR7jWHo8zLzy -n4WtIGM8xuQ8egVy2lnUXBlP6zpwKH6lW85dsyHMLFddcAD+HRtX4wrkKugc -PyfJ5/yMsQ7L1415GjkdlmPUW8JVfEyZazbw2vwZeAUmWrm6va7l1srsRz0T -F1dcmx/QxO1YjYy3Z3XYocIY5z6urThm/US44ro/So0sWLsvpBEot5u7FkiY -Wa5aoAfW6X6roN/jjshVkDGrkX0dOR12ijx3O4wuxnFsM2rrsE2v3Wv0/0dZ -TvmQ61I3Jgw3S1ZX/C0WriphxgJ9It5mGGNcx3Un7yfPsQ7L890rfYw1VYc1 -c+lpPedp/i8FmxsTBs2ulemMZyUPRquNxs1VkLH+MPGRa7pBMPmSnz+P/B6Y -GmyLMNaY9bCrNZtpva72a+7a7nnNcrUHHhKdIXquOBf2RvQaRtj3cL4dg1wc -q5LHViPjfeA113fBrH1gvuz60sJ12JT+3Ej8Vrdd0sWrOma5ao87ZLy283JV -KVyNRW7sWYHa+oXV+rkm47WKp8Bo9C8ht+a6IR2Wr+3OLM7W532Vudo9xKxe -3BY36t84r8GKQxstJVfjkF/T8DPG+8O6Bc+L8xjzRJg1Eayv+rX+oA5rr+1+ -LT6lluskLehqd79ZvbgVrtZjq8OIK1sH2997VPmpvv6Owivke8YX8T1WI+P7 -ViMbTj4TRut/FkZn5Tj2tnDFNRrHNr6WiYdD3JqZUDNcNcOZWrs8gLiy69nt -b7upjJWaq4oiv8cel1+HHe5jbAb5T2HWva6DPdc/reeXWlMmZXPzOUErk79z -dL+PJ654HXtf6SNmbBRqj+crimTMcuWve+LwKHWyoNbP7cDtwhoZXydyhf5/ -cvz8z3T7uWu7B81wlaRf5SiYtTITpV3HSltaxmytO0FeP6xAxvj9HAvH7ERc -Bfe/SvZ9tLTDAGqno8B62Qrdfp6r2wNmf2eH65g/kWrS8cjlEsuYXc9yoPgQ -4c6+Xh9jpeDK6vp9YmbX1gb8++Pj6aD/p6rjqq5Zrg7V821Gw8rNEVpWLGMT -fL9ZZoVj2VDhLsiYn6u+yMW6nZmrnKf0sXbEXbr1PDceDJhtj4HESqbeuWc/ -Y7bWsowdkIcx2+el4GqccGVrwLi54u/cReorNx4Mml0r0xP9sa3gNQ2234K1 -x0DpW56jGyYxhNcf94fyvh5jLLHrvA4oIVd8bM2xUNrRjQdrW26tTB9slbnn -4tbKhDHGY4ABwhiz1gumviLGEvS6V+yYshCueB095+Y41r3W/b6U5rgc35F2 -dFzVNstVG+yHLY3iKh9jtn8pTrXoCdW9I1SzftL/cu50ZIyVnqu0js9lmC3t -6Liqbbk1WD2xtslcBRjTzEyGak111zxAnUM+sRlUzz2hyvsLC1URMGZrvb4l -4KpCf19Gj589fEPa0dVXtc1y5aErXpL6KrI1WJoT2mbLwVBne1CLElCLia3L -yM8kryqH6taJmOKcyfXKJMNForJIxkrNFbcTay3ACGlHNx6sbTnlpTN+H/Va -GT9XHKsWevpaP2oB3V5CvoTuX0o+h3xUS6hO+9BnBjWCMbt2tH+JuOJ9G6D/ -V0AvaT/HVdAsWXvg4cjXYAlXzQab+MQsLaDbi2Bu5wtjlwpj/Pws8pGtoXbv -BnMevu3H+hiz1x8pDVc1Ol4dKOsZbLx3Vtty/89keXatTAm48rtl7CLP5EjL -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 -lk+zcOYsKstqFl/0jjhzVgr7f9Y0FAA= - "], {{0, 118}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 118}, - PlotRange->{{0, 150}, {0, 118}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 - "], {{0, 150}, { - 133, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{133, 150}, - PlotRange->{{0, 133}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnQecVNX1x3/vzVJEqhTRv1JUFAEBFREVowhSBRVjN1LsqBDFQrE3FMWK -3ajRKGpi7z1qjMnfFDWxITZElKhJNP/Ydmbf//zuPXfm7eNN2d0pi87lc3iz -M7tvZu79vnPOPefc+3pPnzX5cB/A7Nby3+RpJ484/vhpc/fqKD/sPXP2UUfM -POzQcTNPOOyIw44fNj0hT54vcpVIDapNmucBPvtC+sb3bLewN70Kf65qW3Ob -52ceJ9wDPqecJTz7vL/aX1ZbtcW3hANpfeCyGcBHY4Db1gWOl6e2EGnjftFx -5lvOqvqs2mIb2VCm2u4C3LsCCAKVf4s8AqROA5YOB27uAEyT3+sb/nv+rcJV -U9Vn1cbmWRbYNj8UePU7y1OyVliqk6M8rg1CnH0kcg/w7Sz53a2Ay0WJHSB/ -uwFC+iphhTZVH1Z12Y+ocdzdVGXUQmCFslObCnEkbAVJoC6Z4SwZfu19kVuB -/x4NvLw5sLAVsIecr0f4jUKcqZtW5ewH2vyE2qp2wMx7Rf8Elp9kXYipOEkp -Z9RnqsuS4dfeELkF+EqU2DMbA6fLW+wq0sW9MYFycwBU9dkPqSWcktoUWPQX -ZUI5yclUVOqUpVrVZ8pZ+jz/FeH5FwOfTQYe2hA4Rd52eyhnHupxVo1prKEt -5J93HgU88Ikd/xS5aChTuThTu5mMcvaNyPMiVwH/GAncBzvX3EaklfuMoZhG -eA5Q5ayZNjKlk7S+RwB/+l59qWQReCpEn6UynBmGbxe5S+T3IvOAd4Sz2zoC -h8vn64MQZ85Q+tXYWXNrYf98t0XAyjj/vNTi3uufIjcIW29G5gCUVSJ3A98L -Z28OA24SzqbCmOsMSxrT8KoxjYo23wElYzTjXh3HQvzzUjD1hcj5IkuR9umc -PouNaXwIE9P4bibwlyHA4paAuGkmppFuzjerxjTK1px/XtMXuET987rG+OfF -YOpzkQtF3ok8H7Wbbg6Qisw1+drbIjcBX04Dnt8EOE8gGguTHgh9aWTmAF6V -s6K2kH++zmjg3lV2bJLF8s8byhTf/1rVP9mYyvb3ycxck4ylwq/xWrkZ+M8+ -wBNiLM+W7ytuWiamwebyTajONZvUQvHzQTPEftTacfi+lP55LqaoYy6F9asa -wlScLgvFNOrNAShfK2fyXp/sLnPd7sBs6YMdRNqmSeLRKrSEPK5yVlijL+t8 -2LELgS90PMrqnwdWx5jjqyLnFYGpXOyGOKunz74UeU5kgY/losSWSJ/8XADa -Wo5rpXuMvWU9f3JWjWms3hg/N/1B//zJTP8mU9r/5WLLMfUarO37OqRvSvm+ -sTEN3742dxMEuAeB/2s5HoN3sD1uFy02VbqrH8LzyUxQIxTe+NE2V9+S6CX+ -+fHSjw9L3z4rbH2U5RpPlWicHbsviiwJ/VzOuad7v+8tU3WzuyOFp1Hrf4Yk -PkYd/iFsLRd5UeRafIfpeA2D5NFaEDcNver1rNVnnhxrVJ/9KHSZl2Gqm0yM -7v/U9mvtMunPJ2B82uA6kftUf/wnyzVeDF3m9NRTMPH0NLvlZsp8FtVTi7oK -O08gSHwix7dEloq8LZy9I4x9KLJKfqZ8IPK0yBXC2f54CQNxjVA0EVHOrBbz -DWc/0Lmmxp/Z+h8FvKls1EbHkSzRz/kNrF36pchvkZmbRfVNshEsOC5FRwbX -R7gtN1O1nj3e0Fo4uV+YEm48MrUsIu8YxuqUs1p8JEcyRn32nshjIovwFSbj -efTGudLhY6SvO6cHIDMH8HUOsKZz5uqayNbYSzL+eTJsd5JZ9NDHIk8jo8vu -EXlZ5P+y8JLLZtaF3uNRkXtDz1eSqbtaiC/1C5HPsjAVJ0vTnCXl5yRWKGef -irwp8qDIGfgco4TWHqZOY7jIOvVGJjMHcHPNNaX5rlZYvtCxDyJtg1K5xjGb -rXP1BvepnrkZxjcLVsT8rmOoLvSze8y/uzv0XuXmKc2U2L9nhalWVwtPDWEq -H2fvij5zvhk5+5vIvSLzhL5d8ADWNTENctYq68g13+Z8qRZ9gUv/Zvsz1dD4 -eS6firaRPvctIteI3CbyCmwtcvR3nb28CVbnVZKppDL1O3nc8TwZb2HKbwpT -cTbTcbZUOHtPZKXoM3L2schfRe4SOVZ+e1vcii44WjTWQNhYbLO1jSH/vKMY -+ceLGT/PZutoFxnTpE6kX0abSfv5Hmxej7/zkMgf9PH3MecoC1M81th5SdeT -rD7x3y4iU7k5SxnO3hd9tlLnAOTsdyJ98C/QH/PcEDav5ofqz2cAr+vYJUsR -P8+lyz6DrZ26VTmbDqurGuOXFZup5XLc9BirpxJLS8xUds7qxA9LYbnMKc8R -1gZCVL2JT7A1J67q+ecXA//WsU+Wy95EfSon58LOK59WxuibPQabU/6+Aaw2 -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 -43T+37S6BseY87UYA3W+GI/DlLkJ4hfI73vOtpaaq3LPF1wf0Oen3qZfyfsc -0ad6CIX56VEbKLqqk8z9NtlUfhZf3cvHFLm9W5jivlbtMEvHuRxMsblYQx8Z -97qiraGI2kkXs9hCePofZOrz5P28sZYvrxTj7eYLQ/U9y8VV9DqbqJ+Be6fk -WrOQhQ/WUHkXI5heY2sZqO/8fOdYovZvKzwDuwq+XEyxZfYB6YvPS1Ivo+Po -jbH922VDu0/v9msj6NwbVoepr8/fKaoOc1y5+Vu5uXLiYndzG8jVkkyuefhG -9v6KPWhXozUwq9s/1qmnMM3klDdK73pdfq5q0BOvKlelqWtQm9RW9PhcmSef -DbumZD953K8zgja0lTsi7aP4o4vAWHPjyq1ZKJArVz+8wWhbt8Da425cJ5fL -Z7fzv6TJRbXCwUWoqWosWW4fkEdLzpXYvRYyHzwW9h545IvrSijiAAR7JhD0 -6i595vYO1Dxxk3wxslTuuFnM9WTs8JmIX7OQxadiHKHN8QhOZB1ojb0W19kb -+e7DlTQxjM3lEVvj77/VVK7s+7bHVZr/K80aCu1ff7C9/x33Fp/jRPia79k9 -d06Bjc/s3ArBemIzPfoT6gfTF/MbyhdZYux2UDPg6pwCuVKfiutI92tr1wBe -kLB7g3aYgux20NZU1WE/fABGJYufU25IszqyNeZobVTp9BXHdRu7D/TpytRc -lTlqF8nYqcrYfNg9nrbugKBjH2RyfA2xk5WIx8ZxRR28sDCufI0pDO1n8zXn -+XbdFvuoNeP7cfejtPeNT+I8edwCk/LsB1o+rnzsqTn/knHlqU36qbc6V3Nj -GKOd5Bq4M2BzYvvKz5t1QdCScbGdUZidbC5c0Q5fgqy1oPViCqKPuk22tepc -I2jWQ3h2b1A/bk7J890p48a/7YmrdTwrY/8yzTG9NYYI802NYeUQX9dPjBNf -4SzHTh4xjEmfzvMsX+TxaJExLRD0FF+sxaDQ2I0NMRbmivmlARXiald9X9pB -3kMjR52V86laiH8/y7draxboWnnu8cE6htj7u92ue4GOw+vgmoWEsX2Vsn+u -uRjWhuiHf5ZybY6v6ydGtrR2rhCuoozRTp6idvI09cUYs+jKmMVQpGMW/hj1 -xXZVrsqZP4oKPxPng4tzcOXqQa9DMKmbvV+E24NogdYvTNP7u/lhnWf36Uhh -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 - "], {{0, 136}, {150, 0}}, { - 0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 136}, - PlotRange->{{0, 150}, {0, 136}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQmYFNXVPVU9IPsiO4ggIMoiIptgEJB9WIy4RkkQEBAkbihBBARRjP6a -5E+MURNNTGISTTQmRpOYTWNcYhY1y69sCqigxiVxj073vP/ct3TVNN0zPTPd -1S3U/b47vU73q3qnzrn3vlvVhyw8/8QlPoCLmvHPiQtWHbdixYLVJ7Xjg1PO -u2jZ2ectXlR53sWLz168YvTCBJ/cRP8avQKxxRZbbLHFFltsscUWW2zlZR7g -M71J8DZhHsYWW6PMI5788BOSCyfM83JXXotxFlt9zEtYTHUAzh0EfJkPpvFh -p/QbYAgsYbgsxllsdZnvanR9gS/8E1Ap+l/p3wDePhn4ZR/gMr48mt7K/ZMA -yoLLaaa/90fHtp9aoom5bTUOuOsFYkkBSXoVvVqZx+od+u/pG4HnpwJ3tgGW -8H+GwuDJfBDSmmnvxly2P5pomQVF77nAo+8ZDFUlLZaEs6qIraTBWTKMs9fp -9/O9nwOeGQHc2AI4lZ9zcPjzLbj8WDP3H/MDnhlFbOy0eKlKWdxkejU9aXCW -qg74LP36FvrtwLvE5++HUEv5uVOQEZvZHCCsmTHO9h1zOiXzfPyNxILlpmR1 -DkzVgrNqwZnFWMq9xufUU/TrgVfnAPd1BwhdDKe3doNIoEZs5vgsto+npXO+ -A4ELfxHgIFUfTGXzlMVZSDPTOJPY7Ff0a4CXxgO3dwTO5hAOQ4ivZFChekYc -m318zLfC5/cDvvKUmfNUVShmKpRXh2KzVBbN3EO/G/iQJPa33qaeIbFZz/Bg -Q/WMWDPL1xK2jtB6InO+l2zOVwxM1aGZ1dUGY4I1tYv+JbrUNW4D3vo08CAD -/7Uc51hoSjUmoMqimTHOSmihnK8vNeiJ/wR1hBrckiteL7S7XPMvxNh68uVb -gW7q59+nP2rwtqcS+Aljsws59mHIqGdYcFXEa03RWyjnG7MG2HEf5+sm8sV3 -ePsI/dUccVLK4q1YmBJ+upb+buj5ZE3NrFHPkNhsFbB5JHADA//53J7e4e20 -OPPjulnRTeJzjammwBxi6R07T8mPeLvTztWt9K/Tf2bn+sPs+lUQjDlM/Z3+ -BZhYXmX5bPedGTlA+vXd9O8B7y0j9zLw/7xn1po6hzfeBv5x3ayw5rucrz2w -4ld2PiTny6Z17xhNUncaLpM5U7+jv1JALnOYeszi2OE3n8/JUs9I40yOkadh -6hmnAL/tBazmZo+jt3A7IxF4RbzW1GBz8TkGAl991uz/VFUo53dzlQsfO+i/ -gY6jNc4Eb8/Q38uBl7pw5jAln3kjgjiuIRxYbd2uAexVN3vbYvdyav4k4Hsd -gKUw9YwD0juI7nnkL59c5sWamYe5+LzNFODel82+TibzmK9ccfub9H/Qf2Qx -dgv9YRgtysRFNi5z330//SsZ+GisroaPj5Bm1ojNhHPv5WPGZv9kbHZzM1PP -6F1jrxkyE6TFmplhEkdYcj/0LOAxqzNV+WAq11xlw5ngSTTym/Sb6XfR/0Z/ -K8t7q+ztfSFMOb4pBKZyjT201lRDM8W3eFB3AG8NaonH0AvrGTDMhg4Xgh1p -cZawXLa/aqYXyvnGrgNetPsw5zpffT0V4p2wiy7+H3R9M81lonW7QpgSDN6K -gLuiqmVk4kw0s8ojznwkpSej801Q/k4o734orMO/MB0/RxdczH04it48vXft -IsB+ppnp3k4GqSeTQ/5r56+qWJxQG5f9C0Yjhctuo6+hr0SQ92ViNUqMJclT -KgH1BO+3uhrVRFLK244qvIgUXiO29tCfpP+AvhybcSzuRmssgInNAnOa6e+z -a00+QeXLlnX0sPLXNqYoxDpfQ/gg8/nv02+A4SvRy2/Rf07fitx1hWKNW4+P -mNrM2x7nETevk6u28HYbfSt9C3G2FUnsoL+sMaewm/4I/Qa8j7n4K/rjC2iK -E7nfu6ZnINBMfx+JzXwpAMoGDAe+LmttymMenqD7xZ2jfPD1bfqPM14XLpM6 -7PcszgR3krf9O8tnFbIuqzmxwtRW+88nTl6BSmy1mNqe4QHOUhpnu+iv8rH4 -c/Rf0a/GOzgBDzE22wCz1pSuZ6Rx5n8sY7OEXvQH2mEEfnrUHMbEnZB8wqy7 -BfuUx2fSN/wfhd44TEks9YPQc9kwLjUn6dWytX/pc9Z1WeGy93PgtcE1iQqT -U4ydTky8CFWxPQemsvk2y2WCM6eZwmUv0/9J/xH9QiJuEn6GtrqecRTCl1xw -hTO/zNcAhGvNETBIc/M2fSxV4Wny+rehhs2DOr+/iZ3fDO9j4quaOKvyCr8+ -E+ap26BzrRo4C7+vtlrGHy0ehcuE02R9sDF1Wf19CXP/hE8YHqrYYfkoH0xl -87BmPk/fw/uvW838E/1bxN0iIu5I3IJmup7Rt8b8udisnHjMT+d843E+XhI+ -55FS5W+2++vlEF//FOqg1VDzRjKuaQW1LbzPvRCXNRJjDityX9Yb786Bqdr+ -NxNn8r/PwawxSfwvfHYvTGyUWZfN9Rm6buqb+0v6GW5JvKAx0XBM5dLMzVYz -d/L4fsXOwS76b3VsVkV0PYbD9+6dLQPzjPJBKsanc4Qf6GNEtmVbsI3eFhOL -Cs97cvwIX++kPw7V8itQE4+HuqazyYc+CM9DwhzX9eWy8PuEZ+6qB6ZyYSzb -/0r9/EmYmr/U6r8LE6ftysFlunblmcfreprYu+KlAmOqLs3cZjXTxWaCv3vp -G4i8WfgFZ/NEO7el4i3f8qZ0Iq3DnRYvm/XYa+VrwViC70nsstsmefTf6N+H -Ouyz1MsBUPf7ps4Z1kuVB8aqQ/N4o+UW97iQ2prt++VcIand3wZTL5P8QM5F -S8dlFlM3tOS23kNMcbu9zUXGVG2auYXH/3M6B0jhIz73ebqHORZRiVrmvliW -sBFggjx6KzMQwUdSj7Wex5FwWWJrSC9fs9v9AFTHTVBzJlBzWhmtyaqXXjDH -7lbqnl+m/6ERPFUfLsuGWcdl98DE/rdwnH+kXy+Y+iH9A7PNie22ruBqC1Fj -TL73Bc7dvZy7Nvwr5pUEUxX2WztjHGefcTljwyQae9xtC3EZ4zD/Jct/cvso -VLMboUbOhbqiB9SfkFHPtHqZ8kw+dw39oSJjqjYuyxZTvcKxXcbbxc2hpp4K -1fY6bteD9OftdkqNYYc5xuRYQ656Q6F56wXi6S/kq3H0psziHW9EaUHOdzjO -4GgkDt9FvS5GfLA14LK0Xor/g34HVN8LoeYPIx80Nf3obg6/xvl7OGF088Mc -ehWVC74+svdlnfKO0Gs76HdVQC0aSu0/l9t0G0xN3XK2/2KIy4qJMdFBxh7o -g+/pqMaLOK4Kcr7jsJIMtUcfa1WNyo3rwWXp2J/Ht/eyPcYFb7+A6nAtVOVU -5pgVpg5QY35FL0NxWdS4klvpFfxamM8s7t373rfvua4L1LRZUAdeDlPnfM5g -TLCW2JnBZYXQP6nfX0mfRlVugSN010SUuHLf1RRzcS0+3Cvni9LDeilYk/yZ -xzZzUYWfQbX+BtSQhVArDjW1shp6WcRaWS5MPS94seMI90vo/NAzMaLKwJnU -3+9uArX8CKhBZ3G7vgNTg9pjcCY5dYXlMq8hcZn8j+y32zmHJ/H2SNycwR3R -YaoXLpVYGm8T389Si0sVZzo3sYHC37lvVxJjv6W/gqBWJmP7MVSfFYz9x0N9 -h3HNixkY0/llEdaW3GdJj5nkD29lPJ/t/fq8M8/gXiVq4lP6Zb/aAWrmFKh2 -V0DXADWX2djAcZmfD5e5/fYo5/EU+nz8m3PcXTNVdLUFU0logtMgaw1fJ74f -4lhcvPNiCP9R6GH4eJPvltoE4yz83h7Lm7PUykRH5PYPjJWvhpp4AtSV3cz5 -zjVi+oxaWWMx9V/LUzsz+Cvfz8jFZa/RH/BMLWb4XJPP4M92Gx2XPVcHl0nu -vYBzKevch+NqPdOl4KoOuAcTiKchjKeO5lhOo38Rpm4r43Zr7M+FMFYsLgvx -lI43H7QclS13cHq51da0w+tnt0ENmw919hCoX1jt2Usv68llTuckVpfamauN -NBanTjNTGVwmLr3c15PLThoLddCl0HUxvS9eNdsrOY/UCjWXSc4unL6Wc7lQ -c9UbkLzesxF7VKgy39ScucJ2zOR4Kql/jI8ha1pH0Ufp52Schpudbu+xx8RW -FLYus8ViSnCxsg5MZXq4Vva8/T/Bmdz/OVS3NVCnjKPetMu9tlTl1Y4xhx9Z -R3zc3i90naM2LiNI1IP0VX2gRnwGqsWXoWs0mtsFZ2/DxGqzyVUbedtDXzMs -6nqVb79zDEZyDKKDk+nUeOYPBk9yO4E+zOJMHq+i3w2jUS9bnO0sAMbkf3fb -z/0c/aF6YCoLxmD1UnL5hKuVyf7/C1TT66HGnwi1rpdZY66x9pdjbcnhR2oJ -jxQJU7mwrHGWwWUyrh30W1tBnUYu63c+NfMmbt/J5IYN5KqTeYQCHSPmKjFT -UT8Al2AixzOVGjjF4irsUy3GpluMjbAYY6yMxZB1dIW/Wky8YvnGzmveMZm8 -VzjwcTp5BU/YzytU3czVyjiuip322BbMPgPdb9KPccgy6uUdTbKvLX1o12d+ -ArNWGBWmsnIZ7Lp2BpfJuuuRrfVxn/JFLzvhHMsbUddADYa74JeWq5JZcZUN -Y+KT6KMhOawCjxfqucI3YHh5V4gf6sLYFjvHEptfTH8KpgZfrLXaDL309tix -bjdjaHcV1Gxu61fbm3NlHV/9idj6oavHlqBWlg1jMgaN+QqoTRwbTkLKu4Zc -NYN7G2hWAq5yqOqAAcxDZ2hcVdeJq0yMCR7N/yqqqeGx0Xr7FK6Bift3WH4Q -rITj/jCmfkOXmvQ/LBaLvf4f1sutIb10sb/raboFauRZzM06M/6HWRMM62VU -tbJcrjnTM3lJux6QczBSOi5thzPsLEe9Dpiw3ztT42E6x+Niq4a6YKzS4m2s -xZho5hy61GQYO+t8xfU3bLdYk7qz8JRo0guItp6RibFtgV4mJN5/h/5HOjkM -90P1vghqLvfXnQdk9MpYXSpEX1l94i65fZ64mkJvcSr1huP0JuFpSOXIK0G/ -u2djqxac8UkaF9ljq4a6xPcz7O2xMHH/CPv4Apj1/m2WE74Ew2M76c+itLXY -UDymefMxchnj4Ypn7fHwmsU+ebjlF6GOm2PWZmRt8KPwvBeoVlaXBr7Pz1/C -28GHEE+XUQNl37bB8XaOo+9ZcCrYDQ9rjskntmoMxlzcfxxdcs+hMPGZxP4S -9//dzpdbEyx0/aK+vCVjEE1eB5OTyNg2B31lvhur5ClPmm0YvATqnCOgHuA8 -/yebXvqF00uXM1xHXM2kt5zL+ZPeqmN5JEie75ekZ8+3qOrM2Op1i6v6xVYN -dReTzaZzDjAYpkZ2DP1M+lcMR2h9dLmli8MiWv9O1+UkTnkI2fNSl19uMb0v -eqyCM9uH3ZX52KnjoG5pXYte1lErqwtTd/EzTubtMf35nRuZAy7nHDbjXjaR -eml69qC/+3g9n4WIrRrig+xtpb2VOE94TOL+uTD6KDmi61/ajeLW+7fZzxeu -2gSTS+zJgqls/xeqlXlyTIheio4+DtX6Wlsr623WARuztuTeI3XdT/J/FhFb -TRYi6cl4RzCCNSsopeovNrFVS1xr8VTY2CofXZSYazBq1mJdbimcJniXuF/W -lI6nr4fuZdB4eiUDY4XSy232c6+EOYfq1TwwlSM2k97jGn3Y4pKXfBdqEPVy -CWOBuyvMWmCYy6prif3dGpLkpGcQUxfydqjswyvIVcuog00YYXgh3ojaPHsG -Y09GBkYDU5FhSjBUGcLM9Fqw5zBGPdFx/zD7v6vpP4GJ8V29v7FrSg6vt8DE -e+58gwJgNa2Xbm1JuExyFPJh541QJ80ysf+WTH4K9ZXZayPp5zfw8Vz60ibk -yMWo0lw1FD/Qcxvl2nJNc7FVLwzBh5HGVuEYayB9or2fz/tnoGa9f5h97Rz6 -t2Fi5z0I1pRcLTYfjLk1XOkb+F80nKfy4UOplVkuk37R9Dr509Szm6HGfAZq -5RHm/P93M7hMbm8X/eP9Dbw99EjO2ybmgAuoNxW6Z8/Mb2mswv5dqHlgGvkz -ytjKaeARqKmB9cFkOLcUzpN6v2yL9MdJvV96Sl5A0OdTW73fYUrqHhLP7c4T -i4XwcB+2i/2Fy2zsL7WypdJX1sqcOyu1jFnkqUuFrw4gLpeSq2Rt+TButUFU -qbgqyBPaciyGK6KLrSZbPIQ1sDGYzqz3S7wvcf9Y+qfoct7C72D4K1svmav1 -3wfTr+FeL4WH9ZKP/d0IamV/MX3L4xiPXUhMXUJ89R5FrrqKXPVpvEM89Yu4 -Z29vVBmurKAKPmPnI7rYqiEaWB939X7BmOvzkVoZczGd3/0aQQ+m5Gyim4/C -rHMLznagPGqylsv0ueSCM+kJP5uxOvG0nhp4UjNIX1rK28Db3rhGz2gpuSqI -rQZQOz6wfBFdbNVYDazvd2XW+wVjkltK/6n0kv0BZn1G5lG4StaYSt17HXap -wwqfXg81pDn1j7j6HL3nWHLB51HtfQqUx8j7i7NZwv6dl46tosJUvnlgsTDm -eslku0dYP4TOODndSyb8JVwmulnKer/T6t3UxgcYz3OsC5pArZOYXfpgLkLS -uwzSs7dGz2dpaqCBBbHVLZHHVs6LpYH5unyv9MXK+pHw5liYuF/GtAhyrQyz -ZvkSgmto1LeXrACxlmDbl36hT0MddajhqovoXSeQq/6HXDWNUb7MZOm5yq1s -m57jqGOrXLXQqN3lDg5Tsh8qLa5c3C+3wmOux9flli8h4JJi9vdLDE9d9pZD -HTALajFzv7WM12cLV11CrlrM2wNwXgnXa8LmYqthGK73bXVkc+s0UGKcQuSB -jeUrqU8MtPcnh553uaU8PsZiTG5PhlyLRZ8fm477d6M4a0q27uFfy9t5UCOO -MNdJPZ/ecRp54HJy1QB+s/zGdSn6YDLNS/ccX6qPzag1sJh5YH1csCPH1SjU -ju8wxlzcL/9H/tA1Cbnujzv3pRD1focpfpb3Q/occhV5aQl5ah196oGQ/uKk -J7ltayy0s1pqrgrO5+rETMjEzNHF7OWigc4HwPTo5IvvcJ/PeIuv4fa582HO -f5E+n8acQyLvl1juCXKV9NqugTq6H/WPPHUuvd3x5KpzibdheApyVno5cFVQ -t2qD/tzyhvQcN9QLXQtt7DhcDNXQcWSeQyK8d6TF21L6N6HrmFonRS9d/2tt -cb/Dnrx3PrFzHlSLhVDLYHLA8dJfvAwpX87pbI8T7IyWnquCvpix3A+pSGMr -5+WggcI7gywGphXg88IxmfDf0RazUsuQuF+uJyF9Pu7cvsx6/zbU0D/p1fZO -M7djDjZc9VlqYOtK6t8SvjYWD8PEyeVyfVATWzXBSr3NMxhbufpRsfEVZS20 -rnHIthdTi8P1ftfnI3x2CmqeQ+J6yaS/4VmLqe8TN1KzvQqqFfOEZZ7hqrE9 -NUZTvnBha6JXrDy4Koit2uE+vV8HM7YagyBPc8duofd1tlpoKTVQuGRMRONw -PCb7dixqrim5c+GlH+sNmHoZ43RPzsVlTjDuIIOpZQnq4bGcKz7vjcYDNeay -9ObqC3I+12t6Wz9BHZSYYCCCddopRcRYqTXQ1RMGlOj7M9eU3Hm9sk+kf56x -lCd8tAmqLXG3nJhaQ74a3Q5Sq0150l/clEdEKXv29jYXW02ynJFKx57unL8j -7D4/ym63e72xGCsXDZRtET0ahmjXj3LtE3der+yPvvTTiSu5ztoqqAldDFct -ojc7xpwL4Q3ED/Uclq6/eG8Lzue6xm5bVQ2sTLfuzl0eXCCMlUseOAVB7ew4 -lDZvyByTjIcxnyf9FBug2s+GOg+mDjq0GzlqLaq9RfiQzDC0zLjKS59H3R1/ -yHmu/GQEuY248POoDIyNCx1rTlfqwkk51EJlzNIzMwTlUTtz+9utP8wjrqR3 -n1w1rRPU5dS/U3yoxDzmgNJr0R+36pksJ64KYque1KL36+w5dljJhrFB1kfa -48y9ngtj5aCBjjOHWGwVorZQKKxPMGPypFefGthhpvlNO6mBthnCObqCXDUP -73D+epbF2nJNMxroMws5Rm9P/udzZcOYqzULBw2uA2Ol6okJe3gtsFwwNQXB -WtJCy1UroSoPhFovPevdITXQpC/P99G/P1I+dQVnLrZqxfGZbWrYmmAYY04H -3TkyAyzGBD8TMzA2AKXTQMdVMn/u2l6lxpPD+jjjntQbyFUdK00NdHIHSK2r -2t+grwv6b8jZ6OXHVUFsdRCeKNj5XJnXXZP9JHon9QrHY8KNnzDPeTP0dShK -p4MDS/TduVzwLcdjiKtOam96YSpm6zWcpCfr2l2phGYWy4urwudzDca7RTmf -KxvGxpr95veAair9mE4n+brP17184v1CzV9j1wIL7a7mP97mgMRVdx5zK8hV -HeTYW6B71qtxAl5E9NcEzddcz/EZmk+KfT6X/WxPsDULqmcPE4NOawrVpyuP -RYmdJyBduykqxibbORyMwq0FFmJMjqvOsly1Aupk7p9hEi8s4nNyzrJwVWec -r+eu/LgqiK0i7jn2pxj8TOL+utIzsahek6BP4XMHE2MJqfUfV0SMhdcCywFT -4TFNsFzFuKov44XKVtC9Nt7pjFE26uvslU/P3t4WXOf4EDwT2bnyNg9MDDXX -ZFprzx+5xPamXW6fW0qf1AyqF3MfX3RqItK9J4LLRmHM5aKun7hcNNDViBcZ -TCXOhZrIfdBK6ldL9DpOEpdA+mDm2RksP64K8oeh6f6zCPatZ+f0oG4GP4Kn -1TAu51KuyoIxubbiBMasXQ+GqZPZz/AaijHhZolVBpYBlpy7Wh45WsfkxFUv -cnZ3iUXX8Tm5fvEV5KoJ+Aeko7c8uUrM9cWco+OLqdH0hvq2XjSxqcHNKgS4 -Cnsmxjbax5+hj2rNGLYPTN3CXpchb4w5rpK6grtGSKm5KryeJWvLGxlrLobq -chj02o0nfVrncn7kWlut7O+YeqHf/i4ncxzaHrfb+KL4sVWGBq6z+MmGq2wY -W21/u2+D1U45t3cYMdZOMDYmhLFpIYzl4qtBKJ+1QNcnIxy6zriOQZfBXKNe -rgm6CaLZf4b5TZly5So3qmbowxgwop7jtAZ2N+umYQ3M1zXG7HUtJN4XzpO1 -jdP4eFhbYkx+g/sYpPtOBGNpDnM5oFsLLDeuOhuaq/T17k+HuY7vXM7LxcSV -XAf6AI6+vNaWM83FVkO4PVVRXYcorYEH1K6BDcHYBstjF9NP4ePB7aGaS/w0 -DjVrY+68wHJZC3RcJXmJnCd2MYLfhJHzLeYRU1Jv6F2C33CrvxltbsqjQOpF -uX5DotDHJfdXBTVwcT00MF9flQVjUhubUQF1aGeopoMNpvX8kav86RHWX/Pl -qiuhWhBjvlzfUnjrNGJqjX7fM5DzWfwy1j8xF1t1tOdzFfM6x9bDGpiZBxba -L7Gfv9bmlBKTSX9lJXOF7tRKvx+Cdcqoa/yZXPUJO5aroVqdANX7MIMvbxn1 -YxFzwMW6t2pUmeufmKtbtUV/vBRV3cpp4HFOA4uIq1w55Qbe/yRM3UJq/Id0 -szX+cP11SkQYC/XTe4yd/Auhjm5F7V4AXWPQXCW/C9gZn7WzVp75X2AO8xPS -PcdR7MNKU9/UGugVVgPzwZfo7gL6ifzuKyzGXI1/MjHWTc5pGRGMtSD11zy4 -Sn/+JqhRPaCGyrWwr9I10CQEX6Nwj54pX2OqfPXPmMF9c0aJE8m1EcRWTgN7 -2DxwdQRclYkr0cLZdB78egyuxr/W1sbkPfPpY8gZnXvD1F9l/DOKhDHJU6Xe -fxG1eaKpmSQYY3ny2zVncl5mUkuAHrYzoJx6YLJZ0BfTDb/nPktiEvW7yLng -XhoYIabE3Xnms7F3vpBZG7vcPif115HE2IGH1MRYg2v8YZecYQx9JnV4idHl -AbLmIf2fyzknjLPQmt9mZqycYypnrqeiGWP2J3QuGFwPPanjrCKdH1hKDdwA -85sLCy1v5fp+V7dYHaqNCeY+TR/RhhiT82JGI9276GpjOeuvuVzyBNHcpVAz -mavOow5jueaqpK5b9cQX7Wx9HDDlzOl0azThlsnvCg7BB7rWazhfYvhkoTjM -s/FpzxJpoLsuYmUteKoNY+H6q3zOXPqQdlAtDoepO00LMObnw2HCd7I2QK46 -bLjB+cFHa65KSvzOXOpPML8JmED5x1R1WW+05Jb1xrM6lndxheGwRmHMaeCk -Emigi6tE0063vNUQrszEmHyOXGvqBB/q8E4Z9dcZtdct9PPEY7uxdp2gOeT6 -stXeBu7n0XiHc1Hqa6w31szvSXjpugNgcsVxaIsbMRBvpPeV6UWvqrdONnA9 -sJAusRUDFd1veWmBsCoYW2NzSsGtnM83qwKqHzHW1F0zJFvfGO/7fK1iJOP0 -lmZsPWQfX4UqX/I/uV5++dep6mO+5t2arNtFb2cn/BjDdXzvzvMW7qrKh8MK -sR7YWExJHeEE1B5XNRhf2Lv+KvlmZRNirAsxJutFExDULeT4PBJqXEvz/k9K -v94F1D+pVx2Or+u9Xv51qoaY47BMjI1AC2zAwXhK9w0E1xJIWQ7LirFCrwfW -d97XW0xJvlVMrsyFManxTyXGehzEY2y40b9+zc17RQN7HMt9d7WOzaT/szyu -L1t8k22s2OvaJD5moT2+i8Pwuu5Dc79Jk5lPhjSwGOuBdbnwo2jfTBRG/xqD -MXn+LHqfpqZGdhmf/2QLHotyzcal3GdNGHGUx/VlozbBViaHtSfqzkR3PIyj -8FGoT1jyySp/Evcb8da7a/HXA3Nx1adgYvb1EWM6E2NSW5E4f44855vfbusy -icfhRnJVN1yp9+a+qX/1sWw6eSQz41Xoh+2uvuPP0LFFFWONJOe1OupaqPh0 -mNpAlHyVDVvC1cKbiyyHzWxtzqnxRuM3ML/dvS/UFApl2fLJ1rxfyUjhZgzB -mxWHQ10Asx7H/VtFbKWKzRuutiC6I7XQUnFVGFOSO8yS58zvTKY6zCSXz8fr -3G0H2yhjX4+pGmrZdLIXH57VH/gd9egj2c82nq3m/k6uMrdFm8vjYXKztSXm -qrWWq5baazZO7Uiuktp6W8zVeynWv3wsVz55VEfgurHAlrMQrMNxnycvKTCH -yTxKPWm2vV9qrlpsxyI1VY4r2XaOrjXconePH2OqASYcVsE/fghizXl/aj/g -bh7Db8j8r7d+aQF00sXron8Ov6XG1YyAq5ITD9J58jO+xAum9zPWv8aZYKsi -Yyce1Iw6eRTwxzPsPFxu5iLpdLK+c+nWAqejPGJ1WWM43oyl+jwfqbaj8CHz -m6Ptcba/1RSKaVonvZocJneHtQeuOpY66a5zLxhbY/CVzCeXdFwldYUzyoyr -OJaqCZ3JVV2wwjNbHGOqeKYxlnEiQEs+PvEQ4I5K4F/ym2cbrK+uQyfDMfIF -sL0TJcKUYHpRwFXJ5cRWq7a41250XFOIxvTaRRad7NYGWDkUeORTNnfciJo6 -GcaYy+eLsRbYEK6qNONJSf5LHpZrCnX1sF+s05SjZdNJsSFdga+OB3a5vohM -nbzMYmopStM3kclVzAGrJd+V8bYAptuGylj/Sm+et7dOcoowsw9wJzH0nqyH -bDBeTc2smkZ+WFNCrhJfa7lqOccjj3vD9H56iGsKZWZOJxMZAnJIK+CCIcCD -wg+nweRfGwMOK0rdtS6ukvoG46qU8Cn1T36vrbmPMj+fNLZcOjmeRHbNMcD2 -cxD0DVudlFi/3jWLhuBKuIqcWU0eTTInfYuid6TVvzim+viYi/XDEGvWFJjb -F/gJOeO9FRZf683cF3XtyHHVHH6PXCOiPczvlcYx1cfaEll0sldr4OIRwJOf -sfNv666phtZda8OVxHXT+bmCZWrz3TKAOKbaZ8zpZCJDJ4/pwvh5CrB7GYJr -aK0p0NqRfN48fs7pxCrziZ38vk42por1b9+zbDWxTk2AUw8F7jkR+O9FgU5W -N1Inq2cTV2fytiUwOa4p7DeWTScHUic/Nxz46zyrY/XVSVcDJZ6Sp/K2D0zv -Z6x/+53lyifHdQdungS8sAzBOYL59FgIBqUeOxJ4UD4/rins95ZNJ9uJTg4E -HmBe955bnyTOUqsNxtI6abkqtZjPjQLeJEH1tWCKY6rYnGXTyUPbUCePBv45 -P6STa0Prk1IfmwC9TnO6+5yIxx3bx8Ncj4UXErKm9HHdgJsmM58818ZUm4gr -uY4I4/Rv2n+MY6rY8rFsOtmRIDuzP/AzEtRHhwGb+VybOKaKrQHmYv1MjB1B -7xt6T2yxNdT0OeCuZ98LnosttkJZXE+PLbbYYosttthiiy222GKLLbbYYost -tthi24ft/wElQ8Mt - "], {{0, 133}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 133}, - PlotRange->{{0, 150}, {0, 133}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -hQcRbX8+omMGIrqpHaLX42MeGC4zsZG4LBsY899R4XjH1241hFvq4jLZ+7C8 -d4fjMvnO52D3MuvjMo+p39E6LrB8ksg2purzmWuNNqvEu5wL8RljBDxB64xH -Yjn+4mu2b2q9ybl/wN+NrqzkGqku4/EFGx03Sws8z/W6GNGPjkI0dztELyAl -xpevDJNc1lhM1cwlbSnsHnJUBx81BGN1aSrtOSnXr/yF9pfkYx+EXTO1jsfp -qd/Tus6z4xCuzQOm0nOZsCafWYEh9I/K81uFVWy4CkysoRaSXc8l677NvsvP -x8dunR3LBB8T0pfiZsXNf6XdiajfaYgm78x5YXz0YXxOiK/qRvhLjx3VF6yA -3S/JFFObw1nqa8rL/j9Yf3ud4zRh+t/s+/MtEXW6zPJ381edTl/n5jrf2HqL -czOdj11wuztTvNgwFdZkTTpjMm4m3/7D9L3SjFk9xxY4jJW97vD1oXttJaJu -HP+R+5MD2tqazbT+Mg3GqmLzexVs3iCbmKqLG9PhXbGBagFXsc8X8nGfbYin -6y1XU/MYvSMO1/FrvQVrHc5yiam1Zpyrqd6rcRi+RitTLxagmGLCpJZqi364 -BU8afq92cUmj1o/GVGMrfxm+a/2EiZl/j6jldYj2G4lo/rbWX9bKLyWs9pcm -835HOJTv8zFCPvZl6vOZ/wOrw6S/3tDf1JajD0C0nfjiftrf3PFS84TEW9n6 -GM6yyWVr3dq9iWt+LB9/gJ+b2QuLCFM2j6u2K7XUS05LVUhLNfn41zku45iW -eX8p+yPtLkR9piKauBuih0Jb2xDH2Cu0RWFyPzBfuYx0HKZH6flliGmtRPI9 -Wh+P02b3RtR/FLnsWh7fU47LXG5dXJZYlwUu0+elax/g/JxEO5tclSBXBUXD -VUktFWAkLuAqU39fT9FSWdQCBmPisjfsWJsxl+98FFEXauAjD0N0e2ebY1qe -grPKOvxlPjClnP6tMb6sqTeVTtSeYFntz2mP8m5qsNEDuHYm8/h+Tvuf5DEn -iLfEa07vN4bLhEfp3Rdpo8lVV/Bx1xquKgZdlexFV8zCbW6ON6elsogxxP3l -O47HPqPNp03iuh+H6JLtrVb+TwrGcp0ri2NK+a6fo2H1ppUuLlF84l9T31WH -cTlj5R8OQdSh3HHZBtT4TK2zWlyWDmfr3RrU41jy1CXUKGfjK2ifJ3BzWtjm -/V5HfB+/Msf4Efv4qsm95R5T6daguIxaLHEV7af8/6cOZ4qz7kbU92xEx++D -6NcJm3OqmdMQ9Wr/TM1j6DXYfSJfM9HQ7zd52cDizPjLIPma8v/3NEd0Zj9E -O53D47uZ9orjso+tJk1scLosjjH9LX8i/juTPkW52O8y+lYrvK4KXe3irjiZ -KlN9fdPmpQqGqTfd2tU6lr/YGOMyPh+859a1OO0JRJ0ZXw45lNqrq/VPteY0 -livLFGOepzbA1uM0FlPpuMz7zFQuU22PjqF8a0SDj6QWmAUTQ5ux+dhiTXmc -0Ot05WBP5lxdQw4YT64KDVcVWld5NTUIQ+hxXjN9rcC7bm7X1cPBucLUW+73 -LqXd6/AT98Nuvyx02j/hdbD6/Cc+T27b93hE533X7sd8noKxxuTK4piSPloU -+75s+tpNuCyGM8W99/O5yd9DtPupXFPishdg9zl+BmmqCIs4Z1fycUfG7UDh -dVXoKnn2ZMynuHgc44jZMHGZ0YHiiQ/cXOcaY2uRrAu5gLbG/fbm4oV1sVzZ -G+4z/nOM83dgfDn+B4jubJ4SX4bYrPb3vk/59SuR3MvJZZywCZclar+uutcb -OiLabyCPbxjX0RXkqkXkqlPxJedyl6LgKqup9sQZ9Hsr2Dfp4/NpExCZHMh5 -bk38zvkcjzG/X5AtjPk4+ffu91e7/zc2Bo3Hl9Ijwql8x+sWp+25pg89GtGy -zva8slq5r5j293PrtY8w9WkKf+XLqmNcFsfZwYwtA/r/xDzHVX0YaakVOrfu -f787lph+Xcn+yVdTJ+Nqw60RLob0YMS1EIHrHtLPzztsfeB8j8dFphhb677r -Edo02p/d9zY1rxH3l/x/QrG4r8kUfhnv7sm1M21nW4v1r/h8htbepOn8Wb/v -VKh8WQ2+aF+zT+P4iBHE1WJyVTn5YCwYYqKv46pC4ipwTNkWg+l9roFi+SqD -qwUGY9YWOYwtpl0C1SxaHhPGltJ+C6uvP4xhzPvLhmJK8/wb2FyC8q9vN+Lz -mXCZ9i/fdFj22o06rscMRKMOQnRHS7tPJH7SeRmfOX/5dQFyZamYUgxZTtuh -C9fL5TyeKxwX9MENZjYLras8V7XACUbLLKYfvNJhKtXSYUwabJLjsYm0hTB5 -TDN/7zuMbUDdmmy9M/mo22lzYP3sGznCVDouc/Gl4ndTi+HrMcnHncnT36FO -ntrT7gHWwlITazEyMe+v7+bvHs3HrseZ+agOFpCvLFftVAS6ymcWAuyOx4mV -anJFZVpM1YUx4WiJw9lc2hRYHjvTvS6f9qrD2PsxvMQxprlUPeUyx1Eb0uAv -H+b95d8tj8lnmjWkel8+F9yAaI9TEJ3Tz5wDWLum1MWXRv/kiMs8pp7kbwzl -4+HUhiBXhXPdnO2IG92cFjq3Hjq9viNOYvwnfzaf2GoIrtJhrDyGMe0hyEeO -o50B6zvvhtVMwtd7jhPecp9dAeuP/PzmG1PefM5MfplxcfCk1fzhBte/j937 -yMk9GFeMGYBoRUe7z1yDgSDJZdmqXfR8qPNwj+P3TuFje89V5ZyzcYardi4K -rgpc5UsXXGa4pryBXNUYjMlU3yYfe5rD2YUwdVj4g3uf/Oanbi6zvbefCab0 -OBM2B+ljUV+L8arbu/O1GPLZ1P6tuJYOYXx55Xb2HLPU+NJjLBN/6XGpPOk4 -fsf5fDzMcRV1ldUtvXGTm9NC59Z9D1pgEEczVa9nw+IYkxZb6v4WxqT7qY2h -NXcf7TkkY8u3kf38RUMw9Zb7zXMd1uvKmcXiS9W6GO3v48s/0e5B1HcCOWUX -RPc1s+cz1uDE5QiEs4bkY2PXsjF4Oo2fu4CPbYbC+GjDVafg/1AsXOXPLWuG -ozmO1biKmKpLr2cTZ3q8GjbmG2nXXE2OTPpfNSRrHG984PjgNfia2tz7PulD -1er7/ccG6rKa+PINt7f0sftexsmdLkU0/ABEt7a12r+Wvyyr31963ruadnxg -cx0Hd4PRssFcFwP2xs/MjBY6X6Xm9yJ3wYPGVzVUr2cDW1c7HP0YVqvr98Vn -HH+cTaM2hvZcpeW17+1z5z62zCbGPKbEQTNimMo0Zxbnsg2uFuNj13eul7Lr -EQ0YhujSXraO4asUf+lrF+PnDOn8IOn02Xz+XD624+cDr6ssV/UtEq7yer0n -RuPzjPV6piauGg6ru8pRO7YU5pSPneNw53lMzz/scCCMvYfa+YtMMeDjU2m+ -R5qIqTowVsNlb7vvl8/8C0xepddkROP3JHaap/hLV+Mg7B1Lm0FOm83HgxxX -mRhQY9aTCsbOaKExldTrHTAra3q9oVwlbhIXSb8vdRhLp8lSMTbJfeZ02Fjz -AdjcqY8tX0fj9i19vZJMGv3+LGOqPn+5Nlbrr1yZ+PIxRN0vRjR4EKLlnWzc -9yZtJO082kXE1SQ+bjXMjE21+Aon4jPo2uDFwVWercqwP1XmMmRfr9eHK/k7 -cdWlDjube39qjkw4nOYwNsFhTrr/Lw5f72Pz9Rd6Tlz3hvt+YbQh+9rZxtg6 -G1+aOncfX6r/L1OXc5z6t0I0zXHVJXw8sCtfu4zvXUAeUOzTgbNXPOfYJNzO -0SDDAfnQ63FMScMcD8tDjfndeGzp9y31f9VenOYwpu++FTZ/sTGGMX/+uc/t -v+YwqL2CXyH3PNUQ8/5SOBO+GC+PFJ4U/9EnTiauWjN2DpaQq+aQq3bDvziL -fRxHFANXWWz3wR0ml+z3mPPlA8fA1kY0FlfpMLYgBWPSSPKT8foL1fhI1/j6 -C82huEHn991WJJiKY0t459r5ztaIZskHel3VBTa3Po88oDi6K0fTclXhMZXs -RVcch0+cD8yPXpcvk8+SD1zUBEzVhbMF7nuXonb9hTAmv3kT7VmHMWFRdWWK -03TuVSHz+95cLYf2ioIjEY1pZ+7lY3yguGqr48yxKf6rxpHUVWXYvmh0ldfr -bTHF+ICFec4tyFcpH7oky7hKx2XxvXHV72ovSVx2NGxdpWp85BvFV/Ean3zs -dafDFHkqlM4jn+94kMXUeQnHVZ3tsYUTOF8aw514VHY+i0FXJbMLe+EFx1X5 -wZWfb+WIfW4hX7/pMbbU/fYxsPn+k2HrL4Q77deIs3z+Ih5b5sH3mdzvC+Qp -Yiqg/x7TmriiprrA7QNuNQrSjtWBatdPNjFgr6LhKn91rYBR4ETiifovb3pd -fkd7I8p3ei2ULzzLFEOKIxVDKsexwvVJORadvzLWYUx4/zVsbOnrLxqbv2iM -+fwZtXqoWGZOGq6izsJFxNtwzpn2JnqY61oVD1f5fmyL61x8nz+9rjkcZcfH -cEc+MbXA4UVcNSzWp9S9cWHsXIc9xZeqv7gHtv7Cx5bpanyaiivpPcblwWQ7 -PqObU6/HuUq6agy56lLywBh8Ct1Gr3i4KnAesAuGkOnzqdcXOTyNRG51VX24 -1u9K10mbpPJluvyFnpevHO8wpv6r/kLncUiLZWNvXJ9TPkG581NhOLTXAEQX -xblqWxgtGE4hV6l/27JnaoWvr7LN6/XWHNmLYfV6vnyg5kn+bwqalltoiomf -FYdejvq1XTx/sdj1Xe+f4TA5zv2t2v7nkMxfNBZjvo5feRDVput3GLOObum4 -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 -Si3j9v8BDFlMdg== - "], {{0, 125}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 125}, - PlotRange->{{0, 150}, {0, 125}}]}], "}"}]], "ExpectedOutput", - CellID->1609991874,ExpressionUUID->"89502802-f872-4311-ba4f-b6c5cb8574d7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1635292292,ExpressionUUID->"15267705-a330-43c1-a956-879d95168dac"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"6", ",", "5", ",", "1"}], "}"}], ",", "2", ",", "12"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<CrystalFamily\>\"", "\[Rule]", "\"\<Hexagonal\>\""}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785684204781055*^9, 3.785684275357411*^9}, { - 3.786973438083662*^9, 3.786973438748733*^9}, {3.786983001549616*^9, - 3.7869830045888042`*^9}, {3.7874741697978888`*^9, 3.787474174932743*^9}}, - CellLabel->"In[55]:=", - CellID->1142673876,ExpressionUUID->"e2904578-2027-43b0-aaa4-b5dfbe3880bf"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -e573yoHjwPEXOP4HRVJNUQ== - "], {{0, 81}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 81}, - PlotRange->{{0, 150}, {0, 81}}]], "ExpectedOutput", - CellID->2121062458,ExpressionUUID->"59a8e966-c71a-4d78-89dd-3f3fe9252719"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->861837338,ExpressionUUID->"45864f78-45dd-4e60-bcdd-f7033e256f06"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"6", ",", "5", ",", "1"}], "}"}], ",", "2", ",", "12"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<CrystalFamily\>\"", "\[Rule]", "\"\<Hexagonal\>\""}], ",", - RowBox[{"\"\<GraphicFunction\>\"", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{"Disk", "[", - RowBox[{"#", ",", "0.5"}], "]"}], "&"}], ")"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785684204781055*^9, 3.785684301433756*^9}, { - 3.786973440752285*^9, 3.78697344145173*^9}, {3.786983009365653*^9, - 3.786983013460696*^9}, {3.7874748455261097`*^9, 3.7874748545886106`*^9}}, - CellLabel->"In[56]:=", - CellID->1279764065,ExpressionUUID->"da5c4d8c-c26f-49ab-9c29-7390cb502817"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzdfQmcFNW197+quodNVsUFFVwgmIiRRRP9FP0URQWNBjCgvxiXKAqKPlHQ -8KkxJs8FZfOBj0Rxe+6oIWoUdwybCoJsw8CwDTMwMKwDMwMz3V31zrlLVXVP -M1NVPT/Tfre500V11b/OvffUueeee+65J95016DhJoB7mtOfQTfed8Ho0Tf+ -YXA7+s/Vd94z4tY7b7n5sjvvveXWW0afdZNFJ39D+RnKMYRIpsiGm40wN+cv -joSBoXI0GKMePdGSgfQyRcX5MSSLSmcJFswsZYw+lih/Y8lQOKbAybxe4zSe -mghHwsA0UA+Hj2N00grEX+JqhsqCYwSuHVmzHk76E8wQOD+GZOrqV+k4yl3Q -HJ3Rir5Bf/3XHro1M3E6C5wW9N1S4DQLjKNEi0pdMnC8JxgN4ZhIx+kiSWrJ -uUv6pYZZ/13KpMdrbQnU0qUn/cpgOJYPh8sWBufHkDT9/Pc6nIr38AgO4DOk -sBoJFCOJr+nvDPwNA3GaqhOWapnvlMbh7nk4TseHeBR1+ELhrCWcBViJv+Jp -9Ed3dU82iRNT51pTvgt98AnG0/1zCKdI4CQwD99hGp29ACe4OFYmjKX45HDK -9wNnzQEmJoCvksAaznQ8dwEw5U/AuZ28e+rhuNh80Z9wLpViCtEwl8qzRuQE -viLqJtJDzhIPO1S5NA7TzLRzGbgsXCZZti9FWbnMrTPq4seWdPl7oT2WYjoc -HKR86E8t1ecz+IW4x89bmqf6oiPV0PN0ZaJBnCp8jsfQU9HgtWVc4fSnVizB -q3RlqkGcvZhN7fkzcU/Mw4krnhpKEqEceNsBnIbyDuAftwHd/Pem0XMb/bYD -/2iQFv6U4216aJe0e/20Ma1Mc8MoKVH2/uhUD+fHkDRPjaN6SBFXOYobkvSx -RU6pnKS/SfqNz/FVB0h6DXUxNM4EqnuHZNOhcBwXR/PKPjyFK8S9MR/O3ehB -3L1BXFEnEJLi3kPj7KYyXKTpsTye6kM8U8Z8Q7LJJhmVpOOkDaQ483GKckIe -M39tHwGcI8kRmo7mqXPoGdtVuVLi2Zn0JAU9tqKnjB7ep179MI1Ma2M4dQqH -64Drwt9W+Z5MNRrpicOoBJKnuESOWzfZP7a6iq+egfPdXvFCdBA8ZQfGSSic -g3hCyT/GuQxH028bfPQ0/GGchOLRMfi5pco2jOQU8c4W4huHcqIxecXXJOTx -zhuBn7AktlgPupGOHewUz0g1IoMddU1K0LUFw4TckjU0Fj8XNCYUzY3h6LJz -XVyGY9CIHpk3yVBvwAqSMqmAbVift9bhl2gjJPwW0r6SEXBkPa/AyaS3diCc -aryu2icMDktSx6zGN8axiLPq5hh4T/FLXWM85ect4kVnp4EvOhBvmh1gGDtJ -P7QD8pTHW5r293AiEdORerIafCPqJwhPZeLsx2suZ+XzOFHL1OtpJMKajn7D -gpZXvk/yrldwE32OUWeSoXHkPQ6exGBcjZPEcV0Eeggnzt8T0f8h4DQnBqdW -9nuBeErnBN9D95KefzbpQmfH/DSG+dSqe0bRSOd+0pSi4dhuXYwgDZhTPuvx -MWU3mYk7RetFqTdb8VAp3idJfU/od1p/UkK/sGm8+SaW4EGBE+adVh+D7qFs -W9WYsfxoPEryyk6Zjfd/9WSWQTKL7i1vjSmtyzGFMY0o5bKFtmVjG42Jq0hj -sMUnSv3Ie76kUQ4nM5x5+wdLUquKiT6H29IRGmP48nryhHWhxW4tRMcpprws -41wYvhL3WDaKtnTGSsEjJuywfMU8xd/72qGw3T4U+rEjlmsl5aKo5VLvHdfy -HGF7yNe+UEpRQ2iUDtEqSxteXuk6slFJeXfkevPQKqkOq6Peb6gnx2tRtflY -1Cq+CsVTiq/E9562ONh2j7S5GNFLxeWqpVyVA0JKtc5qXOCzp+Zb0nzFdvDc -+MrPD3vc/+WGkztfHUR1aRPw1d62qG27l3jCaQK+yqFc8PiqCP1U69W3SP/7 -kwE5FuxI36WkYeXeD26EtlPk1g+ug+wz/OcCf9x+0MHa0hNQmGs/WNkWRW0r -Zf+VYz/IfenaqOVS9j8HJfiXsOXnaz/ISevt72B0Tno713c5PsQq3Kf07ej6 -/2bi8WI87DsXjq/orRZ6ezFe3NAO423iqaQRfjxIfMV2U3tnG0xrsxPTuIxG -1HLZwoo1nsr1otLbw+Pod34+4XAy8lRv56TtDLfjRKK4JrKdgb9n4hYMxPGQ -1pZI9gFxx1QMxXXoJo4j4gibwNMYcBfQi20FiRzsDP/JM1L/ib6R7Qz6nmvR -i96WAYiGw3YGyZ+jcabPnyI/k+4LC+h7I/5L8Uk4e2ZKcFIZLsQRYM+v/XhF -/BamT9U4PBY8HW3EbJiDWeq3UDhWQujsy+Ld0KIdlW2Hic+0rTOwrFJ8WGNg -wbEG4rGjEY/vwwJLljU4T9A7R+NSx6rAZ1YclnUiWlhEm5VAKFnM9g2BU4dZ -1glifqrAMmGRwDLytSt0/VDOQVvsU3pNMN7SNVyHP+IsF+9cxLGDekQpaYLo -WSnVA1bjKfzcxbkCh5EGvz4ojklvsyk5cC8eQ1dVNvwaOLyaNMik5JlUAL5K -8bUHge03s5eQlgr30LGD7QY9w0o2To+VdOunFDe43g0QtBGNTKuZbFwWWwkx -Z8jH6/FbqhNVLn8Lxhry6/l3Jt0f3oKToWw1ap5Xzob5s37PZFl3kpY9Fg/h -fHyMW/EJ9aj3EEdMpMx6qn4jbTWzkw1HttB2LMdd+H80gp5NOB9jJEnPAXgZ -Q+AI/xyPA+10HGqbpOW9+VsvmIBbnwT6fWThttnAyAnAJe8C1xK/bEr55JGS -ScxnKTX/LGSU4r+yT4Ab/gJcTBgjPophxFQ6vvgB4hCeS5Z8w3xRr0wZ9Gy6 -bCSunUE0ED0jmSamjWlkWhvCMeicqbg3lkTxFcMw5BVgAOMQTbc8Alx2BdCp -rWpCakArL5lL+2CchSNpzPGS2+K2r8R+Cc88Je18G7O8Z2zHWgH2FnF8Y+v6 -OMy3OyB9HzZnwdmhcLaB9b8MHN+4v+6MRaj46FIx/tviWPVk0HbKqyhvo3zA -tamr7LvuoO/a8jQMiVn++YVYdfYC4dMgbVp+ejy6D5w/B9vmniNwtqfRI4/L -mFamWbzBjiqLwjE9nJqLPsW2b88U9t0drO9llGvXRuCNUcAZqhXNvOQtLbfY -nnsv6Ydf40kq29eQtnRu92X096/0/amwM3lcpr1n0r1EbFH3y+gNZ7+1hfz+ -gkfKNr6nc/8NnpWwSUJ6OOkfD+cA/V1CMm0adgl6SqgNS6j+l5zwNZ6Zejvm -1sVQpW1V7Afjz7Ynp2roe1EFMI36xm9ZhlEuqQMW8zk6XkjXVOt2y8RJmu4c -T/WM32Nht3mYRnQsVrRsIg759qdzMe3Va7HIkc9yElZ9HG1PY5qZdi4Dl0Xh -lNAb9PXRX2Dau4OwRL8HGTiJpPTrcd+Hj4ExXVUr5qVCr/1mdDod/Da0Rh/S -EfqC/R5GCn7RVvbs4zV5XsunYryOK+nenqTD9SYc9pAqxhjXl6RhnJQ7KpyP -GexJY/RGe/MMdGhxOrtP4GHVlzlJS9icstmq+FwqJXnLWQlMPUMUC+37AB3Y -0Wo7MJ6vs73rs+LwM/Q1VXTPET2osnqjA+X27boTkxK2loV0bSoATorLwGVh -HC7b0SeDFF3MELxtiHflkDg8HqlT/98E/PkoiOFYfsotOY41hSea35f7L7jE -7QWDjv89K/EktFQ40zFI4RyKn+p/kgpnKR7RdfYc8DuH3v1abiMjkO2T20Ho -UZ+xJ5RKb5AepuTTodovPdOzapln6Nn/oHsZgytqPmHyuTpLPKNRHFvi2HwP -6WC/YxxWzAuBR1S5gtpH7Fo13n0ZGKQWFuSl2HJTXPmRnYvmYDu4HLuFsb9I -2wtz2B0k/c4nRO4zkq7mFhynlvR09jwZia69TLRMNkN5UsmigPUv2kD5hVYN -IL2XZRYd71bnwuCkxD0mdvey0P5SC53ouCoRlDfTx5/sc1F+koWW11voSji1 -dRFx6Hv9ryV7Sn/EfE1xZdedTGM85oK6CHM02kdrFo2yn8Zl4jiKjZFwYrJf -/cNzJoaQ3HASEWzpSeW39xEwimTVDXwc1XbK9zIGY9kKOwI94tnPAkNI5v0h -FREnIf2pnWnAMG6yWMiloj9Y0rPmLFE3ks4cfQ5R8mItviUF5HWBE22OJkW6 -rd1hC+aWxPEOz7OkoszRKFmwC/iU9PX3HalXRcER/R1jMJbCCSPzXBwuSznw -TiUwNyqOsv3aS4GXWsrmC7Ye8odOhvrLfFWKzxWHRPd5cMTYrxi6XwvLV2re -96gK7NzXAetEmxjh69/x+petjhwT+s9FwdmksKLi6DJwmXZGxXHnCYAF7VTr -GfnYF2qKmK9KsEjxVRRfBc1JNXR3RQ58Jb4P34F9FYejQvFVZH6g93tPKod2 -9OHsZKwmwKkg3tgX4X7NV4I/d9Oova3S2/OYrwy1HqIp5NV+SD+YnOTVkdux -a08HrM+Vrxxp+yzJlR8URi7ySt/DZdoVFUfz1X5gYdt8l1eGmjkvFHbM3PQr -G4tJYr2leCo0f5rKknXMVsyvjOHvXPd2DvoV6TNfFAMfOjnqV4zBWE5EvchR -ONR//Z1k1nwn/BhX0yP0qy3AK2qZdH7qV5ziyg7yZ1wlWrcuou8Qc9JijMfz -uFycCzB3W+/D40HGWYoHZ5kYmut48DXgP94Hbs5hHCdwGIOxch0PzgSGfgE8 -GBVHj2n/CvyWmyyWzzYsU0mtHmhB3FGkvIDC2Z2Syur1O/QmnALwHH8U+5X0 -rUpgMLpfCRzmxFARxe6kbEMHBgHHsb8DHVfWRcUxUHmVgQ6DDBxHxwei4Kgy -VJxPZeoPdHfk2thAttU0HNYJDJT0NdCGI9uYRg7xoH6IpH3Inhd+CmwvSCC4 -vV32m5vxjBuL5h8Y5pNZgXCsWiTFvO4qPMGBE5iiuQZu5jpNhWhHLRu+IrnQ -QpHzLska//seJB9UtvBZdC9j8Lh+LmHyuRB2cpf2eSTzIIvFczhP+GkNkO2D -cs7IeU/ZriytxUiv4Pz0WZYzhqbgi9nKR7jW1bUOPT+orVQ11HSDBHfG0RzN -cCThfIMHBELKncvJikM6le36KVXjtXhfsBtivMBCM15CXAg8Zsv5GcdpYF7P -kbqPuK4CeO5MiH6igLAKTqHjzcAUW7az3RAO+8onlb98Gd1zMgcHiRNJlHvS -MY3FnhM8YcprG6JHzVfaXAYuSzP6RxDxfnS8F3hN/94oPUofW2jigfaSnmZG -XNS2f6Y3W+Sff3/S8Rc4btVsjIWOEyNt5ylhP9fZ4xBex7KcdLKJKManNKbc -gK0oETaL7ZgE6c/g+dGk46Qsb4RQ2/9jLP3sHEwsJf241MTGrcCmTcDXu4CJ -VKfzbJ//S0L2LUmVUz5/Bl6fs6gKmLAB+BdjcN5IujK14wRH+jMcPBRO0vN3 -Ofj2YCzsuhgTqEefb5Zhk1WKTXT8r9PnY8L7lwt/BrEWiO/JxHE8epjmeVwG -LgvTQjr3xnVUxgOyXEs1jp2FHt86o+qXr8OX7dZQnZZhEdFTQt/rKX+JNXgU -d5D+cZhqx3yMG6KjY3EHcg/6EJfwetZ9WeRMteixpP9Vtt/1h/1f2JeJ/bi2 -+X9RPkj7T1qPwudvFPaA/aIO6/tWcWafFPatWs16Spbf91IuVNdUNdCfVKtr -+Npdab/JdV+7lp+GwiFvC1qrfXTKvto7rrr2VWwr6i5w9qp7/blC0bpN0X4o -erjM5Yqe/Vno2Tb/bBRd/LGoQ65Lvw+Y/5OgtppBPa30W81H3vKviGxDuR86 -kzS6ivLdmIL78SSupTf3V2B/PE8rlx5aKd8n3e90m5iVnoLLKI+xJuE+whs6 -7k4M3n8YisT7aoh3X/h5pqTPi8gZ9oEy0ptvmQ5cPhkYS/k+yoOpb7qGfltn -e9eJuETZcNQ1m0imXf80cOVkA2MnWhg7KYYrr5uO6wsOCh8y6eeZUrGFfGUy -fX6eLaqx7pYncM1EA4MnWYKWsUwb0+iouEnqmWm0KJ8LPz1F26gcT9F4cYqB -+4ieMZNMXDbwPaoz9T4yPUYWekQP4Mn9QozEyaoF85O3rIz4jDqdT2pLFZao -EWCQ8Z5e4bUX1+CnemB8K6nC6j3VfkxBxlWsH+0YDjd6Hwexal8LbAjj356Q -OvMWGnMe5c7c/p6OHerJUyH82+U7swFXor3AsDh8IU5gGhMh6GHaqV8sHMzD -A11Bo/BTsC+/pKfxsQ+vkpL8tZrG0x0goyjkn77FSfNXXKzpKRA+NUUkb6WE -ChOHR9SMkcAq46do3YpwyprhrVRM+LWFseMklK67qA/Qoh3VXbW0e4ZdjyOu -rTPxVQ8DBfFTSL+vxldCJoRYH2Qo/4tmu/Fh/EiY/8dAC9vEIjXGCEyPpn2b -ibfaGjAKuqJ1QQ1Wsf5phFsfJCO1cQxOOVrMz3GiTnocex1OgbRCRFn3lxD6 -yUcYcjdwkqP03RA8pXVt0X9MAvrfzXGKkNv6wcc5TtHjOcQp0usZH8VpLxBN -OaxnTHGdcN1wHVmqzkJSY6u2qRVtpf038zVZqrf4DOMQVlZ5JRbrlLELb6w4 -AQ+wPpUKJ6tcXYXH5tuBGfuBR21pX4gcp2h1K0xptTp6nCK+h+89ogyPbrUw -I6pvj6LH4brhOjKirpvWbcNt5W+7fEvStiXjPKzDP5U1PlJcGuWvUPx9LywT -dWlGmmvT97C+vzLjXHD+VP431e2wql21GNtyHxh67knNaTpdNhMtljsGCe9b -pepiWS8Rw6nY8NYXhPvoOGPcVh2Rr1YtT3PnKHI8A2irtyLse63jdSRQWfQT -b21NBL7ScqtK2aui3d9EcYr02PD4zahNWLJcdn27QxC+Et8retCoyEZlZL5y -XPviYhX5Lz9XteYvX1U3EV/VEl9FjlPk56s6S64hawK+2vf/PV/pOR7ZD36o -ZpNz6QfXUT+4wi/7Q2Y937HWUXYKJ7d+sIj6QR2nKJd+sJD6wbUKO7Rvla8f -5HW663LsBx3RVh1V2+VjP8jJ09sfUm9ELnr7TNJNH24Cvf1F0tvHN4HePo30 -9qlNoLePJ739xSbQ2x/GbsxsAr39obS2y8fk2Rl+Bjn6jRTvSIyd/4mhNJbu -1gR2hgGE09N/LjSOtDP0xeO5xSlSdoaeLxBNTWBn6MZ1ZEV7f7WdISHaKt/t -DH4b20q8AG9PgOBclRRzW2uNAWgj7KLNMStlhbaLJpVd9Ps+QMt29DbWIkKc -InomzxdXF2DBKXEUGD1QYNZhgdsyQUul5Jt5AJ8ZnWD9Io6WtQX4nvQsJ4yf -q2sXtTCL/YsL+qNNQQprrVqEi3eUkPGO4ivxctyAEWebryHW3edvvKOYmtcZ -jCPBMXVkJJogvKVbqgoPoJdvHqcN1eV6tT4+zDzO3uFwd3NinI7EW2VB501Y -j1FzPjt+Dxwvi0bpSjpOYofPiyMYV9WijIjoqMs1Tvrt7U0gsP4o6KHr1w/m -GVnda00mrZvqzKgTOlzj8Y68eaVV1EbN4RbMTZbaQy//kp7LHCnmruT6CLn/ -S8IXrcGGf95ZfnbQ/0eRpDuP6ut2axIdT8LAcf0wiN7vYkfyFrdDUvumO9J/ -KXPeeVsdMHw6cMFk4A7KozhO0W5gGP22MWPeOWV7flnsc5LUfjCky5RO/y2u -JzousibiDmMy7sDTuIg4/3qwr6vXikk3eoStypUeZWAj6ULDMAGXEMYok7Ba -TMIFrw3BcEf6MjiJmHhevXI5qlxqzqf4c2DQeGDgFAOjJpq4fVI7nDfwfaon -GXPHiSV8886e/1uK58Z13KTmB1A4cCQuJx3hyokW4dBrR7l/P+DoNr5WzGve -uhlHY4Pai8R7gzMtECzPeN1XvThFyv9kZ+/vsPyzfqINZJwXGVclM74Q2xM4 -vpCMU1T/nWe/lBVOFr8UwWuePePAN7/A9vPniPhy5Vl8Ttjvh39z/VJ8POT/ -cEwl9jNYocqX+dlyyWwULu0paJa2EFPSkkynW/vtLE9669H8efOsX2H1z1b5 -4h3pek6Pd1Q14J8oX9FD2Jv3OPXtNzs20DjnHuBU5UObn7G0NG+xL9kdOAdr -SAqV4VuuT9E2JSikmuC96OZQm+xPe/v9fn1eb3Pw6plYsqAXppZyfCFTrKkq -LyFe2QU8Q8dz/fGFGvDrY5+9b6uBqVSP3zm8NstEOWEu+64rpv7uJSy0EjLO -lnjHM/wMfXzE1yxEJaaSRFqm+G0rvUffoZrOOVRWW+2zZ6fjGFwu9W7Fa1F9 -87OYu6ITniljvjeFr9XWdUTjARmXhuMUZfczNDw/wwPNsH/aSMxpt4bqtAyF -xE/lJtNTioVnLMDUv18l+EnGHM/iZ+h7R2tmk4xXW47mq9zy4h2xcsE+sb9C -M9JTWgk/5G8xFl5c0UONH21T9pnyt/14Id4X5tWkk19ioRVv5boaeNj26iaQ -H/IOYBr7Ifc10epioFWcPZJKRawv8STT842urws6bk9ji3vYibkflakvZQbd -gWnu7434V6vjlFmIh+NHAZcSPYNNtKR+ydwLvODzQ24o3pHW0ZILLYxlP2Tr -cnqjL0eLnnHESLd8Q/XtDfpF89igVv2feOv+VrLx8lPfSt8HWZ8BZuHXSj4F -jlNk1SoOXIVH9LqJvxm4zkGI+ELw1iJ8aWCMoIxj9v4dIxg7dlDEfwj20fLr -XbpXpzmEKcsVaIzGNih+pvjfszTyhyzXCo5T5JUryPjVPhiT5X9fhFSVXcW3 -0pdZx00KMva09R5Vz5NeCuT5WjHppyV3pPu/aA0eLyZDr00VtpcYjbCswehK -ldfKiaE8EX4NZ0q0VwxVFwKdrAFoT5i7jbosUSob/uh44rupTO1xBjqBx7TJ -8Dj0bDtOfZf1K7T6DdCVdMjaCPGOkmqd18ZTLcSvs3A6HSfDrhezZTxA7itX -9pC7cPN+13kptkTSa8X+imvS3vcwH29d6rhZJobY0delCpvnZ+x1+RJuMO3g -Mibt48WcvwFvEVZEHCMh5hoccxaGLAXG2bHI61tTStZcuhh4LOhenplZrYF0 -/gzqTSFUmPyUWdonnhd3b8HLkNpH6DkR3zr6uZUxvONEXEefMsR6Unt9W3xa -sBEfwIno2+PtkfEBacmfqnKFfl/UPhZ2rBLvbD1GximKODeq1+O/bsv4qZHW -4+t4R4U0dlABG2N5KbD0qtu29L1fxK+NtkeJF/dj5572bpyiKHO4cv1fZ2xt -v0+ug8hx7xvG2JpxLsz7Iu7pUoJ1lW2kPSHHeCZs84scl0bHytwCfK4EVX7a -4z2+srBH2HSCrqnI5CvxnWucIs1Xm4/DnjZ7RLzw3PgqRRg57GWm+arHMlTU -xiU/RPGl0XxlS3tdQ+vHGuMrIeNKSOZZbhPmYfLLq0oRJzsneXVUBXZV5hCn -yJVXxwt5VZIzXzkCI2d5dUIp1u9rI9ct5iiv1jWFvCrNf3nFyQJvjrBL7J8T -Sb/yxYGcvzmOWU50nxOhX609Cp/HeB+yiHEpXf2qgjB2ifhg0fQrtZNLvASz -tnTAfLF3cLQ4hEK/Ir5405F2Xz4XWb/aCPy34qv8tJFyiqmZ6Vfx2yaIW/vg -dBPDUhHHg2K/eQvO1xyz433cbEbdI0+PB9/AzfiIsOR4MPz7wuNBnneZjmHF -wIOp6ONB4c8xi8Zxa4Dxyq4aaTzI904GruKmi+dr/FtOlvKmuQJtwP1GAuHj -FNUhZXFrjkT3fiYOc5pFilMk42zHUTPEwnHoh8MtXt8Z3mdM+zLtxRk4HAPE -vkxR9tpLKbtcBS7GYbdZ6E60JaLE61a2vNLziBVGA735/roI9iuFU3Qu0MIU -YUTyU71yk6W462UVp6guRLwjLQeW4EkWexwX6ANguIqfH7gNhO2Z7pkLPMQy -Xkw0vY7R6hnJgPTYrp3qDbpXp0+Vv2xwm4U7k2W8heFMC8+f0Pj+SbW/QFBZ -Y2vb1QzgWiaF54/XAdMdn74UEEfU4+M86yaTmI8z89mPhiuOre682cYmPKV4 -K+XqKdnqXfug8NEG6kXPFvt9tCQZcdhPTufpODwm+gDT1ccPFc8npfe3offx -2ZO7EylnopXZh5pSbmQyxX1iY/uz6F/4HnqpwRi9KfPMx24867v7kPOeLg5f -UYrHuMcxe+IwnImWvI/JLtIYBK0B4x3xGO576kN7CnLQmr5bcLHo3Lvq9wbj -HWkc7jfnA3f3UDhnAAXHZLRiXtrfLTWrw5sErRPvt+wLE8jcd8m/fxN7Ri6l -NptEvc5XdLzWlPG6v+6yEBNevRbzHOXPkJR+NIm0PYp88YU+GIhFp32FicTP -8wy533Ix2Be0AhMYT/kqeDLST4/HFTXiWr5H+pEyLWvp7DzsJGy5LsnzZzg0 -DsekmUcjyQlUQh4nFwuaqvFVny8w6fN+XpyiRP1yuTLIljFy5hQBk7ZJeyjb -r9ZsAb7gc3S8nK6pU9c2hMNjyE+XA5P3QMRaYpzVFYQ9D/jTGODnrd1mzEP/ -ZR3viIX+KJIWG8XeqNniGfGeYeybxX4oVe5Z7V/kSYIDAz/A9oW/FOs+K9L8 -iyRP7Vl+GoqGvil8ogSO30/J99F+U/zMnVno2al+y7pvne9Tpa7hdTx7suBU -qN/S/biy+E1d9zLKi7qLmEaVWWI0sW/WGkfaq9w1bVn2v+MYR+xbxP5p2eI0 -bVU4OxrBqSuhMeJZEDvjsj6fv7zFiV+CK3ESZmKQGFd9gjF4BoPVvpar3RVv -cg9u/x6QaXGBiM/K+j+O4U8CAz+ycC/lMaRvXDVwBK5tVof1gp9stY+kH8fD -1TPhm4mGG/AXGmXMxr0i8/EnYl/Lza72lEmPH0fStB7vkr4zgXq52VSmjwnn -jxhIEm44eH/MlA/HScdhGvVarpY1WK32tRw8O4YxHwP3vAlcSvrTKGrr8pTH -B5n7dSa1bqX6weXTSW96Drj6E2As4YwmnIuIV8Y4Mnb8IXGSvn3D9gFLqI/t -zE2Xl3vweH409fn+PDQjaVXoei43ogFb2iOYZcFjsswi3SDGn2I/XyvYXLfU -ug9Su98sPMVk4mM+5+eaIDjV9Oxfw3PzvZ9oSxKNAXF8NBcSZ0uXO6qx24Du -tvKTDzJm0T5qpI8uOdfHC3/kvdWBmoBxnFivr/PxFkuE/NS3OOn1RrzHE8fq -7ELHMhZgqP3HDbVvuFWLxdaJaG7FYVoV+JDXoBhh7EraZltDutwRRBPnGqHX -RVqPQ0r4hzRAM0mnbE78tFhp7cHX0Sg/joK1eCt2LHCmidYHDBQqPTv0uh7i -iee5I7sQ6JBS+xOHwdG8tRGYUIA83odHJ70OcbRYa6L9m8LGO5Lt9TD6Uw90 -Wtq5KDj30giUc644TAvTFA1H2O7EOsTROOkNYIhahxjW5qntWYmBQKeZwE2K -T0Lj6L32bvf6w/zTtXQylJ/PPOrJ5Bg80rppMYIvxgxswaPKRhFljwyJcxBT -RLZD+yFqehLiXqaFaYq4Tpnnetgmf8xCPLAVeJPnD6PukcF61CrS0cqB9+2I -e23oPfLeAe7kJsvrPel4bStHVi0R6ykizU3Dk2883lqZcS4KTqHKueIwLWui -4ug4D71XiDUQxcrfIZe9wxZT3qjlT1gcPYdYSjzeEXncF+ooTP2ItxyxrwXX -Z/S9w1Ii7kpt5Ps9rjjo2qJyw6kVNEW8X495T10u4i9VRvSjcXmI9x+zZZzo -SHzlk3Fz1CDJyMuOUDv6XNBEfGU3GV/VNiFOU/BVdVPwlS35qrIp+KqLbLn8 -5CvZDxpi5LoB/0IO8Y7UN9vSm6L/KlI5V5xCRVMkHO2j1WuVWF+7rgn6Qbbl -b8q1HywG3pLBlfO0H+RkKt3vS4wXtRlNb5d6chVexDbCiaq3axxeD8g5Vxym -hWmKiMPxjnh+4Yiv8HAJMJP19hDzyWn8wPr2BuC+0hz2yNN6+0zIefe81ds5 -xZSWNQJnwvNDiWZnuB8DMErYKxzURuhP9X54f0Zfkf3nwnz0s5kWpslPYzju -lHaGEej2AjA0YrwjbR9I3QQc+wowPOIe5Rqn5nqOz4y8tzPIMWEn8MZDb6uZ -jeDxjmzVYjVYgo5oBt7MyMFs8VsY2ZdSHL0Tc4WNljMfpyLgyKPZghamqcbd -MyEMjuBoay/eMahuTjHQKmWgKIHw9ky2q28BXmJ19pdAe+4L60LiEC/WMT+u -AP5Luqjk6Towf7KUN83Vwk+uVLVl47xlu9HMazCWXTxEMjAMJyOl5k2C8IS3 -78de3IhTXbr4WPr/BceRz6wQNOi5DqZN+v8F4y1tHea6oDqxZARjPAGcS22c -DMoTzAtqfm/dhRDzU8KXagbHlJf20kD9IeOouaNVPeX8c/7O42QmS0S9BJ5D -b/D8LNdqQmjxcn7WFnOzkuNSygtFtsJ+jJNrKYXtXscfeVHYy7dn4KSy4Oj+ -cjf1Nxe6ODqm3W10jn/TOKksOMk0nO3i2bpMGmec2DN2v8JJZsFJZuCUibrg -BiScmOpzngJ+46h9zBLeHDPPE+ucVD4xWi/fQPecKsmBqfsu4q0bHKV3aRy7 -Po72I2Wc1eMgPJ3yu//LTDoWLqeBOAGb8G6j7/VezCH9pae4R6+tZpy4mhu6 -Bt2wVaxBbfizA58Q/0g5FffJd33Mv/E1jeHws/iZfhr8tDGtTHNjOFz2gWq/ -H1+MWUv1PY9Rd1Yl94RuUM7sAd74PelUqlpMr5olzjPAebXS56ohnGQZ9aFD -pbwTcUGatN1/qKR5i70B7sK51JpT6R1eSG/xJvreTHkxviOJMN6teenrnJn0 -/NAR4Pa8gFpzOt37DUmEEpETWIQFeBZ/Qn+h2x0KR5/ja/havofvTQrfmRKB -ydj8jCMynp0Nh2lm2rkMXBYukyzbQlFWLrP2hDDrt6Hmre70/TRw1Urgf0iu -LCG5sjkl9ab5/wQmDyfe6+bdk4bj563TgIK/AVcXA68TzveEU0o4Gw8A82aR -eBwP9Dn+EDg/umRm7BvWReQ26Iy2Qp+26l3bEI6nBzBOZxfHyHJtQzhe4nsZ -g7G6pP1iBMaxBI6paMnEMRvC8cuMZrJYVmegLX236ZxxaawBXjB9uncriRNT -OK2Pq4/z49CnGkvSc9ly7VvpyRJ9S5C3R+MYWXFirp0jCE56/CX/bzF3fUhj -yXRx6ss0MzgOq10qnlA9HPotZkndOiccOhGLBcT5USZTRV7WOeqb0xQ4Rhac -KKmJcFSfZvjzD43zv1St9/E= - "], {{0, 86}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 86}, - PlotRange->{{0, 150}, {0, 86}}]], "ExpectedOutput", - CellID->1945915750,ExpressionUUID->"312fbaba-3a32-415b-8d4e-b76077c5b5d6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->122940751,ExpressionUUID->"4e618675-acb1-47c0-9d2b-eb2fcb268d64"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]GraphicFunction\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785684171279337*^9, 3.7856841738869467`*^9}}, - CellID->1761383495,ExpressionUUID->"d8b4e0d9-4f8a-430d-ae6c-cddada22652b"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"makeTriangle", "[", - RowBox[{"{", - RowBox[{"x_", ",", "y_"}], "}"}], "]"}], ":=", - RowBox[{"Triangle", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"x", ",", "y"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"x", "+", "1"}], ",", "y"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"x", "+", - RowBox[{"1", "/", "2"}]}], ",", - RowBox[{"y", "+", - RowBox[{ - RowBox[{"Sqrt", "[", "3", "]"}], "/", "2"}]}]}], "}"}]}], "}"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "1"}], "}"}], ",", "3", ",", "20"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<GraphicFunction\>\"", "\[Rule]", "makeTriangle"}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.7856843647988167`*^9, 3.785684404736888*^9}, { - 3.786973443878434*^9, 3.786973444438113*^9}, {3.7869830368847523`*^9, - 3.786983039828246*^9}, {3.787474874820421*^9, 3.787474878963732*^9}}, - CellLabel->"In[57]:=", - CellID->2123727894,ExpressionUUID->"4e2825b4-185c-4890-8b78-72d1564b56ad"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -EQjJfGfL0EW10CB6h6LM1yzvB2yOlDzWdu/Wugjj7USzSHJwSw7JfCb9ydrS -UGlLPBZvGZrA57AWRsbCmBgbY2SsnZGej5DpeLq1H/GusFyGab/YQT7zksu/ -MFLum0p1nCfJ+jfudR4FGVaNqUDWTKZDLlffuRbhcdPFuj6UtP2aj8L6dCVG -jNe5w+J84CGBn5zHKqe4TteLmmUequU8XV9JKquGkRe9FwFjijLm57n/Mesg -ns9hDYzulvNkvahFMeav0/UVL7EedKaNJ24k8x+SZR2ehlo+HmDuZpM30axi -uJjqtogmtNBPEW1U+fu5z3PpdXXlY5y/j7crUSTAE3Wtq5mvS4GnN0T0+lB1 -8q3HufWiVp8P5dUypErEY1b4XM+kSDKE61Wdr2lpE9ovbi7fJ/JDM4y/Bw5R -jKW1jivpM3+ZOMn8+xgLY2pTjIr11a31HZJ1XqaPru4lTbO1IFO03ASGH6lv -El8ORKFmwZW6FE+jQBJVQLO7FjERu9Iri85K2cGWk/FuNHBmEeU1C1sXGK57 -9OLy2Pi7O9BlMTBT/dJ4Xt3WLt7eRXRB7P0u9ux7q9aLWn3rK0kw6nOzPYGG -JjJaWlFao2L55/nUxp7qM5kUo60XVWO8V9dX4suquZXuQuWLb2uzzIubmXPb -mAns3kVd6eLJgemi4VSnLEmtrhcs0v9yHY0zK8qlTFntDvYB1iDA//b7fLXp -+hD1Y+/tHbI+VJ1MD71Gw0q/nBqPuR2P1vWVODw2GegDrEb987/yVRgZM+nV -j7YP8Dmsley5zwC/rMZov/N3cTGa7xxjICwfM6a28hqf8+dj7PwOiC2rpodG -nyWvbHrKLS/q768NUS5FywHb6qyr9kYXMk7ec5LUppqKtVaB/sqTpbWP+By6 -n5TJfL4+IbNF9XbF2qS1tQnOFSq671I5zfSn8TXR+ybf3tfDePzFQRK+IJLH -/ExWHNQ4/1AtA/6/JwPDzLaPg5Hayrp039wa/pMF/Wwul4Hq3yiM/OzJMm8e -iJHfoSEGRiVHzzyIeNTyhTbHgo+kqv+2b4D+zucQUeE7zFafQHXp11XFkmTl -SbKKJAzXied1Op1l453TgW2LlfuI/Gvazv+IXmABGXXcKweOk2wsxP5vXwMj -a8lp0ffZp8D1KyGcxzZmP15855YEYVT5/Y46w00RMt40jKzYZgM3FyMwcpmo -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 -F64R2anWB4aRecK8CdL57TAuFN5nqsZC1t650iZfFi2nJqvcH076i8YvijfO -sP1/w0j78F6reP59Zh8vxEA5F6CsDww7p5l3IdaZBvZ+XHbGjcAaqGhr0o9l -cKGLmbQsIcbFOEfOBSjvdbQxO6uyxv+J7ztn8w58T1dUzo3YeO0celZxccJz -AWh8N8hiA3mVfGReME/ixjC2MxOZ96jkY0lOB3aP2d79GGlMPGx737sGJxuz -sxjO1zgvceOtl/cR/l2OtzAbxvhy9Y9QdgeP4EU7/DuW8GdUatli+ByPxz6/ -wjBy+dl4sDLWlvHlmh+i/VgoDka6508/LPPYdBU/ZPaD8WXA354+f7xyH6Fh -ZF5UzH3EoJlXt32uA3+dsIw5r+6/Jzu7wOzL+eNEZ0XMjZgs3KpxXpL5t5s+ -KFDvuZey2JNnbko8WTEBNc9Ii8PjBU+X8Oeytk55cKl/i4/R9kK24UqNW+M5 -elnxLfj2hfTnAvC9awoXy+trvVAOyx+TnukYvt57cFkOsjq3xLxIGm+9tI9w -gtRFVv0ZOP2F6qq0VyOBL7I9/9Y+ZRmtkTwdg+9OBh5rHZtZTFJnbaqzmvCa -8yXI5LSnuWmgYEgTc78Ud+dImVX3ctgRnQhZo6JLJldtKomtmIhN3d6ZnJjH -f+2AcwGYhhtnkBLYlGi3Tkwupy5reyo0Ajt2En8VTncfWcmTNBhv0rg1TJN9 -KppeS97eXbYtKzOA3YPPyrM1vifIapF9ey1upJf0h73iWbZu8gR/7ifdZN2y -OS92KfvoJ8nsj833FmbA43PcKT3o/cw9Iy1Gua+IUd4ZIgb78F6nD4T3hRQY -C3YGKtHYd1Vh6ONnCN855n5iegW5j+v7ETkrD7vrGfaOjyloMu/5Xq6LQ7oJ -zRED5RnNdWDkd3ziQhWiSp1lNvZpZM+yHZyk/Qf+ZBfg6IbVgSnXIJe0bdXI -LiT+85fi7NzaKHodhNFbhJM9MoTf+F2HhNx3+enfAcd10LkALpMNP5DGf6Mu -7SB6lF+h8ebRVDcc46OjMJ72AxUmkSWz1Xk48zwuxvv4kHrBqXgP01PnGdlp -ROcD3LHrUOC95+HNmE7XaZSnp8zTkJlJbXXmeIza4nJ6xgfuGfVgnE73z8BH -uH77XxP9Z+Ax/Tox4j2iMekZ4FmiOeMjwlsPPaNJOrDxcmD6eKFfN0a6znge -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 - "], {{0, 147}, { - 150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 147}, - PlotRange->{{0, 150}, {0, 147}}]], "ExpectedOutput", - CellID->169017671,ExpressionUUID->"6abc18aa-df35-4bc5-a5e8-934c82c9a889"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->385933643,ExpressionUUID->"fb84ca97-f929-4a15-9569-67dbef131cf7"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RotationAnchorReference\[CloseCurlyDoubleQuote]",\ - "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785684175102852*^9, 3.7856841803856583`*^9}}, - CellID->1268663076,ExpressionUUID->"6b521fdb-f718-42cd-b57a-c40ab6a094c7"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "3", ",", "3", ",", "3", ",", "3", ",", "3", ",", "1", ",", "1", ",", - "3", ",", "3", ",", "3", ",", "3", ",", "3", ",", "1", ",", "1", ",", - "3", ",", "3", ",", "3", ",", "1", ",", "1", ",", "1", ",", "1", ",", - "3", ",", "3", ",", "3", ",", "1", ",", "1", ",", "1", ",", "1", ",", - "3", ",", "2", ",", "2", ",", "1", ",", "2", ",", "2", ",", "1", ",", - "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", - "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2"}], - "}"}]}], "}"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anchors", "=", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Host\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0.", ",", "0."}], "}"}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<Domain\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.", ",", "0."}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.", ",", "3."}], "}"}], ",", - RowBox[{"{", - RowBox[{"4.", ",", "1."}], "}"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DomainCentroid\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1.912", ",", "2.029"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.643", ",", "5.286"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5.667", ",", "3.500"}], "}"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Unit\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.", ",", "5."}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.", ",", "6."}], "}"}], ",", - RowBox[{"{", - RowBox[{"1.", ",", "5."}], "}"}], ",", - RowBox[{"{", - RowBox[{"1.", ",", "6."}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.", ",", "3."}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.", ",", "4."}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.", ",", "5."}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.", ",", "6."}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.", ",", "3."}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.", ",", "4."}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.", ",", "5."}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.", ",", "6."}], "}"}], ",", - RowBox[{"{", - RowBox[{"4.", ",", "3."}], "}"}], ",", - RowBox[{"{", - RowBox[{"4.", ",", "6."}], "}"}]}], "}"}]}]}], "|>"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"a", "\[Rule]", - RowBox[{"Graphics", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"First", "@", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"1", "\[Rule]", - RowBox[{"10", "\[Degree]"}]}], "|>"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorReference\>\"", "\[Rule]", "a"}]}], - "]"}]}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"Yellow", ",", - RowBox[{ - RowBox[{ - RowBox[{"Disk", "[", - RowBox[{"#", ",", "0.25"}], "]"}], "&"}], "/@", - RowBox[{"anchors", "@", "a"}]}]}], "}"}]}], "\[IndentingNewLine]", - "}"}], "]"}]}], ",", - RowBox[{"{", - RowBox[{"a", ",", - RowBox[{"{", - RowBox[{ - "\"\<Host\>\"", ",", "\"\<Domain\>\"", ",", "\"\<DomainCentroid\>\"", - ",", "\"\<Unit\>\""}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"table", "/.", - RowBox[{"g_Graphics", "\[RuleDelayed]", - RowBox[{"Thumbnail", "@", "g"}]}]}]}], "VerificationTest", - CellChangeTimes->{{3.785684429240428*^9, 3.785684449343445*^9}, { - 3.7869734470197973`*^9, 3.786973454757971*^9}, {3.7869830495559998`*^9, - 3.78698305111574*^9}, {3.787474906027602*^9, 3.78747490864535*^9}, { - 3.787474941715261*^9, 3.7874749969781923`*^9}, 3.7874750668727293`*^9}, - CellLabel->"In[58]:=", - CellID->1734893013,ExpressionUUID->"9e62f1f9-4f5b-4d02-8c9a-0bf0b868dbaa"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<Host\>\"", "\[Rule]", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -44srMVb3Cul2xZWJHSv4ZR/LxIYNqjaPw2Kl95sUn8xMv9JDLYqpFvU7ob+l -62It8B915fn00UvjiCtdV9cBX+A6NOwTFvx05k+4rYOxLjXjflUe/n22fTyO -xn3BenXsVFyJcaUIjHqKK1EXLwC/4Toa9RiqccRVVtnBrwGH+SqeICETOk+n -b6bzPKU/wsYIPL88Ds6/1azO+ch2b8Av29B+P3zso+bfqMYV/C3AmgOHqm4U -0zjiSvcJPwNMzZPfbdAnDMbv1uIqSvmtqpwexQbbrgbFjh47LdX4rUG/HKee -6G9S9dH2KRH2PMoxVOOIK30yhU6pH71a3acmtjDnbz2uGaU9B/zyeH2TOr6m -+BlQbEWxhZXeb0vIlJCiHA/1v6HGy93RtIXjjCv2G3ah43pgCddlAt896Jf0 -+JXHNUtKmJN2dWxUeqdT6aSCYpK/l/fDffc4+sdorFb7myuAL8qmtVxF4Upe -rvTd/wu4OliXMfVCkJ9uv9zX0v0v9sNb1XsdiqFq84+atag6r5ouTDz2oeti -GbDQCdRV4sSxLln6N4lMRp04nosjRIsWBA8lxUVcKSiukpXhifxeDa7EPfhr -4BRVl7rPFEUvFJTOySmGWBe95cuxoJxfHieqpe+G/07eTz6GFWSx3TeYx1bP -Evr9wP2q+txRDyY+BR8SuqKQUFOVXy2Jc2oNV8TqMK503PWpwIFUj7nhc/F+ -2S4VlQ7pUe3VrNq+TekhHQvaEbHNa8lmA66CfCaex9bzD1Qnf58uwx2Tzh3L -PMdif5yOo3Ea+Wun4+Ox5EwcJY434PPUom3Uph10bE8obSSvkyQrwxP5u+ga -HgrjStfTh4CdqA5f98p9dWaI7Rf3qbQ/3RNBj/T5BvFwAfbaDcvQ90S1WJda -XHkq7mVwtlzWKlmf0FF+2Zu4Q93pJQM906p0TR9kbF4S6SapT1yGJ/L3E1eP -VuFKzOfwGE0H8CDVZbsnbQff61F8k+ExfsxD4mfvAnl6THRNgKsksXlDklfX -8wOx1JVYLyS+7665egFLhP3KCf/IjynSqykJrvoMuNSWzMQOSktYxQ5y0v3n -J4CbuQ6LlZ/Li9oWbAvT8I3Yvpo8a6VF+39JuRK++wLg3xRX8X13zdWLxJXU -VgXE97W1f81c9RhyNeL9QcWVqKt7gS/7cjww6vxcGFdpxAEXUuKTbXlivafH -XV4HblGKyo1tCLflqphIS8jjuOFK9wnPBI7xZeyoSd+ebU8asZrMdmLfaFg5 -ifnU84QNwJOKq/jxCxOXK9EnPA/Ym+qwK4V5wnYTHRHgM414LmYqapxFxc/V -OiJNs9Uz8bHXs5qgXOkxmX2pBlqBV3juwjDGj7lKIxar1TezySysb/oC5Q7v -Z4TlKal87QXJ5sYzRLe5fB9arqpz5QTwIn2/zIdxjF/eUNfoNtfzO6bltPjh -f4+2k8H5gRbFNL/fWZD3iHddeY3jeL77BObKUc99vZhOjB+PX6W1XlBvxHKq -zQ+87ZfHdzsVQzzuqsfjt6jPKj6/qJ7/52eXv8P1FXv+eYJyxUn3n7+nYvzy -Zs/nlPxyLF3SMnzFVHCeMMrcUknxyPeFHqtghjYontrU53p+oKbO01w9Biy1 -XMXmStjBbwEHcx0WzHhgaY7YbhXbkv07fjbfq9631L69ft5BP7vR5Jfjr/Qa -aWHzS1FYFeukDQDPf1CtjxvLwZrAXOn5nH2AXQuq/+SZ6Rsde1fLdnFcpnjm -Uz17XhrGdLdfjn/oVP/nsjnOpl+xpOe3w3x8rT/1bybhnI9tH1Uxfpk4vrvl -ytmXxE8nxq/PD8zneOVnhvUz50W9pn6FvIM5sltdwPI+4E7FUI+SKDGgleYL -Gg3+lqE5iAViubiYfcIJzJVaSy3La+r8FbhD1WUS313z01mSffRivjoDjfXA -c+uA2x4CrrocmPU14H1kb3biNUdnAft7isGIDIV9x2isVsdi/Qy4QHEV3cea -wFwF6+q3wNxgXVYRti/FYrgN28qe0XfWbADu+R31OZcBZ58NHHos2d2dw1sk -czwwjfJuKpZ/Lzbn6sg2NPF8o77HlgMLea+KWM99Wa7E3NcS4NOKq6EYP+VH -F9T61SW1fmZF+1eE89YGOKtI5v0QzmXXwfnEwXD2mgmnbmpwx4iy0O86dXRp -k7J0JMm69B79390PjtMM55kUxmqZq8TzOdon6AdWxN73ZluuTONkTNeuKgW4 -iv/y1PVH5ErH+JGO+ACvlTYoGfKq2CB+Rmb1U8DiR4EryECcfA5wwOEobwwR -wu/QgrcVNx8Zag6o5sBN/HuGY2rMRWJbqJluB17bRW6vE33fmzJXixVVOaUz -4gq3J8e3dKnzJGWw5EkaE5fhifysdZ+KyJVeC2RHv7z+BktXJ7B2C3D3L4F5 -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 -fhJW+hzb8Etc6n8Vi/zj8Ji/P94Y+hxDj/rddolqGLF8TVbxs11tWBrJcoWR -5CroZ4V9xrYyi8Ei67YsfvZVyU+2btwwVClZrrA9uNJssX7SwjyVeSsofbXo -ctUwZnvojnayXGF7cVVdLFfvYK6qTJXVlK3iGRJwVdqaK3d8c+VuxZVnGM/A -MaIm8Qyx1oE0T0NcLYQYdiwNorxMQVQpqOMWyPi+uPmVFHLyuOhSFRCQ2TZI -YHuLQVa9cs05OAQcJVMQOqOAZOtA8jqUjeo8fhmeyB95HUjzNMTV9yHi80rt -io04wnGhPSjHi/YkKIPEU7GnXX8B3lwD1K+Rx1jyAslaksdJVqvz+OVk1vPx -edx6wsN4E2ux3n2BjmtiSb04rkULngXHi3oixr07ofB+4W+o867Y+T2Rn/d3 -fni8x/UllJLSeyZlsPQidAuDCKKHbFee3i4tiWtiw7ht32nrQEblagz47UI4 -nK5BbZVSLG+ZEll0nhaSrgT5pWTY1yvlsXzWJrEact4timO8l8wj14yd6M95 -jQGu/MZh5Sa5llZIe5xQX5XktayY3Sjbw7Xr9VmuLFeWK8uV5cpyZbmyXFmu -LFeWK8uV5cpyZbmyXFmuLFeWK8uV5cpyZbmyXFmuLFeWK8tVda50nMwoxosK -4TiZJsMyzBmXXJWIqybFlQkTaeyXmla86PaOk7lB6ooS3+P9MYVZGlB6pk2d -xy2jX+VjFuoNytDX0gCps5KVkynJa1k+ux68Pl7R5TVC40of5Np6DYqtgQRl -9Kt8zOWGxGV4Ij+v1/fYdubqh5BbuJvGIXclyB8UjkXeNKzcJNfSArnuabLr -yJTktayYvUnc5UU3SfywzsPxV50J8r8T4pDHwHMT1g5WeY1XO2j99m25sn67 -5cpyZbmyXFmuLFeWK8uV5cpyZbmyXFmuLFeWK8uV5cpyZbmyXFmuLFeWK8uV -5cpyNZG4Wn5aIzzHRyHriWM80XksV5arrbl64FSpr5iR+CxYfSXXgfQN96PX -bRk3f1CY64Zh5Sa5Fr0mZbLryJTktdx7ZgMGd/DQN6UkjvGkhIHJHvJ1WyDX -Vou3h/zWwjFXTercZD/6p0dhf2fmiuMl8zElp3jgNSA71XncMvIqH8dpbjQo -Q19LM0mH8bXs1rYBezcUMKMhT8d4MnNDDtM3F3DuUtYzHaTzuG3zCYTzcZzo -JnUevwxP5Get9eQEjutrNCwjLZucTozhp56ScX3sayV/jdf1kK1/VelaHK9R -+FpsF+UxutTlPcrv44RHpH9lxtV49a8sV2lfi1uUeY5/1HJlubJcWa4sV5Yr -y5XlynJlubJcWa4sV5arCcOV3Bx5reXKcpUOUQ5vmuxMEr+Alxa6btF33bzl -ynJlxJQ6w4wZwM47/+Unqj4KjhO+D7PlynIVljKyPGfaNODOO50LBwdx/xtv -vLflvvs+45911j2iLjIyTsRyZbmKypQ4vP/9yG7ciDvor/aHy8KFc/2YbFmu -JjhXrosss7V4Mb7CDJGuytOxUCo5XqGQ9YtFV7B12mnLPccp5F13IA/ka0lO -HTeTdEb4fjUZINkwrNw4ovM0k3SM6rW4AzLPcauakUcHck4eyV8DJJvUeS52 -7pzIz6U8gfekyxX5VML+TZ0Kp6cHz5RKKHnEcVBXMVse3Ve/+9054p5zXaP7 -PakMpFBGEl2X7rXoujv5r0q/GOkrfuUM8/PrJew7IlyBuJrc3o43mSPiqhTk -ipjy6D2/uXnvphkzFiwA5i9wHD5WlfnqeA3JtTW+W0vmkVw9rNw4MnauJTNP -5tn/omuwANdivrMAyV/zSL6tzufHzj1f5OdS5mCqBiJ1fZXp7cWzlfQVvVfg -9+vrsWy33aQ/5ozg6JlN74zE/hUJ7roLlyv/KkfHIustkgL9v8DvL1rknAnU -ZbPZusl0rIsoWSVRv1+tnDTKGBvX4rhZ1IHF9JVOGSOgJ3R/8KCDUNfUhN8E -dZWWhgbctM8+4rsZ9X2bbKqZ1PgVyM45S5fiK9RjebRQwEtvv42HbrwRX5gp -+6EZa/9sipuCzDBHpJ8mTZ8e+NgyZVPCxH486S6OZ9AUZbJZuNb22ZRGYo7Y -NlodNfHS/wPpVNZr - "], {{0, 146}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 146}, - PlotRange->{{0, 150}, {0, 146}}]}], ",", - RowBox[{"\"\<Domain\>\"", "\[Rule]", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -p9xmuzE/bLsoMs8wTxlnpdxWtv0/NytWSw== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], ",", - RowBox[{"\"\<DomainCentroid\>\"", "\[Rule]", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -v7QC+PXdwLV0HZxIOT6WNHio+kFy+RI+JUsuV8oTv3QcNU347U6iSItIYwv7 -2vaCiDzpZ2rvQ2E5fdjoFWxDErvCa/Z3XUXb2d6wchzjZAvPOA8T27c33wAe -fQW45Srg9BnAwZS72w+n8x0aXgiOk8EA9uHpc3BMJZ6Cdurjwq/H/Y50L+lS -0uC+3FmeovMkz/tAEn3hq+pLk8bkzE4XfWGH69sbVw8EC9m3h7h6bwMw/yHg -Z6RpZCs/Nx7Y7cjwjNZLJuOLf4iTlvdmS/vkDz89B0dV4ylop6p8ZnmKyJM6 -c9k5/AJwvzrpqDz1+qq8b2/covuNg3U8TrNhKfAKxTl33Qt840Zg0teAvUYB -2+1cBhruY0wpbtg3Oz43qTKFUDNPmpuMWqfV+6JxBpansjydPIHdATBwgL/O -EFiZgVxkLyLzbXXSpZORBeaqyiHjFeZXDFU76W//QGbWPGRu/V9kzpqCzOEn -IjM8JQOcEjEydZl0aiCBM5DAGUCqI+lXOrIGURWD1+dV93c1vDY3T1vweLpx -h5de0v5Cse0xQn6Z41aYyzVoexoI9L+tAh58l2Kc24AzvwscsD/Zm7GQdcey -C+dWnfpuByiXqfGXL+CTAZ6Svjb3eLr5xBOP+14Of7xuHK1U63+SPkyQjpK3 -0k/zOSr2WRTePjiT1jNYadzP76/6FG7jNqjQMVArMFq8gs96j+OMNTfhX/9+ -LmbNOR8P/PhAzJo5ELMuy2DWeZTGBaRppOkq7avTmPV1VsZ/T+5NakYfpe7n -9Vdx/aFXYhbV8+93Zsh1HD2ImbS+Ci/jViq35VSCwTmkt5T5op+qPl90yf0I -avoS4cWUmlqgz/0ISVXRbw4i8dx4b+Ig8SDOFd/Dd8UZeFwchDfF8N4hTUL/ -Ln7fEjyeHw3L00o7KDyaMZLt1Cbw5SnqOi4e4Rbr1QnfR3kGxPeZthpIx1Xr -Wu9H2ALjJykOmTtUdT1Ebn57bAiby1WK54nR81TxPqRGB7mOFB2bKptmBDk9 -vO7EnImt5FlcdKdduY6nnFy7WIOtaL6eLZcnaeuq7ltlrip9bmuiplfZPsm8 -6sH8SX75u4ns01Y5/1N/5SnivIqWJ8tTTfbJ8mR5sjxZnixPlifLk+XJ8mR5 -sjxZnixPlifL09bLUyrliXTa1crS/5Yny1Msnpihom3SPoVstzxZnirK8ctI -DB7cKcaPf16cffbDYsKE53JDhrR3Bz+3PFmeorJ06qlPiiVLDugzzv6dd/YT -U6c+1mc/y5PlqRpLU6bMFp6X8u9NpPLR0lxppmL6PsvTNsATx96soUPbxLJl -e/n3KuYyfe/LV/+vWDFa7LBDS+8xlifLU7G0rTnhhGf8OWfyTvhcNGr75Mnz -4tooy9Om5Sk4X3SS8Zmchh6fKaodQ1zI9YUX3id9XbFt0mK/x0xNn36XCB4X -49yYp84o51ZRTt4fOzp/UrviKckYSF1mweeVmRqfmTQt/eSHWnl6VfGUVTYq -jvQta6tUmeWrHUNcyPVJJy3IR7FPp5zyh3zwuBjnxqy3Rzm3inL4Fk+6ZuZP -apM8uPKJG3GVU0ytUTYlnyAtVx3fRWoxkFZW8bSwP/g7HQtxXLRy5ajQ+Ilt -E9uuxsadxYgRzTZ+6h/+brPV73QsxO1NQYaK63fnn/+A3C9mm4HlaRvhKcgI -M6PtlFZ9/a7i4ot/m4Qly9M2xlOQleHD13GcJK644le0np0bObLJto9bnmz/ -neVps/PEsuMLLE8meSqSHf9kebI8WZ4sT5Yny5PlyfJkebI8WZ4sT5Yny5Pl -yfJkebI8WZ4sT5Yny9OWxtPckzskSz0DfKbiyZPrvLM18aTni/YS57VfZhUe -hVOTXBiZe7pXa42k56ix0S8e22Wo/PnVDH9cpYkXj600xSa/4s4XvQLJ5nlu -QGG+6IaEabE+gpG5p3vP7S3SssTn5uT9c7vpBx/gidMa8MhZ9fjdF+Ppsan1 -eOTMBrx09NtUbh+QGpB8nmc9X3TStPR80U/XOF/0q/5jb+S1m2T8OK/1+PH4 -47MLYr/ZYSAdfW6rDaXHYr/ZZuzcjv+jP3487yQZ763VTdpgIB32m+zzah0/ -bvL5CI0w56NyMBeLaV9sLrZz8p3S9yVRXVYgTesps9nfdRJPJvyT6ecj2Hg8 -/NzMxOO++JrpSJxOWj1X5Atz/HjcDE+bOx63PFmeLE+WJ8uT5cnyZHmyPFme -LE+WJ8uT5cnyZHmyPFmeLE+WJ8uT5cnyZHmyPFmeLE+WJ8uT5cnyZHmyPFme -NiVPrxXlexKtxZY7frzJYHo5I2ym1dyyp8xdBzl+3AhPm2H8uF4GksbuThpr -SPuQxhhKa4zBtDbGue1r7NyG7LYPldm+JBOvMQbT4tceqKtMkV3ssvEWx7Ha -zEqlHGzJr8Dy/4eFqsc= - "], {{0, 150}, {148, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{148, 150}, - PlotRange->{{0, 148}, {0, 150}}]}], ",", - RowBox[{"\"\<Unit\>\"", "\[Rule]", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -QfLdj2Ud5LGQeu/TUqRfBiP7rJBEpJwS+76Eq++JKxUXHG6/VCq7jJQpZS54 -f5xRfutJuah+ZjrLXpnUmAtXMk8GcRW5/RKutjpXyMerZVDxKiath4pXkWQJ -LjMYffFKSUTCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXC -VcJVwlXCVU0echztxmyGnl+0Hi2PhYO8NniYjcpVjrhapbiKTpXMx1sdg49+ -xpWH7CiuSslDJhacSsVEFG1GPg85inReM8/bvSkGP61VpC2RfSxb5lyPvpjn -oq4mrnTubxRxvu9S5POGS/XRyzLz6yP4SDki5zRDXE0IOX/7eKqjlcQV5w4s -i6glpIoYfJaqci5pcQx+Wt9A5khE87HsZWK9nr54HtX5MuJqqSijiedd/0q9 -juKnl/2GVBF5vRyxXiuJq381pvtNNKAVKHgJXknaFIuP7AdtildrEF8/yP3N -2hh89HMT5Fzu0ddK9oNh7jexza+bKCBblRy3qmPw01qnuI/mY4lrPaqJqxWi -5rOpKNc5aGVQ3vfHaXTXTQQo2R+MHmG29f5gwlXCVcJVwlXCVcJVwlXCVcJV -wlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwlXCVcJVwtW2 -4soxXGTSjiij6YfG1TadZ7sBLUe8eYKcIx19+5FcZWvy23MxzH7livYrx/z2 -UufZ/kzWtZNRXEQRx6rNMfhkVck5w5Ux+GmtUdxH87HsnFiv0RcvEzWeSWcp -3uQiihlYofjKqrIU6WU5l3VTBB8pR+S58zzbH4TkaiLEtQQO9xEbI2otaXUM -PhxXOGd4gWIhqp8W55+ui8lrLfZavAgHzdqELrM3oMsXG0tSVy5nUzlrLRZ0 -qBAs2CbHmo0laoPiifPcV0XwkXJE3mklcfXONr7OK87xUHle55Xv81fFuG42 -5nWS/aAdcabSfD9YHdml9Ou8knF7acrAcFaC55TkexvIMrx4vlJZZvHV/qsU -Vz+EcXvCValcievjaq1veOm5eA0n4SrhKuEq4SrhKuEq4SrhKuEq4SrhKuEq -4SrhKuEq4SrhKuEq4SrhKuEq4SrhKuEq4SrhKuEq4SrhKuEq4aqGq+xUmYNs -ZyVbkcTzKm+JwSenyqWkqhj8tNbJvNhYvHi9VvjWN7wMW5fVmLf/SpH3mzNz -oixNetl1pM0RfKRsZNRskCHngbRnxRgPom27dbU65nWrjNlvfWQPw1N+vf8G -GSNiyevjWGXH4COfNiaH46r6deoLF1PcWkhlRUQtIM2PwWeRKqeT/huDn9Yc -tY5xePF6zfCtb3gZWV0uwJxOMynaVCBjLhJladLLziF9HcFHKosFVC5GNV5q -mCv9sJit5qRWpJaJtrF2T7ektitHtSY1F7gkj+SxTR/cJyYqC/HTLGN5Hv8P -ohl40Q== - "], {{0, 148}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 148}, - PlotRange->{{0, 150}, {0, 148}}]}]}], "}"}]], "ExpectedOutput", - CellID->1961394172,ExpressionUUID->"1973bb4d-675c-4f32-b9cb-ed4d40504045"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->986123961,ExpressionUUID->"dc295eef-630b-4a88-beae-020a6ccd8b7e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RotationMap\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785684182701481*^9, 3.785684184731276*^9}}, - CellID->55187269,ExpressionUUID->"d3647eb5-beef-4f81-b692-a9676148e91c"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", - "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", - "1", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", - "1", ",", "1", ",", "2", ",", "2", ",", "2", ",", "2", ",", "2", ",", - "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "2", ",", "1", ",", - "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", - "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], - "}"}]}], "}"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"1", "\[Rule]", - RowBox[{"2.5", "\[Degree]"}]}], "|>"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785684553484333*^9, 3.785684561232315*^9}, - 3.786973459829975*^9, {3.786983057980501*^9, 3.786983060419908*^9}, { - 3.7874751592219267`*^9, 3.7874751682689447`*^9}}, - CellLabel->"In[59]:=", - CellID->1866071780,ExpressionUUID->"31137eb1-bb2d-42a8-a9a4-dcd043f4ecd5"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -Zc/H8kzVXZ4wtWcnmM27qTOlsi6BRXN+GmuRhame2YXzsTxThaTGFK3JUz4f -S8tPiWQPRS2mBuYAHMhMDV/n4Jmquzxhaqc+MG8cYOtdcf2U5tmQEg+jxVQW -mfqEZ2pYUmNqh8Fwz0QNpkTUVkUeTyrxUxrxw0PnYyFTxzBTw+OHPVN1l+ee -j7XiSFWmtPZiEdEYqpxjU6/fyzNTeWbqM56pYUmNKUpPHm/rXmkeWWLnopYh -Ij5bnP/XXa7jp6ZVyZSPyasxyRjVn05SY0rs3hfV/iVllsblucyVi0mm11Cb -SeOvNLYVxpBmOb70bIDTmanhsZ7FTD0LlifyCUGDqR9sXDM9zyqU58aj111e -IrD5fadbOyjGu2wu8zOysbSLaUfu3tT0ml5+P42fUwwpxfi9bgpzyTlmlvig -OGSJSW7m12/lv0Nl0biW3DNsytoye8/j87GqYOpJ5qmHbdhIwjv2ME6envcp -lEf7WFMs+kCU8pJZ+3l+O8vOz5VZ65JlO/aybbpNYe3BgCmcn0A/73RsvMqU -7HvP9hVW6HUt/JpOfn/GFO/HL3vxEyMbmb9I938B54/zeqz4tpnybV+NSeLy -bro0rOt27KO38PXfawrrD2RfsS62fxdf972Of3HP5yC7rzeFMzo0+lZR7vuG -2smAmVzO67GqYMr30WtMwtTP5nEfVm9NXvO27FuikcqSNVaRP5ecj/Usr8fy -TBUlVaZK1uRVy8JIr61lnWc1UokbFaae4/VYcT+W4CZVpr7/Q65zvbGEDmWm -pE+mxdQtnqlhSYUpifW8+N/VmdI6v92N9YwcPyrnziBTd3imhiVVpmg9liJT -RsP+JUzR/WHkOT+HqSWeqWFJlamv/Xq7MKUZP0z9s8jzPcLU8wAPxqDCPrGe -qUjlCVOn36fOVI8GA9uLqacBHgfPVGlSZerER22dK8whu/0fjft/t+2LzFTO -rqk2bwM8vw+EAXnD1416piKVJ0wdt0ydKbrv09jb1Y1J1+ij5XhP65eOY4SG -dag8U5HKE6Ymv2DrXGGNgzBA826aMVTUlmr0z0Km0FetPorHOxOl8cOeqUjl -Da3HegXygc56LNdPacflqZy5xn5q3dF8PpZnaiipMnXg65DvH2NtpsQUzQmq -7MciLBid+GFhaiMytYdnqiipMvWRdyC/ZVdVpmjMM63IFJUVeY2f4TV+mHcg -U/t4poqSClMS67l3K+Tb9lZhymVAc6888nka67uEqW5k6qPMVNwzFSZVpnbd -DPn1H7a2UopJ14gfdkV9s6gx6SRq++j96akAB3mmipIqU2P6IffGAapMUZ9a -5ZwYFrV7bQ6rdXMl52NN4vVYnqmhpMoU7Wf96iFVM1VNDBT1pzXXIlPbV2lf -TypfYgHduORBU4ghpteE+1wHHFf4dYBJnqmipLbnPnOV+8s/qPopsqecv1CO -qRzbvc8U9uwg9TI/GX6fxBtT3CjFpFOsH83T0FiFxJ1L7HIX+7IWVju/t9/h -Lp3lv/EbPh9r2NqZYqYeBRv33c713Uii9Q1vgI337VQobyPqTY3y0EdR3v7C -lNBGsq+52ErmgmX9QT/bknxQJ8vdx1piMsm2q5iBjaaw/mCL4zv6+P9dFcpy -Y5J7+XfuZ6trzErWY91eaT2W91ORy+PxhACZeptYQKZayviDwRF8Sw+zNujY -OG0KsZ4qY5Vm2/eRVcUlZ3k8/k6Af/ZMFSVtpjLIFO2hrxWbMGgKa/K2FWdc -bVyyyl7GDlNne6aKkjZTg8jUq2RPZKr0PJh6bEftk8bZ2K40xjxdpi70TBUl -babSyNRy9lNa+/tozveROjX4dJi6nJlKeqbCpM3UADL1uCJT2mOeJNkzQYup -6zxTRUmbqX5k6kFFpkhun11DTUpMZZmpGz1TRUmbqb7lU2AJM6XlX2icQPOM -EFWmbgdY6JkqStpM9a6cAncoMeXG5WnOI6u0fXKWUQvAot0hDEooPnPNMxW5 -vAQzddMUuDW8jvWYIgZUzlxnqfTRhak0wJK9LEUJz5RlAJSYSnLbd+YUWMBM -RbWbvL9ZmaluJabC9rgX4I/jmSLPVJi0mRr45hT4Adksq7Ov2fbwUyrtqDDV -B/AoMxXzTIVJm6n0N6bAVWQ3Raa0+1NZjfIcppYxU8VnhHimIpfHTGWQqXlY -1wMKTIm07/tonjFyjLucO4NM/WV8ubOMPFORy2OmAmRqLtZ1DzOlMa6UVipH -yqC5bLWzjJCp1ePLnWXkmYpcHjOVQ6bONLSPqh5TWmPp7trmrSU/i8LU23vx -eizPVJi0mTLnTYEZWNcdikzROLrm+nbZ8zEqU+F78b6vbReAXT1TQ0mdqfOn -wClY1y2KTEn8Xi3ljRT7ouWnwpj0NEDvkXw+VrwyU39fe8QGWF4Gv2sWn2Xq -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 - "], {{0, 150}, {149, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{149, 150}, - PlotRange->{{0, 149}, {0, 150}}]], "ExpectedOutput", - CellID->1217225672,ExpressionUUID->"9fb69a2b-dc68-46db-aced-5da96f4f0706"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1654108628,ExpressionUUID->"436bb6e0-4fe5-421f-9292-b41531eadd6c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}], ",", "2", ",", "0"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"1", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"10", "\[Degree]"}], ",", - RowBox[{"20", "\[Degree]"}], ",", - RowBox[{"30", "\[Degree]"}]}], "}"}]}], "|>"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.7856844767751513`*^9, 3.785684534586196*^9}, { - 3.786973461175596*^9, 3.7869734623154173`*^9}, {3.7869830662199183`*^9, - 3.786983068347376*^9}, {3.787475246675885*^9, 3.787475250626669*^9}}, - CellLabel->"In[60]:=", - CellID->428943664,ExpressionUUID->"114da9ec-e179-4b7c-a4f5-b5714d5b6b93"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnQe4VNW1x//nzFCkXJpYI4hdQEVBBUR6VRHFgl1BuDRRRDQau5ioEWOP -SvRpgj32XhL1vcQkpmjMixXBAoot0eiLhXtnzvuvvda+c+7cuZXJpwl78S3O -vXNnzsyc/ZvV9tp7ek07YXJlDOCktvxv8tTvjliwYOppB3TmLwcdf9LsmcfP -mD7h+IUzZs5YMHBahjf+mHoZNYsgQYIECRIkSJAgQYIECRIkSJAgQYIECRIk -SJAgQYIECRIkSJAgQYIECRIkSJAgQYIECRIkyL+bREAmS81QYyAb6RIBWTIQ -65+DBGmeCDQCUFY1SrHluQpsreMS2/j3BRYfCfxiCPCTnsDJrYADePNu1E1R -YrmSZ8v4io2tTMpuBa7+8yUyMDrNAz5JgET0M+rb1P+m/gz4x7nA8mnAM8OA -G3sBZ3UGjuJjdqf2oFZ8g68/yDcrYjNEhi4EqquANWuAqkS12vOUVv49eYf6 -G+qdwBcXAW8eDfzPeODO3sCiDgDNGEZS2zXh+YON+jcW8zXgmJ96vvJRRYaS -PDVHrQbyVao5/lydr81Wvpitr6jvU/9IpWE6X84d17dUN+Kf1AHG/DmLEEv9 -20msY4btgIcuVAaqq0vYnLSm2HJ8UXPkqzqnTAlbXwpbA4Eb5NyZUvxENZxk -U7f5qDyT4inIt1ciG8ROY4HVlykfucb4aYwtPr5K+BoAXCcnL+In4g36e2fM -xzysxATchw34M9CP2qbmnjE8T1n3qGCbvm0iY4L1gCGMX5JL1B/l14afRG2T -2KBkUF37EzlfJdIDp+EXSPApdRX1z9SfUefhZWZ8N/JFHcZ7bVvn1crj45q0 -L/D0DYqPfRinfPd4jvflNu7l4mcUcIucP1PwSsrO5rgCvyYrq1GNV5DD6zy+ -iSr+nuAj6tvU31KvxZc4Bn+ic12MVtiHj9yo1hvwPCHETt+E+NhnD8Y+p3C8 -L7N8q1z8MAG7Wc7PYW7lIhqRvrgGvyEb75KZV5HHG/xZdBn1depr5GkZ//Y2 -eXqfv39of3uCeiH+jom0Wr1wNs80jNol/WaMp4z5uhA7/WvFxz4VdBTvMXdP -rrJ8qgz8OA4nAvfI82Syjp1WGIyl+As5WIk15KTATild5ljKO57eIEurePzA -eHqJej/1TLyHcbib5z4OrvyJtjXvrm7sFHgqr7jYh4Z/yMnkhv4rv8TGv4z8 -PCBPkJHywBA8ThYSvEMWXmuAm/r09RqeqrGCupI/f8nb/ot6BfV2Fzu9gkFk -tAIM57B1nXebSVUMgq9bK/Gxz8bAKRdwrGfR5/ysTPxUGz8HRc7+dM5MxNNY -zvF9q4XslGLpXeoNZOgmsvQRdbXZppXUZ6k/xj9J0R/RB5ejNfbl6/hOrQsQ -6k5rJT722RV45Ecc60qO+dLy8ZNLIiRHRHgBR+GpzCo37uVjR1i5xWzPameX -vPrYqbrG171JfZJ6OXmaTI63wiK+7aFIz7n4upP6uSCNS2TBQPv9GftI3Wc6 -/dcd6nsSX39uMT+xHg/biuP2IpLMOxzXdy1PX2EMvG4xTnPZkZh6qbM9CaOf -0ucojp1W8vihPfZV6r0WO43CXczo6L6xM5o21xJExfNTcSDwN+FnKvl5sAQL -6Vpzzn5vjK3qSI/Tt+YYXoJc5gKO141Uqfe8bOP+nvNnhbyrMZbkPmJTfkpd -bP6rqfylY6fl5Old/vyRneN/oXWnU3mvjXEpgKx5suDP6hefe3U5BPiH+K8Z -5OcGHl+kvkH9pIk2KM2W56vK7M+sARqPZCTnuo96FSQHTzhKCX5O/b35l9WN -2Cbvs4SdH9q4v4Hm2690nUBqB1J3WkaePuPPT/O2AeDbph3SD1fgp37x/Gx8 -OPA5P3QJOcpfz+PDVPFjP6VKPnaT/f4Q9VfUl6Dzo581xJfxM3cnHbPMmzbm -q20MpXZ4s9kRsU0/oT5utmCV3e8du++rZqvuKAM7peySPN9D5GgBfdxExttw -9W13jb6x0fn2i+en55HAF1dwrAeTn+dL+K5PqW9RX4D2Aj1gTN1oR+HsTuqT -1D9QX6O+F+tjT95Oxyi7HBrfvm7j9o4xIrnSX6kPU68x23QZ9VZoDiWM/M3+ -fi20Lv166jxry468jj9S55Cfu3kcgafcVYkdO4Gf+sXX0rY5Fvha5t2ZkOSf -M1/U1Pj5C+pH5u+EnUepd1GXxsrXXr11nOLlRfYiHfOsSNmmt4wbqeVcYiyJ -zTkN6uc+sPu+DR8jt4yl1+25JBY7HhKbVdMGJejHeFqvTqg1Niz++uw4m3n7 -GRzrYeTn94X8u5YN8jG01+rG+DL/dc3W6n+yxfzUF5MsMzbEp3xCfYS6LXUX -6kTqSTwX/Vj0nNkuz1PavjXm15bZ/YXHU6Cx2D2Mge7kcQtcbVcnfLVAw+Lq -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 -8z1Mhet17TtN+alcS35kz2KeJzcSYMomyyudz1p3+VkP13JMcuhPv3UwtBfi -Wb3+rv7yMWOSqzTvFX6GwX0/u8tdJI/xceUxZo9mGkvFMWoxZ56rGXafAVTZ -71T2063Fz5h6WBphLO1iLMn6i8eNn48sbprL88m+ZQ8i6XaBPvfa+lm+9mrx -4R2BM+1KrpvzFp6f9jgLula0qmb/Y9n/VNawX+fioaTiKu2Xl/V4EvtMgeYn -kpdIfjLGfJrUGIdD58RGo2Cr9rfHHGmcTTeOfJwq49Jxfbi9Bt0euvXx43V0 -CZYGGE+ToN9P4PcLEvt0O+OUpUgO3UAZroxazE+On4l8P635dIjW7e8/1Xiv -Nea4ftCxtr7L9o4UhqKd9Ocue+oaYKkPCy/zzZYU58CzUTcP3s84G2tcjTDG -htlRzjdQ4uY+fL5BGv80yk99dmmcsSTfvyJ7JNoed5GtMRyze8t9WKW+z2qx -t/zgHbLO5usFydj/Bzu7M478pMdkvPkS6vo9td5xWKT+ag7qxjf15cE1cxOm -s+2+Ukc5OlKb1H0jsz27tZCftO5t9nMeavZfcPty0If1maY52PRM43FZqZhZ -Xn9P4AletTj0+9S8/8Hu+2nG2/qu1Fi4PJr2aNNt1P5MiHTcm5q318eY50zq -zTKH2kZyK1kbv3sZ+Jlgvmw2ar7nxO8LtOH5Wofwmp7XPU5fU144YUyWE63U -3/MzLGYeB3zB67Vj6Dd0Epvn3p4xT3WdvMfzw9t7balzFuOi8tUMp1svdf/1 -1O843zWwjPzMLfBj33WSZK9GshNt6dCO9GVt1HdOMpV4bqrZS2HrhNp8fS2v -uTNwsVywYHuceH42Q198avzk02MRGz+9e+q1nRSVZ85iho3NYVkkHbZSnxMN -NL9TLn5OQO39g/waIOmzv4Pv7QhdS/IYY6HraV9kn/FRwIe9gHv7An/ozxiZ -+cCH48mOzBUzZv6Q12p9i5nXddsjEhk/nbEtVhk/uVL87LCZ1g2PiMqQAxuD -h7RnXie53lDbk0O+P2kPtUUtZifNj9QZi/YQkv0RW8kaVtqhJd1sHlTXfrj1 -XKcCL6SuTyvqhtTe1OHUrWuuWxAVJSiDHviLy7tG146hY1vvvtUmmofPbGb9 -v47dMXamVCBpN0LPHfm9OPYoMz/Fe1CRnYx9b9fhWyk7sheU9Ph8KWuT4Ppc -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 -4srnWg== - "], {{0, 150}, {144, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{144, 150}, - PlotRange->{{0, 144}, {0, 150}}]], "ExpectedOutput", - CellID->153557869,ExpressionUUID->"d91b4bff-5937-40c4-9e74-3433eb0c1e18"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1427900381,ExpressionUUID->"b68235bf-3a10-4446-8a0f-2119b54c9e6c"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["EmbedStructure", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7616484469250507`*^9, 3.761648449096855*^9}, { - 3.784995972337558*^9, 3.784995975385764*^9}, {3.7856849189632187`*^9, - 3.785684919098186*^9}}, - CellID->685108645,ExpressionUUID->"dc5f5770-3b79-4c58-be1e-aeedc45871f2"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1961164948,ExpressionUUID->"3f59c1e9-fadd-4c27-963d-55ae9314d8c7"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Ferrite\>\"", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0.5", ",", "0.5", ",", "0.5"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<Ice\>\"", ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<IronIce\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<IronIce\>\"", ",", "\"\<AtomData\>\""}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"-", "3"}], ";;"}], "\[RightDoubleBracket]"}]}], "VerificationTest",\ - - CellChangeTimes->{{3.7616486344691057`*^9, 3.761648638402337*^9}, { - 3.761648708154017*^9, 3.761648708696987*^9}, {3.7616487676192627`*^9, - 3.761648811970261*^9}, {3.761648952578123*^9, 3.7616489529697237`*^9}, { - 3.774200574611809*^9, 3.774200577450857*^9}}, - CellLabel->"In[61]:=", - CellID->2147286428,ExpressionUUID->"d704e693-7ede-407c-9157-85cacea3d7d3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H1+\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.438`", ",", "0.`", ",", "0.026`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H1+\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.772`", ",", "0.105`", ",", "0.975`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Fe\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5`", ",", "0.5`", ",", "0.5`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->980307561,ExpressionUUID->"bc2e4ffa-e50a-468a-882e-26c497df3eb6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->591948242,ExpressionUUID->"bc67d57d-2e41-4c79-9741-682964def4d3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<GalliumArsenide\>\"", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0.75", ",", "0.75", ",", "0.75"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", "\"\<Sodalite\>\"", ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<DemoStructure\>\"", ",", "\"\<AtomData\>\""}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"-", "3"}], ";;"}], "\[RightDoubleBracket]"}]}], "VerificationTest",\ - - CellChangeTimes->{{3.761648754593649*^9, 3.761648760237486*^9}, { - 3.761648921262957*^9, 3.7616489434338293`*^9}, 3.774200586539373*^9}, - CellLabel->"In[62]:=", - CellID->511145714,ExpressionUUID->"23e49ca6-1724-434c-8174-336ebebba92c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Cl\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "0.`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Ga\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.75`", ",", "0.75`", ",", "0.75`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.631`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<As\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "0.9092507042253521`", ",", "0.9092507042253521`", ",", - "0.9092507042253521`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.679`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->891427198,ExpressionUUID->"fc941fed-5734-4d3e-87ad-884fa2a7118f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1729850390,ExpressionUUID->"1c3bb30b-02c9-4eae-bb4c-82d78f78d6f9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Nickel\>\"", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "3"}], ",", - RowBox[{"2", "/", "3"}], ",", "0.5"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Ice\>\"", ",", - RowBox[{"{", - RowBox[{"4", ",", "3", ",", "1"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<NickelIce\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<DemoStructure\>\"", ",", "\"\<AtomData\>\""}], "]"}], - "\[LeftDoubleBracket]", - RowBox[{ - RowBox[{"-", "3"}], ";;"}], "\[RightDoubleBracket]"}]}], "VerificationTest",\ - - CellChangeTimes->{{3.7616489881910152`*^9, 3.761648995250617*^9}, - 3.761649037077889*^9, {3.774200597819109*^9, 3.774200600227021*^9}}, - CellLabel->"In[63]:=", - CellID->21363257,ExpressionUUID->"b53ea550-303e-4526-a1e1-90591da92223"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Cl\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "0.`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Ga\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.75`", ",", "0.75`", ",", "0.75`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.631`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<As\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "0.9092507042253521`", ",", "0.9092507042253521`", ",", - "0.9092507042253521`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.679`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->422491350,ExpressionUUID->"3f63c061-e462-462f-8542-c612da5b065f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->961891644,ExpressionUUID->"8d77db54-4394-455f-857c-80ca0f454248"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1720266880,ExpressionUUID->"d6843ead-fa4a-4dce-9845-f59fcdb1132c"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]MatchHostSize\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.785684634293809*^9, 3.785684636780855*^9}}, - CellID->828102718,ExpressionUUID->"e4a493fc-430b-49c6-b60e-8fff367acf94"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Nickel\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Cobalt(II)Fluoride\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<MatchHostSize\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", "\"\<DemoStructure\>\"", "]"}], "[", - "\"\<AtomData\>\"", "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.761649080012229*^9, 3.7616492651395617`*^9}, { - 3.774200614667924*^9, 3.7742006174668493`*^9}}, - CellLabel->"In[64]:=", - CellID->356992451,ExpressionUUID->"13721068-b119-4532-a14b-d1f75e8a983d"], - -Cell[BoxData["67"], "ExpectedOutput", - CellID->2050297886,ExpressionUUID->"07cb41dc-10f1-4f12-870f-7b38235db494"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->255966092,ExpressionUUID->"8d00374d-be8e-4a78-8b68-997cf4ab5647"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Nickel\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Cobalt(II)Fluoride\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<MatchHostSize\>\"", "\[Rule]", "True"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "[", "\"\<DemoStructure\>\"", "]"}], "[", - "\"\<AtomData\>\"", "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.761649080012229*^9, 3.7616492791975107`*^9}, { - 3.77420062876261*^9, 3.774200630906715*^9}}, - CellLabel->"In[65]:=", - CellID->641521362,ExpressionUUID->"ace06751-f7f0-4e3d-97de-6323af3d8f3a"], - -Cell[BoxData["74"], "ExpectedOutput", - CellID->1681623194,ExpressionUUID->"8931d362-c7f3-4887-b52e-556da2c8950a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->612363303,ExpressionUUID->"e14465fa-c979-4720-a361-ac324455e17d"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]TrimBoundary\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.785684645845978*^9, 3.785684647723103*^9}}, - CellID->1619114539,ExpressionUUID->"2e81e5a4-045a-4712-b225-717e0ba5cc1a"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Nickel\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"3", "/", "4"}], ",", - RowBox[{"1", "/", "4"}], ",", "0"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", "\"\<PrussianBlue\>\"", "]"}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<TrimBoundary\>\"", "\[Rule]", "trimType"}]}], "]"}], - "]"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"trimType", ",", - RowBox[{"{", - RowBox[{ - "\"\<None\>\"", ",", "\"\<OuterEdges\>\"", ",", "\"\<Box\>\""}], - "}"}]}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{ - 3.785684663170259*^9, {3.78568469380792*^9, 3.785684701922125*^9}, { - 3.786973471110115*^9, 3.786973473263459*^9}, {3.787475303194207*^9, - 3.787475311251608*^9}}, - CellLabel->"In[66]:=", - CellID->1325849222,ExpressionUUID->"fffa1ac7-cce3-4943-8ce6-4b82ba67dfd8"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -Inn8h3+n0/f/0fkpvUyZb1i1fjLcuuWZMt9XyU6B3yO29idjOCZA2NN3I1Ff -3pzjcVFJZtp1jZ09L3b1TP9Q1noc6T0fiIVzTKb2/ojy85l8Nd2KOdkWHFS5 -4HiiM65Nc8MtmR64g+mYe3K9cA+zkXezxztyPARlUCKs/evgp5rThuTeeCo1 -7xrE+wUgJDwcGWnpqCgvR2tnNzryktAXaIbpKDucp3bE9WnueKDAC89V+IH5 -WExnSfEBjz1HfoZr0OefVYoie/19X8Qn9ibGJsumgNJI/x1sg4sVPd+42sgg -zGKjU1ewRdaE3KZzIdqu/0CsfW2c/ZYg163rNp6Z2/9M7EwvUwrrjS7XpLo8 -+gpb+39lfvbXHWEiW/saYSSacACNZjpWo5lVCnzt747Dd9OJuHK8HTNLu3Bg -9xS6R48hrfdj5I2fRP4skFtzF7oCd2BMbouFKHscUDriWLwTLk1yIfwU16S6 -ilemuGlvyXBBhrf74a0uWa+7hDTCSzEB37h9p7x8Y7/29fEQoqMVYkZGBkrL -K1Cn8ENPwE4Mh9tit8IBlyW54nYmp5STJBtLWOzfluMaJFvjunVBdnEyVsop -DUUg3tuhwNHZRenm6uKjV1n6HCWH6X+Wr9TbNsKBc11Mldenuf7mpaqAbz5n -/iL6dPgcP0cMTo5Ev3l1tsfuIHMTO+lvDY3/kwyjXqYiLU3cbkp3++vDzKaw -udKwmF041aPL7Y0vw8kXJT9Fu6DWYD5Wi4ko4bbxZnFy6QD2LIyhpO1yKGtf -1Kjb3tGmpk6ITcyf7wi2JgwC40y+5pme2RPjgINKR+GgylFzMbNl9X7m168m -w7J22+ZNOzzrTC0Dp022e4dtN7Os9PBwh6+vjyYiIkKTEB+vKQ+0F9sCzNEb -ao3pSDsQXnZDujvuzffhWOyfawLxPosNvmwLY3pLzmxiJMQhnXyNKiCye/9N -fxR2lSWjualJGBsfx+LCwg+9vb0PWVhYuPI5MTJerZ8fwtBIJAx1Ospty9qt -+2Lsrnkg35uf71V2vo/ZXP3QFa7VDkRqNSMKrTAZK3Lbuzee2V3lp8fiHfOk -9zJY9Z8gW4b8Ug2Mdm5YtfE8lf0fCc9k/o/mtdpAfM584J/I1cwZuZJye/FM -vtjBvqcZi8YFo10Ym5lFQ/MAAtOOQ5Z2DJk+nqjy3o7GAGsmWzbok9kyPWOP -sQh7TDGZ2KWwR7HH9kvZQl7LPs5/sRWkH6ysrI57enjA398fMpkMeT7WaPQz -Q7u/GfpDLLHAdNbxeAfcmuaEBwt98IxOtkhvkR//rQ7XIPxBQzZ9SI4ryxRQ -ZhWghXy2wUFxenoaBw8exOTk1Bs7d5ptp3ObbHVes9bEYnn8YuS6Zc3OQ7EO -T9zE5onZcu3TZb7at+qDRMJ9tb26OFQ/V3NqQUu8jSWJt3FxikvVKhIso/8I -vcXvZZW32exFTG+w+Tr1eIkvxxgJa+JchL8TW3HZYo/CAnucVuD9gXgM9HaL -VTXNJ609cy4JtbO9Md/Z5McCFxOUu61HnacJmr1N0O69Qezy23iyJcDszWjr -TfX6OTbUiTnTD2zqjVYbG9EjmQ9Dg22mpjm2trZXuLm63pDptvPDci8zlMeG -is0VJRjsbMVMTyvOL1Xj1nQXPFgg6a2XqwLB7jk+ZL482akT7WFcxr5gz0vi -o5CWmY2G+jqR6SmMj48z2Zo5dWD/HuTk1xx2i9mzK733k9dzxz/5S3zT3Zdu -s1NZbTI2MpiS2zxxjM3T1Smup8g3pPiWzvEle89Tvb+g26UYVDi5oBZwKEns -kVnF07XSBf7b7vj/z0Ofy9i2znj7WLjNB4fVTgKTK4HitVeYn0L34zsWWwn9 -P8sZL4ut+DGvhjDDvjci117YlAtVWtZjq3TG1W6HZagiLP9EWnQx8mMLxNKk -UqGmfAbFlee/uGX9JhP9J9FhG0Y6nPUXl/MqIzqYn2y56eKM2EgUV1Rrunp6 -MTE5hfml3Zjfsx+H6rJxC9Nb9xV4c3/rORZvku4if/7thmB82hKC+0uCERwS -isTEJJSWlIDizN7ePoyOjWFkeEhU5+5BbO3zyB09iYp9QOvlQNHSyccKfV0X -F6KsWazgpLmK+YZ3sXjj6dM5UNmZWGFUtwZnVaexMyZbWg3T7V+NKd723b5+ -s76O5F91r/+VQ4+Vx9lurpxlPs++WAftdSxee5C4COx+ELZE65DwIHEwSpqv -SZ1s6eJCfd5YoBzfaJT4RJNSY2Frn0Zvz3yUNeu3e4V6Jxw+FVPze2QOnxSL -dkGsOA8oPYjvTG2i3MilYr9HOvMnfHiLDcbrY6w3mgeYbdhhbPjTWN7V3mIx -KTEOpaWlmvb2DoyOjGB2Zga7di1hen4BR7JDcFOqM+5g952uhfQv2cZny/2Z -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 -6/VGBsapjqavFnqYodLLVKjz2YZGeSD6lJFYjHHHxUpzXJfuwWWL23M2R+Rv -EV+D8uCUr6S4mh0i8Vnfrg/6zH7zWjPp5P84b/3vHEbL8qA0Nq02Mgg022Ae -bG7iLrfc6Oyyde3Gn/3J6XkLCfR4OScrlemZJm1fXx8mJibAbBgW5+cwMbeI -2eIkXB5vhxuZH0H6/v58L67zScYeYzbyhQpfLMR7wdnTR1RER4lpaWkoLi5G -dU0tWlsaoE5uhHfcIajrfo/Mga9QPA+U7/4RPXEKZgvMwOMEHWf5RebLvUt+ -O3Go9BijHo+d1cnWmVoLaGaUWnqci3bK32xpuy8yMkJMSknVlJaWctnu6enB -0MiIZnJ2XgwOlZWT3Wf6ebXBLwydjicgdpVufgylR8N1bD2ukltvvqjQbQuy -fD008dmHkdH9PrsWATWzb2KysA4XqSxxbbo0RxTzPEn+Q4UkX4RvkZ5/vS6I -Y/M3pLneb8LukeFZXCek10/0AVMdt4Zckui874li3z9+1Sb7RNMj/x6DUd9+ -3Rn2zh+rAh7ar3IcUttusjU0Xmuw2SLUykve1qXKXTiVmtsqlpXkoa2tjfnZ -A9yGTTDfe2R8At2VhdgdZY0jzN+9NMmV6XxX/CpT4rz8OpvWqAcuS3UXvd1c -4enjgwi5nHJ4YlZGJgrzmZ6ILIarfJjzquIbX0D60Pco6HiR+T5WzNex5T4K -cRyIP0O6kOJPqrMg/02rx2PHY85w1QkPIvlij8yf14rsey9X+f3aytJin6+v -Hz9/amoqSkpKUFdXh8aGBm1rSzPsbG0TaZ5+rouWzaHhstcG61cZGWxgx2rd -b29eZRiZ5mIh+MbMCBFVf0Tm0Hco2wVUX8COo8wkZ+fjAqUF80vdOV+D4kTC -IChWJOyUcHn2XEs4bYPvzgZ6T+OzFL/Scy+irU0cL0tyvvb12kCB9C2TJwj9 -Uiwi6u8Jx+fYOh+Xf3VTefpViS1vfFC0D6g9DLHyoAaF7dehvLSI7CE6OzvR -092NdmbL6vLSMRhifjqXR/H1sThnUK6YsMFLk1yEa1JcMBDpfMrF1fV7fz9/ -BIaEIlgeyWI+BRIiVbDwKodP7CTk2Vcipu5Z5GbOoSdgC0bC2XvG2OOyZAlj -fKzYB3+qCuA8CrqOH/VY0LBOb03q+C463EycjBFJ5r5sD/vYzXybysHJ8Qdf -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 -mKT7pYPrsX45XmuNwuhAN+bmZqgvibB//wHExsam0z0jfP/fLTf/bOhzWeGW -G/fW+u4UmwIsNENh1jxvd5FuzZFs/a74p/013mXzQz4DYTMkZ4T9fdoajCcr -w+GvnkdM5cPI7P8CRUwXle8TUHcYYkvr9UJufjEoZ0vYD9XXLe3ejcXpYexP -dMU1yU64J98Hz7HzvK3v43K6zknxU6x/GXbGsUWSrbFIXDnYgN7RcbG1vglV -UTFfetvbPecvC4Jns6fo0+eDoKkgyM+TI/aaWCTcnYD0x9OR82IOCt4q4Dqr -4psKVJ2qOm0PG3hc2MhljB7rxTow7x7TCwrUWdtjd4AvGj0tUexlhkams1r9 -zNATZsdMmjsOxbvhmkQH3MF8+IeoP4muBvGdBmltEseC1iPvr8T8UeJS/djD -jk4ZnqyNQGMju5befoo5tXOzs2JGeto0rzE6h+TKymS1vMTDDBXeO4X2QG4P -ocMdQPU0xNWgWlzSXSRfxD+huq2/sHmi/Mifa4LwRq0/rssNh5u8D2G51yOh -+RVkD55ADpOtrsG/oFQRhYycLG1zU7NAHIepyUks7NqNqXw1zlNYc04IcWae -P417/pK+Uv0ET+R4P8XoJGszMfhbf4zY3dYqtpTkfZtsZaxes2rrantlymse -La7w6vAW/JnOku1lPtZl0Yj7dRySf5uMzGcykfvnXBT+tRCln5ei4ltJtmqF -WtQxOapf9lXL7GQZk6umA1EY3LoTd/p5Y9zLDumuW1DmZ4OSxBjUV1XwHPto -fw8WmkpweYY37sxyY7Il8RBobZJf8Z5O93/B6xClHkufsdj206ZAXFUSibzS -cjQ3NaKjvV3b39+PwPBIjq9TDeS/V2r+24M504arEh22PlXgvoPJlpmWfC2K -DynfSf3Mrkh24bUihPdRLpfzpZiMEaZMB+FdLHZjet8XbgGlWk/lvDay8DbE -1z+L5P6v0JqzFzFh/sjMyUNtbS26u7owOj6Bid5OTDJfl3ptELeF5IrwdNJX -X5yOzZfVgy3HE5fVsfIYnfLf45Ha6xrT4ezj3yddmpGBRYjn/e4NbvBo8dT6 -9vkieE6yhbHXSTor9bFUZD2fhbzX8lD4viRb5czWVf1YhWpNNWq0NVx/1Qg1 -qPq+EmUnK5F+JBoZJlux4OKIeQ87JHhYIDkhHiUVVWjv6OS1PLNzc5jbsx/z -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 -ptUeRlLTnfcZrSL6kcG5CH0uH/zDrzE23EB19YRBMjsg/FrXG4XWI+l68iO0 -+lrw0z06lWc4wTPS/jY85h6Si8RhKQ9zb9pqum3r8lN5enk/E09+akmJ0Ez8 -g35eK8ds2Cja66pPNpQUCH7KHgSnXSomtP4F2dRbhcXm5XsFlO8XkNPyFGo8 -N6FL5oLcpGYo8g4grXAExYUFaG5uRG9fH69fIE4D8Ta7FLTHkRWL9/heEdzG -XZDgIjI5471qCJPNcNmGbNczsiXlk6h2xJZjsdQHlfowEoZB9UnkexEeoa8d -IU4i/Yzs5bu6nilUq8b3wPx5rZqu5kOYj4c4I8dzLMZJ7v8eFUsQqR99/TH8 -YOOe7cEXu5HxOauv9LEriwMt2gIsvuM4kNJRpL2OHyzw1u11LNXrfte1TLZG -f8YJ5rxgBU4ynXZNXRK66qvEgb6+k4ODgx8XF5dcZrHTzK7MbUthVojnx15B -MjE9LU2kPtbUn6WztQUldc041piFb5iuk4eXCm4x8yC/PqnlVWQNnkD++I/I -mhRRUHEt6kM8ICu6G6ljQNU+psPOA4qGnkJxcTntA4jW1la0tneguqwYTUHW -HP+k/SJobweSlcVIaywxfTQmt+F+uyRbEre/hNnEWn0+KdSK/44+n8RrR+Kd -cUmiLp+Uwnt+SnnrdHfOu/hLTdCZPk8632E5J1Df60PiBbIYp1uJjJoHkdr/ -lVg8fRJZ4ye/MjILp73UDY3P8h4y/2RwuVptZLip0tvsY44DRdlRnzy+Fh+T -9tLlfinfM7RL2pOL72szdIYXLNIjW5/nl8Uhs6wGvf0DtGcoFpmvs2//foz0 -9352e4E/fsPWeKCHoxgQ5A8V88NT0zORkJGDopwMPNOhYH6xj9gcHY2tPg0I -TtiD6KJbEV/3FJKbX0Jg5Uu4ra0N3/aH45r2CZSNfI4CJlcNR06i7iIgu/lX -YmZ6vKawsFjILypGbkQAqt23oNFnO9p8t6MrwEykPh3dSt/XU513XFfjs1Ok -HltNzG/PdNqCdLKJ7mYsTtzJORaEQRCHh3NfdfmkRX0+SenIsVR9/pJ0mD4H -pOfZ8P1H9DyqsWUYPe1bptPt3/VEICNnHyLLHxFl9W+KnfVXfbsrxqpGL1Dn -KM+KBv/czL8yLnLf/hKt0+EwG9ovmet2ylFRLPUn2vegQcqZEW+T8GfinWt1 -+A0GIvB8vRyJqel83yLaE2tqakpcWCD8fUEzubgHR1ry8UplgHikKAu+gSrI -A32QFBmAtsxY3F4lw23ZUv0+xfUFEYnY4lULG/kEnNSH4ZRwCYbLBqCdipZy -J+OBeG8wD0PTf0LRQaDufC1yBt9CVHQM1GoVIiIiER8ZhkJ1JKoTItGcoUZX -Wa4w0t0uVtTWP+BhbppR6bkNdb5mQpfcCR3RHihg8pRub4JC1y0o99qBWj9L -zk/vCLFlussWQ2FMx4VbYypC6idLfhjtM32eyulM3lpfr6bn6HXp94WOkvrw -6Pp9iKTvmW6mmCgysgb2UfOoyJ/Ch6PJwG4VnqwJuMrbdN0GA16Pem7GhPo6 -whibzVdSfVdnsKWG9hciv0LCn724j6rHCCnXf6YWPEzq+dklw74sGRSJKair -qebcOspPUy/O+fkFzMxOijX1U2Ju/SMoY/q+dOEHNI08g1dGyvF2RyCP66nf -I9Vs/rUxiNcQ3lysxHBaFsZzi3F3c5bUR2ZBxTFY3i93So7vBxXoGXtBzFmE -mNn99rc29p5DZju2FXt6ev0QHsH3yBXLq2o4p66tq0fb0zeAuPiEq02MDbZk -upt/lp8Qw3z+OnFocBBTg71oSlMj0d0VOe4WKHUzYfpuAxo810t1I74b0clk -rDXQmukyc24r+2W2WFA4Mlso1YYT5vWMjrP+XpPka/2Eo0exz6CuFw/7HmEV -j9Yp8fu2RLZm2PUtKXFyTq3B/kS8WBf4qzXUUe0c3cf5dO3z5rUJxDtnPodA -up/33mH+BMVRFB8+ousBS3bxL3xPjWCuwzgHnclCdUwg5DFKzr+l/T+o1ml4 -eATTU2OobhiBrOAuEE+e+pTXHRZRzuK7vpFHcCTWku+v8CCL5al/PPGNiMuG -ETnz3SJ5zzFmgKT9CM70+Wa+bwLvc/dJf6o2v/dt+KVfeZO+9MPayuqAp7uT -ECYLFWif3KzsHDEvO13MzUw8YW1tE2q0avXamKioN0rKK2gNCBOTk9i7fy8G -xxbgJOtGaPwss8/7kJW5gMK8JZRVHEVV590o7v8zMvwChVL3zaj3Z7osYDsm -ZNuxP9YWl6Xwnsicd6rvJUN+/Cetko7/Vrd3GfFQSdaojytxnjHOrm8uhvv1 -4iLnoIon51WnsC8RB9WOfB+8c2m/ruWDsFHmYxknOWx9qJjwHD9zzWCYJFvU -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 -FuvcHCXd0r/JWzrD53Vda+kV6bRuNN/f4wN98BbSxRLbQ+35fLFb5St0F9aK -edq6b7Prm88zSAojxtFssTTUH6XprUKzroulQBiuTnJh/VUAbsjxQ5DCB14s -t6JjY6FJz0BljB92hW3img7Eu7nGNDf7icl7Ufb65bpqAyZdtaUYdVlHRuYg -0Xo2FM8e1x9OimDExKmhSc1AQkYe+iuz8el0Coyz3H9MuGe4ATklFXfJfp+m -+cFFy2f+qiG/RhtLM4vhGJffsP5E/J7OT6BZEmHUOIeJvAdHEyWMNt8bUs/F -Rc1yfxEj6fa80RjwpK0llVErV/6j63DlCnmebLbCLVj/aETKJNKKrxV0dd9H -eecTqBh9x6A/AChSDg3TT1mYW6ylT8XdL2c4rf6nKBiHUMVquurZjzCUX46j -Sc4sX/xxPEeB0mgFkkIDoVGGozTEDZ3KTfwMaSLurE8Pn/Wb/LdozfqEXUPn -6l+dpyNDN9LcHk2Aga1XP68OR7smCKXqMGxPjcG1tQksp6R63yjtmYKwNxWZ -SkUD/f3mFynu5V8JWfsj0G51zIzazXh1qqdIewTlFc0nOUeVe04mLNkbzsOu -cJ+tJI7hNrJ+Sudlz3WTzb+CbhN5q9JeaesY1u8ZMyBGFt0qJO94Fjl9HyC3 -/2MxtfWlL2wdlcHyfmpl6+kZUXjzqczOV8SKvUax4ZABTcQznP4AEwl+kicg -q58eYLX5sRI/VM2oUJTniVaFI7ojXTjHmTSbCfNzxi+2VuoLCYdHeJ0z+vHD -pvOjpVoyYxJOnc5fTrIagXMGR00Y/P3SmZFouuaE2RSBcuzRyoDb6W//OtZQ -fyuW7IFd5I3DrmWB3m+a7cg9OPdxW6ppfr5+nexRP5IgsF5d3Bnu2rbSzMLC -0sLC6h8t9/Jeae+wKSIgQmdwU7aKftp5UZlzE8LybzNW7jj8WXCggs9g16xZ -Y+OuSB4LzzoEbeNvheJxI2oWSfPYCP1BiI2pZcJI5AbMqNzRst0f2qNxSHw0 -C/mtAajztEN7OPe85xwIwpTdyvHWVGcF8Vnsqy2Eq5B0BMhDnfDpxvN1ZAin -zt4PmtfSjfyK5WuO9AbEpVqk+1NFI+lFTiV9kbrV1oteg/nFzWn+yiF7kaS5 -rz9CXuusrjUQ5u5nS7CcJ3tUZ9esc/TrlnjUs383DKpP03l8e5DN4JKn+Lvb -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 -8omjvpPw3p9zLn281G/K/rTzf61rKuxNMtCc43iG90HT375itdNqD69ar78o -digQ3B8sRlFPeGMCqHYn311as7if83uV2I4G1Lxciiy27xVus4fe3w4NAXZo -C3bg+t59YRL3aCzambUjHqhLikSNvgo9vX3cM4L6hr2Ll2GhuZT7KP2gJJDz -P+jsi/RGKceoJn2yOvQ0aSzr/R2q6O+8GL1I/h0h1/D2qy0iCrw2vkh+lC1S -X24cjHYVpuK3CqymFw5qPYTDJs0y2jN2hTl9a8Nqy430u6tWb9i0wSVqp6NH -0uV2WxNLFX6Bv05IUBuLi4uFpqZm7OxoQ3+8N/art7J10IfPJSmvqC/g9S95 -PQxLvDrSLhXP1zWd42e/RtJbfL8t8lWntdznY4Wljfla9yL393wbfOHf4S8q -x5WIPRIL7e1aZDyYgbxf5EHH6qyy18pQ+VYF6lhuJezRQukZgAxVKEpjg1Eb -F4iWxGB0pEaipzAFfXWVyExPR1JGNqhP3dXTw7kUrGfAwvw8JlmteHmuEjdn -euKuAj/e55g8wkXWW56m2mGfeust1hZ8wHJRarH/u0KutTZYmq2PdlozWq6w -f536ROLRkO/nGKu7aF49Gb/V2Bnu/BPNFhvdmd+9QO1gb2/XERYWBq1WI+hK -Sk/XFOUJ/axW5h7iGV78s3hiif7kX8/2l+AJ5kxnRuRfukcj0llLuNPakBWS -loG5c6Lzd71rvEW2HxqC+oK4rzPV7+TpTF70eTTLepatWy+VQv9RFXK+lw3f -bQpExcYhgzzOKypR39CI1o5O7NzVj7qGOkRFhohJidGoqixDx85Ojq2empri -uP1x1pcOZ0eLC/Eu4pFUL/G6dC/j8SxvA2H2qW4YU225x9rCjPL+ks4pOZbi -YG0szWx8N1ilq11t+rRbbBdT3dfPJ26xad5qY6VcIqaz5IyZU3Qs2M1Suq00 -d3JyOhSmDEVcogYF6kj0RTjz/p74mnRmRP0m96ZlNQnnme9eMgu6kK7pFD+L -NJInPdu30uQ/YrX76krPck94Vnka/Fr9uGd49MFoJBxPQPLdUm5Rf1j4dCFb -u4pQ/nYZoltj4ePqhqioUK6jlZ+XjyJdnliUn3kqXpN7U5i65qOk3F7k66rF -+u0VnHvP+g/OC+kfHBI7kkK51y55Oc8kSDML1kt/1hjkOG9pdsb/85LPKTlM -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 - "], {{0, 150}, {150, 0}}, { - 0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsfQV4HNfV9gpsmVFgMTPvarWSVrRiZmZmZiYLzQ5Dm6ThhqlJm+ZrGmzS -YNOkwSZpGmZsbO/MvP89szu2rDhp2vj7avfX8XO9q9HizKtz3oPXsaYzp8FQ -JpP1rmP/5VQPanp6qodzt7Ef8jt6mxs76uuSO/rqG+t7QmqM2MEL9MtYtiqr -siqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqrsiqr -siqrsiqrsiqrsiqrsiqrsiqrsio/UQzYMtQvI/3Pq7IqP04MDAzEdbIY/sAz -jPS/X8XZqnxHDAwMCU9Gx382NDYSj+lwQ+LJ1l62itiKZcuGrTWneClJp63i -7L9QRKPFkGJsaGDElrF+GenBcvI1X6af1m4wM1qzznTFK8ni2Gpgq5stZ7Y0 -bJWz1chWGVsRbDnKTo2lVZz9F4ioYHR654dsl4wwZkjLyGgtPWf7LoWlPP2K -8zL6P3oyb+LDx5RZhwbWbXbYISP9ZGBQqX+9/BUvs5YtB5kOd4Qzwl4pW1Ey -nT5be4q3XsXZWSakn2R6PK1hP8jNN5gXuO0MK/cyK6j2Nitr9DNPTnbY6rbR -2NBo+fOMNjptU2Td9ELmwBcomQdqzgU6rgGS2h9/1dBorZqpOJkeBnUyXWul -hI2VQr9zkp3QZ00yHc4Id/ay78fZqh9whoqh7uLLNhobyArcdkTdlul+6xv1 -8k+53lBgOAKYiAKmNXR75N0O1XMXxzs0Jym8ExWRsXtzChofzKy5BAnNL2hz -JgS+fK/AVR789ljDRYBraHeyTKRfxnTdW2XfbdmVONipcEbHbNmKZKuErXq2 -SPdFy3T29FTtv6v67AwRxo7Ea+qx3cT8kninW16oCsBbTUH4vF2FYz2h4AbD -Oe1YBKedjBKEGYat+VhgTxy+nErCDRMtmJpfwJ6FKX5w/CCye19D7iRQMsdr -y/ZACC+797DuPcS3aJH981bw5fGIlULPXY4zyW4myXQ423CK56zi7D8ghnpM -RVhu8rg5w+21B4t98VxlgPBes5I70hUqYEAtYDQSmIoGdscAc7GCMB/La+di -OcxpeEyqtfeNV3OTiwdwcO9u9I3sR1LrK0jv/ehY1tBXgn/iuQv0+v8CrlbK -D+GMjtkxtyHc0NCwhK0WtqrYsQS2XNky+Z7nrNrN/0XRY8rAc4eJ1eWJzn+9 -NcsDDxf7aF+tleOj1mAcZboKg2pgjOFqmuFqNkanqxbjgKU4COyWp58n1fj1 -RD3G5vZidnoU6VUXcaHFvxWiq36PbZZBwfRe+hBEs+zUHOlfkR/CGQnNzmCc -zoD0GfG5KpmOn7mxte5Up0G2qs9OmxjoluEGY0PDAaXVHVekuOL2LI9jj5X6 -4tW6U+BK0lfHcRUvYovu83Mx4MYicNFwOwbHRoSson54xhyCjW/pgP7dJJ5P -dmvjafwaIrZ2MHF3d0/29/fPd3V19TMyMlr+e0u21GwV6t+f4hqS3Vz/Pa+5 -qs/+TWGcSjz5GpvNKYdiHHFJgrP2zmxP/IHh6uWaQHzQosQ/ukIgDIQBI3re -Ttxquc6itUC4Yj9PReKN3niuo6NdiIrNemT9Vsdw/Rst1wU/GlcUtSd9qo+f -iYt+NtD5rBQyM6SwmZeXV15paembvb29mJmZwdzcnDA8PPwHhi8v/eNWvrQV -W2EyXXxW0mcUp/WQrcY1frIQV6dYQp2v+U17ouyFi+Odudt0dhAvVAfgbcbb -v+hQQUv+4FC4TmdNRp+MLWmxnwXyFYdC+bnafFg7uWTSezCuI8XTfxSu9LFY -ws4PcrA1RoZr6UG2dvYZWVk5qKysQmdnJz8yMsLPzs4KBw4cwPz8/GvmTMSX -/P543Ep9Rv5mhewEP9v8PR9zVZ+dQgz059h8g7HFYLDVp9NqW5wX6yTcmO6O -3xV445kKf7xeT7ZQp7P4fqazhpdhizC0W48vWgxr3EQUzzNbeGNx8FMnzB5B -y3D5NaDrtulUn2l57IzEdL2xcbDFRrdaH/Po1gCLpGY/83D37evsdpjoIcf0 -VbDc85XE+EiUlZVo29o6MDQ0hOnpaezevfsoYSs7O/uA/kMsx6n0PifF4Jb9 -TtJnUlyjRqazm6T/Vv2AHxBDvQ0MMl+fOhRsjRGVDb8/2gFXMY51dy6zhSW+ -os76e2MQPm0PxrfdoeCWY4tsIvEtWsTnJ6PoOI+RMPy1LvBPbnZW7paWllbS -+xmcyBtWs7VDOrzs84h4Wsv+T3HY4rc/yn7P46W+z77dqOB18TP2vswnFYbC -j77XEfLHK1Mc22O9PYp9YtqQkNUh5OWXoLa6FF1d3WA2EBMTExzDl9DV1fX4 -+vXrDXUf4bsGcdnn+CE/gHQe4axApovTEs4oJkd284fiGj+Yr/hvFAlXql2b -6nqVVuhXWnPzkQ64JNEVN2e643+YznqyzB8vM7/wHWYPP2tT4duuUGj7wiAM -hkOgOCnFHsZ0S2DrKDt+ZW0ShhqrBKY3vpmamvqwqanpbk9PTyW9l0iHDI1q -2TJji1JFhvrPIt46bVm7cU5tc5Bh+shLtYGiHf6S2eFjvaECNxgucGORgqgr -yXdYisXRiQRcPH4HX3QAKF18B2VNi6irKUdHRxcY1+L7+/vB3v8Fhqu1uvf/ -XlytlB/SZyRmbIXITuCsiq00mc7fPJWN//9Gjxnq+UuQxaaODrkVOgMtuDGl -BQ5FWOPqJEfcmeOJB4p8RXv4Sp3uGn/SFoyvu8TrLOounvzEIbX+NgyHS2KR -WlyJ9q4ejI2NgfEc7N+/H8wefaNQBGn0b02+2HIjKX4Oj+3rdl2R5PTH3+Z7 -M37nC4YrLbPB/NHuFf7ojEYQZmM4LVuYY3Z4RoHHZ0bRcKGAynOOoaiyD5Xl -xairq9cyTPHJyck3k2+4TF/+O/LPcEZ6mf52yA+o1y/iZ96yU8c1/mtF0ldy -s/W19d47URfsxHUlhWAiKwIHMxS4lmHrnhx3UIz0aYYt8g/falSIPuJn7Sp8 -3Rki2sYjdN37QvF8QwjiExJRWVGBzo52MP4sMI4jMN/s2J69+9DX2/nKdlP7 -HbtcM/YFZf5i1DNqIH+bhWoLfQbXrSam58U4/OmXjNvdk+t57KkKf+GNBoVo -f7U9ep9hPOo7cQ5hMR7cYiLDlhx/mu5B5flAdtuvhNTEKG1Wdi5fWFgIJycn -0iM/FVcrZbndXKmL6Gcq5iBfOE+m02eRy55z1oo+LmWgX6d+jB5XtltMQopi -w1BfX8/3D49iYvccpmd2Y7G9Gldm+uDubHf8vsgHT5T54fmqALxWJ2ecS4H3 -moNETv9BazCOdAbjQKYSqqhYlBYXobGpCX19fRgfHxc59NzcbqG7dwRRxTe8 -lT3KoWI/0HgxUHFQeMUtsDSmP3D7LT9LdMO1aW7a+/J1PsObelwdW+6LnjJ+ -RthKYhwvAHfO/AKa1ucQoQ5GXHw83Nzc9uq+62nF1Ped8u/TZ1RzdrXshF95 -VtlEiumIhMXAgOzK8s9OrMZYH/sxOPF4ZoDWrDVUqkKuL62oZJykgx8dGcHs -7hnsWVrC3P5D2N3bjqvS3HBntgfuY3zrEaa7nir3w58Zvl5i+otip7TeaZSj -PjoAgSFhyMrMQAXTWS0tLejp6WX+2TCGBvsRnTUnhJc/jMyBT4XieY6rOvAt -V3cZ0NJ3tzCn2oEL4l3569PcQbgi/fjXegU+ZnaX9KEwwOzgaMSJGAfFyhZ0 -8f4TcVmNgJkEoSJ35F17Z5dbrCx3JUtfVfZ/fy0lPUZ5TKo3W+4DnxW4MtDh -5qS/k3VGBrL1xoYURzfYaHyy6jWiujxDQ9FXtrI0TUtOikdJSSnf2trGuPag -Xr/MYWl+DpNzi5grTcZVCfa4KdMDv2Kci/j8QwxfFJMnHfYE4azSD0UhXvDw -C0SsRoOsrCzm95cRx2F4bUNpWTM8IqYQXnIXn9r1d+RP8ijby/jQgWN8d0Is -ZkNMhXPjXEhf4Tf5XuJrvsLw+j6zud8sj3GQLVyeS1pYFpcV+VYMnq4KuM7w -+Lkx+E/YHQnH5CdSLpS4F9X7/G/rzNMmkh9Fsmuj8eYab7PEfVH2+x4v9fnV -S9UBT71eJ3/irQbFfTemu100GWpd6LLVxEx6/MYtViY+ioSrNXGZfE5mCldX -W42u7h7RR5+cnMT01BTGp6bRX1+Bg5G2uDTRRYxB3JjhjjuyPcVYxK/zvBgf -8sKDhV5oDnODlbM7p1TIuejoaCEtLQ15efkoLysWEpIKeSdll6BIvxQxtY8j -vec95E4zH67rcfQpzIQptR0OahxxZbKLiN1H9TEO4nOfMz+UckmizpJi/oQt -ip3Nxeh0F63dMQJP+mws4otw6022ZPuMDP4juJLw08mWj0wX72rUHzvj+ZWR -HlPm640MJlRWnfcXer3+XrNSdw36wk5wEroOu3UxzG8Gw9+7KM5uWBHW2Rnd -9emLxTNHtcWzHyG/9z4UlzWgob4GnV1dIP98cHAAvQODaGa+1WiINRYi7cVr -f2G8E36e5IIrGcauSRU5EX7J1s+TXXm1jyvcPDwRGBiA0NBQbVR0NJ+clIDo -uDTY+pbBI3yED86+GpqqB5HQ9SGKchbQF7AZo6H2WGSvf2miM25levH+Qh/R -FhKXIz/hq04VtMw3oPiGGNuQYmczmuPfjeK02vFIjo53BFnlEazWGK8x0dXY -G/1f2R4JU1S3k6m/7yLT+YkkZzSuJF8uynqjx3WpLg89Wxkg8pEPmV/O+IhW -GFRzwmgkL0xE8cJ0NMfNaLTaaQ2PWcq5aPD+aB7GRx5D3j6g4QKg/lKgZPJV -FBaVobq6Co2NTWhubkIdu63ITEZnoDkGgm0wHmqD2XA77I1ywGGGsfPjnHBB -nBN/XqwTfxnDRJ6H+UFza9urvb29jgYGBiI4OJjW+/YOTs1mjgn3OvhXwV09 -oA1MOocLzr+dLwxLRHfAdvbatphmOus89nrXMYzew/Qg6aznmc4i/k7576+Z -PZRiZ6Lekv5mSEfRYvf5kQgt+964Ic1lZOU5Iz554j79JIqRwenTadLrUJ6x -SnortgJlutjW8seccSLZvkjrTb43Z7i9Rb7anyr9te80BfHfMN9f6F9uL5bl -8RZiISzECtrZWA4zao4fUfEXTNyBgsMMV+ceQdW5QHrVhchMixPyCwr5goIC -LiuvgC9SeaHF3wwdCiv0Ka0wrLLBRJgddofbYy7CQdRjexjO8t12LhnrmcXG -DRt8Nm/enLd169ZEExNdA8XaTVYOFs7JjzoEMGyF9sJLM4/8AF+0+e9Ed5A1 -RkJsGF7t8XNmb29hOot43B8Zf3uxOhBvSdhi34/8Q55s4pAeX6P6xe5rB8I5 -DKpwXbrXpbv8GzXK9J8PeEWPlWyzDNlJn0Gfp/4Oz9Ef/yk6TcIL1U+36c7C -8fxmtExXq7/8cWeU6P05A6ctJjt+keTy2m3MT3ukxPfYK7WB+LBF5zuBzvnY -KXynxROLn4+HsDsa/LAK85OPIHcv8/n3CEhufEAIC5EjNjYOCUlJSAwJRJHb -dlT7mKExYBfa5FYMAwxfCkv0MR3WH2jGtwdY/FW1a2OF/iMayU7BTw10PqrM -0Hjdmo073PZss5Qf2m4VXJzsbPFMk785WgMt+R6lDabDHXBuLPE48kE98Xtm -DynmT9j6G8MWfUeKv9P3PMZ01zH2XbkhNdNhasbt2ffuV+Gl5ijkl136bcrA -5yjfA9SeL663PSP6s6TPs3HjxvUuLi4qb2/vOCsrK7tln/PfwZbE07ez1cXW -VtmJvDRJhkyns8RT8G+8/v+qSLVSJowq9AdZ3kT8hp17LflkxEM+1tdKCYMr -cLXcbzqpXordnwrDxwMpqBh+GxljAq8p+SUC/NyPKoKUf3NycJwMdzC9IcPb -BvkeFlyJ+w5UeGxHLcNYs9IeHXFyfqgiT3CytY4UP58eO3qhv39jvW7QX6vj -vyebQPUDMsavb67x24V6X3Ou3X8bRuSbsSfMFBclMN8wXed/PiBiyw9/Ydh6 -g9n6dylu1h6MfzA+j1a22O037Sp8yuwk/S4jbgR+GQ8hvfVjoXCG5yoOHtU2 -XKhF7aX4ysan1cvXy7G5pLTs1e7ubp78k6mpqS8rKysvMTc3t9R/j38VWxJW -SE+5LLtc0nGqkXBcdvyMEolThVhuTGB8BpcnuWjJF5NwRTHKk2I9K+3g4rJ4 -D+GM6TF+ht2OynFDSz8X1vgGnOU1C+vXm3iZrFsv2g1HJ+cD4RERyEhK0Jbm -ZKC+JB+d9VUY7O3G2MQkNz49I4Sp1WUUY9XXLPzgV5CJrr9BgaGBoS8lCkOs -tuwv9diKMi8zbbk6Go2pdehNzsLeCGtcGmfL7JkH7mJ66/5Cbzxe6otnKS5b -E4j3q+V4ulOJXyyqMXVlLNp/nYKWR9PR9Fg20u6vQfqN40La3t8iZ/RblDK/ -s+wcge/b/wkq8oY/Sc9MFeMfXcw/GRsbEyjXdPjwYbr/nJmZ2TYDvfzYy6K/ -LZbp4uvLj0mvQXn2nSuOnUkiNg63+FvcdUDjKFye7KK9m+Hq8VI/MTf8fkuQ -yD/4PinWI8Wn9bZQ0lsLJ3BF9VLCeAT/eU8UouKHHzdcs2Xz8fdiusba2vqQ -QqEQYmLjtPmFRahh16O1vQNd3d0UR+Xa29rg6+NDsZnjMW2pl9WIgWdFPZ6R -vpc1j933ItLssMkwIcvXnYvJvYxP7/9cKGJ2q+wA0DR4PxYSVLiEYeuaNA+q -YcW9xLcKfPBApR+G50OQdFMMoh5JRdKLOch8uxD5n5Wi+EgFakGL+R9COcrf -6kfhL3+Pkln255Q3J8SHeCEtM1tgvglPuBodHaV6GsLWEcJWSUnJRcu/yz+7 -HvrbFJku50my8nn0fSmPc0ZuGSj1ythtXms9qrL5nHxyxm8FiiM9sqyehXpn -jttC4rRSHFGqwzse74nR5UMY7rjRCC357sPBVr30HgwDJpJNY9w7xsvLCwpF -EB8TE4PMzAwUFxVRPF2orKpBYWHhEfYY4qoERKMf2ctKdkG0F+vXmVook8/9 -MqbpL8gd/VYoX+JQey6P6p8zX2Liz1iKdsaFcY64IpXxLca5Dtf6IvG8MKhu -i0XS/cnIfToLha/lo+z9ElR+VY6aY9Wo4+vQwDeiEU3sXw37V4rmZw4gNyYd -gYogIS0tVYzZUj6A4imUa9Jji2f3PzE1Nd2iO+c/qLOk7+gn08XTpWMrn0Ox -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 -1V+w5y3GinXUWIwHP6sBN6LixgcfEWyjDg7qzoDByl5u6T7VrqSuOPaTT7f+ -ll437jS/9pkmoq42MjTc6OLs9JegoCDm48VzOTm5Yl1SZWWVUF5WIuRmJX9m -ZmYm2QvaC8fAxMRkXXR09J/LyivQ1dnBj4+PYWFuDnv3LGFifglLRbG4Nd0F -hxhXL/E0pTi/2ONMPYAXxuniDeJ+PSXMHtIMLH2c/3P9vgTEt2hfU2FAt+cF -7X+h7SdMqfBUnQbRuZcjou1dZE8DxUwH5ZwDdO55Fx+O5zMuxnA5G4cPpuLx -xkQSvpxLoDirgFk13h9K/9rVxtWR/U0ZG313H8Tl9Xan89ovnyNaexpf90wW -8fsxHq5ydXF+09/XjQ8LkQvRmkjGQUK5lNRMhCb2XkGPoT3oDAzFBhUjMzPT -mLjYWIo18h3Mt6J6FZpDtTg/j9mFRQw1VeP8GF3fYDHDVa1+DtZIiDX2MV+A -4mXUa//bfC8xNkZci+LvFOOnfQi+6NTlkMR9L7pDRZ+R9r34vE2B4pQO+OXd -hcyuN1E4zaPqAI/m848h7wKmnhaewhNMZ41UZqOproYwj/HBXlw10Yx3plM4 -5ozg0gR7moVNzbkr+2CWxywjlp+f03COaVH91pk8+/90i3junAKrrlNo2hEU -UcjFRqYjuWhSKNn9klB+AJ+a2UW6Gy3bW8HGzqkpPCJKyM5I4hoaanUx9zHq -lZ7ExNQUOhprheFQOyxG2IkzJwlbNGetO0g3T4ZisVck63LfFHegvQnIJr5U -o9uPgPD1Ae17QftdMF7/gbjvBc1rC4FfxACCc65HUuvLuvjrElBxWEDLORzG -y/bQPjbIL6tCR2cnRsTa9d0YnV3C3MQo/950Kt5uV/x5xzrjdWK6+eTzIH0/ -6sM5XfM9pOcnsKU5Ta955osueWGwfrPlLp/YpU80tU/QrAyhYuYf4j7a1eeB -qzmHh3PUoljTsXGbg40y47KfJbW9/H7O8FtCdsstQlFpLRoZtrq6usU+hK7e -Pr6mIBvN/hb8YLA11+BnwWe47ODLvEwFmpvVF6Tj8OfosUUxV7KJVDdMOaQ/ -VQaItfevMP1F3IsW7T/211p/XJejgmNQKwKTz4Om+hGk936Agkkt8vcCC233 -oFjli6TMTNTX1KC7u1vEOunRfUsLmF7aJ5zb3wmhPuxI4K6NjuJkL9EWHkfX -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 -avXO - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsfQd4HNXV9qpacpfVJat3adXbqqx677333mV1q/fmTjOY3iEBAoSEQCCh -E1oIHQJ8QOg1tARs7c68/z2zO7YsZGwD+WM7On6udzU7uzNz553Tz7l2NZ05 -DZoSiaRHj/2XUz0Q3d1dPZi7lf2R39HT3NhRX5fc0VvfWN8tq9FiGw+qh7Zk -jdZojdZojdZojdZojdZojdZojdZojdZojdZojdZojdZojdZojdZojdbof5Yo -yqqlftVQjzVao59Dmj+yXRxrOFujU6XlWPFko5CNBDac2Nh4gu8s52lrtEYr -SeRRhBPC0ywbLWwEslHERj0bdWwkseHDhsEJfmcNZ2skkpb61ZiNPjZkbFiz -kbFiP8JSCBvZbNRIVFgjDIaxYSJZXX4ul51r9L9By/XxADZ62XBU/+3ORoFE -hQedE3x/g3q/RDaqJSqclbERxYbDCb5Hx1vjaecuLecfpRIVJjYs+8xeopJ/ -K/f9Mb2dknRt2Yhgo5iNJomKr5Hs9GZjy4+cyxrOzn4ScUJyrZmN1GWfiTLx -RLhaSRqSE8s5+oxkazAbWWzUqgfxQdLRzH7k/LQkazg7W2i53POVqOSe14rP -xM9PFVerHePH9CnCMslO0tFIdpItQPwyig07yTFcL6eVvrQ1OnNo+X0m3tHG -hqH67+X3UrxvpLeXrPLd06XlODuR7CQ8xUhU+CL+STpaMhuubGw6we+uyc7/ -Pom42cxGq0Qlh0RaiRnxPm2XqO7zavv8HBJ5osh/VvvcSqKyO3MlKn5GsjNH -siY7zxQSeQUR+TlH2PBQ/32iZ/0/javV6MdwRkR8leR1JhtVEpWNQc9GJBum -ktXL9NZiA/8ZWk3uifbYajqMSP8NXK12DiL/WY3WS1QyMlaisjcbJKpzJbvT -RXLMrl1JazrazyPxfuiz0S1RyRCRToYRcc7Jz1mxYtt/k35MzhG/EmUn+Wnr -1SNForJPtp3gN9dwduokYsqZjQE2/NR/n2pOwpmKq5X0Y358Ol+SnUESld1Z -JVHpaXkSVWzgVGTnGqlo+b0nW6pdopo/oh+Teyf6HfrumYyrlXQy2Ul2Jfk3 -KI5eJTnev+F8gu+dDdf9nyRxTshmJ12jXHLsmTvdZ0+cS/IzVa3YdrbRj8lO -XTZsJCr/hhgbqJKonkmKDWz+/3OKZyyJuCE/ZpdE9fyJ9FPwIH6HdPzqn/E7 -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 -0PC0FSSghs4pzTnDlDDXBc4Gxb/NdsU9ee54vtJb+XlbENAbCgyF4rMdAXi4 -0h035Tnj8hx3/L7aF+/sDAdH2NodD0wG4teT1yJvD1C2m0dsziSiI4KQmpaO -8PDwP+no6Ij+DsofOTGuVDaehrbuZmMTx8w3rL0qmC41zPmnXYKwotshL/0j -F1r68BET+6RE1d4qP4dgPmhqa55KChfpV+QcC9608aZcYyM0WJhhwtYGTCbi -alfnLz3Wr6daUw21jSjydnoubMUpO5V5XXZ95GspVL8/S2xBkbTUfTdjQyWS -vABxqzjvJyIRU27b1jlfHGf/zY1pztwDhR7cy9U++KApEN92yqDsCwPGopnc -iwPmYvHFaAQebQnEdYVSXJrrhlurvPFsVwiUO32wb/QBpE+BD08Z/NLLw+E1 -JyeXaYYpqsMR55j0V0vx9E50MfSMuHmFL9p55sDMrVRp478DDiHjSu+EfYjJ -GLhHR4dEi/Agkcq08hoFM/VHLluFXQ2Njb4bNxzMNNz2VpWZyec1ZqaPuK3X -j1DvsFxXINsvXJyyH5vPFSTuSzmUol/ubMKVcP7brGT2lm6X7XIM/vAmaWxf -taF1rMAXmGq7uh9c/V19bQ2tTj+zPxyKd8Cv0p0VDxVJ8TLjRx82B+LfO2Tg -Ga74ITm40Uhwkwxf8wxfe5k8PC8JX49G4dEif1wf54HLU+2xK00Gn4ybYWIT -mqN9/GHF+0R1mTbHn8Kyc1LLQRsbm8LsrIwjBUXlXHxaNSKTGpBR2IcdvZPK -8/bvPpKYmCjU9TAxKKhCG7a5bLWSlvkZWATYiXbqSbB1lDZoam7aoqVlId7w -FZhKkxzrBfeTZK5E1ZMmaMW2M5pEH46VZ1lpcufbX+QMAXljQNPlQOUBfOoW -MVam2u+H/hg268I8SQ31A+fl1vz5MXbcr9Nd8GChB16s8sH7TQH4piMYSpKF -O5kdzvgUJqLBTzFsLcbh5ToZHgjwwtfyECA+CocTI7mPa4JQH+hwB/vZbMZ0 -6thxycdMNqdoW5F/gGL+q8WWBD6iq6u7USaT/SM1NQ1VVZVcb88OjI8NYXF+ -Grt3LXCLi7soF+zzbdu2CX5ee/+mHfFNr7xXNANl+W7uu8z+l+7dZOS6ffn8 -nHD6VvQV1DjebqZcnSZxuk7tjhxH4m9TntJZkx8j2tjbLEMi5WV/BLORUDTN -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 -wgJ6pxcVD0/U4MFC55vIrtX6cVyRbuW5YttPJfH7UZJj/dnPKV4lkIaGNqUh -WTilTQRlXYfE9rcV+ROUAwyhL3LFvqWl6gMc7MJ20lqMDE+mOi6y7rH4ppff -zh3+mssbegc59ZehrLQYzQxb1D+kp7sL7Tu6+KqcVGZbGit7Ay2VxW5GykzH -bcoyJg8bvE3RE6Dy9e9l2KI8TspjJZ/+H/M98DCTi08yfFEtDdU4UJ0p4YzG -C0zHf6XKE1dkBMHKt5H6DSK85A9Ian0d2QPfIJNhq3/4fXSGhiM0NpphvlDo -DUCxQDH3YpHJ6cXFRW58fAKvFEa9Z7lOS19D1YzpRDEWsgWdV2z7SbOtHlTH -1S1Z3c91ThCzrYU6Fz3ToFav+F2Ql96joJom6rVZOMWhZIbj0keUfHd+11+7 -vDaVOgZ1nx/R9iEKJxgf26deN4nhL6fhKhTmpXOVVdUK6p9eUlaOwmC3pUap -kdCnod3PHLlMFmY5buNK3IyYLm8q6FqUt7M70lawEcmvTzGku7LdhL5sxL9o -zZ3Hl8UpyTdxP/vslkw3SL2yYRfUJfj35WX3IbHpBST1fY3ekmsQ7+sOeUyc -UGdDdgfhnfLgae1MocaCyeq+6Wnlk8Ul/F0uzhfRHGiodcdl/dvFV+pL9Ev4 -LMXfo9iTy4pt5wyJvgI/Yz2njmC331j5NfP+KRdx0ZUPMJ3l78js+Qjp3R9D -Xv0M3u7JYfZ+MF5tTcR44yVc2ii4ir08ai9QMGxxyB//AtFxaUhJTqQeNfDz -9d2zTU9b6mGolxtqsbFXbrmpKdpq8/5shi3iW6XuxnwDsxO7AiyEvjOUX0F5 -6IfEvkZMNlKdA+VM38VkJMlJ4mdsG/erDFccjLVBnq8PjNyKYR/cDd/E/QjL -vREhlY+hOKoDAZ4uQi0i9c+i+nyS08SzSE4LNRZs9IyP87+uqgAiQ5dCLVzd -Jdobjt1jVcq6uK5rAxtGK/uAnSYtz2EvWLHtnCERU9kOWzJuzXD++NlyKerk -sfxWrxY4R++Bb+YN8M27C+7M3rqoro3Z7CHc0lg0h7EwHv1euKN7CnnTChC2 -KpnMzBtf4nxkma+4uzn+xsTENHPVY7IRYrHpgjwXQ9K3iG8p67xMBF2eYuBj -oSp87Yu2FexFwhjlWlyVTHFKR+6qJEehV/y83BoUexoLsUBpgB9cPHOw3a8V -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 -bT9fY/3iiO2bp6OtNp/HeNkEw1K+5UZdL+1jCNJYkbdAyUiaKv+6Kl62YcMG -qZOT08v+fn4Ii4hEqlyGTl/Toz0arkpSrXNKsUmqtyF/2TcdqrXksXN5H6xl -PWVm1WteTKti3gL+emWHg0zX24onorVVy8822xa2+bacU6UT3NvcyaZD0O4g -hF3GsHVzNOJ/Fy/EddKfSEfW37IE3pX3ep6gd+W/mY+8v+eRT2Ip6Y9JWLdt -3Zj6CrWPu14VUb5yp/r9GqZWIY1Ty2HUEHO4TkLCHDM7bZOpiUmvvZPzDeHu -Ds+0M1wx+crT2heUu05rPD+o7oNF/RnEPljU51vA1sqeMsvWJxDiSQNh/L01 -EeQP+11mdvY1UZERQ0YGRgZb/LbcQNiyy7dTOFc7w6PTA76jvmTbIezSMETd -GCXEdgg3xLvIF5/xTAYy/5opDPY3R35U2QWyjxmvKlCHALVWXB9tpFiN2Nvh -f17+nYjUyoGmmI++bGiJ+RD/r71zj2nqjuL47QNEAXkXMAXK20IBaaFAlRYB -rSiPiAwURHAUqiCC8QVDNK5MozHTYVTcNEu2GBezOf1ruiVmW9zjD5M5E5ds -TrNliXM+ptE5nb33nv3O796rqCTGbTrU3ye5oSWXS1sOv9+55/E9j8F958cF -+k5tJ75bt2UCjz2pg8RXQ98d98KvGzJpPQX2n2INGMb3eUX3Q8lNrpMPrKHo -t4P4yhQYaiyFirr50Lm0CzA+6hnwQF9P33mzw9wTMT3i17jyOIiviRdSW1Ih -vTsdY6WQuzkXbDttNA4/9cBUal/TP5oOzo+d1K93HnUKxA8TSg6W3ArPD0ed -qlJ5msSDvV/FnDRD/KH3ynji4OZIe0/Cyf7qyojkO7KjReyNwDlQe52yXlHd -Pb2i87KG/C2cT7BCns/cWyjPJ7CDQPWLpsBX7kJwVs4Gd1srrFi+nO/v7+c9 -Ho8X54wPeAZu5FTmDEaVRd+OLY8FQ22smPwy2RM7MyCrJwssHgvkvZ4Htl02 -KHy7kPr0uIY59jkwnyjgXpnQlID3dynkH22W/F6G646ij97BPee1CqMdFa2p -V/tVJYWewT6aTnO0gPcCgyXSbGYlf4T74Y/UtnIk3Q9lPgHmJXEGBrlXxPlQ -GI9YVumA8uoaWLzITXXksZ4T+02JXd1BfWO3q+1QYKqfXV9muGKoSBcMc+LF -+Pk6mOgm+2K3SczsyRTN680i8ekFsj96iZ0JBdsLoGBnARjqDV1U+F6jKiIv -vlh+G8NtCNexxGHfZ/w/UN+kSB+4D3Xk27IivdgviL2CQ9MS72phYT/zyaZJ -dN3C+ZM4n+Aazifoyoeb3cp8gnw45coFe2Eh7a9pdbnorPG7miM4n2DjBrGn -p/dPU+HKdbb5H/5W1vUDzFp1WrS1b4bEhmRIcSWBcXEamMjeiDEujJ+aXzWD -scN4PDQ7dLhmAq5VVvm54rfj8/9CY43xL1HykobxvkXzJoZDY3qE0JEdJUr3 -hpL2B85xwzowXLewl+Y01ZWRdD9w/brQLs0nuNqRA+9Um2GSNR8qKsppLzPO -OcVe0/61a2kN4Pp1a6C8Zi1MbvwMqlZelfS+twG0bgeYseooGOpiLqW4kq+l -tqVeTmpM+i5+bvy7wabgKtW9AIpS1IO1LtnyY7QhzNFgX40f9wLmakYpVLm6 -OHb8B6iZuyA9wou6pP0FeklXBjWLZD2sYzj/gqxdaF+nZN0PzH+jhtG5lkkw -MN0kJGdM4qeVFNNeZpxXjzXCWFfT19cLrpZOyCjZAo6mz/mq1dfEeRtFaH5D -gJYdf/FtQwBpzpVuvyifGL9I/6gHY+gqqT5/JL0PBHVA05RTn/xHxngUSpws -2FcTWZ0Uch515JvSdd4uSzTWRFP9ZdT+oPMvqlKpz4Wayai5dpysYcfrTVRn -5tO6dOGtmUbITE+D3FwrP8PpFJVe5rY2t9i5ZDHvdDaLxqJNxK6OQcWKS1A3 -AFQPa+Egz7fuFqCo8dibkuGoldemIUav5e7ZimJXqMGu9DijPbFczShEie8n -BPkWVKeE/o599GTdurOE3CNibN9D897xsJv4XFhruJ+sX1h/j3EuYmviexUp -XpwDtsUe+22iPnoozWSCPKsV51CKlZWVYs1LtdAwrxas9gZItq0RbbXvw4yO -M1DddxvqN2AdK88v3Aqief6Rg1IWRoNB3LtxKfW9x4p9NXOSDjbWTC/npBk2 -LFczClF8LbSt2Ukh5+iemEZ8+cxIb5c5mu/N0wvrJ8cKm+xxArExgdwz8jtK -E/hd8kzddQX6T8L8pNxkdHTUaqPReDEnJ4fOOXUUFd22mLP2T0iwvRZvaYcs -51YvzieYufRnmN17E6rX3vHO7fsDtqXVHXJzXGaASk37XImzpI2RfCd0zrXD -cgmL5K+o6++QH7O1apSixPaDfDVhDn3g9jkpYddbMnSAs1VQJ4vmJvP0sr5M -LGy2x8F6W8wvZP/sCvRR36fH7OPjExYSElKs0+lm+fsH0H4NtTZg7ARjzdnk -/G7InrnDO6X+CF/SesJbtuQM5Dd/ccHhrzPt5Liqwyr1Eg/xzZ0cl3uN475x -S3Xp9BJqaY3CflL0r9zK95/qB8V4bFTD/kZBYzQGi25c+7S4oMML0sJPujMj -f+rMjjrjytCdqE0N22eNCqiLGCv1Uz/wsyPklKT88JhAfUpU8qwvk6xdxIff -BJaKPZA1Y/v34TH2POUq/sR2yEJkucJxg8BxQA5+iOO6x8hXUkszvFADLZxj -+98zw3068jIBWpVqvK8mKGSMxt/vAZVilaRv+lC/nqSxRw/F3uTyHa3PuODE -olD95NaQCdYyjXYszrnBpBSKFNLfm0VOu8hxey9z3FliVzfQvq5z3PE5kp7C -AXJSqXzN51ED5rlGzklqR8p9y7nKkezpUVcdcc8a3i+LFyRrljaYHMQh95tH -XDbiUJmXEX99D8ctNHFcsVxkxdapZxyVXIOjGqmw659cTtIL1Ui6z493yVE/ -EJcxqlHsWCsdGHvQql+g/j8Gg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgM -BoPBYDAYT5+/ARmNFGI= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->1257552882,ExpressionUUID->"8cd682f0-2b9a-4a84-b22b-5558451f259a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1248397097,ExpressionUUID->"1773a11a-ef48-4b15-8331-854fadda6507"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Distortions\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.785684718646495*^9, 3.785684721439995*^9}}, - CellID->1942578767,ExpressionUUID->"9322ff57-9983-466f-94d9-db1be446b09e"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "@", - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<Diamond\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}], ",", - RowBox[{"1", "/", "2"}]}], "}"}], "}"}], ",", "\[IndentingNewLine]", - - RowBox[{"MaXrd`ExpandCrystal", "[", "\"\<Silicon\>\"", "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Distortions\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.25", ",", - RowBox[{"{", - RowBox[{"0.50", ",", "1.50"}], "}"}], ",", "0"}], "}"}]}]}], - "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785684738841551*^9, 3.785684754035494*^9}, { - 3.786973475887648*^9, 3.786973479037603*^9}, {3.787475816051239*^9, - 3.7874758173709927`*^9}}, - CellLabel->"In[67]:=", - CellID->167905692,ExpressionUUID->"e8eae341-699b-470f-8255-3d0378db8620"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 - "], {{0, 150}, { - 150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->197453286,ExpressionUUID->"1d2f964b-4bfe-4c62-9f80-393667bd89a3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->894778089,ExpressionUUID->"a7c968b5-3dca-4504-8665-ed77737e95b0"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Rotations\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.785684760838876*^9, 3.785684762247196*^9}}, - CellID->2056601593,ExpressionUUID->"e6b13e7d-06f1-42b5-9503-c7b09d47bc36"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "@", - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{"MaXrd`ExpandCrystal", "[", "\"\<SodiumChloride\>\"", "]"}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1.75"}], "}"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Aluminium\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "1"}], "}"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<MatchHostSize\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Rotations\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"33", "\[Degree]"}]}], "}"}]}]}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.785684785766238*^9, 3.7856847994874773`*^9}, { - 3.786973481077993*^9, 3.7869734844801064`*^9}, {3.787475858714419*^9, - 3.787475861225543*^9}}, - CellLabel->"In[68]:=", - CellID->1254451027,ExpressionUUID->"ce0b5d6d-74fc-4d3a-b364-df2e629a0d36"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztfQdAVOfSNmCNGhNjqpqmxhg7ir2iIiAdQZogvSodERRRkGIXQbAgomCv -KHbF3hUVe2/RxBRN7LLnnPnnec+u8eZL7r3/V24Ss3PvBoRdztl9nzPzzDMz -7/ncN8Ix0MjAwCCmJv/H0SfeNDraJ2HQ2/wP5/CYkKDwAH/L8NiAoIDoLr5V -+Ie52kdVA73pTW9605ve9KY3velNb3rTm970pje96U1vetOb3vSmN73pTW96 -05ve9KY3velNb3rTm970pje96U1vetOb3vSmN73pTW9605ve9KY3velNb3rT -m970pje96e3fN0NDI0Pd448+F739tQ0Y4v9hOxSjV3+On1XB/42qGP3OS/X2 -FzF2FIa8llX5O6yz4S8/xgJXrYrf/28eC4d75d8G77/dqFqDdxvXeu+thtVe -fS5jq8r/5rH19p8x7ZpV+Yef6f73q+WEH/mfLvGrGPmiYduP/AeOi0nzW1a6 -bMzFMxszv7tUmv7NmbzIXetjBs+INGnW95NfXqePj38Ve3Wt3n/7kzctO3l5 -jPUuzp0dvXdH4cjjRxaNPrt5UvC6mc69h3m+W7dhrZcv+2+uMb9OxLX33/r4 -jaHmo8bmRu66t2LsZdo88QfaOe0JHZqp0Mm5RFeKia4tJrq4gO6PHTp/7Dtv -flQHr6uij4t/etNho26tdww9zEZE5kXuubYu7WvaMeUhHeT1Lef1PVNAdLlY -fRye+fjiMLs0/9o164nXG2kx8u8fT/VTH7/XrH686+yy7PBtlB93iBhXGsaV -tDe7Uj42m+TTBYp8foEkXVooaS4VSfTdGqLS9POH6tdt8J44rtH/33H19p8z -QwMVUw3eafxmvOus0tkxe2nR6NNUknZbKpv6SHNopiydyJfls/Nl6cICSXNx -oUaCD7m9nGj5mFMl77z5oQDXv+u3VEwZGr37VqO6YXYTD6T4LKZpYZsqFyac -UNaOv0nbJ/9MB3IkOjGH6Fyh6q+uLyG6sZSUy8WVld+sIlqXdr68ft2P3laT -Rn1M/LOZjk+991aj2lFO0/dynKPZ0fs0y8dekjdP+J72znhB7DeEr7q0UI1H -vL50Y4kiXyqq1NxaRuxjzh7gNX5T5dTaNQZyqgguXsXQyKCqUVX+3lDl/4Zq -LmBg1dln2gjXPBo7tKgyO3w7FSWeJOBq2+SfaH+OhsoZV2fns38sUnF1k4+L -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 -x8oUnxPHxeoihWYOYaTd//8PXcA/sRliLJc/H5MvvshCj1qUvZ3YzwCzMtg7 -CnpmYVTkg67Nv3RUX/DLtdnXwKBBkaHh4FXVqweOH+x8qZhzRez3BF6s6yeW -UQe8dZOWs49yYc6T7OEu5tmhI4CHITZBS0BvKrg48lFwp6cbN9Bdzve2sp9Z -mzJO7J/tP2BAJc4RszioU4OvAaPITQVfwyw85q04zp1hLhVhK7Qo8T6gZ2EP -bOjmiq7fHlprhbamzLH42fZtJJ0VMxeKcvig8vzQgUpZ9EGXf9epWbNPDfT3 -Mvn/NQGWph99ZGvbudP2IEuLu+y77nNOddGrX9/Czz/4oB1+r9tnpwqw+PJ2 -rAYGjo0aWWV4eSLGyegVR4+4jjsp2vuI3OPvh/TtSwHmAwQnh6YOXwNtVMSz -gnmifgiMwPc81vHrXWUK9Nd7xUX32zdp0rHTF1+Msu/SZX+iy+DKpfEjFHE8 -aBba/YlEDss+6DZzQ+Rx0GYxZ6jzkYiFQmtFfQfYOqL23OBcn2/aIHie0F45 -LmKeVnP+bCVmgNZnpM8Dj/+76wj/DRPXIS7H+m+++e6HzJvq1Kz5cn+U3+r5 -qGpoWI2fYGTeqFEw+w+Fc0LoDgIjIr6hfgKfJXriz9Mm5m1m7dphXzsFmuPM -0BBpSfwIiTmZxHmfgpwNdR9wIfTBf8O+jHMICb12k3x98nTH7dq8uU12SPAL -zjNkaFEv5y3Qh4rcko/1M+MlyMqKwrDvv6c6E4Z8AhhGzgD/KHpXUTPArCD6 -SNmXSTjXcnVvmkr+nXL+nIy9sqWdZXcb1Kv32s/U/F+Ylm8Z/fpnv8cjdFrF -540aeaI2hz7mEuY8J3NmMG8vVmeJMY++V7v/58EDmNlRODenkIEDRQ8B6tSo -6SGmTfHz0+SGhuI+SEJfgDa0m/PK/ZMnKjMC/UeaNGki8q8gS8syvGb1qFFC -sxC4AkZQX0ZdGTnetSuUEhBALj26iz549JOiFoOcAdgCt0P8Rc0AdR74sbuc -owgfhtoU88OHyIdPcZ5afkzoGD2++qqleN/6WPjfMu34pNG/0mN0eOPr2Jh5 -vzLS2UnJ57wPGgBqad8uKhJzPajzoN/k6ZrVyqOVy8mivbGfcZPPI+w6dy5z -6dlj3+CePdf4mZk9Q9xCrQdxEvpCmbhvxBx1T2L0fG3f9mh5YsKC4TY298V+ -VJxfQBdBfVn0LWt7YmT0LTCuTjLnsupgQtDN8XcRD5EbQseFVgHtFvs6oMfi -EMfe77GPqLYu9QP7tO+Qrx46oCh792DOTGPcpDHuF6fH1X/G0BiCe3nsCx5o -CV1A7GO+bfx4Kmc+A70C3Px24XwNZhI4zmH297/8kfffesu4d6tWM9mXVUz0 -88X+egp0TPgTxCrpwD4F/THfcrxCbRhzj6/ulw4+pmh7i6FtyMfVudY5HP9M -W7US98BE3yDqO4xZGf1k2MMP+9KUJCWJHlX05kO7A89Df4/YJ3vzRlneWCpf -mj3rZt1ateqIN6yPg//nZqjSDcOP3nnHxKl798fok+E1r5w1LExamZgob01N -kdg/aOAjGGs/dWja1MRAzasweIDr/uV9JrFYnPPNwkwgx0BJ9Mmgb4L9BXCi -XLqg3N6xXQriGIreYeSs67XzoIhjovcZuuhu7T5rmDlkHM6OjCS7rl2Jz0/M -Oo7C/SF8ffB67NWOuh90N3FfHeALdQN1Pl/MbVciv80Y6pUJOL0Oe2T/VUwX -Dz+qV8/UuXv3O+BOuPcyrwUxv6b5nOfnhoZc79O6tRme9+s4YqT2whl90aBB -m/ShXjK0U2hm6v5UG9ReBtQQMRNz4RxFs9/xM+uv7rPG8XJ7mnoPXuDg5T5r -zI2grWN+EP2pV5YuoYK4WCXde6gSbmNzM8TS8in2AcC+R7qZZT5HkUvAn3EO -Ie3MzNAgNy0ZPfpK84YNcc8lQ30N8D9rOmy9W7fu++2bNIl26NpluVffvnuH -mJqWMp6CGXPvvPq8V03H/7t99VXYeHWfWFGr/GUfIXVmTEZPzI1rtJTzOtR6 -GBMKaj3wb+B0qPOocbdQ1JPRMwhfpuam2/CQFeZP1p06mr1Vq1aLni1bTHHq -0f3I0H79rkba2VZGOdiLPhv0BKEnGfjODg461vSjj5poz1OPqT/A/pX+/Hu/ -1+3Z3KdVqwmY1ZoRFKSB5oD+KzEzpu2/Uhhb0BGeM38a4eIi9g6NtLOT2cdJ -89BjMXq0vD09TUEtEQ/UesDrMR90Z2GhDO7EueZBHT0yVHsQxD2fP33vvXY9 -W7acznnEoSAL85Meffpsse3cKeCdN9/EfQP1mPqDTZtLAie6WUzc+PCf7t/K -ayZ0sjaffzaKeZPCPqtSN6+l679StP1XinYf0PtrVsnR9vYvXHr1EvfCQc0G -PQboa82PCEd/hcS8XtkyPlXkf8ydZPSNMa/K4jy06/tv1a3zyjm/PJfqVasa -1NH2E7/yez2m/oKmq1M2+fBDiwALc9QCZeY6gj9D9wR/f7Rqhcj/oeM/LymR -NevWUqyDvU+zBg0GO3TtWhZgbn6T+dKtGAeHHzBzHOvoKGrW6B2FZqHr5YL/ -A7f/ZvnSC+m+PtE1q1ZVB5KFTmcg9gXTnpORtgaoz/3+oqbrrahWpcob1h07 -Xgi0sKAxbq4azC/gXlyY30dtD/GMubyEe4izD7rNHEns3Yn6yjt16tRlbvd2 -/TffbGDcpHE4+6SSQAvzy1P8/REPFfB6gSmOqfJe3RzGGSrPn7Om8QcfQPgQ -WzW+cj56ew1M57M+e//9/q4c2+C3xri5VeaGhUgrExNk9AnumZBZCb3qwOSJ -uM+RPZ5fpYrQK/4LDurWesOAY+qOhTExwKAETary5b4LhxXc6+35yRMvMKe2 -KW38jOra2p8eUK+f6XhMk48+Gjy4Z48foIVhHyHUelDnQTwrjIp8aNOpozee -9yqX1u2xyD6nGjDa/auvnDDfWhgVJXJL6A0v7+el9VV04byiOV0h0ekK2dzY -WNxrSz9X+nqaobY+Wa9OnU+6fPllhmvPntv8BpidHGZttZ+xNuOT994T8/2/ -t/eBzu/ZdelcjD0j8sPDpV3Q0nV7RYqZMW2v6PlzJJ09rZHPn6X50dFj8Dp9 -v8Lra6/eT6aqkRHuCVKlWtVfZO7fxZT219gbyK1XzwNJbm7wc9Jm7d7HP+v2 -Ptbtc8PYkk6ekFDv2ZaRvhAv1uPq9TbtPDrAZPjKz/5lj6YaCo0MrDt13IUe -C46h4Geitxp6qfBZ6L2Cho/92g4ekNB/VTo2eTler8fV38pe2UvpXzxR68t6 -tWqZH2ZtpYwc7CxhZgz9qdjfFr0PwJaYZUNv6bYtEnrsc4KDkvA6Pa709lum -w1XTjz7qjf0ZQ6wGatB3g3vTQx8FtqC13l+2FLVEhb9KPy5ZrPRo0aIDXqfH -ld7+iRlhpt2iffsNuD/lcBvrF5k+3gp6RjenpIh+1IqZOdgf5wV6r6b6+xfV -qFrNUK+r6+1fmIib79at+55Np04HMVuPWe2x7u5KdnCwzPgS82LQXOcOH76z -Uf369QzUXgW9fKW3f2o6zbx2jRq1un3ZPM2tT++7mKMe5TJY7P+WMsTjjnP3 -7klv1679hni+HlN6+zftVay8WatWvS8bNerTrvHnDu2bNO7HeKr/W8/Tm97+ -HdP6rd/k4uj70mNKb/8TM1T5UxXdQ48nvelNb3rTm970pje96U1vetOb3vSm -N73pTW9605ve9Paq/T/F61Jw - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1711448190,ExpressionUUID->"fc996a33-d14e-4aaf-8aa2-e9038ee0ee9a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1854845529,ExpressionUUID->"a4765e63-3053-42cc-b767-da64bba7852c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]OverlapPrecedence\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.785684820381812*^9, 3.7856848309062967`*^9}}, - CellID->516781490,ExpressionUUID->"9cecc297-9507-4963-9dd7-93156ed65059"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<DemoBlocksAB.m\>\"", ",", - RowBox[{"{", "MaXrd`$MaXrdPath", "}"}], ",", "2"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blocks", "=", - RowBox[{ - RowBox[{"{", - RowBox[{"blockAu", ",", "blockAg"}], "}"}], "=", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "@", - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "blockAg", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "0"}], "}"}], "}"}], ",", "blockAu", - ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<Demo\>\""}], ",", - RowBox[{"\"\<MatchHostSize\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<OverlapPrecedence\>\"", "\[Rule]", "p"}]}], "]"}]}], ",", - RowBox[{"{", - RowBox[{"p", ",", - RowBox[{"{", - RowBox[{"\"\<Host\>\"", ",", "\"\<Guest\>\""}], "}"}]}], "}"}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.785684835224256*^9, 3.78568487273734*^9}, { - 3.7869734875545187`*^9, 3.786973503204749*^9}, {3.787475923937557*^9, - 3.787475926738559*^9}, {3.788197262711379*^9, 3.788197269510559*^9}}, - CellLabel->"In[123]:=", - CellID->963121486,ExpressionUUID->"45ed16ff-220b-450a-8498-cac34ca15817"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQWcVdX2vjHd3c00DAiIdEhISyMCQ3c3SAnSAkqDKC0hAoJSIo1ISIcC -0tIlHXNi/9e3z9nDnWEG8P2fD3jvrN/vcO9c7px7557vrvjWt9eObta5ZiuL -yWTq7kT/1Gza+91u3Zp+VMuLfqjTqXvb1p1atqjYqUfL1i27FWpmpQen6Ied -yTDDDDPMMMMMM8wwwwwzzDDDDDPMMMMMM8wwwwwzzDDDDDPMMMMMM8wwwwwz -zDDDDDPMMMMMM8wwwwwzzDDDDDPMMMMMM8wwwwwzzDDDDDPMMMMMM8wwwwx7 -WTObzTiEveq3Y9gbbACQxWKx0g1GQ9mCyWy1Wu3osBogM+xlDVABnmwf8/T0 -NPn4+Nj5+fk5urq6Zni+jq//6Hs07M0y3f9wkAQFBTnWrVv3/YEDB45fvnz5 -lk2bNu3fvXv30Y0bN26bOnXq9A4dOlQjrDmLXyUsGuAy7BkjXGBiosnX19eU -mprabMaMGYd//PFHtmvXLnbw4EH2xx9/sD///JPdvHmTpaWlMVmW2YkTJ37v -2bNnK3t7e34Ocl2WV/pHGPZamciTAgICPMg/fU3GFi9ezAhXyo4dO+SjR4/K -Z8+eVa5cuaLcunVLvnfvnvTgwQNZURQGIx/2Q4ECBQJxDoFPw/63Dek5biim -efXo0WPXpEmT2FdffSVR7FM2b97M9u7dy44fP8591fXr1xlhij158oT7K1VV -FbqfBmxdu3ZtX8GCBf1wTgNb/7yhRLezmqz0SdvRfSvSYv1AxmtnZzXjsVeV -m8BVWSkXN7do0WLZiBEj2Oeff542d+5c9sMPP7AtW7awffv2ZYkr4atgkiRx -bNHzfqJzIY+3GLXiP2PACmWy1hc/UzPCmNXyH8aXziGYihYtmtq3b182aNAg -afz48Qy4+v777xnl6mzPnj3s999/Z+fOnWNXr15ld+7cYY8ePcqAKxjlXBJu -R48e3RHnzFxT/j/fp8mAKT5TU3ocCPCxWD8o71Js0Sj/fjvnh87btzx8zf6V -4asO/Bgxd/qnAb1qVXAr5Oliscvqd/9JE7Wfu7u7W7Nmzc5069ZN/fjjjxXy -V2z27Nnsu+++Yxs2bOB5+5EjR9ipU6fYpUuXGOVX7P79+8/4LLqvPH78WKF4 -eCEmJsZT+1v+tRpRcGc2/JkwhFhQG9b/tfqTKiL+OUSHWC2fdffufHRZ2H52 -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 -7THvg69tpnNs9vDwcDO94pgo+h++Xpagxu+73W1dx0Pt3thLHdzWm33ey4/N -/ARcD7RRmiYd+jis0yIfxPGF2Hh3ZzT3YeBQsQYC82LwGNZEIDeDDhS/O6qr -L/u4rY9KNQLnv7dSrXWXcIf8fv/6SDamC9VchK0fp2k1A3R9d3fomhbhr+78 -7V4SNDwqe5h4s8RbjsFZfATgp+tm+EwsVvuyZUpfrl69GvTrKuo6YAJxzHbt -gq2vsdUAAw/AUenSpRm06sCWreYT5wFGMVsyO80n8AW/hHPCh8Ev4mf4QuAZ -tULm+YBpOolG+d/3bm5uple9bl7o+Erkd5wAzqdlTQ/kHgz1IbA1Y5A/1Uma -JmrLzFAeo8DzHKfYeHp1JI+P4KvRpwYvgfvwNcAf4VDdSTkauEjoErhehTAD -fR56KtOoDltEtedU8o3je/pxfTLyOjzn7FotDkqHdK3UZV1TkW0v6VldhVh7 -r5B/mzbYrzl6PjoH60gVlKPVYkqkxxrRfTzmYke3Vroc77zzzkJontDjxZou -5N/ABNYJip4M8nho6JB/41oDX2L2KNa+Fy1alOladY4t6PLg+8CVCmyJtfjI -t6CfQU8aa+WBL/gvnA9YwrlRLwDL+D/k8YKPzdRL5NgaPXp0B1zTV6llF3M6 -fD0t/qlV3K42qMy1Bgp6a/BbXJM+wJ/NG87XIfDrDs04sIHrDx+GtTWIk6gf -gTloind+HapCm7J8XFDa8E4+ytT+/tz34fcuUB2gHNDy8T2Un39M+c2kvn5c -mwz87p5vq++MsVlzn5DFmvvstMN6j1LNKVP9qF7aEbXC2T6jZp/Mn44aGT4O -i8kaFBRQtHz58tAQcC0w1qLC3wATWHOF/FvM/hBz3cGjA2PIvaDbpN9VyWcp -FSpU4DER3INYX9O1a9d0PTHyLeAUGhqcC/gCfrBmHj4MB+7DpwHLyNtRGyJv -z6LnoxK0lLt3715OSUnh6/ZfZa5l1nt1OcLsKjSq6ibXr+SutCZsQW8C/kFf -D8++/FjT3C0dG8R+mKRpOpF/IYfaTL4MeNs8IwSPKT9ODVbpeU+6NnT/knxf -2qS+/uo3VOttmxXK6wCs50PefvD7cM4n4fyaVkqb5QDNAWIt4irXSZ3J3EvK -ju+37SVxXHH+9OHJ2OvRIVarm4vZVLaQU0KjKm6V+7fw6NOkquv01vU8alGu -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 -Gfay9n+C6gOP - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQWYVVXXvjXd3cnMMMDQIt2odArSjYSEdHdJKQ2iICGCCIhKSyMSEiIh -KKmUdMPMif2vd5+zh8Mwg/h/KvB9Zz3P4d6ZuZwb571rvevda60d17JL7bdt -Fouluyv9U7tF77LdurXoW8eXfqjbuXv7tp3btK7UuUebtm26FWlpp19O1w+H -xTTTTDPNNNNMM80000wzzTTTTDPNNNNMM80000wzzTTTTDPNNNNMM80000wz -zTTTTDPNNNNMM80000wzzTTTTDPNNNNMM80000wzzTTTTDPNNNNMM80000x7 -VrNarTiEPe+XY9pLbACQzWaz0w1GQxnBZLXb7Q467CbITHtWA1SAJ+PvfHx8 -LP7+/o7AwEAXDw+Pxx6v4+tffY2mvVym+x8OktDQUJd69epVHzRo0KQVK1Zs -3bx584E9e/Yc2bRp0/YZM2bM6tixYw3Cmpv4r4RFE1ymPWGEC0xMtAQEBFia -NGnScvbs2YfWrVvHdu/ezQ4ePMh+/fVX9vvvv7Nr166xtLQ0Jssy++WXX37u -2bPn205OTvwc5Lpsz/VNmPZCmeBJwcHB3uSfPiVjS5YsYYQrZefOnfKRI0fk -M2fOKJcuXVKuX78u37lzR7p3756sKAqDkQ/7plChQiE4h8Cnaf/bBnqOG4pp -vj169Ng9depU9vHHH0sU+5QtW7awffv2sePHj3NfdeXKFUaYYqmpqdxfqaqq -0P00YOvy5cv7CxcuHIhzmtj65w0pusNusdMn7aD7dtBi/QDjdTjsVvzueXET -uCo7cXFr69atl48ePZp98MEHafPnz2fffPMN27p1K9u/f3+muBK+CiZJEscW -Pe5bOhd4vM3MFf8ZA1aIydr//JGaEcbstn8ZX7qGYClevHiTfv36sSFDhkiT -Jk1iwNXXX3/NiKuzvXv3sp9//pmdPXuW/fHHH+zWrVvswYMHj+EKRpxLwu24 -ceM64ZwZc8r/8HVaTJjiM7Wkx4Fgf5v9rTfcSyweE9R/18KIBftXRK05sDJq -1Y/roufPGhvcq05FzyI+7jZHZv/3nzSR+3l5eXm2bNnydLdu3dTBgwcr5K/Y -3Llz2Zdffsk2btzIefvhw4fZyZMn2YULFxjxK3b37t0nfBbdVx4+fKhQPDwX -Hx/vo72X/1+OKLQzg34mDCEW0ob9fy3/pIyIfw5x4Xbb+939uhxZHnmAHcnG -2O9JjN1IZuxhDroKufQjN27Vy6cTfxozIKB1eIDNmZ/DYf3bvutZmfAnefLk -qfvOO++wTp06yf3792fjx48Hv2JffPEFW7t2Lfvuu+/YgQMHeCwUPuvmzZuM -eHs6z8JBsRB4k/E7iqmN+Psg+yuvSeAp4+8pn4Dukel7+F/AF71D7ndqlXfL -t3l22Nar2+JY6t54Jh9LYPL5JEm5lSwrqTkpj8olK2ouuhwpkqLm1vGVh107 -lbi9SF6XBH4u27PH0P+PwQ/AZVWoUGFO27Zt1Q4dOki9evVio0aNYjNmzGAL -Fy7kHAuxED7r0KFD6VoDsHXjxg3OtRATxUExUqLfqYsXL17k7Oz8l2KhkY8F -BQXZy5cvX4Zi87AJEyasXrNmzQ/btm3bt2jRos3z5s37iL4HdXPnzu0rHv/f -rG8IP1X3NfeSP3wWceX419HsytZYSTmcTWG/JansGnxVTt1PpaRjiQ7KqvIo -Ulpu4id5Werl5D+GNPYqiw+Z+P4/9Xnxa4jEoUaNGrtatGjB2rRpI7/77rts -6NChbOLEieyTTz5hS5cu5T6LrinnWYiHJ06c4Ni6dOkSu3r1KscXOBd82LVr -1xTEyh9++OFAQEAA/449C38X+SPFZOtbZJST7v7qq68Y8lHkDT/99BN/XpE3 -ULzF/QuEsRHJycme+nv5x338v23kp/jn8kYxlwIbZ4Xd3rkgkp1eEy3d3xNP -SVIiYxcoBt4iXEk5DfFP4Cpv+kH4krTfpdysUMwtB85p/2ewxa+1w+Fwr1q1 -6m9NmjRhhC34LNanTx/23nvvcZ8FHQs8a/369TweCmzBb505c4adO3eOXbx4 -kfsv4Oz8+fMKfr9jx45ThCsv/kR/givh05KSksJ69+79DbjdggUL2IoVK9RN -mzbJhFGZ8gaun9FzyYRdmXAs379/n/M6eg2HGzVqVMR4rv8G0zUCa3iQzf3j -wYFH1s4IZ/sWR0rnv41hDykGsl8IVxefDVc4FDm3JCm52ZXfEg/njHfypG+y -Fcff/bLxD+HKo2LFiufr16/PGjdurLZq1YrBZxF/Z++//z776KOPGMUeBt/x -7bffsu3bt8MXcf+BHBH4OnXqFMcYDvIpCn5PeDhOuHLXPp+scaVrZ5bExMTY -QYMGHYGfnD59ukTPqVDs41j+8ccfoetzDMM/3r59m/srIhEqcTlJTxvu9uzZ -sxLO9d/it6y6lvDOW54Dl4wLYaunhUk/LolkFzbEsgfA1fEExs4Trm4SrlIz -i4N5Mxx5GHgXbpdMDx2Ac9Mn9XdvMSXioI341d7atWszCj8K/Fa7du0YXSM2 -YsQIHg/B4QW2sK4DTWvXrl1cL8X6DvzX0aNH2ZEjR/Az/Aseu8/X19emfT6Z -40rHlC0kJCSAsHwI8XfcuHHSrFmzuNaP+Et+7wlciVxUVVWRh8rIG8julypV -Kpf+vl5qbAlfFeJv8x/T1f/8/JHB6prpYcoBwtU58lf39sQx5ecELRcEv7pP -uaCcMyO/yoAv3M+tykouJfVq9qt5Epx1Dfuv+yyRX+nmEPUt4mfQmsKFC6+o -Vq2aWqtWLQl+C1yrY8eOrG/fvmzkyJFs8uTJHFufffYZW758OVu9ejXXH8C5 -vv/+e87p9+zZw2/Jn0nkY6BXfI5L+7S4hLwB64pvvvnmdOQL5K/SkIsCV59/ -/jkT/krkokKXFf4qg8bBgUX+83vCM96X7WXWu0TOVqWka5Np/QPZ7CFB8qqp -oeyHRZHszJoYduv7OCYfIlydolh4KbsWC1MJW+oT3D3DkZtJci4Zvm1SX//6 -eA7o8s/6unS9+1keb6MY1KVy5cqsUqVKMmGLNWjQgCEedurUiUErBbbgtz78 -8EOul8KXEPfh+IL/2rBhA8cZ4uTKlStl/J6w0lb7fDLHlXhtKSkppaBvdOnS -RRo4cKA6ZswY/jzwj6tWreK+UeiyiLPgcMgToHFg7Vv4LF3z5zGRziU0jpd2 -G0Hy5A5kMo2rei6c2CtQnTkwUPryg1D2/YII9ouWD7KH+7Mx9bjus64Sru4S -rtJyGrAl8GU8UigW5pRU8m2b5kV85uRAvvlsuDLiKSwszJE/f/6CxMebER8f -TNduGMW3LhTzKlGeHqU/zOO111678/rrrwNbKuWHj2ELPH748OFc15o2bRqb -PXs259WLFy/m+SJ8GA66r5BPU8m3/UHP66+/lqxiIHQnCz3fgvbt2+N5JPhH -aBx4DpwfcRd4RcwV+SBiIXwW8k/wdkAJfgv4ovsyHSrF5C1+fn543pfSZ+kv -2eruarF0b+a9fXSXADapd6D8+dgQtvnjcPbT0ih2bn0Mu7MznqX9lI2xE+Sz -zmfX4uE9HVsKYUtNMeBLPwhzampOmd3Mwe7uizsc6m930p/zaRwYN5zTZM+e -PYpiyyjyL0ehPyGWgGPjuly+fJlfG8rdrpF/WUUxsHi+fPmGlytXTiV8yW+8 -8QYT2GrZsiWDZtqjRw/EKX7dweexNg2/gvg4Z84cftDPEnK5hg0bDuQvJGtf -xV+oj49PAOVxfxB+VXoOBZwuM40DuQJ8FjgccgToGOBZAlvgWvBddKsiRtLv -Uokz6rn0y6driWvs4WZ169rE5/iwd/zZ+O6BytzhweDubPdC8lnfRLM/tsSy -+z/EM+WIHg8v6FzrDh0Pcmg5oiQwlku7Jcypd5IVdjk7u/tD3OnQQLu38Tmf -fC38Wtnc3d0txJGaUx53QegDOveVifvKZ8+elfVcXYHehO87rsuWLVtW1axZ -82KJEiUY+S2VckSOLfCtZs2asbfffpt17tyZgQeRz+P+C1oE8Ww2YcIE+DIJ -PKx///57vb293Z+27iz8aVJS0hvIE5o3b660bduWnx96P84JzILPYY0SPmvn -zp2cv4NnIR5C2wC28B6gZyEugs9fv35dwi29l3p4jpcxFopr7O5q9Xqnvvep -gW/7sREd/ZVp/QLZF+ND2SbyWeDvp4lnXdtG2NqrY+skYescYYsww9d17uTQ -/NcD/cD928lMvZxdZWeS2LXtsX+EBNj9jM/5+Ovg18/u5uZmoXg3Hr4DfoPi -iET8RBH1CL/99hv3VYY1GJX4b7oORLiT4KOALfJZCmFLpeuDPJHh+sN3IVfE -9Yf/QtwCJwLfRu7Yu3fvi5TbJemvKUs/IXCVM2fOtuTbcG4ZMRfxUOShwCh8 -FtaSwNegj4r6QryX06dPw9/y94M6Q6xZ4iD+JeFnwvm7eI6XEld6ru7manW0 -ru11oGdzXzbgbT9lfLcA9gn5rG8mh7Lv5oazQ8ui2Jl1GrYekt+SDhPf+pWw -dSZR0x/+IHxd1eMjjit0/yIdZ5NUdiyBnV0bfT7Yn+PKmhFX+jo/xxTlceMQ -Q4ifpBH3URBDkK/hWghuYszTRT5F3ESlOMJ/QJypW7cu8nVgixGfB5eXCVsq -9C1op+S7oJ/KlDNK0LoIT8DbwcDAQH396em1V/R6+bXOkSNH93r16sEnyvCJ -bdq04ZgdMGAAGzt2LNdlwbPA3fBewOEFtsDjsQ6O7wrwhdiIg/yxhJ/pcxik -v5YXSm+AB0BdAeqmkIc5HFZEanxiNqN3h3aFT7FScfcVXZv4sh7NfKVhHfzZ -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 - "], {{0, 150}, { - 150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->1598567763,ExpressionUUID->"50d540a0-2da8-4bdc-afff-ae7bdd4e786d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1516186051,ExpressionUUID->"9241cd54-a7af-4fcd-9e79-0e1a2ffa9e07"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]OverlapRadius\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.785684820381812*^9, 3.7856848309062967`*^9}, { - 3.7856848887586203`*^9, 3.785684889805414*^9}}, - CellID->398580461,ExpressionUUID->"4adaaca1-3d9e-4b45-90c3-916ca1ca87b2"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<DemoBlocksAB.m\>\"", ",", - RowBox[{"{", "MaXrd`$MaXrdPath", "}"}], ",", "2"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blocks", "=", - RowBox[{ - RowBox[{"{", - RowBox[{"blockAu", ",", "blockAg"}], "}"}], "=", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "blockAg", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"1.75", ",", "0", ",", "0"}], "}"}], "}"}], ",", "blockAu", - ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<Demo\>\""}], ",", - RowBox[{"\"\<MatchHostSize\>\"", "\[Rule]", "False"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverlapPrecedence\>\"", "\[Rule]", "\"\<Host\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<OverlapRadius\>\"", "\[Rule]", "r"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"ViewPoint", "\[Rule]", "Front"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"r", ",", - RowBox[{"{", - RowBox[{"3.70", ",", "3.80"}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.785684835224256*^9, 3.785684902858061*^9}, { - 3.78697350701285*^9, 3.786973523292869*^9}, 3.787476001831691*^9, - 3.7881973418299828`*^9}, - CellLabel->"In[124]:=", - CellID->940313034,ExpressionUUID->"7e8cb883-ffc6-42bf-b521-2ca8e4fc4801"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQeUFEXXndmZjWzOOSeWDCogICBZlCRBJIPkIDlIliRRBJSkKIIkRVCS -AQUUE5IUkZyjgGTY0KH+d6urlmFYki74/ef0O6e3ZyfVm3l37nv1uut2QttX -G3RwsVgsfTzoT4M2Ayr37t1m0Iv+9E+jHn06d+zR/pVaPfq279i+d5m2Nrrz -HbHZLaaZZppppplmmmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmm -mWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmm -mWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmmmWba/xezWi0Wm4vFxW6z -2Ow2q51vdrHZrDabzeKC5/wXPtkcfbLd4dMj88rFxcWK7VG9/z+x/0Wf8jLy -kPy04FIWD+IrBdNqp+c/0s+FN7cZPrk8yPNdCHf54ZOLYXar1Wq7zR/DCN8E -b5vtgXzKLxM4gk8Y1/Ezcp/wGHyyPu4f/T0MPCBv+3pbLVVKu2dM7RfQ5KPx -Ya8veTNs+pIZ4fM+nhU+enTPwOaVnvbMCPK55Tuw+Cg+is3AB39nLw+L5clC -bnE9m/nWXTguZMTiSWHTlkwjn2ZHTJo8MKhNpfKexSMCXXLjTDxmu+sb38PE -7/+214IMU1NTvZKTk92dny/i+UjxZTWAcodPiYmJnmlpaZ55veS/xheGFhxl -SYmze0zsFdBu96dRG9i+5Cz2VxpjNwoypmcwxgo7bBnZJ/Ylfb9gWliPpwq6 -+oq3QkTy7YNInzwoks1re1Xc9F74x1m/Jl5ih1MYu0B+ZZJfrJDwB/tC2tlj -KdtWfBDerWyCvYB4j4eKN8EjN3ZFixaN79ixY6epU6d+MH/+/B0///zzkW3b -th387LPPdq5atWr5iBEjulauXDlRPt+GQD8Cc+TLIkWKRLZo0eKV8ePHL5wz -Z86vGzduPLx169ZDK1eu/G3NmjVfTJ48eUDt2rULO8DcZv0PwCUG5E40reX1 -zI6lUdvZziTG9qcw7XgqUy+kqcr1gqqSk6EoaiFsqqoVVlUdsSzCN+1q+sEJ -A4Ka+nvwd3Ox5UsOMjBV62n3lJVTQz87+20cI0wx7Y9kph1NUZVz5NfVgoqS -nSF84n4Jn4qyzL/S9gzpFdhAvNeD1l18zMKFC0cNHjx4xtKlS6+sX7+e/fLL -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 -6+Kojdd/jL/E1+ack+uO01n2sZSrp7YkfDmmT2DniEAbX4tyN62PB/LJmnu+ -Mq/qMpJcw/u28m317dzw9We+ibuAdbS5a4QupjH1eOq1M78lbHhzWFCvuFCb -OA/4gbHNnwcclS5dulDTpk27jho16r1Fixat+fjjj9fNmDFjfr9+/QZXqVKl -uLe3t8P3xi0/+rC5xwjLlCmD8XsMHDhw3vz581cvWbLki9mzZy8cOnToyDp1 -6jwVFxdnDQsLc4mMjPSOjY318vDwuOO9/hfwJc8fgfJJgyqeT6yeHjb//Mb4 -M2x3krFWimLGrifcWoOKtYDHUlkOxTTnbJqmZmVoSnaGbujbGuvZLxxK2T+w -g389vC9462E/pONxxbqVPZ5dNiF00dEvYv/Cegi2O9nQvSHf1JOpmno6Tcs5 -JdY2XjH0t66dTN3frrFPFfled0sVUrMIe8JTyREjRiyiON7E2hZoAsk1Lljb -gjVTu3bt0teuXftt165d2xQtWjRSvs8/1Ttw1L8qUaJEoQEDBiwmLN3Eugy5 -FhaaMVhbivWJWFezdOnSHR999NHO1atXH9q4ceN++v9H4K53794tixUrFiHf -+1FpXT2Iyd9zwQTXmKUTQj46/U2cBo1YrNvSjqRo6pk0VbmUrig3CqlKZga0 -YlVdoS2HcHS9oK6fTWP6OcKZoRur63phFRq3UhthXP8gro2ImuthfUqLs0XN -HhL8PrQ/+Fpn6EHuTlL1Yymqfi5N168IvRuFr5vX4ZMOnd0LaQrLNLQhZk8M -fQ3vZXXJG9vi+IilUaNGHefMmZONc9bFOeLqwoULFYqdumnTJnXLli0K4UrB -OlTEGNoMR44cuThv3ry5hK8ow++HX+cCTIOjnnvuuT5Tp07NxJoynI++cuVK -rBdTdu7cqW7evFml+5Tp06cr8A9rIbC+Bmu4sEYQ666xbh7r5Y8fP35x8eLF -M8uWLfuPffq3JuPXuJpXuV8WRh079mUcu/R9gq7/kaSy46k6u0Bxu+6sEeu0 -QW+D4os1XVpm4Vw9M53rjhbi2pBv9AsajHEeJCfK87SqPOVa9KtZYQd3fRKL -9YLalR8SVOIpPVdb7T5+Eb607IvpGnyZOyG0r9TfchLT59qi9erVG43zwSdM -mKBPmjRJmTVrlo41LVgnKDVGpU4R4geNWIoh1zuAThHdf7J79+4vGt/pg8dR -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 -/z/Rn5I9Nn9DS/dL6GxDX55yooprBKA3gusXoJ6H1jY0aj+eFM7rQtT23C/y -afWMcAX12OoZYdcbVXPnxy3uoQPJ4xkaGppUqVKlLfI6IoQtXDdHl7qPUtMa -830cSxw6dKiOa5yOGDFCA5fRfh9hSmrE/uP4OepvUW5MJ1z9IfSamdQdpVpe -Ry2P44jQmMexReRG4i8d570Sv6rwafTo0VcrVqzYTKyJfGznuctai+qa+MbV -vTYhJ4If+rbyV1DPj+4WqOGYHXRgoTlMsdSpvtfmjw5VP6QN+sOLqKae0jdo -X4USbqK3zK8t+I+51kFL116znPs7UksX11zB9XygKQo9UcIXNHSRH3Wcs/X+ -yFD1A/JpgdDdnjYw+M8nCrlyvXhnPbY7xzSwRTnRq3Tp0jOh0w8tT1wHAjGU -2rA4lkj8pVB+xDlTubrWlDfnEgbk/D2/9Pv4+/j4+Pg/8cQTs8mnTODLQVs0 -V7OWcK8QvjR5fVXkR/Jzc3p6elHH93qcJnnLy8Nir1jKbUCrF7xP4bpa4AfU -zdAdhlbtuFeDdOhaY+4IzWHg7M1+QZfb1fd+PSzQ0BF9iLV69/Mpl+eKptjr -E3f90IHmiT2Aed47NfwaRfjCNTImCT1mHFck3y60rlPgNV9vF661+aB6uRJb -aBfGxMQ8VbJkyfkUy/M4Dozet9SGRV5EL4Lm/X8Tn32akZFRVZYs+V27SJ/w -tpGRkUXKlCnzHvHXadk3lbqj8ngP+XSFfF1brFixl6lWs4vX/mdrvRz5xcfL -GkS/81caVPFa2bGhz6H+rf2vA1/IQcQTmUM7+p/o0sT3q+plPbvER9pi5ev+ -rY5oHj7lHvGBzmnRVHv1Fyp6Lm35gvd+mmdcG9DGXx/akWvM51BdeIZ4dsNz -FbxeTYj6Vz7ddpTJ398/MDo6ulJCQkKXsmXLjihXrtwoqqs7UL6rERwcHOrw -uke2mF28r5zD4riiH/lULjY2ttOTTz45tEKFCmOoJu+VlpZWG9eLdoT2/4K+ -nzUPvTvfAhaP8GBbckSIrURUqK1sdJgtjWp9/9tel886onf45cQ3Xp4Wt/Ag -l6SIYFtx8qkM+VSI/g9xfs2/8UnE40F+5y6PK8c8hE+560IesUsPZWJeZrda -7vlbdxHaLY/l92AV5yrfxyf08vPVJweNUbvjJtZM/Sdxy8Mn23/t08OaXLsj -9ZGd+j+mT6aZZppppplmmmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplm -mmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplm -mmmmmWaaaaaZZppppplmmmmmmWaaaaaZZppppplmmmmmmWaaaf/C/g+BHa9u - - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQeUFEXXnbCZzTnnDAh+GEBBQLIICCKwkkEyIjlIFpAMCkhUgqAERVBR -xAQqikoUJCfJCEhc2NCh/neru5ZhBQH/XXY9p945tT07ofv11J37Xr3quh3X -7pVGHW0Wi6WPG/1p1HZA1d692w563pf+eaFHny6denR4qU6Pvh06dehdvp2d -npxpNieLNGnSpEmTJk2aNGnSpEmTJk2aNGnSpEmTJk2aNGnSpEmTJk2aNGnS -pEmTJk2aNGnSpEmTJk2aNGnSpEmTJk2aNGnSpEmTJk2aNGnSpEmTJk2aNGnS -pEmTJk2aNGnSpEmTJk2aNGnSpEmTJu2/YlarxWK3WWxOdovdyW514s3JbHar -3W632PCeovDJ7uiT/W8+PWCvitZsNpsVraj9uJuRh+SnBbeyuBdfqTOtTvT+ -Qj0v7Nxu+GS7l/fbCHeF7VNRmYkjJ6vViu/C8RyteA6v0Q+Mfl/F5/TBA+Kx -t6fVUu1x1/Q3+vk1fW98yGvLpoZMXzYjdP4Hs0NHj+7p36LKE+7pAV43fQcW -C+NU7AY++J493CyWR0u6xPRs7t1gydigEUsnhUxbNo18mhM2afLAgLZVKrqX -DfO35WGPeMx+xx3/x8xqAOWW8wFBx8fHu6ekpLjf7iNFjS8c2uQoS1KMk9vE -Xn7td38UsZ7tT8xmf6Ywdj2NMT2dMVbKoaXnnNif8MPiaSE9Hktz9jZ3BUYu -sBMRPrm5Wiwt6npU/u6d0A+yN8dfYkeSGLtAfmWRX6yk6Q+2JbWzx5K2rloY -2r1CnFMJcx/3xHHF2QgbeXgqXbp0eMuWLV8aP378krlz527esGHDkS1bthxe -vXr1b5999tkXkydPHlC3bt1Stps/L7u1CMBlHpA7kVHH46ntyyO2sR0JjB1I -YtrxZKZeSFGVzDRVyU1XFLUkmqpqpVRVR1+W5k27mnpowoCADF83vjebvQBi -kMBUnSdck1a/Efzx2W9jGGGKab8nMu2PJFU5R35dTVOUnHTTJ+6X6dNDLOvP -lL1Devk3Mvf1n827BKbS09Oj+vTpM/7dd989/8knn7BvvvmG/frrr2z79u1s -79697MyZM+zixYvsxo0bLCcnR9m4ceNXGRkZ1cBp2M2DzMEET5UgFu3Tyqf7 -8XXR6uWNcUz5LUHVqe/YhVSd3SBO0Eo68JTRb9R0XS+tqWppRePPlWJ7vo2e -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 -8MfXFD+J45S1M8PxmeORIfZQi7G24p/OjX/fnh4W5+equq/g2KrtqbVt4KV2 -a+rNsTWI/BreBbU3f4prxF8DAjm3cr9G3/Rr8evBbO7wIAWc9uHk4P0xYfZA -G78ct1jgKq+PiUdSCFeXgSnwFraIecAW4iLwJLCF18BpogYhsIWxIuoU3bp1 -04m/lN69e+uo3xPOdickJJTFcWy2/COlwjw3UYO32GpWMDiifUNvBn6gsb46 -sJ2fNqyzv45aBGrgNO7Xp/YL1N+kWASczaCGeUbwB+ITYhO4g3hNpxw7dyk9 -Xjwm6GK5dOdyxrndvU+t5nIOXHf/9GMuY804zdo28NYpJqq9W/lqg9oTp3Yi -7rrpF8Pcz3TyYcargezNAYE6ca2CMcjC0cEnkqKdUvnxiwdX5ZmIh4StqoSt -s+AtwpBGMRH5lo66Oxo4DNiinEsnbKmEO4WwpRBvKYQthbCloG4v5qp79uyp -NWzYcLqfn5+v43Ee7LndXKNXMsFeveHT7l+1pzFZN4qJqHH1a+PHBr/kpw/r -5K8j9xpNfUlcoVFT6H91RBd/jWKMTvhSiTsU6ls+b/z2iGD2Wle/raWTnPk1 -TyJ/ul+fUmLtlZ+r6vEtcq4OzxPmKZd/pbmPRjmXQn5plHdp5Ic++mV/1OIU -ipMqrouYRznY5D7+22LDncS8TZFfc3U7E7wVGBiY+NRTT32OWCfGgRTzdOIl -jfIpDVvwGF4HzkQ8xPgRuT7hCjn9KcLjAsrbnhD1qQfJU38/t5v1B1dnjq9K -1R93m5VRu8SWzo29/6LxIsUgL+TPKuVf2Rij9W3ty/PpoR2NXJ/6lU0wrnNh -I7r4nWlQ1WOEn7fN09z/ffep1eFzuD45Lc7+VI0KbjNb1PU81vkFb9Y9Q+De -l48ZMX8A/ppIPhDm/3yhRomRAb62/8Q6QsEnTk5OltjY2OoVK1b8kLB1EjEP -sVBgp3Xr1lkNGjTY+Nhjjw0oW7Zsz3Llyg0vX778sNTU1PZRUVFVfMkcdlvo -6yTu1cx+zPMF13D6etrCfb28Hvf3aTbK38eW7O/jlEgc1KxuJbdFLZ/13EQ8 -cpR45FjXJl4/vljHY3GVR1zb+nvbgsQ+/r99mh+TPp5Wv5IJTnVrVnBbUOsJ -9z0UIw+1e87rRJcmXpua1i7xTrXH3NoF+dmCHT5frDElzOQt7ivl87jeISAk -JORRyrkbpqWlNYmPj6/m4+MTj9fuYvYHlJ/ft5l1CIf+9KLH3dsZj2+6TD8v -zLM9Tu1p53wVIcS9gqw9wh9rvrXkhNnyTnZrSTr2sy75vu6CPv6DMpO7/nFs -g/fka07m9j9xvmYsIox5+VitnboYj3m9GucuehL5UyXzsbO5PqLQzs+sleP4 -uJ62PDXMX4t1P66FffwHZVbDbPnwUyx56N+bl5fF0rmz8TgvDxTzMI9Qq2w+ -fpDnDYYErjDWq2Mev1jm5tLuZHfEFQw1hKfyPfcgTOAKNfTa5nMSV/8pk7iS -VhgmcSWtMEziSlph2K24wngL2oxYN0ztMWpVoY9XWLp9+c3UWHImH56gY6dT -q2se3+m/MdK+d7MW9WLHAjSz36x5urVOXn5OTp26QSPWbre55Hs7+OJ/jh/H -ZwpSu08YfLLfqn+KNZa4/rSS4/vshXT8B2WYe8G6BodaFh/rOkG0gzoAa5WF -mY+L2OO7m92oj+eLJ5gOebmF+M/VxWopX9olvGVdz4ot6nj2b/ms17DOjb2q -psY6hZRwuXmOBXUNuTm3l7cv1GDLpjqHVijj2rlFXc+XWzzrOaZrU+/KZZJd -Ijxdb37OqZhpx9zNzLm8W74zV1dX3u5iVgOKHHTFCmTm+l9jHoH6LT3BKbhH -hme1Md39+k7uGzZr+qAqG6YNCpw8Z1jgiC1LIzZk/hR7ia/NOSfWHaeynGNJ -V0/9GrduTB//LmH+di/s605aH/fkkzXvemWe1aUnOIf2be3d+tt5oV+f+Sbm -AtbR5q0RupjC1OPJ1878Frd+6rCAXjHBdm/zc/+JnMtxjrB8+fIlMzIyegwc -OHD+okWL1ixbtuyLOXPmLBk6dOjI+vXrPxYTE2MNCQmxhYeHe0ZHR3u4ubn9 -bV/FAV/i+hEoIzWq5v7Imukhi85viD3DdicYa6Woz1hm3M01qFgLeCyZ5VKf -5p5N0dTsdE3JSdcNfVtjPfuFw0kHBnb0fQ77BW/d70k6zis2qOr29IoJwe// -8UX0n1gPwXYnGro35Jt6MllTT6douafMtY1XDP2tayeTD7Rv4lVN7Ku4hgpH -/auHH3645IABA5YSlm58/PHHeevkoRmDtaXQ98C6muXLl29/7733dqxZs+bw -hg0bDtD/PwF3vXv3blWmTJkwse/C0rq6FxO/57Q456jlE4LeO/1NjAaNWKzb -0o4maeqZFFW5lKoo10uqSlY6tGJVXaGWSzjKTNP1sylMP0c4M3RjdV0vpULj -VmgjjO0fMIifI+U89+tTSow9Ys6QwAXQ/uBrnaEHuTtB1Y8lqfq5FF2/Yurd -KHzdvA6fdOjsXkhRWJahDTFnYvCr2JfVdv/YfhCGFAkc9cwzz/R54403sqB/ -hevRV69erRJmlB07dqgbN25U6Tll+vTpyttvv83XQmB9DdZwYY0gdBmwbh7r -5Y8fP35x6dKlsypUqBCB/RfG2pu7mei/JjU8nvxlScSxY+ti2KUf4nT99wSV -HU/W2QXqt8z8GrH5GvQ2qH+xpkvLKpWnZ6Zz3dGSXBtyXL+AwTjOvcREcZ1W -tcecH/pydsihXR9GY72gduXHOJV4Ss/TVruLX4QvLediqgZf5k0I7iv0t4oT -tsw5P0uDBg1Gjxkzhl+XDq0+ins61mdhbTzWP4j181gHAUytW7dOI6xp27Zt -04jLtCNHjqgnT55Uz549q0KDAbpq586dOz148OCWjsd5ECbizHNPu1X6eUnE -NaxXObc+NleHZt9RM2/KNLUg9dtpxObTKLqexrQThK1svFaWPsM1bfVccBfF -x/5tfRrgePZ/yHeETxUfdi752YyQP7EeY+eHUQrWYKjb441cylFL8G9+OWpf -lYJGiZ5zKQ2aumrf1j5cf6s4aKrBRD5VsWLFLtC4Gj58uDJlyhQda2mwBhDr -S8ePH8+vV6fnuQ7kkiVLmIiP0L7atWsX1/kgTHGughbR9evX9czMTAUaRTCK -jwNxHPBWYWNL9F+5VKcU4oS/oDv8x9poNevXeEMHCGvQkYvn3EkP+Xa6avS+ -q6lMg76GSpylC94qpWpqST1zb8L+iGC7+53W7olrRCNC7P7vjgk6CC2ZTUsi -1MOfR/P1/MShpg7kP+khCx3Im35pN9JU9UY6O7knYXsJVyt0bKxFXYMQ+ldh -YWEJnTt3zuzTp48O/SvoiCLOYV081gZirQ3WPmBtDXCFdYFCX/ROurVCq48a -tB9VYOutt97iur2FGRPNfrV5uFmc3+zv/w3WkEIPGWtNc4kTuMbH2fx6yP+s -4ZmHLeIP/WwyU86kGa/pxvNKbrrKctJwHSnn5dtxhiExbrEMaOuz8MPJfH2g -gnXNJ0w9ZO2+9ZBv8pZyOVWBZlG/Dr4vGMcv2jGi4KpatWrNwDrAXr16KUJ3 -YeHChXytKdafCg0ZwVf3q4dMxjW38aBRo0amXmLB6andek7Gd/piHY9W5rpm -BWs4sX40B9pERx30kO9JZ/tW3Vr0uXaExmk81zKeVynP0rPT9a0rI7/ycEMt -z3qLqpnIqUonOj8+b3iQvmxCiPrV3DAd62ChW3vDUQ/5ookr/W64uumXirHG -jTR988dRqzBCKiptBpgoYnp5eflkZGSc7tixo451Dlg/A1xB7xGYwvoH6Kn9 -kx4ydPqgR4Sc3RFXQleUA0vXVfxP48kd/v7+LmY5tVBODfqar/fw27xySqj+ -3fwIFbq1l7gesqnL4qjffh/9x99Hn4HOR/aJ1Dy+0GmshvF/9m/x50P97dDL -s9oc19ETrqAj2KuF91KsCQSuhB4ydLYzia+Uvbe5LwD37W7a8twvDTmZeiDx -RGqMs6hrFdU6eo7p+Pj4Wub6Pw2aC1j7hzWl0IzB8+I5Rz3k999/n2t73C6/ -unDhAtflg+6jo2YtDDER2yFDhjTDsQtBt5bnVaUSncvNHR6kLZ/A9ZDZwTXR -XGeR62wfdsiNc9LvoLOd754T+XAFvsvam8Q01RybUY6tQ1dmfyKrX9k93Tg3 -8T0bW8q9Asf38r8MbZv3x4XoX80xNCBR+7zyi9DZzsel9xQLuV+6DiweTc59 -OMUl1fG7eNAmcFWmTJnOWBPfpk0bFWv/oG81dOhQjimsZRbr5IXmFdbHI2+H -tuhXX33F61o7duzgGlfQT4M236VLl5C354+FwJUCvW3C4ceoaVgK+PoAEW+a -1y0xDLwAnfQfFkRw7QzoeORuN+65xPN2EW/+xln/oIeM92GcdoFwtSOBZQOb -yLmuEaZOp7Bseq7uk+5t6aTKOdssj9P2URr4l6ft/9LjnbtgPQ/0kBePCeb6 -C9BdwFp8aFNqAvNnhAZ4+j/waT7f6HehXk/T2Jlk1qu5Z0V8B8VA/2og1tkQ -tlSsWYaWB/L0pk2bclwBa1jDjFiIHAtaasi9UGeAVgzqo0KzFrEQWnzgLKHh -LrSQgS/a6nju2rVrl6tWrcrrWgWp/SFw1baB1+pZgwOxNljd8E44270qip35 -NpbfM4trSEFnD7xwNc1BZ/tOesP59JCzDD3kLGhhgfcYcJXGdMJqzq4EvU51 -D75GNa9XzbFZ7cru/QhXOvSQ578WzNfCQzPmkKmnm7ONfBM62+LeANl30tn+ -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 -CDcP - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellChangeTimes->{3.787476036479579*^9}, - CellID->509004165,ExpressionUUID->"9978caf1-4cc0-4c11-9686-cd2141656972"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->498003855,ExpressionUUID->"7e9bffff-c695-4981-8cb3-4bbe8948e524"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->2125368559,ExpressionUUID->"822aa00b-a54a-4e6b-aeb1-bbe2684a606d"], - -Cell[CellGroupData[{ - -Cell["Case 1", "Subsection", - CellChangeTimes->{{3.761649660856769*^9, 3.761649661526701*^9}}, - CellID->385434501,ExpressionUUID->"85cc4d11-777d-4c59-905e-881f3c44ffbd"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", - RowBox[{ - RowBox[{"{", "}"}], ",", - RowBox[{"{", - RowBox[{"{", "}"}], "}"}], ",", "\"\<Silicon\>\""}], "]"}], ",", - "\[IndentingNewLine]", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.76164955889433*^9, {3.761649608479106*^9, 3.76164961183057*^9}, { - 3.774200646401895*^9, 3.77420067085695*^9}}, - CellLabel->"In[71]:=", - CellID->1685173535,ExpressionUUID->"75f83bc9-f2ca-472d-9f62-ce2e34bd105b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1697266109,ExpressionUUID->"ca7695f5-0147-4b0b-bf51-6063fda1d053"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`EmbedStructure", "::", "InvalidGuestInput"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.774203125389008*^9}, - CellID->448574766,ExpressionUUID->"422dbe45-13ae-4e3b-a73b-74b62816c446"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1207018626,ExpressionUUID->"c97df9a5-7d7f-483b-b10c-4f85b5a0deb2"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Case 2", "Subsection", - CellChangeTimes->{{3.761649660856769*^9, 3.761649669821563*^9}}, - CellID->376597698,ExpressionUUID->"7e624ac3-05e3-4683-95ad-5acfd53f3bfb"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", - RowBox[{ - RowBox[{"{", "}"}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], "}"}], ",", - "\"\<Silicon\>\""}], "]"}], ",", "\[IndentingNewLine]", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.76164955889433*^9, {3.761649608479106*^9, 3.76164961183057*^9}, { - 3.76164967686978*^9, 3.761649706325181*^9}, {3.761650891040392*^9, - 3.7616508921908607`*^9}, {3.774202796860277*^9, 3.774202797019416*^9}}, - CellLabel->"In[72]:=", - CellID->843202577,ExpressionUUID->"404ae37f-3ee6-44c5-88d6-302b11a565a4"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->461125086,ExpressionUUID->"9cb7f8ff-5f4c-4d47-acf0-df193cb549f6"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`EmbedStructure", "::", "InvalidGuestInput"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.774203128565289*^9}, - CellID->2008322026,ExpressionUUID->"3621b356-a5cf-41ab-a0c9-7d5614871757"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1231517620,ExpressionUUID->"4948fdf1-f768-4164-bf07-ab7795fa3551"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Case 3", "Subsection", - CellChangeTimes->{{3.761649660856769*^9, 3.761649669821563*^9}, { - 3.761650925485497*^9, 3.761650925574119*^9}}, - CellID->29020828,ExpressionUUID->"5418be8c-fb59-4341-8964-b597a6a8e8ec"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`EmbedStructure", "[", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"0.99", ",", "1.01"}], "}"}], "\[Rule]", - RowBox[{"{", - RowBox[{"\"\<Germanium\>\"", ",", "\"\<Diamond\>\""}], "}"}]}], ",", - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], "}"}], ",", - "\"\<Silicon\>\"", ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<DemoStructure\>\""}]}], - "]"}], ",", "\[IndentingNewLine]", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.76164955889433*^9, {3.761649608479106*^9, 3.76164961183057*^9}, { - 3.76164967686978*^9, 3.761649706325181*^9}, {3.761650891040392*^9, - 3.7616508921908607`*^9}, {3.761650926912928*^9, 3.761650928745832*^9}, { - 3.761650980189815*^9, 3.761650994628429*^9}, {3.761717656387663*^9, - 3.761717658865831*^9}, {3.761717713106432*^9, 3.761717713464637*^9}, { - 3.774202817916049*^9, 3.7742028208272877`*^9}}, - CellLabel->"In[73]:=", - CellID->274268327,ExpressionUUID->"ba64224b-b247-461f-bb61-fba4649a1db4"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1127865427,ExpressionUUID->"14eb35af-c00c-4a82-9794-8e23c68c2756"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`EmbedStructure", "::", "InvalidProbabilities"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.774203132413352*^9}, - CellID->196079520,ExpressionUUID->"ca478f6e-f091-4f28-a41f-26b56e3f88dc"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->669249554,ExpressionUUID->"88cee966-d3ea-4468-9f5f-a425d8cac412"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["EquivalentIsotropicADP", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7616493657707233`*^9, 3.7616493710007963`*^9}}, - CellID->174212855,ExpressionUUID->"c53d81fa-a363-4ec1-b000-cb403733ac90"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->975243124,ExpressionUUID->"d8ea8438-5c83-44da-a3a9-9900c3eeab53"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`EquivalentIsotropicADP", "[", "\"\<CopperTungstenOxide\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.761649319471696*^9, 3.761649335722377*^9}}, - CellLabel->"In[135]:=", - CellID->1144075384,ExpressionUUID->"eb0bbf16-296a-46f0-9bcc-5bf7634f9997"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "0.005085592092131515`", ",", "0.0032815643370893177`", ",", - "0.006804979865969918`", ",", "0.006349865424717015`", ",", - "0.006260488668510511`", ",", "0.0058969540755505305`"}], - "}"}]], "ExpectedOutput", - CellID->2053887297,ExpressionUUID->"1eb560ee-95ec-4403-ba7f-db60758ce9cf"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1705394739,ExpressionUUID->"159e046e-3d12-469c-8f4f-909898a2cafe"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExpandCrystal", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7616494047325478`*^9, 3.761649406682351*^9}, - 3.761649456980028*^9, 3.761717734985607*^9}, - CellID->645324955,ExpressionUUID->"652e8606-a3e6-4436-a5be-f47e02ffff56"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1184101335,ExpressionUUID->"9be333f8-fcdf-4214-a5ec-93cc7d884060"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"example", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"example", ",", "\"\<AtomData\>\""}], "]"}]}]}], "VerificationTest",\ - - CellChangeTimes->{{3.761717940565387*^9, 3.7617180322270117`*^9}}, - CellLabel->"In[136]:=", - CellID->1264620372,ExpressionUUID->"1d668275-e48d-4c86-bae8-c37f7150e291"], - -Cell[BoxData["105"], "ExpectedOutput", - CellID->828937845,ExpressionUUID->"af230e26-4583-4853-9788-45667e62bcde"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->105141864,ExpressionUUID->"799eb1cc-00e9-41e3-8613-43d26750410e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"example", ",", "\"\<Notes\>\""}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7617180400815887`*^9, 3.761718078414319*^9}}, - CellLabel->"In[137]:=", - CellID->29248335,ExpressionUUID->"35e5c8cb-a33b-44da-ba71-9f0e339aee80"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}]}], ",", - RowBox[{"\"\<UnitCellAtomsCount\>\"", "\[Rule]", "8"}], ",", - RowBox[{"\"\<AsymmetricUnitAtomsCount\>\"", "\[Rule]", "2"}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1950494829,ExpressionUUID->"e092bedf-85a5-4370-81d6-af663fea443b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1887750414,ExpressionUUID->"3b1f9bf0-8260-4c76-a7c2-52e98bd837dc"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->460180596,ExpressionUUID->"adf544c5-6ab2-4232-8054-7d894a3fe97d"], - -Cell[CellGroupData[{ - -Cell["FristTransformTo", "Subsection", - CellChangeTimes->{{3.761718598653936*^9, 3.761718630468626*^9}}, - CellID->1625816683,ExpressionUUID->"65794c8a-bc9f-4d27-b104-9134dec06379"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"example", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<OxalicAcid\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<FirstTransformTo\>\"", "\[Rule]", "\"\<P 1 21/a 1\>\""}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`$CrystalData", "\[LeftDoubleBracket]", - RowBox[{"example", ",", "\"\<AtomData\>\"", ",", - RowBox[{"5", ";;", "7"}]}], "\[RightDoubleBracket]"}]}], "VerificationTest",\ - - CellChangeTimes->{{3.761718655653604*^9, 3.7617187054602137`*^9}, - 3.761718912407977*^9}, - CellLabel->"In[138]:=", - CellID->1342358385,ExpressionUUID->"e7d07b2b-2469-4858-bb5e-ae5cc1bcfffd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.8519`", ",", "0.94`", ",", "0.9367`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "0.0246`", ",", "0.1019`", ",", "0.0037`", ",", - "0.014100000000000001`", ",", "0.0026000000000000003`", ",", - "0.0009000000000000001`"}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Bani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.6481`", ",", "0.44`", ",", "0.0633`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "0.0246`", ",", "0.1019`", ",", "0.0037`", ",", - "0.014100000000000001`", ",", "0.0026000000000000003`", ",", - "0.0009000000000000001`"}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Bani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - RowBox[{"\"\<OccupationFactor\>\"", "\[Rule]", "1.`"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.14809999999999998`", ",", "0.06`", ",", "0.0633`"}], - "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - "0.0246`", ",", "0.1019`", ",", "0.0037`", ",", - "0.014100000000000001`", ",", "0.0026000000000000003`", ",", - "0.0009000000000000001`"}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Bani\>\""}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1701664960,ExpressionUUID->"5106772f-30d6-4147-aa00-188779c9e045"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->497807320,ExpressionUUID->"476aa689-c1ac-4e95-8efc-1c3ea6ceadb8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["IncludeBoundary", "Subsection", - CellChangeTimes->{{3.7617186042929077`*^9, 3.761718628444791*^9}}, - CellID->756754980,ExpressionUUID->"fe2838b5-f8f8-4dc5-80cd-90f1b98de030"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demo", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"demo", ",", "\"\<AtomData\>\""}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7617192858552313`*^9, 3.761719333556521*^9}, { - 3.761719897561549*^9, 3.761719898121092*^9}, {3.774202833187726*^9, - 3.774202855082411*^9}}, - CellLabel->"In[139]:=", - CellID->1841224321,ExpressionUUID->"63ba687a-67cc-4614-a2cf-faee6c38fa27"], - -Cell[BoxData["197"], "ExpectedOutput", - CellID->217809777,ExpressionUUID->"8a66c516-6899-4786-9c9a-718f14c2ebb8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->51338528,ExpressionUUID->"ee3d0385-b131-4f18-a4f7-9057c4ce71ed"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demo", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"demo", ",", "\"\<AtomData\>\""}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7617192858552313`*^9, 3.761719333556521*^9}, { - 3.761719897561549*^9, 3.761719920759514*^9}, {3.7742028617143373`*^9, - 3.774202875825994*^9}}, - CellLabel->"In[140]:=", - CellID->1948314969,ExpressionUUID->"1f56bc2c-3e5f-4a71-b957-ebb0c69a189f"], - -Cell[BoxData["88"], "ExpectedOutput", - CellID->499034527,ExpressionUUID->"bfe4b607-09a7-4931-a94a-a257bc93f047"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1705697649,ExpressionUUID->"a255d42b-f3f3-4183-8ea3-d5b156c14cf4"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["NewLabel", "Subsection", - CellChangeTimes->{{3.761718615772646*^9, 3.76171862659695*^9}}, - CellID->15575178,ExpressionUUID->"8d17c710-76eb-4896-b35e-a24fe3e20db0"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"new", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<SomeCustomTitle\>\""}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{"#", ",", - RowBox[{"KeyExistsQ", "[", - RowBox[{"MaXrd`$CrystalData", ",", "#"}], "]"}]}], "}"}], "&"}], "@", - "new"}]}], "VerificationTest", - CellChangeTimes->{{3.761719975080357*^9, 3.76172001950535*^9}, { - 3.774202889306334*^9, 3.7742028906015587`*^9}}, - CellLabel->"In[141]:=", - CellID->1973250071,ExpressionUUID->"fa2943b6-2956-48a1-bdff-045a2208500a"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<SomeCustomTitle\>\"", ",", "True"}], "}"}]], "ExpectedOutput", - CellID->823982676,ExpressionUUID->"25736451-bc17-4f0a-959c-4b4c12a21765"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->901182940,ExpressionUUID->"9f2f7e62-dc58-4af0-b79b-c08bc4ae180b"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["StoreTemporarily", "Subsection", - CellChangeTimes->{{3.761718618644679*^9, 3.761718624259975*^9}}, - CellID->1035064608,ExpressionUUID->"b1056660-2f18-4997-ac1b-29c9b5cd9f23"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"new", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "4", ",", "6"}], "}"}], ",", - RowBox[{"\"\<StoreTemporarily\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"KeyExistsQ", "[", - RowBox[{"#", ",", "new"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"MaXrd`$CrystalData", ",", "MaXrd`Private`$TempCrystalData"}], - "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.761720061886001*^9, 3.761720116068781*^9}}, - CellLabel->"In[142]:=", - CellID->1218764627,ExpressionUUID->"fb4438f4-942e-4a64-a20a-23e350191d69"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"False", ",", "True"}], "}"}]], "ExpectedOutput", - CellID->1078060903,ExpressionUUID->"478a809f-7097-4b52-af9f-ff983f40a228"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2126993936,ExpressionUUID->"87275967-8802-4968-a392-980a20321602"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1166664125,ExpressionUUID->"f08f37f4-eac1-49e0-9a31-27cb0b69800f"], - -Cell[CellGroupData[{ - -Cell["ExpandCrystal::InvalidSize", "Subsection", - CellChangeTimes->{{3.76172014526677*^9, 3.761720147130385*^9}, - 3.7617201785980883`*^9}, - CellID->1215190597,ExpressionUUID->"8542246c-de61-4815-b541-f6bb4d10b1a5"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7617201353879147`*^9, 3.761720136398987*^9}, { - 3.761720191746616*^9, 3.761720229815386*^9}}, - CellLabel->"In[82]:=", - CellID->196583654,ExpressionUUID->"e1f12b35-1546-4cb5-96c2-befd76bea2fc"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1151623692,ExpressionUUID->"9bfc3239-a947-49eb-87ea-1bb32a9fba65"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExpandCrystal", "::", "InvalidSize"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.7742031048057213`*^9}, - CellID->402269535,ExpressionUUID->"934d7931-de92-4890-85dc-bef26721794e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1374294390,ExpressionUUID->"c4f99e7a-bb64-46f9-969d-520a97898c58"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "1"}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7617201353879147`*^9, 3.761720136398987*^9}, { - 3.761720191746616*^9, 3.761720258613306*^9}}, - CellLabel->"In[83]:=", - CellID->472361584,ExpressionUUID->"b4431cd4-544a-427e-8242-d6381bcf893b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1881582976,ExpressionUUID->"f8662798-d1d1-43b9-ac0e-c11d8797ffc4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExpandCrystal", "::", "InvalidSize"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774203095118085*^9, 3.774203098277953*^9}}, - CellID->2068375557,ExpressionUUID->"060978d2-63f4-4c61-95cf-302e3d59e8cd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1579189245,ExpressionUUID->"e0487f3a-507d-4e85-b637-395af67f3a3b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2.5", ",", - RowBox[{"-", "3"}]}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7617201353879147`*^9, 3.761720136398987*^9}, { - 3.761720191746616*^9, 3.7617202721487713`*^9}}, - CellLabel->"In[84]:=", - CellID->990079656,ExpressionUUID->"80b3b7a2-70c9-4a9d-942b-85522a2bda9b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1565481436,ExpressionUUID->"21551e22-3f5a-475a-aff0-82bd0e902a30"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExpandCrystal", "::", "InvalidSize"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.774203089462352*^9}, - CellID->76851808,ExpressionUUID->"ad9f146f-6a7c-42e4-a73f-e18ab915a68f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->683247442,ExpressionUUID->"12836bbb-efb5-4482-bc77-91be9b10dc10"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExpandCrystal::DuplicateLabel", "Subsection", - CellChangeTimes->{3.761720188637422*^9}, - CellID->1355955233,ExpressionUUID->"4312838c-f3c1-4bf9-9f5f-a0b00535c670"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<Silicon\>\""}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7617201353879147`*^9, 3.761720136398987*^9}, { - 3.761720191746616*^9, 3.761720229815386*^9}, {3.761720294246346*^9, - 3.761720340813095*^9}}, - CellLabel->"In[85]:=", - CellID->870422095,ExpressionUUID->"48258b7c-ac46-466f-b3e1-276ceb335234"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->525547301,ExpressionUUID->"6a7149f4-657a-497a-9715-478695b47865"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExpandCrystal", "::", "DuplicateLabel"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.7742031111418552`*^9}, - CellID->273247796,ExpressionUUID->"76edab1e-0ac0-4420-9376-67d9d3328a41"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->744697185,ExpressionUUID->"8f819f5a-c375-4429-a3d9-a31bbe31595f"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExportCrystalData", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7742758281448917`*^9, 3.7742758391117897`*^9}, { - 3.784996217436902*^9, 3.784996217463406*^9}, {3.785687213113839*^9, - 3.785687213244128*^9}}, - CellID->581091722,ExpressionUUID->"562f40fa-a61e-4317-b571-4c96236b896e"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1800428745,ExpressionUUID->"6be044a6-5f04-41e2-af71-06fdcfb85120"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"tempFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<test.stru\>\""}], "}"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "\"\<Ice\>\"", ",", "tempFile"}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Import", "@", "tempFile"}]}], "VerificationTest", - CellChangeTimes->{{3.77427590337595*^9, 3.7742759058785467`*^9}, { - 3.774276069755006*^9, 3.774276074211162*^9}, {3.7856859809006968`*^9, - 3.785685987191287*^9}}, - CellLabel->"In[203]:=", - CellID->415672980,ExpressionUUID->"bd9cbeb2-1757-4052-b197-48d731c4a56c"], - -Cell[BoxData["\"\<title Ice\\nspcgr P63cm\\ncell 7.82 7.82 7.36 90. \ -90. 120.\\nncell 1, 1, 1, 5\\natoms\\nO 0.333300 \ -0.000000 0.062500 0.000000 \\nO 0.666700 \ -0.000000 0.937500 0.000000 \\nH 0.333300 \ -0.000000 0.174000 0.000000 \\nH 0.438000 \ -0.000000 0.026000 0.000000 \\nH 0.772000 \ -0.105000 0.975000 0.000000 \>\""], "ExpectedOutput", - CellID->451471169,ExpressionUUID->"7455028d-ba56-4f24-be0c-2a6191950252"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->590893579,ExpressionUUID->"13e9e4b1-9489-4850-8a1a-006eee850078"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"files", "=", - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "\"\<Ice\>\"", ",", "\"\<~/Desktop\>\"", ",", - "\"\<hk0\>\"", ",", "5.5", ",", "\"\<N\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Import", "@", - RowBox[{"Last", "@", "files"}]}]}], "VerificationTest", - CellChangeTimes->{{3.785686335324089*^9, 3.785686346809407*^9}, - 3.786973575123698*^9}, - CellLabel->"In[204]:=", - CellID->310602462,ExpressionUUID->"3e122a56-fe38-49dd-bc1c-3a37b164bf6c"], - -Cell[BoxData["\"\<Ice \\t! Header or \ -structure label\\n12645, 9676 \\t! Random \ -number seeds\\n7.82 7.82 7.36 0.00000 0.00000 -0.50000 \\t! Cell coord's; \ -angles are cos(ang)\\n1 1 1 \\t! Size of \ -crystal simulation (unit cells)\\nY \ -\\t! Periodic Boundary?\\n 11.0000, 4.0263, 0. \\t! \ -Origin of volume\\n 11.0000, -15.0263, 0., 500 \\t! u-axis \ -(bottom right) and image x-dimension\\n -11.0000, 15.0263, 0., 500 \ - \\t! v-axis (top left) and image y-dimension\\n 11.0000, 4.0263, \ -0., 1 \\t! w-axis (top right) and image z-dimension\\n3.0 \ - \\t! sin(theta)/lambda maximum\\n1 1 1 \ - \\t! Lot size\\n1 \ - \\t! Number of lots\\n5 \ -\\t! Number of atom sites per cell\\n2 \ - \\t! Number of different atom types (list of sc.coef's below)\\nN \ - \\t! Subtract average lattice? ('N', 'e', 'E' \ -or 'Y')\\n'O'\\n3.0485,13.2771,2.2868,5.7011\\n1.5463,0.3239,0.867,32.9089,0.\ -2508\\n0.0,0.0\\n'H'\\n0.493002,10.5109,0.322912,26.1257\\n0.140191,3.14236,0.\ -04081,57.7997,0.003038\\n0.0,0.0\\n\>\""], "ExpectedOutput", - CellID->1910316624,ExpressionUUID->"02e03be0-d8fe-4ebd-9df3-4e025cfa7ee8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1183998525,ExpressionUUID->"a9d0c44b-a4dd-4c03-9517-1a6f24be10a6"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1775274647,ExpressionUUID->"fefbabf2-f092-4b70-ae9d-b6051881c043"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Detailed\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.774275853432192*^9, 3.774275853887574*^9}, {3.785686375349605*^9, - 3.785686375716399*^9}, {3.785686420228409*^9, 3.7856864227016582`*^9}}, - CellID->2050684358,ExpressionUUID->"b3b8a0b6-beee-40c9-91c9-f7fb7c4daee3"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"tempFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<test.stru\>\""}], "}"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "\"\<Ice\>\"", ",", "tempFile", ",", - RowBox[{"\"\<Detailed\>\"", "\[Rule]", "True"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Import", "@", "tempFile"}]}], "VerificationTest", - CellChangeTimes->{{3.774275925535428*^9, 3.774275928446171*^9}, - 3.774276079803694*^9, {3.785686380735488*^9, 3.785686398513332*^9}, { - 3.785686498133238*^9, 3.785686501968583*^9}}, - CellLabel->"In[205]:=", - CellID->615670448,ExpressionUUID->"84d92142-cbd5-4fa0-b8ba-50d43d7b8077"], - -Cell[BoxData["\"\<title Ice\\nspcgr P63cm\\ncell 7.820000 7.820000 \ -7.360000 90.000000 90.000000 120.000000\\nncell 1, 1, 1, 5\\natoms \ - x, y, z, Biso, Property, MoleNo, \ -MoleAt, Occ\\nO 0.333300, 0.000000, 0.062500, \ -0.000000, 1, 0, 0, 1.000000\\nO 0.666700, \ -0.000000, 0.937500, 0.000000, 1, 0, 0, \ -1.000000\\nH 0.333300, 0.000000, 0.174000, \ -0.000000, 1, 0, 0, 1.000000\\nH 0.438000, \ -0.000000, 0.026000, 0.000000, 1, 0, 0, \ -1.000000\\nH 0.772000, 0.105000, 0.975000, \ -0.000000, 1, 0, 0, 1.000000\>\""], "ExpectedOutput", - CellID->997008290,ExpressionUUID->"6669320b-a8b6-4f65-9012-f64caa6bb1dd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->879736573,ExpressionUUID->"63a6c2bc-a3e2-4877-a98b-c6f6c9680241"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1355295994,ExpressionUUID->"66d6e44c-1271-42a0-96c9-191e167651eb"], - -Cell[CellGroupData[{ - -Cell["ExportCrystalData::InvalidProgramOrFormat", "Subsection", - CellChangeTimes->{3.774275865593498*^9, 3.785686856521274*^9}, - CellID->35368834,ExpressionUUID->"67c2db56-96e2-4164-95b7-8343a80a1971"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"tempFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<test.stru\>\""}], "}"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{"\"\<SomethingWrong\>\"", ",", "\"\<Ice\>\"", ",", "tempFile"}], - "]"}], ",", "$Aborted"}], "]"}]}], "VerificationTest", - CellChangeTimes->{{3.7742759615913687`*^9, 3.774275968565311*^9}, { - 3.774275999645522*^9, 3.774275999828445*^9}, {3.774276032452546*^9, - 3.774276052925004*^9}, {3.78568652345154*^9, 3.78568653945439*^9}, { - 3.7856868601427917`*^9, 3.7856868633494797`*^9}}, - CellLabel->"In[89]:=", - CellID->683705046,ExpressionUUID->"d94748f8-9472-475c-8482-85650c3879f0"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.774276044348078*^9, 3.774276045677476*^9}}, - CellID->1993196672,ExpressionUUID->"21b58a20-dd64-4121-8a17-be863dbd2368"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExportCrystalData", "::", "InvalidProgramOrFormat"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774276012308814*^9, 3.774276020316175*^9}, { - 3.774276060619236*^9, 3.7742760620601263`*^9}, 3.786973588268887*^9}, - CellID->1381308878,ExpressionUUID->"ce89e381-c5cf-4693-9cc1-459cb47e1203"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->307672816,ExpressionUUID->"07534cf0-5cc8-49b6-864d-dae12847bd67"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExportCrystalData::ParameterError", "Subsection", - CellChangeTimes->{{3.785686896210833*^9, 3.785686902191667*^9}}, - CellID->832274996,ExpressionUUID->"8ab514ad-e83e-4741-b12e-6d482709a74a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "42", ",", "\"\<Something\>\""}], "]"}], - ",", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742759615913687`*^9, 3.774275968565311*^9}, { - 3.774275999645522*^9, 3.774275999828445*^9}, {3.774276032452546*^9, - 3.774276052925004*^9}, {3.78568652345154*^9, 3.78568653945439*^9}, { - 3.7856868601427917`*^9, 3.7856868633494797`*^9}, {3.7856870954807663`*^9, - 3.78568710818886*^9}, {3.785687195483603*^9, 3.7856871958189373`*^9}}, - CellLabel->"In[90]:=", - CellID->476770095,ExpressionUUID->"79e1af0b-7b45-4c49-a368-e86fdcd0f438"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.774276044348078*^9, 3.774276045677476*^9}}, - CellID->813499708,ExpressionUUID->"4ec964c0-fc8d-4965-b7ae-ea2b0c94e0a8"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExportCrystalData", "::", "ParameterError"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774276012308814*^9, 3.774276020316175*^9}, { - 3.774276060619236*^9, 3.7742760620601263`*^9}, 3.7869735907366533`*^9}, - CellID->1608695554,ExpressionUUID->"2af29b38-e7d9-4b4b-ab3c-21167d07ae11"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2063880183,ExpressionUUID->"14d263bd-b5f4-4ac1-a929-eeb1d76583ec"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"tempFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<test.stru\>\""}], "}"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ExportCrystalData", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "42", ",", "tempFile"}], "]"}], ",", - "$Aborted"}], "]"}]}], "VerificationTest", - CellChangeTimes->{{3.7742759615913687`*^9, 3.774275968565311*^9}, { - 3.774275999645522*^9, 3.774275999828445*^9}, {3.774276032452546*^9, - 3.774276052925004*^9}, {3.78568652345154*^9, 3.78568653945439*^9}, { - 3.7856868601427917`*^9, 3.7856868633494797`*^9}, {3.7856870954807663`*^9, - 3.78568710818886*^9}, {3.7856872001186953`*^9, 3.785687201829419*^9}}, - CellLabel->"In[91]:=", - CellID->1928452574,ExpressionUUID->"d1780920-72dd-408e-9caa-4467004fcf1b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellChangeTimes->{{3.774276044348078*^9, 3.774276045677476*^9}}, - CellID->1679210694,ExpressionUUID->"83067468-50e7-4b93-8dfb-f6385abd68fc"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ExportCrystalData", "::", "ParameterError"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774276012308814*^9, 3.774276020316175*^9}, { - 3.774276060619236*^9, 3.7742760620601263`*^9}, 3.786973592603231*^9}, - CellID->264045184,ExpressionUUID->"60d5225f-c6d8-464c-83a4-0b89bcc0875f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1478369337,ExpressionUUID->"9854b981-bd9e-436a-b399-7c94b19203b3"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ExtinctionLength", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.774276412835676*^9, 3.774276416147346*^9}}, - CellID->1796716666,ExpressionUUID->"8e73a00a-cf8d-4a5f-beb3-a0c1b192bca1"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1649444995,ExpressionUUID->"47c77c44-58b8-4eeb-8593-5923ee5e2bce"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.6770", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742764347156467`*^9, 3.774276437347032*^9}}, - CellLabel->"In[206]:=", - CellID->226763144,ExpressionUUID->"377aba10-fec7-4f7c-9e3f-cb32e87da1cf"], - -Cell[BoxData[ - TemplateBox[{ - "14.487825621792629`", "\"\[Micro]m\"", "micrometers", "\"Micrometers\""}, - "Quantity"]], "ExpectedOutput", - CellID->1572171430,ExpressionUUID->"7bc15458-6cb4-4012-8d5a-2b910b280094"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{{3.774276461578156*^9, 3.774276464923209*^9}, - 3.774276526457448*^9}, - CellID->917016320,ExpressionUUID->"8f6584ab-6153-4c51-b8c0-4751b748dd6d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->567651169,ExpressionUUID->"08bb4e74-640d-407e-85e7-a97c527ade07"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.234", ",", - RowBox[{"{", - RowBox[{"3", ",", "1", ",", "5"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742764347156467`*^9, 3.774276437347032*^9}, - 3.774276542041276*^9}, - CellLabel->"In[207]:=", - CellID->1743983839,ExpressionUUID->"8cd6ad65-226c-4bb4-9376-98c86e49d92f"], - -Cell[BoxData[ - TemplateBox[{ - "49.449016429495636`", "\"\[Micro]m\"", "micrometers", "\"Micrometers\""}, - "Quantity"]], "ExpectedOutput", - CellID->132084170,ExpressionUUID->"e7699b34-e17b-4b0b-837a-9112fea1cd58"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{{3.774276461578156*^9, 3.774276464923209*^9}, - 3.774276526457448*^9}, - CellID->1588037839,ExpressionUUID->"69ced69f-5268-49e7-badb-19825d8e5aa8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1390837409,ExpressionUUID->"a4a2ce79-b168-4631-9040-6201ff95f2cf"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.1573", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "5", ",", "6"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742764347156467`*^9, 3.774276437347032*^9}, { - 3.774276542041276*^9, 3.774276561440814*^9}}, - CellLabel->"In[208]:=", - CellID->1285320009,ExpressionUUID->"4272463c-14ae-4f70-adaa-8af023a4ad87"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - TemplateBox[{ - "2.0047150395763764`", "\"\[Micro]m\"", "micrometers", "\"Micrometers\""}, - - "Quantity"], ",", - TemplateBox[{ - "4.049190922117493`", "\"\[Micro]m\"", "micrometers", "\"Micrometers\""}, - "Quantity"], ",", "Undefined"}], "}"}]], "ExpectedOutput", - CellID->835386090,ExpressionUUID->"8998a16a-90e0-44d7-a312-474a53612536"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`StructureFactor", "::", "extinct"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774276597168029*^9, 3.774276602823224*^9}}, - CellID->508059960,ExpressionUUID->"35cb1f78-50e3-4aa6-94b4-0766a326e524"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->444835468,ExpressionUUID->"ac765542-6fc5-4ae8-900c-44b6a3ecc348"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->657378893,ExpressionUUID->"6a7bbc13-3f83-4cf6-a2cd-fea4486b50af"], - -Cell[CellGroupData[{ - -Cell["Polarisation", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.774276719485211*^9, 3.7742767215645933`*^9}}, - CellID->1911174483,ExpressionUUID->"1f6bc1a6-0c55-467b-a85f-757faee0e842"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.1573", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<Polarisation\>\"", "\[Rule]", "\"\<sigma\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.774276732413019*^9, 3.774276737132884*^9}}, - CellLabel->"In[209]:=", - CellID->1962598710,ExpressionUUID->"93d2cfe9-299d-427f-bd01-df8205cc3da8"], - -Cell[BoxData[ - TemplateBox[{ - "1.680328659599424`", "\"\[Micro]m\"", "micrometers", "\"Micrometers\""}, - "Quantity"]], "ExpectedOutput", - CellID->47701050,ExpressionUUID->"505e2851-acda-4235-88b9-f003fd5e4af4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{3.7742767483888683`*^9}, - CellID->1214116933,ExpressionUUID->"1994a08e-f776-4d3a-be07-c24af63794cd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->959135469,ExpressionUUID->"544b86a7-8363-45f2-90eb-340ca86d29c2"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Units", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.774276724284885*^9, 3.77427672484424*^9}}, - CellID->1196627602,ExpressionUUID->"38195718-89bd-41b9-b9e6-570b0614d305"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.1573", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.774276732413019*^9, 3.774276763500538*^9}}, - CellLabel->"In[210]:=", - CellID->734247357,ExpressionUUID->"f9583e0a-a808-4606-8505-cd7a37878634"], - -Cell[BoxData["2.0047150439871277`"], "ExpectedOutput", - CellID->1054293437,ExpressionUUID->"e4ebcd96-5d1d-41c4-98ef-2630849142ad"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"SameTest", "\[Rule]", - RowBox[{"(", - RowBox[{ - RowBox[{ - RowBox[{"Abs", "[", - RowBox[{ - RowBox[{"QuantityMagnitude", "[", "#1", "]"}], "-", - RowBox[{"QuantityMagnitude", "[", "#2", "]"}]}], "]"}], "<", - RowBox[{"10.", "^", - RowBox[{"-", "5"}]}]}], "&"}], ")"}]}], "}"}]], "TestOptions", - CellChangeTimes->{3.7742767483888683`*^9}, - CellID->622224262,ExpressionUUID->"73e7db2e-e5fe-4f13-804a-a17e2ba8a714"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1177573101,ExpressionUUID->"701db270-e09c-48f0-9de0-d0337de5417e"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->535752659,ExpressionUUID->"56f1e6d7-ed20-45fa-a9e3-2dec6edb5366"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ExtinctionLength", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.541", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.774276732413019*^9, 3.774276737132884*^9}, - 3.774276782299951*^9}, - CellLabel->"In[211]:=", - CellID->969006277,ExpressionUUID->"d2d82a61-11de-4071-b3b3-dbf754dd0768"], - -Cell[BoxData["Undefined"], "ExpectedOutput", - CellID->1720002338,ExpressionUUID->"f29cf593-e13a-4c3e-a873-726df1f6aa72"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`StructureFactor", "::", "extinct"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774276794867855*^9, 3.7742767960277643`*^9}}, - CellID->2011823026,ExpressionUUID->"9016861e-e203-4c08-a255-f80161209eae"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->261817755,ExpressionUUID->"1e0e894d-97b2-48f6-8cff-c545622db56d"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetAtomicScatteringFactors", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.774276820882728*^9, 3.774276825282292*^9}}, - CellID->627879004,ExpressionUUID->"99208a3f-1508-46d4-b45d-79019c58ae52"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->27778870,ExpressionUUID->"de849ed1-796a-4d96-80a5-c7e35981727d"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "3"}], "}"}], ",", "1.541"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.774277322309267*^9}}, - CellLabel->"In[212]:=", - CellID->555505620,ExpressionUUID->"33e4047f-6f52-442e-a2eb-82a75844e191"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{"\"\<Si\>\"", "\[Rule]", - RowBox[{"4.669484904018337`", "\[VeryThinSpace]", "+", - RowBox[{"0.3303403705910288`", " ", "\[ImaginaryI]"}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1271541831,ExpressionUUID->"27de6ca2-d100-42cd-9a53-a370a6713ded"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->177015582,ExpressionUUID->"4a804737-168d-46d1-abcd-ad17b372587c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<ManganeseSilicon\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", "0.709317"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.774277335829467*^9}}, - CellLabel->"In[213]:=", - CellID->1697159244,ExpressionUUID->"5141a859-3e6f-4376-80f0-ad20209abca8"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Mn\>\"", "\[Rule]", - RowBox[{"18.7027632128084`", "\[VeryThinSpace]", "+", - RowBox[{"0.7283474842408036`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Si\>\"", "\[Rule]", - RowBox[{"9.410936735575305`", "\[VeryThinSpace]", "+", - RowBox[{"0.070378685421789`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1277614454,ExpressionUUID->"308f6334-d8d5-4a7c-b40c-a6984c74f61a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->836035579,ExpressionUUID->"513fe317-dd77-4413-bc58-1594461e1403"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<Corundum\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", "1.3922"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.774277346509233*^9}}, - CellLabel->"In[214]:=", - CellID->1248937634,ExpressionUUID->"094732bc-fd00-4b9b-9138-fbf65fa0aa8b"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Al\>\"", "\[Rule]", - RowBox[{"11.998126153226078`", "\[VeryThinSpace]", "+", - RowBox[{"0.20152036012090008`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<O\>\"", "\[Rule]", - RowBox[{"7.575903197628412`", "\[VeryThinSpace]", "+", - RowBox[{"0.026040448504068014`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1389648860,ExpressionUUID->"b196ed6a-99b7-4a8e-9b6e-88b44c5f1341"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->264473932,ExpressionUUID->"cd438362-bc26-4617-ae58-56df1fd6b684"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "1.541"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.774277363245206*^9}}, - CellLabel->"In[215]:=", - CellID->1699550472,ExpressionUUID->"976ee145-f8ee-4e33-94e2-675d7530d3d5"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.109091539912082`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"13.841811615565195`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->664794157,ExpressionUUID->"21fb96d0-f8b0-4802-8d04-97672a18ee4b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1869709481,ExpressionUUID->"b4167f52-7b65-4e35-919a-178717ce54e5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{ - RowBox[{"{", "\"\<Fe\>\"", "}"}], ",", - RowBox[{"{", "0.1229", "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.7742773795084343`*^9}}, - CellLabel->"In[102]:=", - CellID->359741687,ExpressionUUID->"9c5c14cd-7d60-4f4b-a4c1-208657132751"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{"\"\<Fe\>\"", "\[Rule]", "22.827300011291204`"}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1012067104,ExpressionUUID->"adbff146-951a-4aef-a832-7cfd4d0264ce"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->79040616,ExpressionUUID->"e3d31038-c697-4328-bd6d-598149319b1d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{ - RowBox[{"{", "\"\<Fe\>\"", "}"}], ",", - RowBox[{"{", "0.1229", "}"}], ",", "1.541"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.774277389260213*^9}}, - CellLabel->"In[103]:=", - CellID->18682056,ExpressionUUID->"69563ff1-5fe8-4586-8665-14212570dc2e"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{"\"\<Fe\>\"", "\[Rule]", - RowBox[{"21.694018651389733`", "\[VeryThinSpace]", "+", - RowBox[{"3.1986530111184655`", " ", "\[ImaginaryI]"}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->456702730,ExpressionUUID->"80a9e55d-7aa5-4a90-be8f-0b9dbdedb126"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1290739266,ExpressionUUID->"2b3cb5f9-7745-494f-b034-b3cd677132b2"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<W\>\"", ",", "\"\<Na\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.00", ",", "0.27", ",", "0.58"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.77427731771813*^9, 3.7742774028440866`*^9}}, - CellLabel->"In[104]:=", - CellID->1061798197,ExpressionUUID->"dd4319de-b0c5-457b-9ebb-58eb18b2896f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<W\>\"", "\[Rule]", "73.963572`"}], ",", - RowBox[{"\"\<Na\>\"", "\[Rule]", "10.993618000000001`"}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<W\>\"", "\[Rule]", "57.60660938388321`"}], ",", - RowBox[{"\"\<Na\>\"", "\[Rule]", "7.3277528894292`"}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<W\>\"", "\[Rule]", "39.85759417733942`"}], ",", - RowBox[{"\"\<Na\>\"", "\[Rule]", "3.559798962899916`"}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->53190409,ExpressionUUID->"9f762314-5635-4f3b-863c-3d42fbc8ea53"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1722525315,ExpressionUUID->"0f460559-a3f3-4f7a-9cf9-3c803fcc8183"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->875516691,ExpressionUUID->"5f27f425-f90e-45dd-bc83-70091d41917a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<OxalicAcid\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "3"}], "}"}]}], "}"}], ",", "1.541"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.774277491841641*^9, 3.774277493178053*^9}}, - CellLabel->"In[216]:=", - CellID->2031294225,ExpressionUUID->"43828f7f-56f5-4296-8353-9bf1f73d7cbd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<C\>\"", "\[Rule]", - RowBox[{"3.9475051448547624`", "\[VeryThinSpace]", "+", - RowBox[{"0.009058059422644371`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<H\>\"", "\[Rule]", "0.6417575564989141`"}], ",", - RowBox[{"\"\<O\>\"", "\[Rule]", - RowBox[{"6.110201044307227`", "\[VeryThinSpace]", "+", - RowBox[{"0.03225317941556486`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<C\>\"", "\[Rule]", - RowBox[{"1.2978067053673985`", "\[VeryThinSpace]", "+", - RowBox[{"0.009058059422644371`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<H\>\"", "\[Rule]", "0.01842978055787397`"}], ",", - RowBox[{"\"\<O\>\"", "\[Rule]", - RowBox[{"1.569232152177331`", "\[VeryThinSpace]", "+", - RowBox[{"0.03225317941556486`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1414503216,ExpressionUUID->"93a2ae9a-d385-4f83-8b3f-3b20cc9a721a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->255923998,ExpressionUUID->"4f31e43a-418c-40f4-8066-df43b04f10d0"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"sourceASC", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<Core\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\"", ",", - "\"\<WaasmaierKirfel.m\>\""}], "}"}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"sourceASC", "[", "\"\<Fe\>\"", "]"}]}], "VerificationTest", - CellChangeTimes->{{3.774277491841641*^9, 3.774277522288497*^9}}, - CellLabel->"In[106]:=", - CellID->2122592626,ExpressionUUID->"2ec07e65-c924-45ca-b7f9-7545a3420673"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Method\>\"", "\[Rule]", "\"\<RHF\>\""}], ",", - RowBox[{"\"\<a1\>\"", "\[Rule]", "12.311098`"}], ",", - RowBox[{"\"\<b1\>\"", "\[Rule]", "5.009415`"}], ",", - RowBox[{"\"\<a2\>\"", "\[Rule]", "1.876623`"}], ",", - RowBox[{"\"\<b2\>\"", "\[Rule]", "0.014461`"}], ",", - RowBox[{"\"\<a3\>\"", "\[Rule]", "3.066177`"}], ",", - RowBox[{"\"\<b3\>\"", "\[Rule]", "18.743041`"}], ",", - RowBox[{"\"\<a4\>\"", "\[Rule]", "2.070451`"}], ",", - RowBox[{"\"\<b4\>\"", "\[Rule]", "82.767874`"}], ",", - RowBox[{"\"\<a5\>\"", "\[Rule]", "6.975185`"}], ",", - RowBox[{"\"\<b5\>\"", "\[Rule]", "0.346506`"}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - RowBox[{"-", "0.304931`"}]}]}], "\[RightAssociation]"}]], "ExpectedOutput",\ - - CellID->415921218,ExpressionUUID->"7d74f5f9-77e9-4098-9ea7-8edcace06ebb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2052373092,ExpressionUUID->"206b1e9a-8cba-4c17-a404-8ff43ac46c2d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"sourceAC", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<Core\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\"", ",", - "\"\<AnomalousCorrections\>\"", ",", "\[IndentingNewLine]", - "\"\<CromerLiberman.m\>\""}], "}"}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"sourceAC", "[", "\"\<Fe\>\"", "]"}], "[", "1.23", - "]"}]}], "VerificationTest", - CellChangeTimes->{ - 3.774277544992839*^9, {3.774277663670001*^9, 3.7742776775890017`*^9}}, - CellLabel->"In[107]:=", - CellID->341120066,ExpressionUUID->"c2529dae-c085-4b29-8f20-af0501b14f13"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"-", "0.007216978282250611`"}], "+", - RowBox[{"2.211522096016708`", " ", "\[ImaginaryI]"}]}]], "ExpectedOutput", - CellID->1571095419,ExpressionUUID->"f4b7ee1a-4515-4b91-9b98-2ef77a5176f6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1352219130,ExpressionUUID->"9b955075-c908-426d-8521-d72e464a8288"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->251076393,ExpressionUUID->"8f31b6d4-8a86-4733-91e0-b77f5dcc5d80"], - -Cell[CellGroupData[{ - -Cell["DispersionCorrections", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.774277693813102*^9, 3.774277698180341*^9}}, - CellID->35570796,ExpressionUUID->"37679f32-55fe-40b1-9769-c8a6932bf225"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", "\[IndentingNewLine]", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", "0.709317", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DispersionCorrections\>\"", "\[Rule]", "tf"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"tf", ",", - RowBox[{"{", - RowBox[{"True", ",", "False"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742777744839*^9, 3.774277777779632*^9}}, - CellLabel->"In[217]:=", - CellID->1867492134,ExpressionUUID->"8c454335-a45b-41c2-9a88-e6d4b2639c79"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"7.649114054994885`", "\[VeryThinSpace]", "+", - RowBox[{"0.024903853802741557`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"10.765595118755513`", "\[VeryThinSpace]", "+", - RowBox[{"0.15847352720853128`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", "7.612516795777859`"}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", "10.616591571228538`"}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1466795233,ExpressionUUID->"f7eb5387-e29c-437c-84e7-948cc243ef65"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2074965356,ExpressionUUID->"60c1ed41-4907-43ee-8565-ee5751607b0d"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["f0Source", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.774277701956818*^9, 3.774277725099992*^9}}, - CellID->837914506,ExpressionUUID->"6f951254-7969-461b-bcde-c511eed28f91"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"f0files", "=", - RowBox[{"FileBaseName", "/@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.m\>\"", ",", "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<Core\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\""}], "}"}], - "]"}]}], "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "1.541", ",", - RowBox[{"\"\<f0Source\>\"", "\[Rule]", "#"}]}], "]"}], "&"}], "/@", - "f0files"}]}], "VerificationTest", - CellChangeTimes->{{3.7742778027469673`*^9, 3.774277816089921*^9}, { - 3.780135816399166*^9, 3.780135834590775*^9}}, - CellLabel->"In[218]:=", - CellID->1797996543,ExpressionUUID->"e89d3745-7eaa-420f-89e8-08ec1dbb3c42"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.108029568931352`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"13.832583715564343`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.107454184908516`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"13.832814542056573`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.106425672491863`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"13.841737811641446`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.198321479030163`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"14.050131005676512`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.189505186235657`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"14.025609872616508`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.109091539912082`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"13.841811615565195`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Na\>\"", "\[Rule]", - RowBox[{"9.180750956408342`", "\[VeryThinSpace]", "+", - RowBox[{"0.123945560319996`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<Cl\>\"", "\[Rule]", - RowBox[{"14.024012107366048`", "\[VeryThinSpace]", "+", - RowBox[{"0.7021305012110411`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1685501264,ExpressionUUID->"815201ef-bc7b-4a17-9bdc-7e8c6c748b9a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->955794659,ExpressionUUID->"83890704-6565-4d56-856e-7e52b543f5f0"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["f1f2Source", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.774277701956818*^9, 3.774277707108176*^9}}, - CellID->193941968,ExpressionUUID->"9984d636-b945-42d4-8f89-c1e75271744b"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"f1f2files", "=", - RowBox[{"FileBaseName", "/@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.m\>\"", ",", "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<Core\>\"", ",", "\"\<Data\>\"", ",", - "\[IndentingNewLine]", "\"\<AtomicScatteringFactor\>\"", ",", - "\"\<AnomalousCorrections\>\""}], "}"}], "]"}]}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "0.709317", ",", - RowBox[{"\"\<f1f2Source\>\"", "\[Rule]", "#"}]}], "]"}], "&"}], "/@", - "f1f2files"}]}], "VerificationTest", - CellChangeTimes->{{3.774277832498316*^9, 3.774277844409268*^9}, - 3.780135830791095*^9}, - CellLabel->"In[219]:=", - CellID->1774085843,ExpressionUUID->"97434466-96cc-416a-aa9c-b66e215609d3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"26.88562726042242`", "\[VeryThinSpace]", "+", - RowBox[{"1.6126445111575203`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"28.21630902741234`", "\[VeryThinSpace]", "+", - RowBox[{"2.0105912367881156`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"57.94103588581672`", "\[VeryThinSpace]", "+", - RowBox[{"1.6003897698614786`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"61.28340868915784`", "\[VeryThinSpace]", "+", - RowBox[{"1.9971766966531175`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"26.88186623684051`", "\[VeryThinSpace]", "+", - RowBox[{"1.6083074092494538`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"28.215995343748553`", "\[VeryThinSpace]", "+", - RowBox[{"2.005873303836078`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"57.88661166348`", "\[VeryThinSpace]", "+", - RowBox[{"1.62732885955419`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"61.21948766382417`", "\[VeryThinSpace]", "+", - RowBox[{"2.023630001404462`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"57.90194638764393`", "\[VeryThinSpace]", "+", - RowBox[{"1.6459760671215071`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"61.234911816939174`", "\[VeryThinSpace]", "+", - RowBox[{"2.085879450395922`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"25.03634496643437`", "\[VeryThinSpace]", "+", - RowBox[{"0.3419838663273581`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"26.15335712400096`", "\[VeryThinSpace]", "+", - RowBox[{"0.17858155085598154`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"26.808818693333947`", "\[VeryThinSpace]", "+", - RowBox[{"1.608534652016862`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"28.130794094192108`", "\[VeryThinSpace]", "+", - RowBox[{"2.0061415950487467`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"57.90194638764393`", "\[VeryThinSpace]", "+", - RowBox[{"1.6459760671215071`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"61.234911816939174`", "\[VeryThinSpace]", "+", - RowBox[{"2.085879450395922`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - RowBox[{"26.88564112798317`", "\[VeryThinSpace]", "-", - RowBox[{"1.6128095096483552`", " ", "\[ImaginaryI]"}]}]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - RowBox[{"28.21981046697239`", "\[VeryThinSpace]", "-", - RowBox[{"2.00941271207171`", " ", "\[ImaginaryI]"}]}]}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1397808353,ExpressionUUID->"42d4b22f-348f-4096-a00f-15bbb3839da3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->863154253,ExpressionUUID->"2208e5f9-608d-4fff-b90b-2e5349677def"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["IgnoreIonCharge", "Subsection", - CellChangeTimes->{{3.77427771183631*^9, 3.7742777146646748`*^9}}, - CellID->1091240671,ExpressionUUID->"3a498161-9da7-4f13-934a-1967d655fb69"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Keys", "@", - RowBox[{ - "MaXrd`Private`$f0", "[", "\"\<WaasmaierKirfel\>\"", - "]"}]}]], "VerificationTest", - CellChangeTimes->{3.77427798252663*^9}, - CellLabel->"In[111]:=", - CellID->1866106496,ExpressionUUID->"4f28065a-a465-4e1c-870f-cb2d8cac75cd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<H\>\"", ",", "\"\<H1-\>\"", ",", "\"\<He\>\"", ",", "\"\<Li\>\"", ",", - "\"\<Li1+\>\"", ",", "\"\<Be\>\"", ",", "\"\<Be2+\>\"", ",", "\"\<B\>\"", - ",", "\"\<C\>\"", ",", "\"\<C(val)\>\"", ",", "\"\<N\>\"", ",", - "\"\<O\>\"", ",", "\"\<O1-\>\"", ",", "\"\<F\>\"", ",", "\"\<F1-\>\"", - ",", "\"\<Ne\>\"", ",", "\"\<Na\>\"", ",", "\"\<Na1+\>\"", ",", - "\"\<Mg\>\"", ",", "\"\<Mg2+\>\"", ",", "\"\<Al\>\"", ",", "\"\<Al3+\>\"", - ",", "\"\<Si\>\"", ",", "\"\<Si4+\>\"", ",", "\"\<Si(val)\>\"", ",", - "\"\<P\>\"", ",", "\"\<S\>\"", ",", "\"\<Cl\>\"", ",", "\"\<Cl1-\>\"", - ",", "\"\<Ar\>\"", ",", "\"\<K\>\"", ",", "\"\<K1+\>\"", ",", "\"\<Ca\>\"", - ",", "\"\<Ca2+\>\"", ",", "\"\<Sc\>\"", ",", "\"\<Sc3+\>\"", ",", - "\"\<Ti\>\"", ",", "\"\<Ti2+\>\"", ",", "\"\<Ti3+\>\"", ",", - "\"\<Ti4+\>\"", ",", "\"\<V\>\"", ",", "\"\<V2+\>\"", ",", "\"\<V3+\>\"", - ",", "\"\<V5+\>\"", ",", "\"\<Cr\>\"", ",", "\"\<Cr2+\>\"", ",", - "\"\<Cr3+\>\"", ",", "\"\<Mn\>\"", ",", "\"\<Mn2+\>\"", ",", - "\"\<Mn3+\>\"", ",", "\"\<Mn4+\>\"", ",", "\"\<Fe\>\"", ",", - "\"\<Fe2+\>\"", ",", "\"\<Fe3+\>\"", ",", "\"\<Co\>\"", ",", - "\"\<Co2+\>\"", ",", "\"\<Co3+\>\"", ",", "\"\<Ni\>\"", ",", - "\"\<Ni2+\>\"", ",", "\"\<Ni3+\>\"", ",", "\"\<Cu\>\"", ",", - "\"\<Cu1+\>\"", ",", "\"\<Cu2+\>\"", ",", "\"\<Zn\>\"", ",", - "\"\<Zn2+\>\"", ",", "\"\<Ga\>\"", ",", "\"\<Ga3+\>\"", ",", "\"\<Ge\>\"", - ",", "\"\<Ge4+\>\"", ",", "\"\<As\>\"", ",", "\"\<Se\>\"", ",", - "\"\<Br\>\"", ",", "\"\<Br1-\>\"", ",", "\"\<Kr\>\"", ",", "\"\<Rb\>\"", - ",", "\"\<Rb1+\>\"", ",", "\"\<Sr\>\"", ",", "\"\<Sr2+\>\"", ",", - "\"\<Y\>\"", ",", "\"\<Y3+\>\"", ",", "\"\<Zr\>\"", ",", "\"\<Zr4+\>\"", - ",", "\"\<Nb\>\"", ",", "\"\<Nb3+\>\"", ",", "\"\<Nb5+\>\"", ",", - "\"\<Mo\>\"", ",", "\"\<Mo3+\>\"", ",", "\"\<Mo5+\>\"", ",", - "\"\<Mo6+\>\"", ",", "\"\<Tc\>\"", ",", "\"\<Ru\>\"", ",", "\"\<Ru3+\>\"", - ",", "\"\<Ru4+\>\"", ",", "\"\<Rh\>\"", ",", "\"\<Rh3+\>\"", ",", - "\"\<Rh4+\>\"", ",", "\"\<Pd\>\"", ",", "\"\<Pd2+\>\"", ",", - "\"\<Pd4+\>\"", ",", "\"\<Ag\>\"", ",", "\"\<Ag1+\>\"", ",", - "\"\<Ag2+\>\"", ",", "\"\<Cd\>\"", ",", "\"\<Cd2+\>\"", ",", "\"\<In\>\"", - ",", "\"\<In3+\>\"", ",", "\"\<Sn\>\"", ",", "\"\<Sn2+\>\"", ",", - "\"\<Sn4+\>\"", ",", "\"\<Sb\>\"", ",", "\"\<Sb3+\>\"", ",", - "\"\<Sb5+\>\"", ",", "\"\<Te\>\"", ",", "\"\<I\>\"", ",", "\"\<I1-\>\"", - ",", "\"\<Xe\>\"", ",", "\"\<Cs\>\"", ",", "\"\<Cs1+\>\"", ",", - "\"\<Ba\>\"", ",", "\"\<Ba2+\>\"", ",", "\"\<La\>\"", ",", "\"\<La3+\>\"", - ",", "\"\<Ce\>\"", ",", "\"\<Ce3+\>\"", ",", "\"\<Ce4+\>\"", ",", - "\"\<Pr\>\"", ",", "\"\<Pr3+\>\"", ",", "\"\<Pr4+\>\"", ",", "\"\<Nd\>\"", - ",", "\"\<Nd3+\>\"", ",", "\"\<Pm\>\"", ",", "\"\<Pm3+\>\"", ",", - "\"\<Sm\>\"", ",", "\"\<Sm3+\>\"", ",", "\"\<Eu\>\"", ",", "\"\<Eu2+\>\"", - ",", "\"\<Eu3+\>\"", ",", "\"\<Gd\>\"", ",", "\"\<Gd3+\>\"", ",", - "\"\<Tb\>\"", ",", "\"\<Tb3+\>\"", ",", "\"\<Dy\>\"", ",", "\"\<Dy3+\>\"", - ",", "\"\<Ho\>\"", ",", "\"\<Ho3+\>\"", ",", "\"\<Er\>\"", ",", - "\"\<Er3+\>\"", ",", "\"\<Tm\>\"", ",", "\"\<Tm3+\>\"", ",", "\"\<Yb\>\"", - ",", "\"\<Yb2+\>\"", ",", "\"\<Yb3+\>\"", ",", "\"\<Lu\>\"", ",", - "\"\<Lu3+\>\"", ",", "\"\<Hf\>\"", ",", "\"\<Hf4+\>\"", ",", "\"\<Ta\>\"", - ",", "\"\<Ta5+\>\"", ",", "\"\<W\>\"", ",", "\"\<W6+\>\"", ",", - "\"\<Re\>\"", ",", "\"\<Os\>\"", ",", "\"\<Os4+\>\"", ",", "\"\<Ir\>\"", - ",", "\"\<Ir3+\>\"", ",", "\"\<Ir4+\>\"", ",", "\"\<Pt\>\"", ",", - "\"\<Pt2+\>\"", ",", "\"\<Pt4+\>\"", ",", "\"\<Au\>\"", ",", - "\"\<Au1+\>\"", ",", "\"\<Au3+\>\"", ",", "\"\<Hg\>\"", ",", - "\"\<Hg1+\>\"", ",", "\"\<Hg2+\>\"", ",", "\"\<Tl\>\"", ",", - "\"\<Tl1+\>\"", ",", "\"\<Tl3+\>\"", ",", "\"\<Pb\>\"", ",", - "\"\<Pb2+\>\"", ",", "\"\<Pb4+\>\"", ",", "\"\<Bi\>\"", ",", - "\"\<Bi3+\>\"", ",", "\"\<Bi5+\>\"", ",", "\"\<Po\>\"", ",", "\"\<At\>\"", - ",", "\"\<Rn\>\"", ",", "\"\<Fr\>\"", ",", "\"\<Ra\>\"", ",", - "\"\<Ra2+\>\"", ",", "\"\<Ac\>\"", ",", "\"\<Ac3+\>\"", ",", "\"\<Th\>\"", - ",", "\"\<Th4+\>\"", ",", "\"\<Pa\>\"", ",", "\"\<U\>\"", ",", - "\"\<U3+\>\"", ",", "\"\<U4+\>\"", ",", "\"\<U6+\>\"", ",", "\"\<Np\>\"", - ",", "\"\<Np3+\>\"", ",", "\"\<Np4+\>\"", ",", "\"\<Np6+\>\"", ",", - "\"\<Pu\>\"", ",", "\"\<Pu3+\>\"", ",", "\"\<Pu4+\>\"", ",", - "\"\<Pu6+\>\"", ",", "\"\<Am\>\"", ",", "\"\<Cm\>\"", ",", "\"\<Bk\>\"", - ",", "\"\<Cf\>\""}], "}"}]], "ExpectedOutput", - CellID->1800697484,ExpressionUUID->"ff9aebac-9ac6-481e-bb33-8a4b467e9fcf"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->781494686,ExpressionUUID->"b5d82149-7d6d-4d1f-9765-fbfd56d9d033"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1778828963,ExpressionUUID->"61713f2f-1dfe-4f1d-a11d-f6613123e3f8"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{ - RowBox[{"{", "\"\<Cf\>\"", "}"}], ",", - RowBox[{"{", "0.123", "}"}], ",", "1.541"}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.774277996350341*^9, 3.774278016909919*^9}}, - CellLabel->"In[112]:=", - CellID->1890280516,ExpressionUUID->"74464302-ae78-4fd7-8d94-817abc4e24d1"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->71558694,ExpressionUUID->"2a5ee09d-f544-44be-9393-22eea5b8d325"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`GetAtomicScatteringFactors", "::", "missing"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.774278022605692*^9, 3.7742780238536663`*^9}}, - CellID->1990843730,ExpressionUUID->"5cf2c220-d59c-4fc5-b5ca-e3b585425037"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->571202550,ExpressionUUID->"a60780c3-53f2-4969-912c-783685f1991b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetAtomicScatteringFactors", "[", - RowBox[{ - RowBox[{"{", "\"\<Cf\>\"", "}"}], ",", - RowBox[{"{", "0.123", "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.774277996350341*^9, 3.774278037733547*^9}}, - CellLabel->"In[113]:=", - CellID->947008851,ExpressionUUID->"53494694-1eed-4e5f-8322-f8a45deed8e2"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{"\"\<Cf\>\"", "\[Rule]", "90.40993054122816`"}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1376450840,ExpressionUUID->"b706f766-8f9d-454b-a02e-a498293bc3a4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->949355760,ExpressionUUID->"9e21f6bb-7e0c-4219-9c4d-badacaa2a460"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetCrystalMetric", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.774278081764262*^9, 3.774278084035483*^9}}, - CellID->138183948,ExpressionUUID->"d4419b11-bf49-40a6-81db-6ce575fa1e35"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1027791629,ExpressionUUID->"5af579e1-a553-4df8-82fb-963111f0e00e"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", - RowBox[{"{", - RowBox[{ - "15.98", ",", "15.98", ",", "5.582", ",", "90", ",", "90", ",", "120"}], - "}"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742783461982327`*^9, 3.7742783477183523`*^9}}, - CellLabel->"In[114]:=", - CellID->604728550,ExpressionUUID->"35671294-c191-401f-866d-21b64dc3bf83"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"255.36040000000003`", ",", - RowBox[{"-", "127.68019999999996`"}], ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "127.68019999999996`"}], ",", "255.36040000000003`", ",", - "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "31.158724`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1780122246,ExpressionUUID->"02f183ac-cac5-450c-bea9-ff0c0a9e6717"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->18761110,ExpressionUUID->"b5dd06d8-ec91-42cf-888d-ecdd5a1387b9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", "\"\<Silicon\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742783461982327`*^9, 3.774278364678039*^9}}, - CellLabel->"In[220]:=", - CellID->1860630979,ExpressionUUID->"0c018454-de1e-4c90-84ec-fe7f27e7b8b0"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"29.494457574400002`", ",", "0.`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "29.494457574400002`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "29.494457574400002`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->2115480086,ExpressionUUID->"ebbb03b6-0c97-4919-9162-23a58d323671"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1785363308,ExpressionUUID->"eb8ed5e5-9d58-44b5-afb8-cbc67a82df45"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", "\"\<OxalicAcid\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742783461982327`*^9, 3.7742783742377872`*^9}}, - CellLabel->"In[116]:=", - CellID->1337790025,ExpressionUUID->"0a877c22-1d1e-4a86-af79-6b965efad6fd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"37.45929616`", ",", "0.`", ",", - RowBox[{"-", "20.72825482713223`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "13.01838561`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "20.72825482713223`"}], ",", "0.`", ",", "145.43395216`"}], - "}"}]}], "}"}]], "ExpectedOutput", - CellID->83166085,ExpressionUUID->"db759b2b-4bbf-4a1e-9f00-5d5742ae44a7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1959601672,ExpressionUUID->"409b0a17-6d78-4830-a889-904372ec75c9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Sqrt", "@", - RowBox[{"Det", "@", - RowBox[{ - "MaXrd`GetCrystalMetric", "[", "\"\<Silicon\>\"", - "]"}]}]}]], "VerificationTest", - CellChangeTimes->{{3.7742783461982327`*^9, 3.774278391637474*^9}}, - CellLabel->"In[117]:=", - CellID->1603250190,ExpressionUUID->"bd837cc5-95b7-4f06-a0cd-f89ed7303925"], - -Cell[BoxData["160.1808597516575`"], "ExpectedOutput", - CellID->1348624421,ExpressionUUID->"43c02956-2112-474a-833d-f7eb1b8498e4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1216090912,ExpressionUUID->"18e80080-19e6-47b3-82a1-43e617d3acd8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1182665882,ExpressionUUID->"147eb33d-cd31-4b80-95f5-e3c161129e37"], - -Cell[CellGroupData[{ - -Cell["ToCartesian", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.774279538974803*^9, 3.774279540436207*^9}}, - CellID->2104325789,ExpressionUUID->"5c4badc2-87fd-4a8f-9ebc-11f270b08507"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7742795532124434`*^9, 3.77427955607591*^9}}, - CellLabel->"In[221]:=", - CellID->686353325,ExpressionUUID->"b13a2315-2640-4ed0-aad6-828e6f39fe5f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"4.914`", ",", - RowBox[{"-", "2.457`"}], ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "4.255648834196731`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "5.406`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1405665238,ExpressionUUID->"52ef2a6f-1778-4fb6-9d0c-39b96ff08053"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1238089485,ExpressionUUID->"c0c88b26-278c-41f1-98af-3155ae11d55d"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Space", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.7742795422281647`*^9, 3.774279542828114*^9}}, - CellID->495353280,ExpressionUUID->"5cb6f135-270c-4078-ab53-8fce525aa525"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.774279586419899*^9, {3.774281280261642*^9, 3.774281286925012*^9}}, - CellLabel->"In[222]:=", - CellID->715363958,ExpressionUUID->"d0522f29-b9cc-4f77-b510-6d7ab39bddd4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.05521644376616564`", ",", "0.02760822188308282`", ",", "0.`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{"0.02760822188308282`", ",", "0.05521644376616564`", ",", "0.`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "0.03421747174218531`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1508586200,ExpressionUUID->"869308cd-2bed-4ffe-93c1-22de045f2bf3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1600918612,ExpressionUUID->"96404783-9191-490d-8feb-ffce5e34012d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetCrystalMetric", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}], ",", - RowBox[{"\"\<ToCartesian\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.774279586419899*^9, {3.774281280261642*^9, 3.7742813075323687`*^9}}, - CellLabel->"In[223]:=", - CellID->1151354155,ExpressionUUID->"0c03b49b-ebfa-47a2-a92a-3ecab868212b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.2349817945419722`", ",", "0.1174908972709861`", ",", "0.`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.20350020350020348`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.`", ",", "0.1849796522382538`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1981623615,ExpressionUUID->"8bdace3d-8192-4dfb-a6f5-c7546c057dda"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->816498621,ExpressionUUID->"099e3fe3-af6b-4caa-9512-7c3c5dacc459"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1755961188,ExpressionUUID->"aba9d61d-7d4c-4d1f-b7fc-416ad7cca1a6"], - -Cell[CellGroupData[{ - -Cell["GetCrystalMetric::InvalidInput", "Subsection", - CellChangeTimes->{{3.774278320782709*^9, 3.774278328231827*^9}}, - CellID->1282817273,ExpressionUUID->"893f7b72-3b3d-4272-b8f2-c465a6c1a489"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetCrystalMetric", "[", "0", "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.774281338555955*^9, 3.774281363275422*^9}}, - CellLabel->"In[224]:=", - CellID->1948809519,ExpressionUUID->"2d93aa1e-7f47-4026-9e50-58cb43fcf1fb"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->221001789,ExpressionUUID->"733ffe7c-c733-4f34-a6ad-36e19b085a37"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"Flatten", "::", "normal"}], ",", - RowBox[{"MaXrd`GetCrystalMetric", "::", "InvalidInput"}]}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7742813716915207`*^9, 3.774281373020094*^9}}, - CellID->1603662986,ExpressionUUID->"7893d81a-7238-44e5-b42f-a76e36786f63"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->471818817,ExpressionUUID->"2c33aaf9-c823-43b0-a871-8ae466ce1b4f"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetCrystalMetric::InvalidSpace", "Subsection", - CellChangeTimes->{3.774278333127738*^9}, - CellID->652190234,ExpressionUUID->"536c7ef3-0cbb-4926-8f3b-f6d31ae7a769"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetCrystalMetric", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<InvalidSpace\>\""}]}], "]"}], - ",", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.774281338555955*^9, 3.774281363275422*^9}, { - 3.774281602038673*^9, 3.774281614261602*^9}}, - CellLabel->"In[225]:=", - CellID->1698354,ExpressionUUID->"23ed0846-f1ad-4b53-8da1-9f189c786c96"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->626948267,ExpressionUUID->"cffff02e-7cfd-4ded-82af-a802c3747985"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`GetCrystalMetric", "::", "InvalidSpace"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7742813716915207`*^9, 3.774281373020094*^9}, { - 3.774281620013888*^9, 3.7742816222381477`*^9}}, - CellID->1564751287,ExpressionUUID->"a0593069-b1ec-4724-9446-3970995cefde"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1349232595,ExpressionUUID->"ab7f9d86-9447-4335-8815-1f18c76ed4b1"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetElements", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.7856872286208773`*^9, {3.785688401173669*^9, - 3.785688402078417*^9}}, - CellID->1077219974,ExpressionUUID->"c7ddb82f-e3fe-4380-adfd-d9aa293c8449"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1548958808,ExpressionUUID->"50b1162d-1e07-42f3-977d-139cf598a521"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", "\"\<H2 O\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785687246156117*^9, 3.78697360728393*^9}, - CellLabel->"In[226]:=", - CellID->1405330268,ExpressionUUID->"a7f17fe0-87bd-4557-9975-80b099a79d47"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<H\>\"", ",", "\"\<O\>\""}], "}"}]], "ExpectedOutput", - CellID->1360664570,ExpressionUUID->"f1a443c9-fbb5-491f-8aa4-608e9e1ba320"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1272395492,ExpressionUUID->"fa0cae9e-7e8f-45d9-a055-d2e54da4c3b8"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", "\"\<H6 O11 V2 Zn3\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785687255869844*^9, 3.7869736104987288`*^9}, - CellLabel->"In[227]:=", - CellID->777059017,ExpressionUUID->"b34964ea-8ddc-484a-bb13-2bf4c88cc326"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<H\>\"", ",", "\"\<O\>\"", ",", "\"\<V\>\"", ",", "\"\<Zn\>\""}], - "}"}]], "ExpectedOutput", - CellID->1182841312,ExpressionUUID->"19e692b4-4d15-4b4a-a255-43225f27eb9b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->508877218,ExpressionUUID->"524e8899-3159-47b1-b11c-c9573acf796b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(H\), \(2\)]\)O\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{3.785687266271076*^9, 3.786973616938623*^9}, - CellLabel->"In[228]:=", - CellID->1968518379,ExpressionUUID->"be6b9561-2903-4f53-aed8-fb18d0c0fa19"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<H\>\"", ",", "\"\<O\>\""}], "}"}]], "ExpectedOutput", - CellID->755330171,ExpressionUUID->"f6124198-3c3a-4d7b-b167-662cfda48dfb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1419520572,ExpressionUUID->"8e381e1f-9818-498c-a11c-c65e889116dd"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", "\"\<BaNaNAs\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785687280904681*^9, 3.786973618966004*^9}, - CellLabel->"In[229]:=", - CellID->816588543,ExpressionUUID->"6667b892-ed88-49d6-84d0-5c138a2c1731"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<Ba\>\"", ",", "\"\<Na\>\"", ",", "\"\<N\>\"", ",", "\"\<As\>\""}], - "}"}]], "ExpectedOutput", - CellID->1983137871,ExpressionUUID->"e1ab6444-c951-43ac-9c83-4d7ec7905c6c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1486419081,ExpressionUUID->"1fc3b903-7eb9-4a74-baf5-227476a5afc4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(H\), \(13\)]\)\!\(\*SubscriptBox[\(C\), \(22\)]\)\ -\!\(\*SubscriptBox[\(O\), \(6\)]\)\!\(\*SubscriptBox[\(S\), \(3\)]\)Ni\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785687288942759*^9, 3.7869736239066477`*^9}, - CellLabel->"In[230]:=", - CellID->104735017,ExpressionUUID->"f9edeb87-5657-463f-a29d-3a4d015ad867"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<H\>\"", ",", "\"\<C\>\"", ",", "\"\<O\>\"", ",", "\"\<S\>\"", ",", - "\"\<Ni\>\""}], "}"}]], "ExpectedOutput", - CellID->1492323826,ExpressionUUID->"f00f5d63-f7d1-45e1-813e-a8c7d47cb319"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->568228816,ExpressionUUID->"e539d53e-372e-4569-97fe-58492451db49"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(C\), \(12\)]\)\!\(\*SubscriptBox[\(H\), \(10\)]\)\ -\!\(\*SubscriptBox[\(HgSi\), \(4\)]\)\!\(\*SubscriptBox[\(TiO\), \ -\(2\)]\)\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{3.785687297121312*^9, 3.786973626881469*^9}, - CellLabel->"In[231]:=", - CellID->743333881,ExpressionUUID->"2d924646-db23-48bf-b761-6791f9326ac4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<C\>\"", ",", "\"\<H\>\"", ",", "\"\<Hg\>\"", ",", "\"\<Si\>\"", ",", - "\"\<Ti\>\"", ",", "\"\<O\>\""}], "}"}]], "ExpectedOutput", - CellID->1300163368,ExpressionUUID->"4723847f-2d6a-47f4-9c48-f3b631ec7cb5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->361932303,ExpressionUUID->"cf315ab4-020f-4382-8729-17ab6ac49344"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(SiHO\), \(3\)]\)Fe\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.7856873051008167`*^9, 3.786973631418202*^9}, - CellLabel->"In[232]:=", - CellID->1895851270,ExpressionUUID->"939a8153-33c5-4840-91cc-2c3d5693b542"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<Si\>\"", ",", "\"\<H\>\"", ",", "\"\<O\>\"", ",", "\"\<Fe\>\""}], - "}"}]], "ExpectedOutput", - CellID->1357424351,ExpressionUUID->"153f9637-666d-4bac-bb8e-6331cadf5882"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1322528217,ExpressionUUID->"16a39535-3c6e-451c-9475-0d04ffb96c75"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(C\), \(13\)]\)\!\(\*SubscriptBox[\(H\), \(22\)]\)\ -\!\(\*SubscriptBox[\(FeN\), \(6\)]\)\!\(\*SubscriptBox[\(S\), \(3\)]\)\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785687312889893*^9, 3.786973633513938*^9}, - CellLabel->"In[233]:=", - CellID->1781114119,ExpressionUUID->"e85a0920-de5c-4c13-848c-7ee3f68646e1"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<C\>\"", ",", "\"\<H\>\"", ",", "\"\<Fe\>\"", ",", "\"\<N\>\"", ",", - "\"\<S\>\""}], "}"}]], "ExpectedOutput", - CellID->1410442500,ExpressionUUID->"6e330d89-8c55-4957-94b9-37558827fcce"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1275996669,ExpressionUUID->"c403cb30-72c6-4fa0-b634-95d63e77cd55"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - "\"\<\!\(\*SubscriptBox[\(H\), \(6\)]\)\!\(\*SubscriptBox[\(O\), \ -\(11\)]\)\!\(\*SubscriptBox[\(V\), \(2\)]\)\!\(\*SubscriptBox[\(Zn\), \ -\(3\)]\)\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{3.785687321025249*^9, 3.786973636709853*^9}, - CellLabel->"In[234]:=", - CellID->1909555060,ExpressionUUID->"23f0129a-e2bf-43d6-9f6b-add23921c138"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<H\>\"", ",", "\"\<O\>\"", ",", "\"\<V\>\"", ",", "\"\<Zn\>\""}], - "}"}]], "ExpectedOutput", - CellID->1896272652,ExpressionUUID->"06920e6d-237c-4931-bdd6-5bc574ed0ed7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->904316941,ExpressionUUID->"82e7a411-9b64-4b81-80fc-c4f539ba517c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{ - "\"\<\!\(\*SubscriptBox[\(Fe\), \(2\)]\)(\!\(\*SubscriptBox[\(O\), \(3\)]\ -\)H\!\(\*SubscriptBox[\()\), \(2\)]\)Li(\!\(\*SubscriptBox[\(PO\), \ -\(4\)]\))\>\"", ",", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "tf"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"tf", ",", - RowBox[{"{", - RowBox[{"False", ",", "True"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7856873326521797`*^9, 3.7856873397814913`*^9}, - 3.786973651266059*^9}, - CellLabel->"In[235]:=", - CellID->2125709984,ExpressionUUID->"a9a5b119-81ad-4c0d-98fc-dc66d864a011"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<Fe\>\"", ",", "\"\<O\>\"", ",", "\"\<H\>\"", ",", "\"\<Li\>\"", ",", - "\"\<P\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Fe\>\"", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<O\>\"", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<H\>\"", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Li\>\"", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<P\>\"", ",", "1"}], "}"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1269749596,ExpressionUUID->"25819446-9838-4642-a3b9-b0d23a5cd633"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1113057568,ExpressionUUID->"339859c5-d771-415c-900d-8cc1a1a8aea0"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1553917122,ExpressionUUID->"b122b7e7-7781-4b97-b754-b9845ede3656"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", "\"\<LithiumCobaltate\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.7856873561672897`*^9, 3.7869736553710012`*^9}, - CellLabel->"In[236]:=", - CellID->136502746,ExpressionUUID->"94ab55bd-52dc-4b1b-9b15-edd773f9b972"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<Li\>\"", ",", "\"\<Co\>\"", ",", "\"\<O\>\""}], - "}"}]], "ExpectedOutput", - CellID->689117026,ExpressionUUID->"1278b90d-d195-4b9a-9909-768279421cc3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->428496359,ExpressionUUID->"a85ae14f-ca5b-4bb5-9fdf-80131bb51ece"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1136438287,ExpressionUUID->"f94f2ed1-6e83-4c4a-92ad-295d07e2b848"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]IgnoreIonCharge\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785687365772175*^9, 3.7856873709487553`*^9}}, - CellID->398733191,ExpressionUUID->"e937e62c-3fc3-4120-be66-b67e93f581e7"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{"\"\<Ca2+ Fe3+ O2-\>\"", ",", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.785687382690027*^9, 3.785687390267393*^9}, - 3.786973658813987*^9}, - CellLabel->"In[237]:=", - CellID->543821940,ExpressionUUID->"09630e18-8ccb-4168-9b38-5bc19c59af47"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<Ca\>\"", ",", "\"\<Fe\>\"", ",", "\"\<O\>\""}], - "}"}]], "ExpectedOutput", - CellID->324943948,ExpressionUUID->"38ee82a6-dadc-438e-b367-948a10ea5985"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1225637322,ExpressionUUID->"4e33ebab-fc2b-431a-a856-7068335b31d3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{"\"\<Ca2+ Fe3+ O2-\>\"", ",", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.785687398251835*^9, 3.785687430339931*^9}, - 3.786973661549748*^9}, - CellLabel->"In[238]:=", - CellID->1664185864,ExpressionUUID->"840f9921-6828-46e4-9718-d8a056c89c0a"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<Ca2+\>\"", ",", "\"\<Fe3+\>\"", ",", "\"\<O2-\>\""}], - "}"}]], "ExpectedOutput", - CellID->1144797720,ExpressionUUID->"d162e47e-6f9a-4e45-a7a0-44d6cb8de7f9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->623328830,ExpressionUUID->"7c3ffdd7-3643-48eb-91b8-ee867226f397"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Tally\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785687372799787*^9, 3.7856873748264313`*^9}}, - CellID->1359762497,ExpressionUUID->"ea96902c-3527-4ce1-bfa5-6af88f81a492"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{ - "\"\<\!\(\*SubscriptBox[\(H\), \(6\)]\)\!\(\*SubscriptBox[\(O\), \ -\(11\)]\)\!\(\*SubscriptBox[\(V\), \(2\)]\)\!\(\*SubscriptBox[\(Zn\), \ -\(3\)]\)\>\"", ",", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "True"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785687445253209*^9, 3.7869736645966387`*^9}, - CellLabel->"In[239]:=", - CellID->953493157,ExpressionUUID->"ef9bcab1-f158-4702-9be2-801dfe2cee6a"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<H\>\"", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<O\>\"", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<V\>\"", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Zn\>\"", ",", "3"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->836515785,ExpressionUUID->"0182172b-8aa5-4f91-a802-11b551e0ef5f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->862415744,ExpressionUUID->"1f5f1716-bebc-4e4a-b055-ef1f295cb74a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{"\"\<Ca2+ Fe3+ O2-\>\"", ",", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "True"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.78568745634659*^9, 3.7869736683974943`*^9}, - CellLabel->"In[240]:=", - CellID->378155153,ExpressionUUID->"0d30865f-04a6-4f5d-823c-8fd67532b20b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Ca2+\>\"", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Fe3+\>\"", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<O2-\>\"", ",", "1"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1249544998,ExpressionUUID->"cdb6c9b9-4068-4ff2-8ffb-26212ed3fcd7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1254275805,ExpressionUUID->"13ad87ea-6d57-4c92-9dc7-88dcca2643d6"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetElements", "[", - RowBox[{"\"\<Ca2+ (Fe3+)2 O2-\>\"", ",", - RowBox[{"\"\<IgnoreIonCharge\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<Tally\>\"", "\[Rule]", "True"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.7856874785403357`*^9, 3.7856874833265057`*^9}, - 3.7869736708352833`*^9}, - CellLabel->"In[241]:=", - CellID->155728532,ExpressionUUID->"3fea2f37-6fdb-4d81-b624-1a933f559e08"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Ca2+\>\"", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Fe\>\"", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<O2-\>\"", ",", "1"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1694355278,ExpressionUUID->"ee00077e-10ad-484e-99b4-2fe3aaf5a6e1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->913975683,ExpressionUUID->"0e1e41e1-ea04-4155-95af-cbcd5df5f925"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->7315705,ExpressionUUID->"5532ef7d-b32f-4410-8214-58106a8f4047"], - -Cell[CellGroupData[{ - -Cell["GetElements::InvalidFormula", "Subsection", - CellChangeTimes->{{3.7856875016970797`*^9, 3.7856875082371073`*^9}, { - 3.785687816190192*^9, 3.7856878203046207`*^9}}, - CellID->1472969351,ExpressionUUID->"f719d34f-a02e-4efe-bd76-1ed496dda902"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetElements", "[", "\"\<12345\>\"", "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.774281338555955*^9, 3.774281363275422*^9}, { - 3.774281602038673*^9, 3.774281614261602*^9}, 3.7856875941278467`*^9, { - 3.7856876490028353`*^9, 3.785687729705565*^9}, 3.786973675297686*^9}, - CellLabel->"In[242]:=", - CellID->942879781,ExpressionUUID->"bef54c93-0860-40be-b824-c22975eaf782"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->698648054,ExpressionUUID->"7197ce98-14ad-401a-a696-41e2c08cfeeb"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`GetElements", "::", "InvalidFormula"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7742813716915207`*^9, 3.774281373020094*^9}, { - 3.774281620013888*^9, 3.7742816222381477`*^9}, {3.785687598968354*^9, - 3.785687603614847*^9}, {3.7856876438372393`*^9, 3.7856876450093184`*^9}, { - 3.785687738009879*^9, 3.785687739497905*^9}, 3.786973678802166*^9}, - CellID->1884745429,ExpressionUUID->"f7059337-87af-4482-a907-16763ecaba4b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->238777190,ExpressionUUID->"221dadab-09d4-4eae-a033-e72f6196425f"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["InputCheck::ElementError", "Subsection", - CellChangeTimes->{{3.785687778868924*^9, 3.785687805400813*^9}, { - 3.785687992100297*^9, 3.785687994496896*^9}, 3.78568822892276*^9}, - CellID->574960190,ExpressionUUID->"78f8f52c-e8af-4816-aecb-639bd21586df"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetElements", "[", "\"\<X-ray\>\"", "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.774281338555955*^9, 3.774281363275422*^9}, { - 3.774281602038673*^9, 3.774281614261602*^9}, 3.7856875941278467`*^9, { - 3.7856876490028353`*^9, 3.785687729705565*^9}, {3.785687793055805*^9, - 3.785687793719322*^9}, {3.786973681737862*^9, 3.786973683777053*^9}}, - CellLabel->"In[243]:=", - CellID->297465828,ExpressionUUID->"40516d8b-cd0e-470c-804c-cd26a716d908"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->166240980,ExpressionUUID->"0ecb0b62-a413-4195-a2a8-1063b5de3fe5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "ElementError"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7742813716915207`*^9, 3.774281373020094*^9}, { - 3.774281620013888*^9, 3.7742816222381477`*^9}, {3.785687598968354*^9, - 3.785687603614847*^9}, {3.7856876438372393`*^9, 3.7856876450093184`*^9}, { - 3.785687738009879*^9, 3.785687739497905*^9}, 3.786973686336049*^9}, - CellID->135926113,ExpressionUUID->"19d8ba5f-c092-4881-b5f9-03e31c1629f2"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1628779734,ExpressionUUID->"4c22402f-58a7-4b05-8b86-a55ccdab6cd0"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetLatticeParameters", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.78568841374012*^9, {3.78568861889714*^9, - 3.7856886198261633`*^9}}, - CellID->861943726,ExpressionUUID->"c7b13ff8-dbf4-4633-98b9-4dca891d60f2"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1911003867,ExpressionUUID->"9e4528ea-1820-4053-9d7e-ccd8d14856e3"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "[", "\"\<Silicon\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.78568842805088*^9, 3.78697369142106*^9}, - CellLabel->"In[244]:=", - CellID->225953173,ExpressionUUID->"2991f1ca-3bf0-4f68-bdf8-8bf68e61e407"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "5.43088`", ",", "5.43088`", ",", "5.43088`", ",", "90", ",", "90", ",", - "90"}], "}"}]], "ExpectedOutput", - CellID->843890715,ExpressionUUID->"ab0b0639-ae63-4fb2-9e27-43b5899c7699"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->926941029,ExpressionUUID->"2fcc6d63-96b1-49f8-9fae-1f919e969c15"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "@", - RowBox[{ - "MaXrd`GetCrystalMetric", "[", "\"\<OxalicAcid\>\"", - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.7856884441941767`*^9, 3.78568845148948*^9}, { - 3.786973695473957*^9, 3.786973705876474*^9}}, - CellLabel->"In[245]:=", - CellID->1327979882,ExpressionUUID->"a9a4bfc6-d0f7-4a78-bc71-11246e2fc943"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "6.1204`", ",", "3.6081`", ",", "12.0596`", ",", "90", ",", "106.31`", ",", - "90"}], "}"}]], "ExpectedOutput", - CellID->560333503,ExpressionUUID->"2ae1f595-152e-4d06-b267-d80c454859be"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1251499065,ExpressionUUID->"b41bfdc9-cf3f-4e99-a9f8-ccf09ff00db8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->476568137,ExpressionUUID->"aa01bc01-4eca-4b9e-b922-0b67bd46076c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "True"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.785688465185294*^9, 3.785688487264464*^9}, { - 3.786973715080711*^9, 3.786973719295829*^9}}, - CellLabel->"In[246]:=", - CellID->1667234290,ExpressionUUID->"9abc8b76-9f28-4f3e-abbc-2b0f928c08e2"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - TemplateBox[{ - "5.43088`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "5.43088`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "5.43088`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellChangeTimes->{{3.785688483058198*^9, 3.785688485061537*^9}}, - CellID->840085974,ExpressionUUID->"eb10e0cc-18bc-451c-91a2-7078c98db79a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1489946737,ExpressionUUID->"a9c3720f-cc45-4037-8b47-91764c82a7aa"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1714158896,ExpressionUUID->"ee4bc752-8ec2-4489-9005-ce720f0f2613"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RoundAnglesThreshold\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785688547827134*^9, 3.785688552384757*^9}}, - CellID->1375440567,ExpressionUUID->"b45f368b-0d08-49b8-b78d-6791f083c881"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<OxalicAcid\>\"", ",", - RowBox[{"\"\<RoundAnglesThreshold\>\"", "\[Rule]", "#"}]}], "]"}], "&"}], - "/@", - RowBox[{"{", - RowBox[{"0.30", ",", "0.35"}], "}"}]}]], "VerificationTest", - CellChangeTimes->{3.785688567477132*^9, 3.786973724296468*^9}, - CellLabel->"In[247]:=", - CellID->700267564,ExpressionUUID->"dab45f4b-8b25-4b72-9485-b6e8b85b81b9"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "6.1204`", ",", "3.6081`", ",", "12.0596`", ",", "90", ",", "106.31`", - ",", "90"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "6.1204`", ",", "3.6081`", ",", "12.0596`", ",", "90", ",", "106", ",", - "90"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1186562588,ExpressionUUID->"22603ef1-8a40-4590-9f07-7f987da7cc66"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1875484739,ExpressionUUID->"3bfd21a7-fd51-4d8c-9763-8e7bfd7fa526"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Space\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785688554858675*^9, 3.785688556359486*^9}}, - CellID->1235320284,ExpressionUUID->"e3204784-1395-4ea0-b0e5-72f28f82ed1e"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<CopperTungstenOxide\>\"", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Reciprocal\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.78568859388372*^9, 3.7869737298119583`*^9}, - CellLabel->"In[248]:=", - CellID->1272949105,ExpressionUUID->"c0070670-da2b-4823-bce3-07b4556329e0"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "0.2143475978136336`", ",", "0.1726337175629645`", ",", - "0.20520814954390723`", ",", "88.22954871546513`", ",", - "88.22954871546513`", ",", "96.93818839891318`"}], "}"}]], "ExpectedOutput",\ - - CellID->1223516321,ExpressionUUID->"27829cc5-2261-49cc-a7c1-171933bf50b0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->507037707,ExpressionUUID->"bca2dc57-06d2-4871-a742-7bd20cc7e55a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"\"\<Space\>\"", "\[Rule]", "\"\<Both\>\""}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.7856886039979277`*^9, 3.786973733240451*^9}, - CellLabel->"In[249]:=", - CellID->2032055890,ExpressionUUID->"f6341aca-6736-4bbe-a72a-fab1845fa10e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "4.914`", ",", "4.914`", ",", "5.406`", ",", "90", ",", "90", ",", - "120"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "0.2349817945419722`", ",", "0.2349817945419722`", ",", - "0.1849796522382538`", ",", "90", ",", "90", ",", "60"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1330904989,ExpressionUUID->"f96ddbfb-64e7-44be-969b-635ae2300006"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->567630253,ExpressionUUID->"8f4d506c-0718-4793-860a-e9c201c388ec"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Units\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785688511810618*^9, 3.7856885128223753`*^9}}, - CellID->1515633261,ExpressionUUID->"6df6c175-ac20-4e87-98bd-6c4305cb9a54"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785688531197473*^9, 3.786973736727399*^9}, - CellLabel->"In[250]:=", - CellID->968363838,ExpressionUUID->"fe1907fc-fcbb-4e73-81de-1cce57dd92e5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "5.43088`", ",", "5.43088`", ",", "5.43088`", ",", "90", ",", "90", ",", - "90"}], "}"}]], "ExpectedOutput", - CellID->1659948300,ExpressionUUID->"0b04ce8b-c282-4ab7-b99a-f5f123058cac"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1039302197,ExpressionUUID->"b52d4734-9058-4f78-9483-c43ae617c363"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`GetLatticeParameters", "[", - RowBox[{"\"\<CalciumFluoride\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "setting"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"setting", ",", - RowBox[{"{", - RowBox[{"True", ",", "False"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.7856885243113327`*^9, 3.786973742179339*^9}, - CellLabel->"In[251]:=", - CellID->425568570,ExpressionUUID->"1c2ad858-363f-4eab-947d-294c4121d8ac"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - TemplateBox[{ - "5.463`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "5.463`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "5.463`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"], ",", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "5.463`", ",", "5.463`", ",", "5.463`", ",", "90", ",", "90", ",", "90"}], - "}"}]}], "}"}]], "ExpectedOutput", - CellID->1410411480,ExpressionUUID->"094f4778-d394-42e6-9eee-2ca71dcb9d9e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2067523928,ExpressionUUID->"fd95b48e-a3ae-44db-b09d-f84c1e6bf25c"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetLaueClass", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7856886331205473`*^9, 3.7856886349374723`*^9}, { - 3.7856887658554163`*^9, 3.7856887675261583`*^9}}, - CellID->1358667642,ExpressionUUID->"c36c99b5-8ffe-486d-90f4-6c8092695f16"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->933440543,ExpressionUUID->"3d142623-4985-4bc6-ab8f-a50533c9d5ab"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<mm2\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785688645238262*^9, 3.786973746726392*^9}, - CellLabel->"In[252]:=", - CellID->251359894,ExpressionUUID->"0c83fc54-1f9b-47da-908c-7b5cc7f1cd8b"], - -Cell[BoxData["\"\<mmm\>\""], "ExpectedOutput", - CellID->505404809,ExpressionUUID->"d74609e5-933c-4517-aefd-7a8d2ed10aa8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->441765789,ExpressionUUID->"05e53295-3af1-4d04-a686-34e41a1ceae4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<1\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{{3.785688645238262*^9, 3.785688665150486*^9}, - 3.786973750543249*^9}, - CellLabel->"In[253]:=", - CellID->528795217,ExpressionUUID->"e481ed45-ab04-4c77-9f38-1eabca679b6a"], - -Cell[BoxData["\"\<\\!\\(\\*OverscriptBox[\\(1\\), \\(_\\)]\\)\>\""], \ -"ExpectedOutput", - CellID->1173880833,ExpressionUUID->"47243dd7-4187-45cf-9157-d5819084fbf9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->906648044,ExpressionUUID->"5b704ce8-31e7-486e-bba9-f13845ca0189"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<23\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{{3.785688645238262*^9, 3.785688674727786*^9}, - 3.78697375405359*^9}, - CellLabel->"In[254]:=", - CellID->80614374,ExpressionUUID->"e453f7b8-084e-4513-823e-9f24a2273d1e"], - -Cell[BoxData["\"\<m\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)\>\""], \ -"ExpectedOutput", - CellID->1971086208,ExpressionUUID->"84027b7b-eb6a-4f27-989d-2884fa848789"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1637200043,ExpressionUUID->"942ca4ab-0ad6-4d94-84de-b312cf142d24"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<-4m2\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{ - 3.785688645238262*^9, {3.785688682065523*^9, 3.7856886835055428`*^9}, - 3.786973757906912*^9}, - CellLabel->"In[255]:=", - CellID->579877021,ExpressionUUID->"405d2545-6dbb-445e-9e3b-263d2a7a181c"], - -Cell[BoxData["\"\<4/mmm\>\""], "ExpectedOutput", - CellID->712301861,ExpressionUUID->"93d26baf-efac-4cd8-bcaa-8ea7925c6b37"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->713153690,ExpressionUUID->"5dd9c1e8-ea3f-4415-b400-bf0aa4e3a789"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<-3m\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{ - 3.785688645238262*^9, {3.7856886917135897`*^9, 3.785688692213937*^9}, - 3.786973760186146*^9}, - CellLabel->"In[256]:=", - CellID->388752034,ExpressionUUID->"f68d4684-51d4-442e-aba2-dbbf12e0a98a"], - -Cell[BoxData["\"\<\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m\>\""], \ -"ExpectedOutput", - CellID->1110181264,ExpressionUUID->"b386bddc-0baf-4acc-ad11-b5553cd59593"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->867833923,ExpressionUUID->"dfc109f2-6f4f-4655-9acf-071163178406"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<-31m\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{ - 3.785688645238262*^9, {3.785688697995508*^9, 3.785688698590157*^9}, - 3.786973764960134*^9}, - CellLabel->"In[257]:=", - CellID->1459449735,ExpressionUUID->"a70b365f-72b6-4637-a221-0b878241ecef"], - -Cell[BoxData["\"\<\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)1m\>\""], \ -"ExpectedOutput", - CellID->413480111,ExpressionUUID->"7dc7e4ee-03fb-4990-a708-53969b774a35"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2123297084,ExpressionUUID->"d47eaba7-e03c-4780-8613-1d34b7922c32"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", - "\"\<\!\(\*SubscriptBox[\(P4\), \(2\)]\)/mnm\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.785688645238262*^9, {3.7856887113763123`*^9, 3.785688712744549*^9}, - 3.786973768848892*^9}, - CellLabel->"In[258]:=", - CellID->1059553619,ExpressionUUID->"8eba6402-c7a1-4ed0-a90b-ce18d57a818b"], - -Cell[BoxData["\"\<4/mmm\>\""], "ExpectedOutput", - CellID->983273609,ExpressionUUID->"cd886bf4-0fba-48d5-82f4-56fc3fcdccc6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1518328589,ExpressionUUID->"3ebee73f-a3ae-43f5-a195-9070b1eadd58"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<I 41/a -3 2/d\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688645238262*^9, 3.785688723874847*^9, - 3.786973771621579*^9}, - CellLabel->"In[259]:=", - CellID->288445973,ExpressionUUID->"62198c7d-2e93-41fd-8fb4-5bd6ec7fe792"], - -Cell[BoxData["\"\<m\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m\>\""], \ -"ExpectedOutput", - CellID->1040876932,ExpressionUUID->"b802856f-c32c-43a7-8766-4d1ae53db12a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->418022,ExpressionUUID->"ce35b2b0-85f9-46ac-aa00-7eda6aa4957c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<Fd-3m:2\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688645238262*^9, 3.785688733572221*^9, - 3.7869737763653717`*^9}, - CellLabel->"In[260]:=", - CellID->1222428633,ExpressionUUID->"7f10a5f4-62d8-40ab-8993-832cc8ca0c9e"], - -Cell[BoxData["\"\<m\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m\>\""], \ -"ExpectedOutput", - CellID->381983982,ExpressionUUID->"30db32fe-cefa-45e4-86f1-027dddb4e6f1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->583244813,ExpressionUUID->"e841c56c-c9ca-446c-8d29-9a7cb348cce4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<Silicon\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688645238262*^9, 3.785688743834375*^9, - 3.7869737789012337`*^9}, - CellLabel->"In[261]:=", - CellID->1701777223,ExpressionUUID->"3d7ef6ed-3b4a-4013-bd7c-d5b6f166cc3c"], - -Cell[BoxData["\"\<m\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m\>\""], \ -"ExpectedOutput", - CellID->1582576215,ExpressionUUID->"f0ea1a46-64d1-4c5e-a8e1-ea0a527e2e18"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1480207183,ExpressionUUID->"b8b24a44-72af-4339-80d9-3a1c516465f1"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<Ice\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785688645238262*^9, 3.785688750579823*^9, - 3.786973782997323*^9}, - CellLabel->"In[262]:=", - CellID->1789436225,ExpressionUUID->"750dbc49-2779-4d13-b847-15506d16ce14"], - -Cell[BoxData["\"\<6/mmm\>\""], "ExpectedOutput", - CellID->1693640987,ExpressionUUID->"8857d5fe-4eec-4f3e-9ea4-35a0cb50ac8a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1391557833,ExpressionUUID->"6eeb525e-6fcd-43ec-b9f6-ec93c79dcc3c"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetScatteringCrossSections", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.785688777527795*^9, {3.785688889669538*^9, - 3.785688890670327*^9}}, - CellID->1065207360,ExpressionUUID->"d6dfef84-b8fb-4970-b265-984a494afc0d"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1516418128,ExpressionUUID->"80765423-d03f-48bc-b1fb-9978b40096c4"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetScatteringCrossSections", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.1573"}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.7856887896204233`*^9, 3.786973787354911*^9}, - CellLabel->"In[263]:=", - CellID->944991503,ExpressionUUID->"f8638dd2-43c7-47f3-ba2c-f8632729287d"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - TemplateBox[{"23558.`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - TemplateBox[{"4235.64`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1830621356,ExpressionUUID->"53c48a5e-d0cb-473b-9256-03f58d041d8d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1815583401,ExpressionUUID->"ed169ea9-420f-44c6-869c-7b4c1d80207c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetScatteringCrossSections", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Al\>\"", ",", "\"\<Mn\>\"", ",", "\"\<Ag\>\""}], "}"}], ",", - "1.1573"}], "]"}]], "VerificationTest", - CellChangeTimes->{3.78568880879812*^9, 3.786973790363203*^9}, - CellLabel->"In[264]:=", - CellID->1242416559,ExpressionUUID->"f724ca79-685e-48dc-b591-f808fd98f951"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Al\>\"", "\[Rule]", - TemplateBox[{"958.189`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<Mn\>\"", "\[Rule]", - TemplateBox[{"11459.699999999999`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<Ag\>\"", "\[Rule]", - TemplateBox[{"17714.`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1311607332,ExpressionUUID->"df2697c0-2189-463c-810f-2156e38c6656"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->915080384,ExpressionUUID->"3d660573-b66c-4f6f-94a7-1fdf5f86751c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->982088830,ExpressionUUID->"4e3664aa-7dcb-447f-9243-9822463af147"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]PhysicalProcess\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785688822727303*^9, 3.785688827592422*^9}}, - CellID->407654968,ExpressionUUID->"cecc628a-a70c-40c4-be6b-fc0932c1c561"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`GetScatteringCrossSections", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "1.0", ",", "\[IndentingNewLine]", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "p"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"p", ",", - RowBox[{"{", - RowBox[{ - "\"\<Photoelectric\>\"", ",", "\"\<Coherent\>\"", ",", - "\"\<Incoherent\>\"", ",", "\"\<Total\>\""}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.785688843311372*^9, 3.785688847399506*^9}, - 3.786973794223057*^9}, - CellLabel->"In[265]:=", - CellID->547223963,ExpressionUUID->"f1b58295-62cc-4ad3-9c5a-70c30546867d"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - TemplateBox[{"16074.900000000001`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - TemplateBox[{"19789.600000000002`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - TemplateBox[{"140.123`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - TemplateBox[{"164.072`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - TemplateBox[{"9.6432`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - TemplateBox[{"10.0145`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Ga\>\"", "\[Rule]", - TemplateBox[{"16224.7`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}], ",", - RowBox[{"\"\<As\>\"", "\[Rule]", - TemplateBox[{"19963.6`", "\"b\"", "barns", "\"Barns\""}, - "Quantity"]}]}], "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellID->1668169687,ExpressionUUID->"ca69089e-6ec4-4c4e-a483-92d8f4dd98c5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1625617721,ExpressionUUID->"affae465-5590-4b48-bb5d-fb24a6b8c32e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"SameQ", "@@", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`GetScatteringCrossSections", "[", - RowBox[{"\"\<Nickel\>\"", ",", "1.0", ",", - RowBox[{"\"\<PhysicalProcess\>\"", "\[Rule]", "p"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"p", ",", - RowBox[{"{", - RowBox[{ - "\"\<Incoherent\>\"", ",", "\"\<Compton\>\"", ",", - "\"\<Inelastic\>\""}], "}"}]}], "}"}]}], "]"}]}]], "VerificationTest",\ - - CellChangeTimes->{3.785688860861082*^9, 3.786973798516831*^9}, - CellLabel->"In[266]:=", - CellID->2075276770,ExpressionUUID->"39cf04fd-1f7e-48b7-8bdb-e770a66d0c05"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1894762463,ExpressionUUID->"8fccfb9a-f8bb-4209-a572-95afb06ace08"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1470079713,ExpressionUUID->"ce54dd09-f3f7-4304-a53c-ed17ddb7eec7"] -}, Closed]] -}, Closed]], - -Cell["\[OpenCurlyDoubleQuote]Source\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.7856888288535013`*^9, 3.785688830483274*^9}}, - CellID->984213246,ExpressionUUID->"88b98d2e-5c9a-4e36-ad45-0d3c2fd331af"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Units\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.785688832187052*^9, 3.7856888349840183`*^9}}, - CellID->1523513001,ExpressionUUID->"61b34711-828b-4aeb-827c-040361b83dd6"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetScatteringCrossSections", "[", - RowBox[{"\"\<Copper\>\"", ",", "1.54", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{3.785688877179193*^9, 3.7869738038385468`*^9}, - CellLabel->"In[267]:=", - CellID->64482192,ExpressionUUID->"f3ed18b9-38f4-4376-9c2e-5b344787a7b9"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{"\"\<Cu\>\"", "\[Rule]", "5449.06`"}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1420442856,ExpressionUUID->"b20a652b-b5de-4ab3-bc6b-e9d9fcd61fc9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->830377656,ExpressionUUID->"d1141b33-38f8-4fe4-bc35-e50229781e18"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetSymmetryData", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.7856888989857616`*^9, {3.785689268041321*^9, - 3.7856892691033773`*^9}}, - CellID->1222079413,ExpressionUUID->"b16f6e4e-b85f-43c4-889a-c14616276c3d"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->955094383,ExpressionUUID->"0e4a785c-ce0c-4cbf-bf44-9c0ca629f75a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryData", "[", "\"\<P63\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7856889094622583`*^9, 3.785688925145155*^9}, - 3.786973810543535*^9, {3.787476527788851*^9, 3.787476527915118*^9}}, - CellLabel->"In[268]:=", - CellID->1928046855,ExpressionUUID->"7e0f0a7b-32c2-4762-aa51-e35624b5962f"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Name\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{ - "\"\<Symbol\>\"", "\[Rule]", - "\"\<\\!\\(\\*SubscriptBox[\\(P6\\), \\(3\\)]\\)\>\""}], ",", - RowBox[{"\"\<HermannMauguinShort\>\"", "\[Rule]", "\"\<P 63\>\""}], ",", - RowBox[{"\"\<HermannMauguinFull\>\"", "\[Rule]", "\"\<P 63\>\""}], ",", - - RowBox[{ - "\"\<SchoenfliesSymbol\>\"", "\[Rule]", - "\"\<\\!\\(\\*SubsuperscriptBox[\\(C\\), \\(6\\), \\(6\\)]\\)\>\""}], - ",", - RowBox[{"\"\<HallString\>\"", "\[Rule]", "\"\<P 6c\>\""}]}], - "\[RightAssociation]"}]}], ",", - RowBox[{"\"\<SpaceGroupNumber\>\"", "\[Rule]", "173"}], ",", - RowBox[{"\"\<LaueClass\>\"", "\[Rule]", "\"\<6/m\>\""}], ",", - RowBox[{"\"\<CrystalSystem\>\"", "\[Rule]", "\"\<Hexagonal\>\""}], ",", - RowBox[{"\"\<Properties\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<CentrosymmetricQ\>\"", "\[Rule]", "False"}], ",", - RowBox[{"\"\<SohnckeGroupQ\>\"", "\[Rule]", "True"}]}], - "\[RightAssociation]"}]}], ",", - RowBox[{"\"\<Setting\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", "\[RightAssociation]"}]}], ",", - RowBox[{"\"\<SymmetryOperations\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["1", "2"]}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["1", "2"]}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["1", "2"]}], "}"}]}], "}"}]}], "}"}]}], ",", - RowBox[{"\"\<SpecialPositions\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Multiplicity\>\"", "\[Rule]", "6"}], ",", - RowBox[{"\"\<WyckoffLetter\>\"", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"\"\<SiteSymmetry\>\"", "\[Rule]", "\"\<1\>\""}], ",", - RowBox[{"\"\<Coordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<x\>\"", ",", "\"\<y\>\"", ",", "\"\<z\>\""}], "}"}], - ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<y\>\""}], ",", - RowBox[{"\"\<x\>\"", "-", "\"\<y\>\""}], ",", "\"\<z\>\""}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"-", "\"\<x\>\""}], "+", "\"\<y\>\""}], ",", - RowBox[{"-", "\"\<x\>\""}], ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<x\>\""}], ",", - RowBox[{"-", "\"\<y\>\""}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<y\>\"", ",", - RowBox[{ - RowBox[{"-", "\"\<x\>\""}], "+", "\"\<y\>\""}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"\"\<x\>\"", "-", "\"\<y\>\""}], ",", "\"\<x\>\"", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}]}], "}"}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Multiplicity\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<WyckoffLetter\>\"", "\[Rule]", "\"\<b\>\""}], ",", - RowBox[{"\"\<SiteSymmetry\>\"", "\[Rule]", "\"\<3..\>\""}], ",", - RowBox[{"\"\<Coordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - FractionBox["1", "3"], ",", - FractionBox["2", "3"], ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["2", "3"], ",", - FractionBox["1", "3"], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}]}], "}"}]}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Multiplicity\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<WyckoffLetter\>\"", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"\"\<SiteSymmetry\>\"", "\[Rule]", "\"\<3..\>\""}], ",", - RowBox[{"\"\<Coordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}]}], "}"}]}]}], - "\[RightAssociation]"}]}], "}"}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellID->1302742402,ExpressionUUID->"6dcc3f16-1482-4677-90d4-3f9b1228cd5b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1808526186,ExpressionUUID->"f23938f0-4f13-4852-a612-7e64d02da2c2"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"\"\<Aeaa\>\"", ",", "#"}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"\"\<SpaceGroupNumber\>\"", ",", "\"\<LaueClass\>\""}], - "}"}]}]], "VerificationTest", - CellChangeTimes->{3.7856889403312073`*^9, 3.7869738186636667`*^9}, - CellLabel->"In[269]:=", - CellID->804238385,ExpressionUUID->"08c072be-d2f2-448f-a1c0-f051f8614190"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"68", ",", "\"\<mmm\>\""}], "}"}]], "ExpectedOutput", - CellID->572462477,ExpressionUUID->"5491e9c6-2f28-45f0-a344-0cff465b5986"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->416068464,ExpressionUUID->"7a9ab06c-5f74-4d24-9f41-03e344ae0b6f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"\"\<Aeaa\>\"", ",", "\"\<MainEntryQ\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688947519691*^9, 3.786973831669639*^9}, - CellLabel->"In[270]:=", - CellID->219954430,ExpressionUUID->"1dd7136d-4c73-4869-8036-ba9c57aa0b35"], - -Cell[BoxData["False"], "ExpectedOutput", - CellID->954748523,ExpressionUUID->"296cc83c-6e42-46e3-95a1-c8d1de1af99d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->655919816,ExpressionUUID->"2dd029d0-bbb7-4639-90ae-a64c0f46484e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1978517403,ExpressionUUID->"8d3e637d-09c1-472b-a534-811c3200510a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"\"\<Silicon\>\"", ",", "\"\<SpaceGroupNumber\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688969449304*^9, 3.786973835777306*^9}, - CellLabel->"In[271]:=", - CellID->543999998,ExpressionUUID->"004d4386-fdfd-460e-a6cc-25ca50dfa3ba"], - -Cell[BoxData["227"], "ExpectedOutput", - CellID->1170081107,ExpressionUUID->"d4334072-f728-447c-814b-21dce1933326"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1010787461,ExpressionUUID->"7b25d380-550f-489c-8b3c-c6bae3c037f1"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1305202073,ExpressionUUID->"1eab5a21-e4d4-418c-8588-3f7e4ae88d58"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UnambiguousSymbol\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785689071932673*^9, 3.785689078012109*^9}}, - CellID->2133270453,ExpressionUUID->"fca832dc-8c65-424b-98d7-c2c46dd6ae25"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"sg1", "=", "\"\<P 1 21/n 1\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"sg2", "=", "\"\<P 1 1 21/n\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output1", "=", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"#", ",", "\"\<Symbol\>\""}], "]"}], "&"}], "/@", - RowBox[{"{", - RowBox[{"sg1", ",", "sg2"}], "}"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output2", "=", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"#", ",", "\"\<Symbol\>\"", ",", - RowBox[{"\"\<UnambiguousSymbol\>\"", "\[Rule]", "False"}]}], "]"}], - "&"}], "/@", - RowBox[{"{", - RowBox[{"sg1", ",", "sg2"}], "}"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"output1", ",", "output2"}], "}"}]}], "VerificationTest", - CellChangeTimes->{{3.7856889784687138`*^9, 3.7856890066524153`*^9}, { - 3.7869738397025757`*^9, 3.78697384031314*^9}}, - CellLabel->"In[272]:=", - CellID->1121897931,ExpressionUUID->"c83fc8d2-3a82-4fee-840b-ffc7d0f03946"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<\\!\\(\\*SubscriptBox[\\(P2\\), \\(1\\)]\\)/n\>\"", ",", - "\"\<P 1 1 21/n\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "\"\<\\!\\(\\*SubscriptBox[\\(P2\\), \\(1\\)]\\)/n\>\"", ",", - "\"\<\\!\\(\\*SubscriptBox[\\(P2\\), \\(1\\)]\\)/n\>\""}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->832105657,ExpressionUUID->"6b704737-f91f-45ab-92de-c19aa6faa125"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1709209257,ExpressionUUID->"db3e910f-182f-47a8-a194-00ca532671d9"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UseMainEntry\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785689083094836*^9, 3.7856890859446163`*^9}}, - CellID->1637016906,ExpressionUUID->"bd0fe39a-7029-4b8f-9317-b0adf9f6aa34"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"\"\<Aeaa\>\"", ",", "\"\<Symbol\>\"", ",", - RowBox[{"\"\<UseMainEntry\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.785688956667151*^9, 3.786973843563086*^9}, - CellLabel->"In[273]:=", - CellID->325803449,ExpressionUUID->"8f92cf61-7eca-41b1-a440-f75d1ba9755c"], - -Cell[BoxData["\"\<Ccce\>\""], "ExpectedOutput", - CellID->1842751140,ExpressionUUID->"98d02772-fdbe-44f3-9a3b-7fcd743b74ba"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1938720127,ExpressionUUID->"b9ccb508-93c4-4257-af10-be734830b3ee"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1930137425,ExpressionUUID->"ba26e189-4546-4162-b457-de8692804980"], - -Cell[CellGroupData[{ - -Cell["GetSymmetryData::InvalidLabel", "Subsection", - CellChangeTimes->{{3.785689097096527*^9, 3.785689104647296*^9}}, - CellID->1984323610,ExpressionUUID->"be5c92be-a6bc-415c-9fb8-f83a9d3cdf37"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`GetSymmetryData", "[", - RowBox[{"\"\<Pmma\>\"", ",", "\"\<Something\>\""}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.785689178941165*^9, 3.7856891866447487`*^9}, - 3.786973846644349*^9}, - CellLabel->"In[274]:=", - CellID->1382123001,ExpressionUUID->"06be89c8-2823-430e-a3d1-4181fb754c5f"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->10668208,ExpressionUUID->"67eb1f42-9570-4276-8662-0df3ca2dfd7b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`GetSymmetryData", "::", "InvalidLabel"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.78697385061298*^9}, - CellID->1393841887,ExpressionUUID->"e6677259-e5b3-428b-b390-72de68e6f866"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->299798558,ExpressionUUID->"aea76142-bbb6-4a27-97a0-8c437fa85bc0"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["GetSymmetryOperations", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.785689274527923*^9, {3.785689360844899*^9, - 3.785689361636095*^9}}, - CellID->766406707,ExpressionUUID->"64dcace2-9399-40f6-b025-40dcc58d4448"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->390609843,ExpressionUUID->"4954e028-bd0a-4932-83e8-6de820e840d9"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryOperations", "[", "\"\<2/m\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785689282310041*^9, 3.786973856181405*^9}, - CellLabel->"In[275]:=", - CellID->848305685,ExpressionUUID->"ce9bfd2c-e8d3-4f36-8149-7751741785b9"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->329715362,ExpressionUUID->"540877f7-9d1f-405e-83a1-56287b86d286"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->717728444,ExpressionUUID->"fbd13420-920e-4cbc-b149-a0bd8a61b6f9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`GetSymmetryOperations", "[", "\"\<mm2\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.785689288729491*^9, 3.7869738593959923`*^9}, - CellLabel->"In[276]:=", - CellID->1428743124,ExpressionUUID->"c30a29c8-9b3f-4c1f-9e9e-71d40cab31b3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1871027961,ExpressionUUID->"e1fabef8-6c36-4f43-ad35-42494333ba9c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->446313109,ExpressionUUID->"5d594286-382d-4b41-b090-6d5c66c5817c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"MaXrd`GetSymmetryOperations", "[", "\"\<432\>\"", "]"}], "//", - "Length"}]], "VerificationTest", - CellChangeTimes->{3.785689295738873*^9, 3.786973861720943*^9}, - CellLabel->"In[277]:=", - CellID->1168141576,ExpressionUUID->"2888c1b1-f226-453d-8b86-bd298c4b1d9b"], - -Cell[BoxData["24"], "ExpectedOutput", - CellID->659966958,ExpressionUUID->"9ac0f186-d5e0-41f2-852a-cba087d34e45"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->24043992,ExpressionUUID->"d4ba7fa1-e66f-4bcb-adf3-1257f663091c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->122122422,ExpressionUUID->"faba61eb-b82b-4b07-9280-b9004ca55e62"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"MaXrd`GetSymmetryOperations", "@", - RowBox[{"MaXrd`GetLaueClass", "[", "\"\<F d -3 m:2\>\"", "]"}]}], - "\[Equal]", - RowBox[{ - "MaXrd`GetSymmetryOperations", "[", "\"\<m-3m\>\"", - "]"}]}]], "VerificationTest", - CellChangeTimes->{ - 3.785689318741647*^9, {3.786973867261441*^9, 3.786973870698847*^9}}, - CellLabel->"In[278]:=", - CellID->1225320918,ExpressionUUID->"39a36c87-e205-4f52-9db9-3d39ad98b9e7"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1747977743,ExpressionUUID->"1f9ba4b5-645e-4f84-a1d7-72ccdf8d48b5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->380447908,ExpressionUUID->"c6a1a07d-f2b4-4563-a0f3-82b42a3f8dea"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1664663669,ExpressionUUID->"2c50ef3b-d020-4912-ab57-f06428b17b0d"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UseCentring\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.785689333282466*^9, 3.785689335754224*^9}}, - CellID->585331767,ExpressionUUID->"a62d2ce8-ec4b-457f-8460-fce5e6f4915e"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"Length", "@", - RowBox[{"MaXrd`GetSymmetryOperations", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "tf"}]}], "]"}]}], ",", - RowBox[{"{", - RowBox[{"tf", ",", - RowBox[{"{", - RowBox[{"False", ",", "True"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{3.785689339860238*^9, 3.786973874482418*^9}, - CellLabel->"In[279]:=", - CellID->1166732670,ExpressionUUID->"f5aafb3f-1724-494c-9e5f-6b002d2dbf0e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"48", ",", "192"}], "}"}]], "ExpectedOutput", - CellID->602803933,ExpressionUUID->"283356bf-ef00-4659-8f66-00820de77726"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1129172637,ExpressionUUID->"1083d077-9f40-4562-8f3e-b79c231887a7"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ImportCrystalData", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, 3.785689369637702*^9, {3.785690607276799*^9, - 3.785690608260747*^9}}, - CellID->534304806,ExpressionUUID->"0f45a55e-3372-4c52-a2bc-bc88288ec4f8"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1431746335,ExpressionUUID->"95d00941-d56c-43df-a542-1d98a7c0089e"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoCIFs", "=", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.cif\>\"", ",", - RowBox[{"{", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\""}], - "}"}], "]"}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"demoFile", "=", - RowBox[{"First", "@", "demoCIFs"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"demoFile", ",", "\"\<TestInput\>\"", ",", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`$CrystalData", "[", "\"\<TestInput\>\"", - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.7856893826686783`*^9, 3.785689422995318*^9}, { - 3.785689476186171*^9, 3.785689561211184*^9}, {3.785689608937344*^9, - 3.785689623260438*^9}, {3.785689665367105*^9, 3.785689677578964*^9}, { - 3.785689735854937*^9, 3.7856897737382936`*^9}, {3.786973880135955*^9, - 3.786973882077742*^9}}, - CellLabel->"In[280]:=", - CellID->244418699,ExpressionUUID->"93b124ca-9fe9-4d11-a0b6-637b8271548e"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{ - "\"\<ChemicalFormula\>\"", "\[Rule]", - "\"\<CCaFK\\!\\(\\*SubscriptBox[\\(O\\), \\(3\\)]\\)\>\""}], ",", - RowBox[{"\"\<FormulaUnits\>\"", "\[Rule]", "1"}], ",", - RowBox[{ - "\"\<SpaceGroup\>\"", "\[Rule]", - "\"\<P\\!\\(\\*OverscriptBox[\\(6\\), \\(_\\)]\\)m2\>\""}], ",", - RowBox[{"\"\<LatticeParameters\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "5.10093`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "5.10093`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "4.4551`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"120", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}]}], ",", - RowBox[{"\"\<AtomData\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<K\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.0126`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.66667`", ",", "0.33333`", ",", "0.5`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.018`"}], ",", - - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Ca\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.33333`", ",", "0.66667`", ",", "0.5`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.01`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.812`", ",", "0.188`", ",", "0.5`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.0129`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<F\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.33333`", ",", "0.66667`", ",", "0"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.0196`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}]}], "}"}]}]}], - "\[RightAssociation]"}]], "ExpectedOutput", - CellChangeTimes->{{3.785689519703635*^9, 3.7856895722329903`*^9}, - 3.7856896281372013`*^9, {3.78568971524461*^9, 3.785689743717635*^9}}, - CellID->1956341029,ExpressionUUID->"81e9eab4-631b-4043-b407-70835343a8f8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->691521520,ExpressionUUID->"78db3b93-9a08-4f9a-8893-bc490597a003"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->806387710,ExpressionUUID->"c5ce1fc4-dbe4-484f-8478-654e63c096f7"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"KeyDropFrom", "[", - RowBox[{"MaXrd`$CrystalData", ",", "\"\<Quartz\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<Quartz\>\"", ",", "\"\<SiO2\>\"", ",", - "\"\<\!\(\*SubscriptBox[\(P3\), \(1\)]\)21\>\""}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "4.914", ",", "4.914", ",", "5.406", ",", "90", ",", "90", ",", "120"}], - "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Si\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.4699", ",", "0", ",", - RowBox[{"1", "/", "3"}]}], "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[IndentingNewLine]", "|>"}], ",", "\[IndentingNewLine]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.4130", ",", "0.2668", ",", "0.2140"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Biso\>\""}]}], - "\[IndentingNewLine]", "|>"}]}], "\[IndentingNewLine]", "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Notes\>\"", "\[Rule]", - RowBox[{"<|", "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "\"\<Soure\>\"", "\[Rule]", - "\"\<https://doi.org/10.1016/0038-1098(89)90607-8\>\""}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<Phase\>\"", "\[Rule]", "\"\<\[Alpha]-Quartz\>\""}]}], - "\[IndentingNewLine]", "|>"}]}]}], "\[IndentingNewLine]", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`$CrystalData", "[", "\"\<Quartz\>\"", - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.785689843606778*^9, 3.78568993194775*^9}, { - 3.786973887669895*^9, 3.786973891191431*^9}}, - CellLabel->"In[281]:=", - CellID->1732774213,ExpressionUUID->"15fd3229-d37c-48a5-baa2-556d6e44a94c"], - -Cell[BoxData[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<ChemicalFormula\>\"", "\[Rule]", "\"\<SiO2\>\""}], ",", - RowBox[{ - "\"\<SpaceGroup\>\"", "\[Rule]", - "\"\<\\!\\(\\*SubscriptBox[\\(P3\\), \\(1\\)]\\)21\>\""}], ",", - RowBox[{"\"\<LatticeParameters\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "4.914`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "4.914`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "5.406`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"120", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}]}], ",", - RowBox[{"\"\<AtomData\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Si\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.4699`", ",", "0", ",", - FractionBox["1", "3"]}], "}"}]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<O\>\""}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.413`", ",", "0.2668`", ",", "0.214`"}], "}"}]}]}], - "\[RightAssociation]"}]}], "}"}]}], ",", - RowBox[{"\"\<Notes\>\"", "\[Rule]", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{ - "\"\<Soure\>\"", "\[Rule]", - "\"\<https://doi.org/10.1016/0038-1098(89)90607-8\>\""}], ",", - RowBox[{"\"\<Phase\>\"", "\[Rule]", "\"\<\[Alpha]-Quartz\>\""}]}], - "\[RightAssociation]"}]}]}], "\[RightAssociation]"}]], "ExpectedOutput", - CellChangeTimes->{{3.785689896771214*^9, 3.785689921551466*^9}}, - CellID->710460924,ExpressionUUID->"05968e20-d917-4765-84b5-8cf3ff8831f3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->220689076,ExpressionUUID->"ac143d66-17a9-440a-83c4-65305868f517"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->188945753,ExpressionUUID->"3fe99dc1-a618-4f2d-bb10-5648f0fa0152"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]DataFile\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7856899588698483`*^9, 3.785689960800775*^9}}, - CellID->1630440405,ExpressionUUID->"ebbddce7-85c5-4365-b91f-8b4e89260955"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"newFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{"$TemporaryDirectory", ",", "\"\<temp.m\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"FileExistsQ", "@", "newFile"}], ",", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"DeleteFile", "@", "newFile"}], ";", - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"FileNameJoin", "[", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<Core\>\"", ",", "\"\<Data\>\"", ",", - "\"\<CrystalData.m\>\""}], "}"}], "]"}]}]}]}]}], - "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"demoCIF", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"demoCIF", ",", "\"\<TestName\>\"", ",", - RowBox[{"\"\<DataFile\>\"", "\[Rule]", "newFile"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}], "VerificationTest", - CellChangeTimes->{{3.785689988627324*^9, 3.785690056756188*^9}, { - 3.785690150669928*^9, 3.785690158825426*^9}, {3.786973896806106*^9, - 3.786973903348658*^9}}, - CellLabel->"In[282]:=", - CellID->211560146,ExpressionUUID->"bf0aa18c-1cb5-4fe2-a846-88f9b32642f1"], - -Cell[BoxData[ - RowBox[{"{", "\"\<TestName\>\"", "}"}]], "ExpectedOutput", - CellID->1605938037,ExpressionUUID->"88625823-7f97-483e-bc52-2cdf53be6cd7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->417041963,ExpressionUUID->"cf1e112a-f51b-46ee-b4e4-f9bf21ccb31e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ExtractSubdata\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785689965136982*^9, 3.785689968746332*^9}}, - CellID->920551115,ExpressionUUID->"cadb9990-992f-4567-addb-36332fdbb370"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"demoCIF", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<IUCr_produced_with_crystals.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{"demoCIF", ",", "\"\<Sub2\>\"", ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExtractSubdata\>\"", "\[Rule]", "2"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data1", "=", - RowBox[{"Length", "@", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Sub2\>\"", ",", "\"\<AtomData\>\""}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", "\[IndentingNewLine]", - RowBox[{"demoCIF", ",", "\"\<Sub3\>\"", ",", "\[IndentingNewLine]", - RowBox[{"\"\<ExtractSubdata\>\"", "\[Rule]", "3"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<OverwriteWarning\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"data2", "=", - RowBox[{"Length", "@", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Sub3\>\"", ",", "\"\<AtomData\>\""}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"data1", ",", "data2"}], "}"}]}], "VerificationTest", - CellChangeTimes->{{3.785690181631789*^9, 3.785690212679811*^9}, { - 3.785690243519256*^9, 3.7856903318919373`*^9}, 3.785690368391513*^9, { - 3.7869739075486917`*^9, 3.786973911334175*^9}, {3.787036992215819*^9, - 3.787037000230863*^9}, {3.787476557219643*^9, 3.7874765901563873`*^9}, { - 3.787476668217245*^9, 3.787476725119371*^9}, 3.787482013078805*^9, - 3.787486046835215*^9}, - CellLabel->"In[283]:=", - CellID->552053116,ExpressionUUID->"64a7bd4b-4928-435c-a7a0-9048f63861da"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"132", ",", "123"}], "}"}]], "ExpectedOutput", - CellChangeTimes->{3.785690219183456*^9}, - CellID->1227365572,ExpressionUUID->"473197c8-f760-444d-8eef-44567044f94c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1985131980,ExpressionUUID->"47b76704-c89f-4c2f-a228-0711af01b650"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RoundAnglesThreshold\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785689970844194*^9, 3.785689974886896*^9}}, - CellID->356085071,ExpressionUUID->"4d65305e-f1c5-4f5b-aff7-5e249d8f6e74"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoCIF", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"KeyDropFrom", "[", - RowBox[{"MaXrd`$CrystalData", ",", "\"\<Test\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"demoCIF", ",", "\"\<Test\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anglesNotRounded", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Test\>\"", ",", "\"\<LatticeParameters\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"KeyDropFrom", "[", - RowBox[{"MaXrd`$CrystalData", ",", "\"\<Test\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"demoCIF", ",", "\"\<Test\>\"", ",", - RowBox[{"\"\<RoundAnglesThreshold\>\"", "\[Rule]", "0.25"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"anglesRounded", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Test\>\"", ",", "\"\<LatticeParameters\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"anglesNotRounded", ",", "anglesRounded"}], - "}"}]}], "VerificationTest", - CellChangeTimes->{{3.785690390659588*^9, 3.785690525238721*^9}, { - 3.786973916965271*^9, 3.786973926011856*^9}}, - CellLabel->"In[284]:=", - CellID->121340639,ExpressionUUID->"7bd2cc33-0fb1-4e96-a11b-84cd8b7905ed"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "5.9285`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "7.612`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "9.041`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"93.156`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "5.9285`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "7.612`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "9.041`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"93", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}]}], - "}"}]], "ExpectedOutput", - CellID->1410138670,ExpressionUUID->"6c98d109-579e-4596-8568-9c42d868d100"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->807248068,ExpressionUUID->"65b01ae0-5ebb-4dae-94c3-8cfa56e4e4fb"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Units\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.785689977890579*^9, 3.785689978880578*^9}}, - CellID->1832347755,ExpressionUUID->"390b129c-4843-4a15-b24d-8f1135d23ce5"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoCIF", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"KeyDropFrom", "[", - RowBox[{"MaXrd`$CrystalData", ",", "\"\<Test\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "[", - RowBox[{"demoCIF", ",", "\"\<Test\>\"", ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Test\>\"", ",", "\"\<AtomData\>\""}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.785690550554633*^9, 3.785690585084659*^9}, { - 3.786973930884158*^9, 3.786973934458829*^9}, {3.7874767702554073`*^9, - 3.787476783558008*^9}}, - CellLabel->"In[285]:=", - CellID->477162032,ExpressionUUID->"e7087aea-17b1-4468-ab3f-d6082199285d"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<Fe\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "2"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5`", ",", "0.5`", ",", "0.5`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.0525`", ",", "0.0387`", ",", "0.0474`", ",", - RowBox[{"-", "0.00145`"}], ",", - RowBox[{"-", "0.0016`"}], ",", - RowBox[{"-", "0.00678`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.7554`", ",", "0.6744`", ",", "0.5431`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.0754`", ",", "0.075`", ",", "0.083`", ",", - RowBox[{"-", "0.0238`"}], ",", "0.0019`", ",", - RowBox[{"-", "0.0198`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.8802`", ",", "0.6901`", ",", "0.4865`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.093`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.7471`", ",", "0.5654`", ",", "0.6567`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.087`", ",", "0.075`", ",", "0.069`", ",", "0.005`", ",", - RowBox[{"-", "0.0248`"}], ",", - RowBox[{"-", "0.0178`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.8668`", ",", "0.4942`", ",", "0.69`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.093`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.551`", ",", "0.5692`", ",", "0.717`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.145`", ",", "0.083`", ",", "0.054`", ",", - RowBox[{"-", "0.039`"}], ",", "0.014`", ",", - RowBox[{"-", "0.0201`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5097`", ",", "0.5037`", ",", "0.7981`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.112`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5546`", ",", "0.7606`", ",", "0.5208`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.144`", ",", "0.039`", ",", "0.083`", ",", "0.0031`", ",", - RowBox[{"-", "0.04`"}], ",", - RowBox[{"-", "0.0087`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5182`", ",", "0.8507`", ",", "0.4458`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.108`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<C\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.4076`", ",", "0.6972`", ",", "0.6318`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.0593`", ",", "0.139`", ",", "0.187`", ",", "0.009`", ",", - RowBox[{"-", "0.001`"}], ",", - RowBox[{"-", "0.128`"}]}], "}"}]}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uani\>\""}]}], - "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<Element\>\"", "\[Rule]", "\"\<H\>\""}], ",", - RowBox[{"\"\<SiteSymmetryOrder\>\"", "\[Rule]", "1"}], ",", - RowBox[{"\"\<FractionalCoordinates\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.2547`", ",", "0.7367`", ",", "0.6511`"}], "}"}]}], ",", - RowBox[{"\"\<DisplacementParameters\>\"", "\[Rule]", "0.155`"}], ",", - RowBox[{"\"\<Type\>\"", "\[Rule]", "\"\<Uiso\>\""}]}], - "\[RightAssociation]"}]}], "}"}]], "ExpectedOutput", - CellChangeTimes->{3.785690577916409*^9}, - CellID->958333926,ExpressionUUID->"24bc62a3-26d5-400c-9c96-24a4e738b133"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1764080777,ExpressionUUID->"e4cdc098-23f4-4d8e-b839-470f8877d9f7"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["InputCheck", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.786946305865932*^9, 3.78694630864032*^9}}, - CellID->1002121529,ExpressionUUID->"eccf68f7-156d-493a-84f9-70229fec74dc"], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->805967418,ExpressionUUID->"14409ea2-eebe-43cf-9c39-423651e644be"], - -Cell[CellGroupData[{ - -Cell["Checking tuples", "Subsection", - CellChangeTimes->{{3.786952603576282*^9, 3.786952640231114*^9}}, - CellID->2089863427,ExpressionUUID->"3aa0e968-c490-4801-b61f-22f4bca6685e"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, - 3.7869739384763517`*^9}, - CellLabel->"In[286]:=", - CellID->1900464130,ExpressionUUID->"a9cd62c7-f31e-41c5-8d3e-fc9586056cde"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1576351079,ExpressionUUID->"72587e9a-7bb7-441f-99e2-fb6c47f8a93b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.786973944782156*^9}, - CellID->1342708285,ExpressionUUID->"170fd681-2930-410c-b409-6016507b7fbe"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->746388557,ExpressionUUID->"3bad116e-a357-4deb-b64f-f139661882b1"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"{", "2", "}"}], ",", "3"}], "}"}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, - 3.786947748011355*^9, 3.7869739508036613`*^9}, - CellLabel->"In[287]:=", - CellID->1860297300,ExpressionUUID->"1a0201c6-6146-4eb7-918a-39d4e32ec796"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->802304427,ExpressionUUID->"c1dd89d6-42d9-44c5-9b9d-a3c4bd6b432c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.786973956547318*^9}, - CellID->280685076,ExpressionUUID->"fcc7c8bc-1e8d-407b-a83c-476d87f50308"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1100495372,ExpressionUUID->"59700ddc-f89d-4427-a4bc-4689c7cb826a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "7", ",", "8"}], "}"}]}], "}"}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.7869477600263433`*^9}, 3.7869739612790956`*^9}, - CellLabel->"In[288]:=", - CellID->1455035857,ExpressionUUID->"ca98a0a9-1c1c-4e09-b330-66775bf8065b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1391360210,ExpressionUUID->"6fef7cd2-70d6-4fac-b839-08507157914e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.786973965235199*^9}, - CellID->641617287,ExpressionUUID->"181300f0-bc8e-4dc8-bf38-cf362b1ee7b6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1896549240,ExpressionUUID->"3b322f04-fb2d-448a-81e2-9d8ff19a30ed"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6"}], "}"}]}], "}"}], ",", - "\"\<1hkl\>\""}], "]"}], ",", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.786947776585985*^9}, 3.7869739682280397`*^9}, - CellLabel->"In[289]:=", - CellID->50454695,ExpressionUUID->"c53179e9-9553-4ffe-95e1-fc41fae07c7b"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1883501947,ExpressionUUID->"94fc269f-27db-4fcb-b745-00ab72ea0bf7"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "SingleTupleExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.786973972683612*^9}, - CellID->2108266449,ExpressionUUID->"7a129019-92d5-476a-bfc6-cc88525f6b5a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->203304259,ExpressionUUID->"2fed0cb4-5d7b-4bb5-b993-8f6f5d953e9f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6.0"}], "}"}]}], "}"}], ",", - "\"\<Integer\>\""}], "]"}], ",", "$Aborted"}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.786947788801735*^9}, {3.78697397919499*^9, - 3.7869739805143967`*^9}}, - CellLabel->"In[290]:=", - CellID->1354407557,ExpressionUUID->"3bda55b9-e9f2-474d-8bf1-bacd3fc0fa6c"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->201152299,ExpressionUUID->"f47bb28d-dacd-442d-bd52-c2a03b32ea7c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "IntegerExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.7869739837650003`*^9, 3.786973990502408*^9}}, - CellID->627428915,ExpressionUUID->"ec50d309-9533-4902-be19-0579f6e97b3c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->288198636,ExpressionUUID->"39cf6509-750c-4b97-a134-4fdeadf657c5"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"2", "/", "3"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1.2", ",", "3.4", ",", "5.6"}], "}"}]}], "}"}], ",", - "\"\<StringSymbol\>\""}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.786947800569783*^9}, 3.786973995362228*^9}, - CellLabel->"In[291]:=", - CellID->1199071932,ExpressionUUID->"b4ef9aa0-aab3-429a-abff-48b20812f25f"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->815417676,ExpressionUUID->"7793c976-5388-4e64-806d-caeb090698a3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidInputType"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{3.786973999742951*^9}, - CellID->1631729025,ExpressionUUID->"348503cf-9c58-48d2-878a-ac281ef69cdb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1178851267,ExpressionUUID->"9ca8d33b-321f-4af2-a562-7ab73614285b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", "\"\<WrapSingle\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.786947800569783*^9}, {3.7869478306319637`*^9, - 3.786947837743724*^9}, 3.786974004576447*^9}, - CellLabel->"In[292]:=", - CellID->1207837436,ExpressionUUID->"e0d51ede-a73a-47a1-880f-b07646e395f2"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], "}"}]], "ExpectedOutput", - CellID->2108355408,ExpressionUUID->"4788fd28-9b0d-4afd-a577-887e862824a4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->269117247,ExpressionUUID->"5af5fb1a-a3ed-4c73-a4a0-586c466e631e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6"}], "}"}]}], "}"}], ",", - "\"\<WrapSingle\>\""}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947388787446*^9, 3.786947415001134*^9}, { - 3.786947748011355*^9, 3.786947800569783*^9}, {3.7869478306319637`*^9, - 3.786947837743724*^9}, 3.786947873431776*^9, 3.786974007748995*^9}, - CellLabel->"In[293]:=", - CellID->1227276953,ExpressionUUID->"9b7d2243-283c-42ac-bd6d-cb1eb2ff690b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->263319636,ExpressionUUID->"e7db0875-006b-480d-863a-2057de6062eb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->453009747,ExpressionUUID->"d244444d-4666-45f8-9b8f-765537d9d9fa"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Snippet examples", "Subsection", - CellChangeTimes->{{3.786952597376811*^9, 3.786952599856015*^9}, { - 3.78698520821469*^9, 3.7869852111961193`*^9}}, - CellID->1940004811,ExpressionUUID->"66e60af5-5ebf-452e-a019-cdd225b3670a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<GetCentringVectors\>\"", ",", "\"\<R\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.7869478976394453`*^9, {3.786985484160315*^9, 3.7869854996871157`*^9}}, - CellLabel->"In[294]:=", - CellID->281158453,ExpressionUUID->"3637361d-4a8d-4af4-8861-efe6f7006ff7"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["2", "3"], ",", - FractionBox["1", "3"], ",", - FractionBox["1", "3"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "3"], ",", - FractionBox["2", "3"], ",", - FractionBox["2", "3"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->966096171,ExpressionUUID->"3929c59e-2980-45a6-8419-872aabe7e2c0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->905289214,ExpressionUUID->"f175b39e-287c-4147-b6ce-c3d1e220c58e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<GetEnergyWavelength\>\"", ",", - TemplateBox[{ - "24.5", "\"keV\"", "kiloelectronvolts", "\"Kiloelectronvolts\""}, - "Quantity"]}], "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.786947905714814*^9, {3.7869854905942287`*^9, 3.786985502601969*^9}}, - CellLabel->"In[295]:=", - CellID->1401905401,ExpressionUUID->"62c8e354-6b62-40b6-92c8-c480a08c699f"], - -Cell[BoxData[ - TemplateBox[{ - "0.5060579591836735`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]], "ExpectedOutput", - CellID->1780983370,ExpressionUUID->"d7ccf96d-b29d-4ffb-a837-00c89808115d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->274180703,ExpressionUUID->"83327a7f-7d5f-4085-8f54-914ac3a02d04"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "\"\<he\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.78694792146292*^9, {3.786985505919407*^9, 3.786985533900238*^9}}, - CellLabel->"In[296]:=", - CellID->205680016,ExpressionUUID->"78a98310-aad5-4ffd-a116-56f59edd4c1c"], - -Cell[BoxData["\"\<He\>\""], "ExpectedOutput", - CellChangeTimes->{{3.7869855265986023`*^9, 3.78698552885402*^9}}, - CellID->1562840889,ExpressionUUID->"4c67e2ae-1607-43c0-a78c-501e4c7c95da"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1802652506,ExpressionUUID->"14c0d79c-9e54-46b3-ae25-5a404c8468ed"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", - RowBox[{"{", - RowBox[{ - "\"\<Ca2+\>\"", ",", "\"\<Ca+2\>\"", ",", "\"\<fe+3\>\"", ",", - "\"\<FE3+\>\"", ",", "\"\<k+\>\"", ",", "\"\<K-1\>\""}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.786947929782983*^9, 3.786985541351077*^9, {3.7869855745742283`*^9, - 3.786985577293705*^9}}, - CellLabel->"In[297]:=", - CellID->1014508126,ExpressionUUID->"19032136-7e56-412b-a541-401677fc4d0e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<Ca2+\>\"", ",", "\"\<Ca2+\>\"", ",", "\"\<Fe3+\>\"", ",", - "\"\<Fe3+\>\"", ",", "\"\<K1+\>\"", ",", "\"\<K1-\>\""}], - "}"}]], "ExpectedOutput", - CellID->1965400149,ExpressionUUID->"186c3fc2-3fa7-4325-94dd-0b23f5604977"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->481376466,ExpressionUUID->"98071816-3afe-4d8a-a46c-da37537daa38"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "\"\<Fx01\>\""}], - "]"}]], "VerificationTest", - CellChangeTimes->{ - 3.786947942622128*^9, 3.7869855433027763`*^9, {3.786985580709982*^9, - 3.7869855828456697`*^9}}, - CellLabel->"In[298]:=", - CellID->1242262467,ExpressionUUID->"a0a95495-a79d-4347-94b9-134b2b04db42"], - -Cell[BoxData["\"\<F\>\""], "ExpectedOutput", - CellID->869266735,ExpressionUUID->"30dcdbfb-fca7-4e25-a88c-1a12ab3825e4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->923365813,ExpressionUUID->"98058b29-e844-4e51-ae07-296fbc935085"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<InterpretElement\>\"", ",", "\"\<Je2+\>\""}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786947951621896*^9, 3.78694796698145*^9}, - 3.786985544726026*^9, {3.786985587197871*^9, 3.786985590941456*^9}}, - CellLabel->"In[299]:=", - CellID->1715467509,ExpressionUUID->"a2b1c85a-d6aa-4292-a9c0-0c03b8c7586d"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1894462788,ExpressionUUID->"c499e585-ef09-44b4-9364-ed6bdf12099f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "ElementError"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.786985548442136*^9, 3.786985551085949*^9}}, - CellID->1265566926,ExpressionUUID->"10fd7a9b-5c05-457c-8006-f8fa184df96e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1292385869,ExpressionUUID->"6293c89f-aa70-4813-81fa-b06808749426"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - "\"\<GetCrystalFamilyMetric\>\"", ",", "\"\<Hexagonal\>\"", ",", - "\"\<2D\>\""}], "]"}]], "VerificationTest", - CellChangeTimes->{3.78694798074959*^9, 3.786985553150662*^9}, - CellLabel->"In[300]:=", - CellID->1353948345,ExpressionUUID->"5cf3144b-8988-4aa5-8a36-b1fb08bb7d09"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1.`", ",", - RowBox[{"-", "0.5`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.`", ",", "0.8660254037844386`"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1073110803,ExpressionUUID->"f93c62f3-af5e-467f-b3f2-291ea3cc6a56"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1479694525,ExpressionUUID->"631daa74-b937-42b3-8383-428572f21d3d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"7", ",", "7", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "3", ",", "3", ",", "3", ",", "3", ",", "1", ",", "3", ",", "3", ",", - "3", ",", "3", ",", "2", ",", "1", ",", "3", ",", "1", ",", "1", ",", - "3", ",", "2", ",", "1", ",", "1", ",", "1", ",", "3", ",", "1", ",", - "2", ",", "1", ",", "2", ",", "1", ",", "1", ",", "2", ",", "3", ",", - "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "3", ",", "2", ",", - "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "3", ",", "2", ",", - "1", ",", "2", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], - "}"}]}], "}"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R1", "=", - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<RotationTransformation\>\"", ",", "domain", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "\"\<Domain\>\"", ",", - - RowBox[{"<|", - RowBox[{"3", "\[Rule]", - RowBox[{"23.5", "\[Degree]"}]}], "|>"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"R2", "=", - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{"\"\<RotationTransformation\>\"", ",", "domain", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "\"\<Unit\>\"", ",", - RowBox[{"<|", - RowBox[{"1", "\[Rule]", - RowBox[{"45", "\[Degree]"}]}], "|>"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - RowBox[{"R1", "[", "3", "]"}], ",", - RowBox[{"R2", "[", - RowBox[{"1", ",", - RowBox[{"{", - RowBox[{"2.5", ",", "3.5"}], "}"}]}], "]"}]}], - "}"}]}], "VerificationTest", - CellChangeTimes->{{3.7869479982690487`*^9, 3.786948071051054*^9}, { - 3.7869855557026176`*^9, 3.786985556806759*^9}}, - CellLabel->"In[301]:=", - CellID->260826859,ExpressionUUID->"414f7c18-f3c0-41e3-ba50-9b6d0756c0d1"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"TransformationFunction", "[", - RowBox[{"(", - TagBox[GridBox[{ - {"0.917060074385124`", - RowBox[{"-", "0.3987490689252462`"}], "0.`"}, - {"0.3987490689252462`", "0.917060074385124`", "0.`"}, - {"0.`", "0.`", "1.`"} - }, - AutoDelete->False, - GridBoxDividers->{ - "Columns" -> {{False}}, "ColumnsIndexed" -> {-2 -> True}, - "Rows" -> {{False}}, "RowsIndexed" -> {-2 -> True}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - #& ], ")"}], "]"}], ",", - RowBox[{"TransformationFunction", "[", - RowBox[{"(", - TagBox[GridBox[{ - {"0.7071067811865476`", - RowBox[{"-", "0.7071067811865475`"}], "3.207106781186547`"}, - {"0.7071067811865475`", "0.7071067811865476`", - RowBox[{"-", "0.7426406871192848`"}]}, - {"0.`", "0.`", "1.`"} - }, - AutoDelete->False, - GridBoxDividers->{ - "Columns" -> {{False}}, "ColumnsIndexed" -> {-2 -> True}, - "Rows" -> {{False}}, "RowsIndexed" -> {-2 -> True}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - #& ], ")"}], "]"}]}], "}"}]], "ExpectedOutput", - CellID->702895686,ExpressionUUID->"2e93d06f-0d21-4ebf-acc9-56bcc77f0f63"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1365249415,ExpressionUUID->"a9a430e8-1aeb-4b50-8522-c612e5d42a6c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - "\"\<GetReciprocalImageOrientation\>\"", ",", "\"\<Quartz\>\"", ",", - "\"\<hk0\>\"", ",", "7.5", ",", "True"}], "]"}]}], "VerificationTest", - CellChangeTimes->{ - 3.7869481534820766`*^9, 3.786985562502089*^9, {3.787059607875741*^9, - 3.787059612979611*^9}}, - CellLabel->"In[302]:=", - CellID->196740116,ExpressionUUID->"993712d3-a0b3-4732-a511-54581c386509"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\< 13.6349, 4.9907, 0.\>\"", ",", - "\"\< 13.6349, -18.6256, 0., 500\>\"", ",", - "\"\< -13.6349, 18.6256, 0., 500\>\"", ",", - "\"\< 13.6349, 4.9907, 0., 1\>\""}], "}"}]], "ExpectedOutput", - CellID->1633796879,ExpressionUUID->"dcfc2f72-f020-45d1-a0a5-0d743944fc83"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2031633357,ExpressionUUID->"f15bab0a-c95c-41a9-8102-2ba833e4d895"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InputCheck", "[", - RowBox[{ - "\"\<GetReciprocalImageOrientation\>\"", ",", "\"\<Quartz\>\"", ",", - "\"\<hk0\>\"", ",", "7.5", ",", "False"}], "]"}]], "VerificationTest", - CellChangeTimes->{3.786948162561902*^9, 3.786985565014308*^9}, - CellLabel->"In[303]:=", - CellID->1657372808,ExpressionUUID->"908eefca-e5d4-4714-b46a-fa28aafcb0dd"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\< -7.5000, -7.5000, 0.\>\"", ",", - "\"\< 7.5000, -7.5000, 0.\>\"", ",", - "\"\< -7.5000, 7.5000, 0.\>\""}], "}"}]], "ExpectedOutput", - CellID->454398819,ExpressionUUID->"ca4ebe78-1083-4ed9-b51e-66a81261f0dd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->671843799,ExpressionUUID->"e48802f0-14b5-402a-a5a6-063fee215b11"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["InterplanarSpacing", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.786985699283515*^9, 3.786985702994793*^9}}, - CellID->224414118,ExpressionUUID->"f2b0e918-1632-489d-acc5-f68779123bca"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->746797094,ExpressionUUID->"2d35bb63-d4af-484b-b4b6-27bf8264737f"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InterplanarSpacing", "[", - RowBox[{"\"\<Diamond\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786985716514888*^9, 3.7869857177873487`*^9}}, - CellLabel->"In[304]:=", - CellID->2104539724,ExpressionUUID->"a1e4d631-35f0-4c61-8c0b-070c37aad2d6"], - -Cell[BoxData[ - TemplateBox[{ - "2.0594084101993952`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]], "ExpectedOutput", - CellID->1943475178,ExpressionUUID->"6518a335-fadf-4818-80d6-4c3fb5092751"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->209713867,ExpressionUUID->"c4e2a738-46cc-4bc0-a1d2-0e0c5aecfa9e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InterplanarSpacing", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "4"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786985727146793*^9, 3.7869857281714907`*^9}}, - CellLabel->"In[305]:=", - CellID->1135352015,ExpressionUUID->"b71b0ec1-fa3f-4b6e-9e6e-934bb3926786"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - TemplateBox[{ - "1.9201060379051986`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "3.135520029936555`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"], ",", - TemplateBox[{ - "1.2143816857644059`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], "}"}]], "ExpectedOutput", - CellID->1469112510,ExpressionUUID->"bd1bf545-c854-4175-a524-fef51dd0b716"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->640297942,ExpressionUUID->"9e2faac3-1a29-45ee-a721-a2edcae08c7c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1524325790,ExpressionUUID->"e932c2a3-1128-4a1b-81bc-1e57c1554775"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"methodA", "=", - RowBox[{"QuantityMagnitude", "@", - RowBox[{"MaXrd`InterplanarSpacing", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "1"}], "}"}]}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"{", - RowBox[{ - "a", ",", "b", ",", "c", ",", "\[Alpha]", ",", "\[Beta]", ",", - "\[Gamma]"}], "}"}], "=", - RowBox[{"MaXrd`GetLatticeParameters", "[", "\"\<Silicon\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"methodB", "=", - FractionBox["a", - SqrtBox[ - RowBox[{ - SuperscriptBox["1", "2"], "+", - SuperscriptBox["3", "2"], "+", - SuperscriptBox["1", "2"]}]]]}], ";"}], "\[IndentingNewLine]", - RowBox[{"methodA", "\[Equal]", "methodB"}]}], "VerificationTest", - CellChangeTimes->{{3.786986316743402*^9, 3.786986330894875*^9}, { - 3.786986440836101*^9, 3.786986455090992*^9}}, - CellLabel->"In[306]:=", - CellID->599111648,ExpressionUUID->"357089b3-75ac-474d-89fc-f7e6c80a9a1a"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1866130800,ExpressionUUID->"9057fff2-83cd-4325-8312-8e443330131c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->446956077,ExpressionUUID->"5d3f3ab8-b43d-4e86-a447-c8f967f6baf9"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->2011127467,ExpressionUUID->"0d74f24b-99fd-4471-b7ce-e12b73c8b164"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Units\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.786987386743013*^9, 3.7869873878380337`*^9}}, - CellID->1774217736,ExpressionUUID->"53fc0402-5110-4139-b448-43859674ddb7"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`InterplanarSpacing", "[", - RowBox[{"\"\<Copper\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"\"\<Units\>\"", "\[Rule]", "False"}]}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{ - 3.786987392879304*^9, {3.786987631826148*^9, 3.7869876333879147`*^9}}, - CellLabel->"In[307]:=", - CellID->106440526,ExpressionUUID->"984c4ed9-8aba-4d1c-870f-6e05eae65866"], - -Cell[BoxData["2.555978881955013`"], "ExpectedOutput", - CellID->92042531,ExpressionUUID->"175aee14-1d41-4e84-a2a8-36f16bdc57b6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->92988933,ExpressionUUID->"954299bd-ac1e-4018-8f76-e10d7ea95a63"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MergeSymmetryEquivalentReflections", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.786987651378387*^9, 3.786987657441914*^9}}, - CellID->1543850756,ExpressionUUID->"6a263d4b-84a1-48d9-8602-9068bcaffde6"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1602233038,ExpressionUUID->"b2de0893-a17d-4866-af29-1812df267b0d"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7869883350910683`*^9, 3.786988335939908*^9}}, - CellLabel->"In[308]:=", - CellID->385883738,ExpressionUUID->"41141ea2-62d3-4dbb-96f5-3240aa710a26"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "3"}], "}"}], "}"}]], "ExpectedOutput", - CellID->147370626,ExpressionUUID->"bb2aca5f-0ccc-40ca-95ad-d3074b22e6c3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1644385562,ExpressionUUID->"499753e6-ecbc-490b-84ca-23c971585394"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "2"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.78698834354698*^9, 3.7869883449235477`*^9}}, - CellLabel->"In[309]:=", - CellID->1225296581,ExpressionUUID->"63c7f8ce-dc34-4e89-844b-95f09db25f16"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "4"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1338945784,ExpressionUUID->"62ba345d-854e-43a8-b9d9-09ee083d4cf9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1221087291,ExpressionUUID->"21c954f8-f134-4903-8d43-babfe60a3b76"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988351875246*^9, 3.786988359995858*^9}}, - CellLabel->"In[310]:=", - CellID->1363064821,ExpressionUUID->"46e13ccd-5472-43db-962a-0350f63eac91"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "3"}], "}"}], "}"}]], "ExpectedOutput", - CellID->1822383998,ExpressionUUID->"cc285151-aa45-4f37-9032-833cf1e5c396"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1460369105,ExpressionUUID->"0cfdcac9-d0ee-4bd5-8281-9ee2085f9e54"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<Fd\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "1"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988367866338*^9, 3.786988370754918*^9}}, - CellLabel->"In[311]:=", - CellID->518282321,ExpressionUUID->"8cc5d462-0f87-4658-87cf-f96a4f031b5b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], "}"}]], "ExpectedOutput", - CellID->577296815,ExpressionUUID->"5743f6b4-7bc4-4cce-8936-7fe5b71e1cf5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->832946172,ExpressionUUID->"3b62d771-a983-48e5-bed0-623454b2c831"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "8", ",", "1"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7869883864973507`*^9, 3.7869883874024754`*^9}}, - CellLabel->"In[312]:=", - CellID->818131849,ExpressionUUID->"1f2c7739-e0d4-4fbe-967e-81e5d6998b3b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "3", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "8", ",", "1"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->4194402,ExpressionUUID->"e4bba146-fd3f-4791-8f28-1b7e1f2728ba"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2027901658,ExpressionUUID->"b34f455d-be41-4de2-8231-d32ce79fbbc0"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "1"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988398441098*^9, 3.7869883991619873`*^9}}, - CellLabel->"In[313]:=", - CellID->1491125386,ExpressionUUID->"f0975379-d2bb-4949-9a21-8331fbedef7f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], "}"}]], "ExpectedOutput", - CellID->210202012,ExpressionUUID->"6108798e-66c6-4c77-9269-75adcd237678"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->230204469,ExpressionUUID->"c09514e7-595b-4c8d-a3ab-13f09e055e87"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1950829179,ExpressionUUID->"0779583f-685a-4b4d-bf5f-2039335c8b95"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ToStandardSetting\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7869884210576077`*^9, 3.786988425800364*^9}}, - CellID->1953172704,ExpressionUUID->"c544edca-7b20-4c81-ac01-3b05c3e31180"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", - RowBox[{"-", "4"}], ",", "5"}], "}"}]}], "}"}], ",", - RowBox[{"\"\<ToStandardSetting\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7869884482093983`*^9, 3.786988481679646*^9}, { - 3.7870372007706738`*^9, 3.787037201420887*^9}}, - CellLabel->"In[314]:=", - CellID->1086477115,ExpressionUUID->"92fe8531-b8dd-42c0-b3de-b7eb4df9e8f6"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", - RowBox[{"-", "4"}], ",", "5"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->367421364,ExpressionUUID->"6a480b97-58bf-4568-bdb4-9e8de81bfbde"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1428462236,ExpressionUUID->"551c769d-b56d-4f59-bed6-9ddf1c97b757"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->742529297,ExpressionUUID->"19eb9fa2-93bb-4691-baa3-ce99d675a1b2"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "4", ",", "5"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988503063525*^9, 3.786988530879228*^9}}, - CellLabel->"In[315]:=", - CellID->1681721267,ExpressionUUID->"b79759fe-9860-43ec-b9dd-522dac4b39ca"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1657056302,ExpressionUUID->"d16e421b-dcf5-40a4-a2d1-b85ab35444e3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.786988538838702*^9, 3.78698854159053*^9}}, - CellID->989935954,ExpressionUUID->"7f3b9eef-488e-48d5-b95b-8af1f1104b1d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1445110639,ExpressionUUID->"cbcfc6bc-867c-4bec-a3e2-beed45ac5005"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "3.3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "2"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988503063525*^9, 3.786988556303176*^9}}, - CellLabel->"In[316]:=", - CellID->2010799550,ExpressionUUID->"cda3776c-09b0-45cf-ae37-93a9a7645984"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->557884011,ExpressionUUID->"8acd3566-475c-4bd7-95b7-67f1eb7bf898"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "IntegerExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.786988538838702*^9, 3.7869885611184464`*^9}}, - CellID->442970075,ExpressionUUID->"4c817e76-de78-4aaf-84cc-03d8a6337c12"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2081945750,ExpressionUUID->"43167f73-0ec2-491a-bdd8-d95377c7e279"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`MergeSymmetryEquivalentReflections", "[", - RowBox[{"\"\<123\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "2"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.786988503063525*^9, 3.786988530879228*^9}, - 3.7869885744629803`*^9}, - CellLabel->"In[317]:=", - CellID->465736821,ExpressionUUID->"ff498420-ebe3-43f9-bd0d-67a0d1d9f1f6"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->60857232,ExpressionUUID->"5d330481-594c-4ff9-a2ea-10b52dcb0fbf"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidSymmetryObject"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.786988538838702*^9, 3.78698854159053*^9}, - 3.786988577382469*^9}, - CellID->625282252,ExpressionUUID->"30e65cfe-e350-490e-9781-9c592b69988e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->163676032,ExpressionUUID->"19538006-7c21-43f3-934c-55c4ba8547d1"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MillerNotationToList", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787031100678625*^9, 3.787031106907783*^9}}, - CellID->2059826886,ExpressionUUID->"cc1aacde-33af-47d7-b3bf-11dc059e7b5f"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->2074083362,ExpressionUUID->"3054ff5b-fe17-4694-bc1d-ea0155548fbb"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToList", "[", - "\"\<(\!\(\*OverscriptBox[\(2\), \(_\)]\)1\!\(\*OverscriptBox[\(4\), \(_\)]\ -\))\>\"", "]"}]], "VerificationTest", - CellChangeTimes->{3.78703132811852*^9}, - CellLabel->"In[318]:=", - CellID->1000612955,ExpressionUUID->"6e3fd7d6-8f02-4a08-8c83-88299acd330c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "1", ",", - RowBox[{"-", "4"}]}], "}"}]], "ExpectedOutput", - CellID->357495028,ExpressionUUID->"2b7c347e-5dfe-432d-86eb-62abdfa6119e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2124001664,ExpressionUUID->"56a92e8d-b9f9-4778-81ca-d317e3b5e7a0"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToList", "[", "\"\<(301)\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031386117825*^9, 3.787031387182054*^9}}, - CellLabel->"In[319]:=", - CellID->1231110887,ExpressionUUID->"83d601e3-72f1-4472-8138-485db7888396"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"3", ",", "0", ",", "1"}], "}"}]], "ExpectedOutput", - CellID->275738964,ExpressionUUID->"feec32b9-177d-4fee-98c8-c8a5a3df36a0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->475302767,ExpressionUUID->"69d0c7f3-8dc7-4ba5-88fd-9c602af17217"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToList", "[", - "\"\<(11,0,\!\(\*OverscriptBox[\(7\), \(_\)]\))\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031394733881*^9, 3.787031395542047*^9}}, - CellLabel->"In[320]:=", - CellID->2018926069,ExpressionUUID->"924f3d31-dc1a-47e8-9734-281d7adbf9e2"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"11", ",", "0", ",", - RowBox[{"-", "7"}]}], "}"}]], "ExpectedOutput", - CellID->1848819083,ExpressionUUID->"7aaf4d96-afd1-4547-b580-f28d8dfe6985"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1921921776,ExpressionUUID->"74fac3f8-2125-481d-a01a-88855728d8ff"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToList", "[", - "\"\<(\!\(\*OverscriptBox[\(h\), \(_\)]\)k0)\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{3.78703140830998*^9}, - CellLabel->"In[321]:=", - CellID->1466207167,ExpressionUUID->"aa6dbb1c-9117-4e45-a1a6-6e4bd5211fbe"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"\"\<-h\>\"", ",", "\"\<k\>\"", ",", "0"}], "}"}]], "ExpectedOutput",\ - - CellID->169006444,ExpressionUUID->"d3e3d8e5-7fa8-422c-8b42-7aa2eb1e6e12"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1437754705,ExpressionUUID->"de44eac7-4889-4263-8098-184d631756c5"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["MillerNotationToString", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.78703143107765*^9, 3.787031435813024*^9}}, - CellID->2068002639,ExpressionUUID->"ba9780c7-95c0-403f-aa35-cebfab9c7b89"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->2045010625,ExpressionUUID->"baba75cb-c8cf-479d-b235-ddeb12f1bfff"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031457022152*^9, 3.787031458269539*^9}}, - CellLabel->"In[322]:=", - CellID->1097265667,ExpressionUUID->"0ebb224f-14c4-4e64-a21b-d6560aa72081"], - -Cell[BoxData["\"\<(123)\>\""], "ExpectedOutput", - CellID->1301988480,ExpressionUUID->"83fdfac0-f93c-4434-b2e2-40213302d7d1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->857330891,ExpressionUUID->"35002035-d16f-4597-be51-8e79f383ddba"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "1", ",", "0"}], "}"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031466389234*^9, 3.787031470269438*^9}}, - CellLabel->"In[323]:=", - CellID->1365888777,ExpressionUUID->"e5b3b1b9-80e1-4e7d-b172-db1bab197d26"], - -Cell[BoxData["\"\<(\\!\\(\\*OverscriptBox[\\(2\\), \\(_\\)]\\)10)\>\""], \ -"ExpectedOutput", - CellID->2039972256,ExpressionUUID->"82abdaef-eb02-46ec-af95-cfe29b9ec95f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1692497314,ExpressionUUID->"28590777-607a-4f47-bfdc-c78159130e39"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{"11", ",", "6", ",", "0"}], "}"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78703147872491*^9, 3.787031479453088*^9}}, - CellLabel->"In[324]:=", - CellID->844562751,ExpressionUUID->"79096b4c-4a79-42a4-baa1-0ce6aa8dcfd2"], - -Cell[BoxData["\"\<(11,6,0)\>\""], "ExpectedOutput", - CellID->1846733034,ExpressionUUID->"ec7a1a01-75c3-466d-a337-ad9e252ce64a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->233968236,ExpressionUUID->"f2486343-968c-4e18-9767-8c7d58499280"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{"\"\<h\>\"", ",", "\"\<k\>\"", ",", "0"}], "}"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031488525262*^9, 3.7870314892935743`*^9}}, - CellLabel->"In[325]:=", - CellID->286944062,ExpressionUUID->"7238eec9-bf6d-4807-bd2e-546dafa59a21"], - -Cell[BoxData["\"\<(hk0)\>\""], "ExpectedOutput", - CellID->1568062519,ExpressionUUID->"a6f5894a-5e75-486d-9fd7-220a7ad4a3a7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->261584795,ExpressionUUID->"396e23f6-af3b-4f6c-8fe2-71e38161fbd8"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{"\"\<h\>\"", ",", "0", ",", - RowBox[{"-", "\"\<l\>\""}]}], "}"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031496749127*^9, 3.7870314975573*^9}}, - CellLabel->"In[326]:=", - CellID->1547986988,ExpressionUUID->"08a1dd2e-e544-4980-b2ef-e3fba6d5c381"], - -Cell[BoxData["\"\<(h0\\!\\(\\*OverscriptBox[\\(l\\), \\(_\\)]\\))\>\""], \ -"ExpectedOutput", - CellID->252923911,ExpressionUUID->"18460609-fac9-4b12-9353-a137ca8ab5f8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->556624156,ExpressionUUID->"43dc009f-a02d-437d-a9ff-02cc656b61c4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", "\"\<hk2.8\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787031506452653*^9, 3.7870315078610992`*^9}}, - CellLabel->"In[327]:=", - CellID->184806528,ExpressionUUID->"5798ec5a-5d66-4dfa-9bbb-5a8992914d3b"], - -Cell[BoxData["\"\<(h,k,2.8)\>\""], "ExpectedOutput", - CellID->781962534,ExpressionUUID->"6b5b36e9-9a27-4b5f-a187-ffdcd68e3eb0"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->743423560,ExpressionUUID->"805ae143-4845-49f5-8711-758c7b0d7626"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->343132583,ExpressionUUID->"e0a29dd7-5f13-45a5-83f2-45655c666b5c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`MillerNotationToString", "[", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "\"\<ab\>\"", ",", "\"\<c\>\""}], "}"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870315252525063`*^9, 3.787031526325029*^9}}, - CellLabel->"In[328]:=", - CellID->341028608,ExpressionUUID->"3391143a-53ca-461e-9cdd-3bd59b579c9f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "\"\<ab\>\"", ",", "\"\<c\>\""}], - "}"}]], "ExpectedOutput", - CellID->33960813,ExpressionUUID->"4241cb13-9a14-4ee4-ad4a-dc8ba054da4b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`MillerNotationToString", "::", "inv"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787031540852509*^9, 3.7870315432366858`*^9}}, - CellID->233397878,ExpressionUUID->"03bddde0-eea8-4109-8ef5-7dae168b42f5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->659914674,ExpressionUUID->"4fac5c17-21c9-4865-83e0-e86954230cbe"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ReciprocalSpaceSimulation", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787031555852682*^9, 3.7870315612842283`*^9}}, - CellID->1145069054,ExpressionUUID->"9f53ff8b-6558-4142-9b95-d784ddf2a621"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1574629811,ExpressionUUID->"c522ad54-ee06-4ef7-b2e2-cb54366e3d6f"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`ReciprocalSpaceSimulation", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.6789", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "0.8"}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.7870317080028763`*^9, 3.787031712267866*^9}, { - 3.787037317760515*^9, 3.78703731837603*^9}, {3.787476800629994*^9, - 3.787476802461932*^9}}, - CellLabel->"In[329]:=", - CellID->374734401,ExpressionUUID->"38a09dea-9720-4d12-aa74-c8864a9ce04e"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQlYVEe2BhRcwA0VRNTEHWM0qJ8+xXHBiEaMD8XJI+bFRIwL4L5Eo5/G -JfMmQQwGxcSoMToT4pun+IxRE5Q4LwqjIOLoQNQgKruAbALN0nTfV/+lCq8t -CN0N3fdK1ff90kJD163665xTp86p03v+Cu9FVhYWFmtak3+8fde7r17tu2F2 -R/Kft5av8V+8fOGCacvXLly8cPXo+S3IN7+kaGnRPJqlpaVVC9Jakka+WNXz -dmvy/g62trbODg4OA7p16zakR48er/Xq1csVwGsnJ6chjo6OLh06dOhlZWVl -T36n1fP+IHmPJf3slugLutRoD8ebyZolJs/KSuQR+VrbW2y7du06cPjw4W96 -eXktX7Vq1e6goKDwo0ePXjl//vzvV65cyUpMTCxOSUlRZ2RkCA8fPhSys7OF -nJwc8XVmZqaQmppadefOndKrV6/mXrhwITk8PDw+JCTk9MaNG/f7+Pisd3Nz -+2P37t1dSRfsa+mfRTXNWrSgPONNpg1cakGb7s+IXOk9ZsyY2QEBAYH79++P -vHTpUio4U1JSImi1WkHaNBqNoFarhYqKCkGlUgmlpaUi8F6A/R8/Ky8vF9+L -39FtZWVlQlZWlhAXF5cTFhb2j3Xr1n01efJkXyL/hlroyDfQSyLLeDN/E+WS -Lpesra3thw0bNn3FihW7jh8/HpeUlKTCPLNWVVUl8uLx48eagoICdX5+PlBF -XgOawsJCLVBUVMQg6KDmZ/S9+Dsa/A38LfxN8rMq8K+ysrLmc8HB9PR0LWTi -1q1bj7i7u7/Xrl27l6V9h56mcozrShM3KptaSofexsbGceLEie/u2LHjGJER -2ZAtUtmBecZ8gzvgAThBeCU0JcBB8A6fCb6R1yLXmHwD54guLTl48OAv3t7e -Kzt37jxA+pxcT5qmMftb8i0bV1dXz08++eSv8fHxudBdbL4gi6jsMAmH9OCa -lsk28Ay6FA36ODk5uWzfvn0RRF/OIzK3C3tIyDDIZTMM+QvdKJ9q1q2dnV3P -OXPmbDh79mwi5opxCTIpD7qooEA2PKoPBQWF2rw8wjEiS5muhr6MjY3NWrNm -zW5nZ+cR7Lmxr+T8Mr7pyieyv3ddv3791wkJCflsjVO5VFVtDz0WVKUlgrpC -ZXa+NEh2EVSUlYooeiLLRDnG7DKyH9Xs2bPnx6FDh05l4wD1yPmlf2N7O/b/ -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 - "], {{0, 150}, {150, 0}}, {0, - 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1739024603,ExpressionUUID->"db2d02f0-1667-43ae-9f30-744a6a2c6fdd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1580372810,ExpressionUUID->"81221809-71c6-465f-9e9b-3fc9ba7ec9bf"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`ReciprocalSpaceSimulation", "[", - RowBox[{"\"\<Zinc\>\"", ",", "0.2", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "0.45"}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.7870373769029083`*^9, 3.787037386966407*^9}, - 3.787476826197541*^9}, - CellLabel->"In[330]:=", - CellID->73108432,ExpressionUUID->"b0b4fd63-1771-40cf-a7ee-286502eb340f"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -vGXLlhMirk9QeQg6FHSpa9eupVLdqjlw5ePjU2addpGXWnl91oW8VBCv/3Hy -5MlwpKYCV1OmTFlaaq7zY5GXanacVp6XCuJ5E76+vqd53sSgQYNKrc0g8lLN -9SnyUhmuJFv74sWLt3NctW/f3i05OVmKIzXNHxR5qWbGKfJSJYKsgxwcP378 -+xxXqP8YGhqabmrDEnmp5scp8lJ/tV1R7JBevXq9xmoVSbleqAVSWk6OyEs1 -jy1rzkuFjQH+msjIyDwnJ6eO8hqQS5Ys2VnanlDkpZofpzXnpfK94Hffffcz -WBWONOF120eOHDmDyUFhwxKkirjOvnLlyq8Yr6rHz8tp06ZN78TERORTGCoz -jlJQ3SPUkkGu89ixY714HUhevp2Sw9mzZ6OFn1CQGgIPAi9KTk7Ww64gr9vO -z59YsWLFflFnW5AaYufUE39//2jwJvn5S1zHGjZs2DR21oTQsQQpIn5GzrJl -y/bKeRSvt42f2COKGD9BaojH8g0cOPBPjEf95uwlrr/v2bPnopraMtaSlyrO -Sy3h2uxsA+ov3Lp1K6thw4YuNjY2vzl3SW7HmjRp0gestoxZHcua8lLFealP -E6uvbdi0adO3JfEquSxs0aLFs/fv3+fnTpSxTtaRlyrOSy1jPageDn41dOjQ -aYAQ19NNG6/lvnPnzgB2Dm+pstBa8lLFeamlYkqq2R4WFpYpq9n+1Dm88n2h -u7v7e0r3hdaQlyrOS32auI19+fLl+0uTgTJZKEHOwcGhRUhISLrS8y2tIS9V -nJf6K8njF55//nl3tu8rFVdy3H3wwQe+Sm2k1pKXKnJhjQR93UCbn5/fLWz5 -5GcOlta4vaFdu3YvJSUlaZm/UNiyBBUT9CPmD5wj15/MNa6/b9my5ZTI0xEk -J6avG65du5YGfUnut1HAsyRZ+MILL4zgsrS6xyOoZhA/r2TGjBl/U8OrTOSh -7ZdffhksarsLAoFXFRYWGsLDw3OcnJxc2T7PTiWuJJ7Vp0+fcWxPInBl5cR5 -1axZs/7JeFWZe8DSGtOzbPfu3RtkiZ4l8lKV3Vcb8lKZL1B/+/btbEdHx/aW -8Co5z4JeBhsF6r1TvqVT4wcVeanmqbbkpXJeNW3atNXl4VUyniXdv27dum/V -8CyRl6rseWtDXipi97RareHSpUuJ9vb2zaF7l+azUcmzbFu3bt0zNja2ID8/ -X2/OBi/yUutaXmq2Dr4Xd3d3j4rgVaY8y8PDY21Z5xSazpvISy3r/akdeam8 -7sK+ffuCwWYYFsrFq2TNFryPfmUTf3//e3q93mCuVpbIS1WGrZqclwq5ROWT -Dn6XDh069GdnzFcIr+KNf1/v3r3HMFupzpx/R+SlVm6flT23XFf/y1/+sg5r -X1Hyz7Tx7/3www/3iLyduk10baVzdb/99tsIyqcaYe3Lq6uX1mCvgE0Le4Jz -587FIHca/Vf3HAiqWGJnVOpSUlJ0nTt3Hoi15/EIldW4PHzuueeGpaen69G/ -iHeoW8Tl35QpU5ZhrStL/pk27mucOnXqcvAsJTkWgmoH8f3ftm3bztEltmX5 -gJUi/0potjx/Z9OmTSKWpo4QdBrkYgUHByc2bty4HTN/Vqr8ewpYtpLpwdbB -waEVdC2GLaFr1VKCTaGgoECyKeB8ZqxxRdsUlDber6ura7/o6OjcoqIivZoa -8MY9tvo5KK0OkxLKsrDP7HL0aek4La07prZPph9rkec+cuTI2VhTtXFVFd14 -/3379p2UmZlJYEdTmmsBW6LaHFFeNw42TLX5mrBbok+1dnj0CXupTmXNQhC3 -farNv8XzWVInUe3cGt/R7CLIm5kzZ27EWnIdp7obx9a4cePmAvMajUZbFrYw -7ozMLOJ3/hdy90GqYmzx/FL4PeBzwT1Kfcuwv8O/i3zHB4kZqmulwr9zOviu -Kl+20Q+eTb69eIdERCer9g/Bj3U+5J7qOtTwdfqdjyDRcWlm55bna61ateoQ -1rCK9XSzjWN82rRpaxBTT59ZW9IcZrP84fDoJDJ8zjfksP/Pkt9Fqc8VvovN -h66RNxYfI4kl1OUt7T6895dvPSBDvQ5L+NAVKewzx3jvil2BUq5n5qMsYw6h -Aj4AHMXQtR09/wjZ/b+fFPuWjXmpeWT+pgAy8+9n6HuoDFM8H/xWVKLkB4f/ -UF/GODmmtm7depYunQNsk5Vl+yxHK94jzp49ezPsD3RuS8QWnzvwHcR7KPUf -yn3LiEtR4xuT/LxZOVJNX8S1KL2X94m4EsRlWJJ/iHVOTlXuk+Y5+OA3kbEp -qviVhuHrBp3btDLmlmPqiy++uESXzAlmz6re+6lo3N5h4+XlJeUfgm8hf7Gk -seHdUrtO0jrnWRbTxutaqPWDo0/pvHUL+gQh5k+tH5zXVLGkXoi5ueWY2rt3 -7xXKo5qzeo01FVO8AVvSM3p7e2+BPYRh6yl9S4rBtWDOLK1TxPu05D5Lzwgq -HqeF9ZjK1edT35fzGz6F85FqCaZ4s+W2/+nTp/8dNUfy8vJggxD+nmoitu/T -Mlv6Gbo0TWoZpngrlomTJ0/+ELIQ+BK206onJiskTK1evfogXRKHGq5PmWvF -2Bo0aNDbiGNmMRDC51NFhPe4oKBAOnPS09NzA9aiOvwzldH4PvHZZ5/9XVBQ -UDyPZRZ14isdU1rot4mJidrXX3+d29Froi3B4sZtp46Ojp2ozijVMEV+vjj7 -t+IJco/HuuA97t69u1RLiL3fdQZTvMn8mPZ0r/hP8CvYUCtaLtamukAVXTcJ -ci8/Px9lhMj27dvPNG7c2BUTXt3+vspuLA5C+vzyyy9PDgkJScF7hXrN8v2i -VFPMwvkuT00xS9e4OvqU3wvfMedRycnJ2rfffvtTPufVFZdQDa1Yn6fvU8cN -Gzb4wa+Ic5/Au4ApbmdSm7cMWyByU9XYW7lPmvs7VPep0aiuS8nt+FnZyurg -ltSnVCMS46VzRnkUIIUztW527dr1d5hbFpJe6/VztU3+Hg0fPtwjNDRU4l25 -ubmGBZvP6lHz2Fz9VE7cNxbycxyZuuw4uXzzAcu7VJCXqjHW4/Ref1aqB6x9 -oiyHlvsdkQP71qffS74lJfWHuV85MfUhmfHZKfL1qVuqa/f+7+Iv5O1Pj+vv -PUiV4jsTqG5O93vIm2mM+ayq2OGa2nguBj43atTI9ZNln+zNzHxIvjwdSfYd -v6HL0+ToldbDhs8DPjyfHT9IufSIp1FyL88RXffVZclXq6buN65FnvMn//pR -8ucpqwn9a50B1Cg/HRxlzOdTPE6N4fzVu7p/fH2dZGTlkq++2v/DM888839s -Pq1J7plt8verZ8+erx395nAwMWgJi5/XKdk3cj5gSe1/6CpYW7U+QCmOBn3C -B6ig5vdvZFku65NiUcn12OdB5sG+jBZ67XLs66NHzTSZwzq33ytvgzIgw5et -u/vw6f7+/newZ2Tn15nFF/cdWn5uiCX3lcfXab5PZjcoxtPt27cfvvfe9FWU -1Ttjoox2zsrNw6oLDXxclq7WCGecBwQERANfbO+ox3tbl/PLgDe8Q3iXsJ9B -Cw8Pf+Tt7b3R0dHxGT451q5HWdJYji3/1WnMmDFex48fv5WXlyfNM/ZA2FvX -pXM4uayjctmAMYJPX7t2LWnmzJmfOTk5dTKZGyHzLG+2Jviyf+WVVybt2LHj -dEJCgpbPPV0TiYcBY7XNP8SxBBse6gExPxc5duzYT5RXz7W3t2/FBy/wVOHN -FF+oMd9n9uzZ/4CMxPqgQVYy/5AWcqQmykpmw8R7AB9psd6En2FhYekrVqzY -16tXrxE2Mh2cjV3oUJXXbI0lk+rJ57hhnz59Xvfx8dkdGBgYB37FGzuXTIc1 -hO4L3lCV/IydIViMI+hLkOPgsWiwB9+6dSsTZ625u7u/6+Dg0IYPCjom/C+C -P1VtY7YvU73Vib7rr1H9dv2RI0dCY2JiCjg/QIOcgd2V7S21kD9MP5Z4m9qz -JPn1uJft2yR5zHCsBe8EdmAv4TI7OTmZnD17NmrZsmVf4JzRhg0btpUPQHpp -hA2qJjTOw55aixYtWnQbPHjw1EWLFm07ePDg5Rs3bmRmZGQQvsfiDfIT6w9e -Ap0ZPA7YQ4wlk6nFhP/D33ANcENxKvFFfCfHDxrLHSGRkZG5dL9xe+XKlfvH -jh3r5erq2pc+WgP5cwJKQnequc3W6Niuh5iQkkrrUDnj0rVr14EjR470oDxt -w8aNG4/5+fmFBQUFJdD1z0tJSZF0Zuw1gRMur+QNeMHf+NmfaWlphPLFJ3Tf -lnry5MlwX1/f04sXL94O+wj0pCZNmnS0MbFXAj7wkQos1c7GZGV9hrOy1s+x -adOmnSgveal79+5D6Z5z4qhRo96j/GX2hAkT3p88efJc0MSJE98fN26c1+jR -o2e8+uqrb/bo0WNEx44d+zs7Oz9L+2puU4q9GxhnOKrPz/KolAHXkPb/Da1l -bQ== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->372770540,ExpressionUUID->"82887270-b165-4206-a628-a2e40c83d3cb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1248071574,ExpressionUUID->"87e8cea3-6dbb-4a75-b4b1-24cdde7f5232"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Thumbnail", "@", - RowBox[{"MaXrd`ReciprocalSpaceSimulation", "[", - RowBox[{"\"\<LanthanumHexaboride\>\"", ",", "1.41", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", "0.80"}], "]"}]}]], "VerificationTest",\ - - CellChangeTimes->{{3.787037397398548*^9, 3.7870374004632597`*^9}, - 3.7874768570611553`*^9}, - CellLabel->"In[331]:=", - CellID->1222506369,ExpressionUUID->"791466ef-95f7-4012-b8b3-6accaa2e8b80"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXQtcVcXWBwx8gC9MfKBWVkbXNNRffWlXy9JMrYvSLcsvS7w+AG9ZalZ+ -ZmrdzEeWqeU1M+2m9ruKN01MlFupYIKEaZgiovIWEAQPh9cB5pv/nBnaIY89 -c+AckD2/35KD7Dl77Zm116xZa8363zZllv90Fycnpzmt6D/+Aa8Pnz074M2n -OtBfnn55TtCMl6dNHf3y3Gkzps1+YEoL+p+fcLrJqXk0Z2dnlxa03UQb/eFS -x+Wu9Pr27u7u3l5eXn26du3ar0ePHvf26tXLF4TP3bp169elSxef9u3b93Jx -cfGkfVrW9oX0Gmd+75vAC1iqt4czmt2aMybPxYXJEf1Z3SXunTt3vmvgwIFP -+Pn5vfzqq69+vGLFipDt27cfO3jw4Lljx45lnD592pSUlGRJS0sjly9fJpmZ -mSQrK4t9Tk9PJ8nJyWXx8fHm48ePZ3///feJISEhsatXr947f/78DRMmTHh9 -yJAhf+3evbsvZcGzGv6crGLWogWXM6M10gZZasFb1b9RvXLb4MGDnwoODl62 -YcOG8CNHjiRDZgoKCkhFRQXRtvLycmKxWEhJSQkpLCwkZrOZEa4Fid/xt+Li -YnYt+lRtRUVFJCMjg8TExGRt3br16Lx58z4dMWJEANV//Z2q6DeIl0aXGc3x -jemlqrLk6urqOWDAgLGzZs36cOfOnTEJCQmFmGfRysrKmFxcu3at/OrVq5bc -3FxQGf0MKs/Ly6sA5efnCyJVqPJv/Fp8Tzm+A9+F76R/K4P8lZaWVt4XMpia -mloBnbho0aItw4cPf6Ft27a3annHOs31mLFW2rlx3XSTdujd3Ny6PPzww88v -X758B9URmdAtWt2BecZ8Q3YgB5AJKlekIQkyCLnDPSFv9DOTNaHfIHN0LS3Y -uHHjf/39/V/p1KlTH+1zGuukfZqwvzX/5ebr6zvmnXfe+VdsbGw21i4xX9BF -XHfYRYYkZK1C6DbIGdZSNKzHiYmJRevXrw+j6+VkqnNvFg8JHQa97IAhv6Eb -l6fK99bDw6Pnc8899+a+fftOY66ELEEn8flqNHKkU86YLhVrNdbL6OjojDlz -5nzs7e09SDw39pWGfNnequonur/3ff311/8ZFxeXK95xrpealCzVJWPQY8Iu -o/vR8jVr1nzbv3//UWIcsDwa8iXfxN5O/N6jR49BdK3bSvf2Fow11jthYzta -FhqK8J5gHYc9hgZbbcuWLYcGDhzoJ8YFOtywv/Q1rTx17tz5buyb6B6qDGOL -PdyNopskdBh7ZpPJxIx9+pNs2rTph759+z5WZcyM/WM1ja95bGyozdo5ODh4 -xfnz5wsxlnhnMbaNyf52hHxBR9PPTL7oZ7JixYqdXbp06cfHz8lYG//Y4DMQ -nx955JEpkZGRScI/0NzlqTri+os5dC9cuFA4bdq09+jQteNj2ex1l1ZHeXl5 -3fPpp5/uh+0EvyX39xjyVAOJ9VHsIcPCws74+vr+RYxtc9VdWjtq/PjxsxMS -EkzcPr2h7fH6JmHfY29MP5M33nhjAx1aTz7GzSW1AK1yr9euXbvb1q1btx/6 -Cf5BvH/631fF99wWHaGsWxq+H95FYdsjTuTj4zMCY9wc9ozade++++7zj42N -zcQ4wF8ju+aZC0xKc1VA+5lM8v3Qp0Dxnvbila+NTHdlZmZWPP/88wvF2N+o -66LmuZynTp26FDobfmUZHfX7HJtI1pWrpMAkN1+Yp+ycqySPjr/MfOF+eXn5 -5EpOHvsOGb2F+9jCa74kryDoLrqHZnb9Rx999G3Lli29MPA32roonsfV1bUT -fc69eN6CgoJyWTsK8mApMZMjsRfJ+Ne/IcdOJZHSYjP7/9rfY6vOyMzOJQHv -7COf7IghZSWFdfYTOgD3WPnVMRL4fhjJvZrH5rmuNQpyaKH3+OF4IvGnvMac -Tmbfk6+HV7OJpGfmkBcWh5LPvom18ppXN69/vD+Ld1v4upgA37J2Lpp6E8/R -qVOnu/fu3Xua+14sdY1vTXNcXFhATp9PJ+98HkHOXsggRfT3OueK6xzIxKpt -UST0SDwpKapbHivvSa/d9f1vZM2/j7N516M/RL9T8amM14RLmbp5hW67kpvH -ZHn/0XO6ea2OsC5izM+dO2caNGjQU5gL5Ds6Vipsa0Km7rjjjoeELYXnVBkf -7ftcaC4gZaWF7KeMbQvZgg7BPMneF33QV87e0fJqkuK1gPMK2bRlr8Flqxzx -xpycHPLEE0+8jDlBvqpTE/RzCZny9fUdd/HixSLkHKnYUjXNVx7Lr5Pvm8dz -8+Tvma+kMyp5VXhOVV6rI9gchYWF5fB3TZo06R0+R01KtoSefeCBByZmZGSw -2DzemfoYH4PUCTYX1dkW+HUCAwM/xBzx/KNGL1tCTw0ZMuSFrKysipKSkgpD -phoPcX8Os7lmzpy5FnPV2NdErZ7Kzs6Gr1N6z2dQwxPP0bfANgkKClqtmbtG -J1sae8qPrn3lhkw1buJ2G5OtyZMnL8XcNbZ9ovB50n3fUNjo1J4y1r4mQMgT -gb2FWP/48ePnYg4bi2y58IOfnp6ed+HsAt/3GTLVRAj2ltlsZv5Ear88h7l0 -tO/UeqzYxRnn9fbu3XuG+6fqxZdgkP0I9grVWeWXLl0qvu2224ZwfeGQeCJy -0MU+YtWqVfvqw+dpkOMIawzi1REREamoTYFlyBF5EGIdDggIWCpiM7LPYrOv -0fCL1iuvOTk57BzBZ599dghTbG+/qcifGjBgwDhrvN2kFO/7PTaiP9ZvxHF0 -8Fosz6sgEaueMWPGKj7XdrG1hE3Vtm3bXtROv2KxWCpk/QmQQczT7h/PkNVf -R7NYve5YrhF3rlWOi4sKyL8PxpFPdsYQk6RMCb6FnhBnyqqrpVLfYiV049q1 -aw+q2unWfJdCJlNT3/uOXMm5as1rqiv3xMiTqbMv7rF081Eyc8WByvdVVt9B -T0BfREdHZ7Zp06Y79EhD2lpCJz755JOvIsZE96jKdjqe15ord1UhV87I66ux -H73PVcprTm6ecn4rCPoCemPZsmW7+dw3iM6CvOKM2s0333xXQkKCGf50W8/L -NIXc3ibLq6QcV0eI9eDcwbBhw15oKNkS69+6devC69NPZfezCE2JV8V+tj6n -IL4elqM2XOvWrbu6WBfEelsPhZxSuX0RPn/IcX3IlEGNn8R6+Oabb27RyoKt -je//XNzc3DwjIyPTVPZ/BjVdgn1XUFBQhlzTO+64Y1h9ndcX8jl9+vSVhk+9 -eZLQWV999VU0FwmbcgG5re6M+oSJiYmo0WmzrW5Q0ySc8YQNVB82vOj71ltv -fWXoquZNsH1oqwgLCztP18E2MOFVdBZKm0FXdevW7d60tDTU92pUdToNsj9B -Z8FvOXr06Jlc70jHeISuWrx48ddG/otBIOgsKlcV4eHhF6m+cpfVWdxP4ezl -5dU3OTm5tLCwsKI2XWXvuDu7p+T5X20/Fb+Qcj7DDcYrdBbqHzz22GPTZXWW -0FXz5s3boMeuYnH3QrncAhYjpX3QV/b54YdGjoCK/xv3K1LhtUiNV7PgVcH/ -rc6rmcUJZWVK8Fpbfgl0VgVte/bsOU1FxE2vzhLxGnd39+5xcXH5xcXFFbXt -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 - "], {{0, 150}, {150, 0}}, {0, - 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1688492934,ExpressionUUID->"2bb76642-ff29-47d1-8b97-2eaa8cc98e83"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1866163969,ExpressionUUID->"84ac49fb-8c0d-40da-bd0c-cc1b6e8e7439"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1037732605,ExpressionUUID->"5e529bcc-42be-4115-a77f-f8a4538cf596"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ReturnData\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787037419030394*^9, 3.7870374214375153`*^9}}, - CellID->1171980648,ExpressionUUID->"7bef4818-4842-4b9c-a5f6-5fbaf6f87d4a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReciprocalSpaceSimulation", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", "0.75", ",", - RowBox[{"\"\<ReturnData\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787037510475894*^9, 3.787037513828063*^9}}, - CellLabel->"In[332]:=", - CellID->840001002,ExpressionUUID->"d200d455-7555-4b34-8f80-829bdc22ac52"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.`", ",", "0.7365288866629349`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "4", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.36826444333146746`", ",", "0.36826444333146746`"}], "}"}], - ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.7365288866629349`", ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.`", ",", - RowBox[{"-", "0.7365288866629349`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "4"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.36826444333146746`", ",", - RowBox[{"-", "0.36826444333146746`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.7365288866629349`"}], ",", "0.`"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.36826444333146746`"}], ",", "0.36826444333146746`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "2", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.36826444333146746`"}], ",", - RowBox[{"-", "0.36826444333146746`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.36826444333146746`", ",", "1.1047933299944024`"}], "}"}], - ",", - RowBox[{"{", - RowBox[{"2", ",", "6", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.7365288866629349`", ",", "0.7365288866629349`"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1.1047933299944024`", ",", "0.36826444333146746`"}], "}"}], - ",", - RowBox[{"{", - RowBox[{"6", ",", "2", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.36826444333146746`", ",", - RowBox[{"-", "1.1047933299944024`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "6"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.7365288866629349`", ",", - RowBox[{"-", "0.7365288866629349`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", - RowBox[{"-", "4"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1.1047933299944024`", ",", - RowBox[{"-", "0.36826444333146746`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1.1047933299944024`"}], ",", "0.36826444333146746`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "2", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.7365288866629349`"}], ",", "0.7365288866629349`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "4", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.36826444333146746`"}], ",", "1.1047933299944024`"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "6", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1.1047933299944024`"}], ",", - RowBox[{"-", "0.36826444333146746`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.7365288866629349`"}], ",", - RowBox[{"-", "0.7365288866629349`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", - RowBox[{"-", "4"}], ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.36826444333146746`"}], ",", - RowBox[{"-", "1.1047933299944024`"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "6"}], ",", "0"}], "}"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->339345236,ExpressionUUID->"c327af50-65df-4feb-890a-63492710397d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->619162548,ExpressionUUID->"9522fd9d-7bbc-4869-8bc5-c1013bbdadf3"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ReflectionList", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787038864494382*^9, 3.787038866309578*^9}}, - CellID->1865601525,ExpressionUUID->"a55dcf11-15dd-4dee-80b4-25c760e8dd03"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1903584475,ExpressionUUID->"64965832-3f7d-440f-8b68-34d67c6a7951"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", "1", "]"}]], "VerificationTest", - CellChangeTimes->{{3.787038876477913*^9, 3.787038878318095*^9}, { - 3.787038948299862*^9, 3.787038960363639*^9}}, - CellLabel->"In[333]:=", - CellID->1091196032,ExpressionUUID->"f1791a37-4d3a-4095-966d-b2c093e8008c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->221364444,ExpressionUUID->"35e17911-7ce9-4750-b4d7-4dba522e4f16"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1706674521,ExpressionUUID->"d39f183a-a532-43c1-8f0f-6fa05a90025d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{"RandomSample", "[", - RowBox[{ - RowBox[{"MaXrd`ReflectionList", "[", "3", "]"}], ",", "20"}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.787038972084243*^9, 3.7870389828193207`*^9}, { - 3.787476897427455*^9, 3.7874769087308893`*^9}}, - CellLabel->"In[334]:=", - CellID->962083155,ExpressionUUID->"c7a02aff-4bc4-4aff-a69c-e906ef4215e4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", - RowBox[{"-", "3"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "2", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "1", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "3", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "2"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1327207822,ExpressionUUID->"c828a6b9-4aed-40b1-b6e0-ff8caedb7d6e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->139601468,ExpressionUUID->"c3f6e861-6c88-4b80-9c1e-f5f26bc50a85"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MemberQ", "[", - RowBox[{ - RowBox[{"MaXrd`ReflectionList", "[", "3", "]"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870389958437757`*^9, 3.7870390035563917`*^9}}, - CellLabel->"In[335]:=", - CellID->1540095949,ExpressionUUID->"aabf0a80-e767-4677-a376-ca085e3078f5"], - -Cell[BoxData["False"], "ExpectedOutput", - CellID->772217552,ExpressionUUID->"ebaf82df-cf6e-4947-a7a9-1d45d68bcae9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1229730152,ExpressionUUID->"c1c0e75c-8732-4bb1-8d07-9b924125654c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<SodiumChloride\>\"", ",", "1.23"}], "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.787039026538164*^9, 3.787039027683185*^9}}, - CellLabel->"In[336]:=", - CellID->57522221,ExpressionUUID->"c257b025-90e8-4909-961d-c4feececee35"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "4", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "4", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "5", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "5", ",", "5"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->408327197,ExpressionUUID->"d7a1f435-4108-4d3f-80ed-98fd93313da3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->692045936,ExpressionUUID->"6e8a4697-74b5-40cb-8242-d4f0b6a35a22"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.789", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{ - RowBox[{"h", "+", "k"}], "\[Equal]", "l"}]}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787039039306563*^9, 3.787039040482974*^9}}, - CellLabel->"In[337]:=", - CellID->1319088821,ExpressionUUID->"21cc9855-5e60-4ecb-9b65-87c6ee1af5f6"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "4", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "6", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "8", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "6", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "8"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1452126566,ExpressionUUID->"65aebfdf-0546-4529-a257-c71c2d16bd95"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->444614200,ExpressionUUID->"6609b289-d986-420c-8bfb-15ca2446447a"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->827146998,ExpressionUUID->"12a588c8-6936-4542-952f-dc8c904a86a4"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]AngleThreshold\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.787039052426217*^9, 3.787039057225418*^9}}, - CellID->1197948355,ExpressionUUID->"c04ed4a4-42a3-46ec-a055-200a74d56ace"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.71069", ",", - RowBox[{"\"\<AngleThreshold\>\"", "\[Rule]", - RowBox[{"15", "*", "Degree"}]}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787044387713649*^9, 3.787044407800815*^9}, { - 3.78706038411333*^9, 3.787060392018104*^9}}, - CellLabel->"In[338]:=", - CellID->517141069,ExpressionUUID->"7ca93889-f104-4324-98cd-9f1d824bee4c"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->723627274,ExpressionUUID->"38d6f350-7ae9-43a6-b327-4d066935d2da"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1535251487,ExpressionUUID->"f0e98b07-73ca-4687-92e6-60445c5c2883"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]CustomReflections\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787048216988407*^9, 3.787048221307485*^9}}, - CellID->1258811860,ExpressionUUID->"908dcca8-5b27-4fb9-bc36-ebce91859c37"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "3", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "9", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}]}], "}"}]}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787048231755787*^9, 3.7870482328654957`*^9}}, - CellLabel->"In[339]:=", - CellID->142764263,ExpressionUUID->"18c1dde7-a068-4922-a5b0-a8cdf0e99b64"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "9", ",", "9"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->699734542,ExpressionUUID->"50fdbe0d-6162-4778-a906-7d381ab0ac1d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->955723304,ExpressionUUID->"1d39ce43-d758-4f95-ad8f-22c335aa0638"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Germanium\>\"", ",", "0.709317", ",", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "5", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}]}], "}"}]}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787048246867131*^9, 3.787048247600335*^9}}, - CellLabel->"In[340]:=", - CellID->1988369311,ExpressionUUID->"7c3756b0-ae29-4d37-a3d8-e4af15844ad7"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "5"}], "}"}], "}"}]], "ExpectedOutput", - CellID->1529979010,ExpressionUUID->"3ddc8fbb-ae24-4c7f-98ef-412ea5394e3f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1811374415,ExpressionUUID->"3e938399-24af-47b7-a08e-f5ecb94d4629"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.540593", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"h", "\[Equal]", "1"}]}], ",", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], "}"}]}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787048256699251*^9, 3.787048257448017*^9}}, - CellLabel->"In[341]:=", - CellID->826422780,ExpressionUUID->"8520b7ac-a3ef-4d70-b09b-88b39c111b5e"], - -Cell[BoxData[ - RowBox[{"{", "}"}]], "ExpectedOutput", - CellID->1910918311,ExpressionUUID->"2a9149a7-8275-4fc3-aa75-f6d8b7922408"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ReflectionList", "::", "empty"}], "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.78704826430728*^9, 3.787048266579269*^9}}, - CellID->735690358,ExpressionUUID->"57fc021d-18f7-4c74-87c9-d10c4ab8ac9b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1041613033,ExpressionUUID->"8f291cbc-c93d-45c0-b340-9064f6526070"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]HoldIndex\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.787049291655312*^9, 3.78704929347653*^9}}, - CellID->1541323518,ExpressionUUID->"c9c8c393-08e8-4c42-a74f-30d4425a1e93"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Glycyl-L-alanine\>\"", ",", "0.709317", ",", - RowBox[{"\"\<HoldIndex\>\"", "\[Rule]", - RowBox[{"\"\<k\>\"", "\[Rule]", "14"}]}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049311324744*^9, 3.787049312338743*^9}}, - CellLabel->"In[342]:=", - CellID->49116627,ExpressionUUID->"efce4383-3c6a-4e30-b4a9-afb5d808b598"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "14", ",", "14"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "14", ",", "14"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "14", ",", "13"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "14", ",", "12"}], "}"}], ",", - RowBox[{"{", - RowBox[{"10", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "7"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "14", ",", "11"}], "}"}], ",", - RowBox[{"{", - RowBox[{"12", ",", "14", ",", "10"}], "}"}], ",", - RowBox[{"{", - RowBox[{"13", ",", "14", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"14", ",", "14", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"15", ",", "14", ",", "7"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->869429541,ExpressionUUID->"6cbd827a-b8e8-43d1-8417-b26268bcf1ec"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->103555287,ExpressionUUID->"04997457-71ee-49a9-8f68-fba857dfb8cd"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Keep\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.78704933148862*^9, 3.787049332547488*^9}}, - CellID->402206664,ExpressionUUID->"1f3fe529-8682-4683-83a5-b74a6cd9f706"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silver\>\"", ",", "1.540593", ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "7"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049337723954*^9, 3.787049338856187*^9}}, - CellLabel->"In[343]:=", - CellID->481607283,ExpressionUUID->"29e378b9-098f-4290-a178-8644ad24b968"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->507739838,ExpressionUUID->"eccc05a8-0d48-48f0-a754-13214f86e426"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->991954539,ExpressionUUID->"33808557-277b-4744-8dbe-2869609dfdf1"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Limit\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.787049431753646*^9, 3.7870494327292747`*^9}}, - CellID->1714833057,ExpressionUUID->"79cb3856-89a9-4e57-898d-0f529e36a922"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.540593", ",", - RowBox[{"\"\<Limit\>\"", "\[Rule]", "3"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049437473547*^9, 3.787049438255578*^9}}, - CellLabel->"In[344]:=", - CellID->219885841,ExpressionUUID->"39b9b848-9c7d-407c-acaa-8685513694f0"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1949456847,ExpressionUUID->"b6b9cb86-307c-448e-8136-802674221aff"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->864385312,ExpressionUUID->"c7da8940-5ed4-4f0f-a66d-ddb3c57f9cba"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]SplitEquivalent\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.787049457873192*^9, 3.787049460800735*^9}}, - CellID->1251984035,ExpressionUUID->"0419663f-9250-42d8-839d-c77e0b14af69"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{ - RowBox[{"h", "+", "k"}], "\[Equal]", "l"}]}], ",", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049465360856*^9, 3.787049466217346*^9}}, - CellLabel->"In[345]:=", - CellID->1178943178,ExpressionUUID->"d0b150bd-2bc1-45b0-bab0-f1ecea55aa77"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "4", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "0", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", - RowBox[{"-", "4"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", - RowBox[{"-", "2"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "4", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "4", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "0", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "2", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "6", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "4", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "2", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "0", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", - RowBox[{"-", "6"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", - RowBox[{"-", "4"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", - RowBox[{"-", "2"}], ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "6"}], ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "6"}], ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", - RowBox[{"-", "6"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "6", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "6", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "6", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "0", ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "2", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "4", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "8", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "6", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "2", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "0", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", - RowBox[{"-", "8"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", - RowBox[{"-", "6"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", - RowBox[{"-", "4"}], ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", - RowBox[{"-", "2"}], ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "8"}], ",", - RowBox[{"-", "8"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "8"}], ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", - RowBox[{"-", "8"}], ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", - RowBox[{"-", "8"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "8"}], ",", "8", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", "8", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", "8", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "8", ",", "6"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "8"}], ",", "0", ",", - RowBox[{"-", "8"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "8"}], ",", "2", ",", - RowBox[{"-", "6"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "8"}], ",", "4", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "8"}], ",", "6", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "6"}], ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "8"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "4"}], ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "8"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "6"}], ",", - RowBox[{"-", "8"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1813865424,ExpressionUUID->"f92d7fc4-bea0-40ab-8b7f-d91efbbe073b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2144550476,ExpressionUUID->"db041972-7c5d-4c95-82ae-6d66f4370f0b"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<ManganeseSilicon\>\"", ",", "1.541", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"h", "\[Equal]", "1"}]}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78704947992855*^9, 3.787049480708609*^9}}, - CellLabel->"In[346]:=", - CellID->1976691523,ExpressionUUID->"7e3b4adc-e5c9-40c5-a37d-f3f2124f3e16"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "1", ",", "4"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->682407971,ExpressionUUID->"0bd950b2-843f-496e-9352-ca81b16b55a2"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->94318884,ExpressionUUID->"30b26498-58a3-4ea5-876e-744d9c8c08ad"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ReflectionList", "[", - RowBox[{"\"\<ManganeseSilicon\>\"", ",", "1.541", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"h", "\[Equal]", "1"}]}], ",", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049490032441*^9, 3.787049490815283*^9}}, - CellLabel->"In[347]:=", - CellID->1714191681,ExpressionUUID->"aabd6b89-cb06-4a72-91ab-ca9840f725da"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "4"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "4"}], ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "1"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "1"}], ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", - RowBox[{"-", "4"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "3", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "4", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "4"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "4"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "3"}], ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "4"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1926458062,ExpressionUUID->"42cf0bfb-efc1-4d5d-9f97-3fa748621030"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->374551902,ExpressionUUID->"274aef29-6930-4f72-9931-4963a5a81764"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["RelatedFunctionsGraph", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787049802617708*^9, 3.787049806441061*^9}}, - CellID->1918739257,ExpressionUUID->"e041497d-aa67-452a-857d-0d892f5c00de"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1636249047,ExpressionUUID->"ad5a5fa6-a7f1-43bd-b8dc-b13c48c73128"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{ - "MaXrd`RelatedFunctionsGraph", "[", "\"\<UnitCellTransformation\>\"", - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.78704981784107*^9, 3.787049846464684*^9}, { - 3.7874769256910553`*^9, 3.7874769263325233`*^9}, {3.7874773825692453`*^9, - 3.7874773893704844`*^9}}, - CellLabel->"In[348]:=", - CellID->429563855,ExpressionUUID->"b8a2111f-75aa-45df-98f3-1ca4d167bad7"], - -Cell[BoxData["11"], "ExpectedOutput", - CellID->1987173418,ExpressionUUID->"082a00f9-dff6-4c26-b5ba-fef84815dac8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->819247557,ExpressionUUID->"0ecc1695-1431-4681-b58f-5674b1a7a4a9"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1060306443,ExpressionUUID->"77f24014-4960-417b-a0e4-f883ef1b56ad"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Limit\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7870498733598423`*^9, 3.787049875367264*^9}}, - CellID->751084695,ExpressionUUID->"aba8eeee-2f7a-4f8b-88bf-72d43fd0b2e0"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", - RowBox[{"MaXrd`StructureFactor", ",", - RowBox[{"\"\<Limit\>\"", "\[Rule]", "20"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7870498881517057`*^9, 3.787049894927198*^9}, - 3.7870604313842897`*^9, 3.7874769470510187`*^9, {3.787477158805779*^9, - 3.787477210142395*^9}, 3.787477310220684*^9}, - CellLabel->"In[349]:=", - CellID->55955572,ExpressionUUID->"ccbab580-4b89-42fd-93cc-fc98346f843b"], - -Cell[BoxData["14"], "ExpectedOutput", - CellID->1994944865,ExpressionUUID->"80f0edec-758d-4fdb-a9e6-428bc1b24739"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1576029582,ExpressionUUID->"b0a86d62-7c0f-4ee3-9087-256d5b0f49e3"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", - RowBox[{"MaXrd`StructureFactor", ",", - RowBox[{"\"\<Limit\>\"", "\[Rule]", "Infinity"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7870499026469603`*^9, 3.7870499045997553`*^9}, - 3.787060435884316*^9, 3.787476965626437*^9, {3.787477335249757*^9, - 3.7874773405061617`*^9}, {3.787477371801693*^9, 3.787477371937056*^9}}, - CellLabel->"In[350]:=", - CellID->2070665545,ExpressionUUID->"d21cbd4b-556a-42c7-8fe7-e179cd60d943"], - -Cell[BoxData["22"], "ExpectedOutput", - CellID->1703315180,ExpressionUUID->"aa07a070-6a36-48b8-98d5-338c515378b5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1265882576,ExpressionUUID->"144f57c9-47ee-4dbd-8b28-369f7ec1fe7c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]DirectOnly\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787049913823058*^9, 3.787049915934458*^9}}, - CellID->571591799,ExpressionUUID->"158e4649-38f0-49a4-a4f7-87d1b72edd25"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", - RowBox[{"\"\<ReflectionList\>\"", ",", - RowBox[{"\"\<DirectOnly\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7870499207827597`*^9, 3.787049937462029*^9}, - 3.787476986250475*^9, {3.787477418304336*^9, 3.787477427896331*^9}}, - CellLabel->"In[351]:=", - CellID->2067770607,ExpressionUUID->"c889f837-8bef-48b5-a2d7-fe297783a18f"], - -Cell[BoxData["6"], "ExpectedOutput", - CellID->292732448,ExpressionUUID->"348ef71a-7e8e-4f4b-9a80-0d74c1157bb3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->567964003,ExpressionUUID->"c0adafd9-948d-4813-a179-acd3c735982e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ShowDependent\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.787049946022173*^9, 3.78704994866966*^9}}, - CellID->38500642,ExpressionUUID->"54952721-2e87-4bfb-b295-a25e047769df"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", - RowBox[{"\"\<ToStandardSetting\>\"", ",", - RowBox[{"\"\<ShowDependent\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.7870499653930063`*^9, 3.787049970109384*^9}, - 3.787477004489602*^9, {3.7874776280914288`*^9, 3.787477637091103*^9}}, - CellLabel->"In[352]:=", - CellID->720751129,ExpressionUUID->"36d04196-5663-40fb-b21b-f19a253d8c0e"], - -Cell[BoxData["8"], "ExpectedOutput", - CellID->1856456023,ExpressionUUID->"6746aba4-492d-4d60-b250-f6cfe2526a6b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->206187506,ExpressionUUID->"3baabc1a-b59d-45aa-a064-01e5096464fe"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->1049012762,ExpressionUUID->"fdcf57b4-0bdd-4b6b-b768-7bf7a2ce11ac"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", "\"\<$MaXrdPath\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787049994485243*^9, 3.787049995493759*^9}}, - CellLabel->"In[353]:=", - CellID->746941740,ExpressionUUID->"9d9861bd-e51f-4463-a36b-a45e3a084334"], - -Cell[BoxData[ - RowBox[{"{", "}"}]], "ExpectedOutput", - CellID->1807907465,ExpressionUUID->"6a8e3064-bc5e-4f3d-8396-4e4055a5a20f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1502290731,ExpressionUUID->"e498f9c1-2384-44b3-8084-2cb3c9c459a7"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"graph", "=", - RowBox[{"MaXrd`RelatedFunctionsGraph", "[", - RowBox[{"\"\<$MaXrdPath\>\"", ",", - RowBox[{"\"\<ShowDependent\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Length", "@", - RowBox[{"graph", "[", - RowBox[{"[", - RowBox[{"1", ",", "1", ",", "2"}], "]"}], "]"}]}]}], "VerificationTest", - CellChangeTimes->{{3.787050003180952*^9, 3.787050014236557*^9}, - 3.7874770320651093`*^9, {3.78747765654016*^9, 3.787477684522132*^9}}, - CellLabel->"In[354]:=", - CellID->1594686244,ExpressionUUID->"55ee31a5-a6da-4cb1-a490-d7a405e3df7f"], - -Cell[BoxData["12"], "ExpectedOutput", - CellID->1295788348,ExpressionUUID->"e3caf324-a77b-4569-9205-f88c8f1ba2b5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1035078138,ExpressionUUID->"92cd4e11-b157-498c-8a0a-11b27e337c35"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ResetCrystalData", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787050040755994*^9, 3.787050043755557*^9}}, - CellID->1288651684,ExpressionUUID->"d3fab087-db66-4d74-be0f-ceaa356e0d2b"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->996272993,ExpressionUUID->"20494d44-db3b-466e-83d5-b6cec60c94a1"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}]], "VerificationTest", - CellChangeTimes->{{3.787051075092103*^9, 3.787051091708148*^9}}, - CellLabel->"In[355]:=", - CellID->1255159740,ExpressionUUID->"6fbcac68-0085-41ec-acff-ce939ef8e899"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<Aluminium\>\"", ",", "\"\<Austenite\>\"", ",", - "\"\<CalciumFluoride\>\"", ",", "\"\<Cobalt(II)Fluoride\>\"", ",", - "\"\<Copper\>\"", ",", "\"\<CopperTungstenOxide\>\"", ",", - "\"\<Corundum\>\"", ",", "\"\<Diamond\>\"", ",", "\"\<Ferrite\>\"", ",", - "\"\<GalliumArsenide\>\"", ",", "\"\<Germanium\>\"", ",", - "\"\<Glycyl-L-alanine\>\"", ",", "\"\<Ice\>\"", ",", - "\"\<LanthanumHexaboride\>\"", ",", "\"\<LithiumCobaltate\>\"", ",", - "\"\<LithiumManganesePhosphate\>\"", ",", "\"\<ManganeseSilicon\>\"", ",", - "\"\<Nickel\>\"", ",", "\"\<OxalicAcid\>\"", ",", "\"\<Perovskite\>\"", - ",", "\"\<Polonium\>\"", ",", "\"\<PrussianBlue\>\"", ",", - "\"\<Quartz\>\"", ",", "\"\<Silicon\>\"", ",", "\"\<Silver\>\"", ",", - "\"\<Sodalite\>\"", ",", "\"\<SodiumChloride\>\"", ",", - "\"\<Sphalerite\>\"", ",", "\"\<Tungsten\>\"", ",", "\"\<Zinc\>\""}], - "}"}]], "ExpectedOutput", - CellChangeTimes->{3.787051087867765*^9}, - CellID->737885699,ExpressionUUID->"b6e7a659-d001-4b5c-b270-7599d6008430"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1940724666,ExpressionUUID->"9a4ad9c2-7486-4a0b-a1e4-8673711efe6e"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SimulateDiffractionPattern", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7870515318816347`*^9, 3.7870515362172403`*^9}}, - CellID->428297854,ExpressionUUID->"3eabaf23-b6c6-480b-bb22-3f5004b0abf5"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->36847434,ExpressionUUID->"1847792a-2def-42f3-8310-34e627bc609d"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"crystal", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Aluminium\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "\"\<Aluminium_3x3x3\>\"", ",", "\"\<hk0\>\""}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "output"}]}], "VerificationTest", - CellChangeTimes->{ - 3.787051826315901*^9, {3.787463600580834*^9, 3.78746360416329*^9}, { - 3.787463685714266*^9, 3.787463687433899*^9}, {3.787463739368499*^9, - 3.787463744906034*^9}}, - CellLabel->"In[356]:=", - CellID->619279479,ExpressionUUID->"f4f57316-3594-47d5-a8a8-69aefc5f556d"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXVuPHUcRnsvx2okTO4kDb0EKARQkhIQQCAnxwCOvQfCeKHbIS5CS4DmX -3fU6azu24wQnhERI5Aa5KJAovKD8ABAvCEURdyGhCIkHfgMKw6mZ6XP69Pal -qrqnT5/1rNTe4z39TVVXfdM909XVffcD37/vTJFl2WPH5v/cd3/1zUcfvX/y -7dvm//nOI489/NAjpx/81iOPn37o9KNfe6Cc//GFroyy1Z88y4qhDIVbsuFn -+In4M+/gPn1nln/+VJbfe6r9PZShuMq9wBngjolXZ7Ly79vZqK6y0f/G899Q -JlIZI4svBosbMDxMSL8CV4AzwB0Tr05n5d+gztls9HHVYrTXr5Si/s1WfxwA -Y2q3qa4P1lbWqVvftrbVl+sAV4AzwB0br2Zt/Y9113BxS2eL0Bisv6myqDIw -uHW2J7SPLG38GDgTileYe8Blo1AYjm6HCYPhSAhMaF5h7iFXfWxbB0w6GGRf -6uTVme75SuXVJCubgtUNyrTBmHU3Y2hyZnnZ4MiYnNgeJmZGxWR0DNjMZAOT -rSedLKoc1T9V93x1hsirieIHDI8Bsw02lbiljtXqZ9B3W/GDW05Z7+QtDv/+ -NMcULc5l10rFFEu7unSbdrrJGLdurd12cjdGlj9b2OCgbnpbjxrfYOwm+1vc -J8r7IItXwkac/opyD00cGJMfOH3PjNiPTCQM5b2cKsfkO6ytdRjb2MDpr1QM -hleU5yuZy5QxnDPm2+yDwVCfL7hy+tKJq5uPbwgYr/dBqt4cTEguDpg475Ch -3wdTso+tfmq6cfVLtT1YXon5dhOfTfJt/Tulrg47YMJgXGMLpq6Kocy32+I4 -6r2mKxgMpq0mLg4YGobjHyzmLGEcjMGrAXM4MFheueLOJpnUe8gH4+qbTf+3 -FYocHwxH11B2o2AovOLEnU3ttcmtDJ9d7bPZlYLB2IXSnpA4jm6h7Yb1j833 -0ucb5n1wzKgfUzeOfqna+kbl1YBZP69Cx51jxHHUmCIWQ40pbisxuD7kQJkx -MDHjOCHjzrLvMFwGjBoPNo3p4jO0cbcQMVfcfQWYvTnmHCG2C5gnyrI+X7Zx -Rcx9CW0HDBQMhxvd8lYGYLD+gzZAW6BNgMHoJmy9WyzluGy9Gt92t0XgdJz3 -4dWMwe1Zt57BpKvOpvS+h8ZF2XfnCnybgCMLDFK/qSQH38eVC45Qxgd1PYPL -1uPOp6w1PBmdV6cN46CLzzb9sbziYmx8smEo40wfGJsNOJgQtmb6EjXPQOFV -yu9cKevG0S9V3bC8Mr0P6uSk+o4yYPrBGP4WJe7s0tn2m4LhyMHaFVuXg+m7 -PRwb67AuPorvsPPtqcdxxgiMzt+HCRPD1jof6zCprWeIhYnJ+b58l7KtqXFn -9Z7SXdf2m4KxFQ5G1ydsMqZvu/n40iff2XRdF6e5mMpTjg5Hqc/hCNcGnLao -9ontHwVzQ8YH++KHLx9TtxuB88F5xdQj2lhz2IpPX9qHL7G8Cp/vTIs7U3MB -5RzTXuM4XRxyj4ihx3FG5FzWRpYl59DEEVuOtM124eLOy1g+Rf7uIj/4YPt0 -bZ11cdo9pE2rzgeXjpT1xRE+1gV6XTvaFviMwQA3njnWlnNIDEcOtAHaAm3a -QcbEwb5gs/OGmLjO7g1/C3ocUremg8MroQc17uxav6KzF3U9g9DriVG3NgGp -H+j15Bzz5JHWRhjfQb3LR9qCub8qIedIKwt7T0IbmjUQI3PMXmdrdT2Dy9aC -w5z1OEIv6Z2RnUfPKZyYK2u89cijx9u0lHLi8f7m5tFT22Ozm9nW9Di64fq9 -5tET9Aj6boeZYwlxvVgY7vXW5R+f90HMHElKbeX4IKZuqXIEg1H/juWVPN9O -kY/RXa3LwVB9R8XEKj7tiWFrLB/7jA+6dDFxEIPR+YGLMdkytBzMvd6XHB9b -6+q6MCHynXXyKDrExPjylyOnT3+v29YmLoTKd9bZX/fbVih1dfeqL4a3ppj+ -rspdhxzCBj7+wGBlXvUZd6a0N1XM2EMOR0aKNqD6tSL0VzpeYcaQvv1g+s6G -61s3nzZRv1u3vQ1/SypvguM73d85c3sp5OO4cBQbrNNHGF7Z48403WyxH53O -8t7GFBkixxQbU4T578tbZX1lCy8L9Lq21ZYdJAauDTJA1gwd61vmsmLjOEKW -aQ9lk1w5JoMtk05HHa+ocZxpRt/LWsTydws8BuKgEHO9MMLFMcBe4IPnby7r -525qZck2nCx+r+oA13/rtqIpEL+rpPrCZmpOOvDjV6fypsBnWYa4d2Q5cE24 -tpADMnW+UfI7G5tBW6BN0DYMF8FWcH2w3Q4yvg1yd4lrOuQcaRnD5dVkJTaG -57Wt79HZazun9z1gm2e6NQNq/H+i/BYFrv/SrUX98rzsj/S8UrkIPnv9ZNGU -i0aOrPIKrg0yQBbIVO2j4xW04emjbZvU+8Rma9HH6extugY2j14uy7iqP6+4 -xcYNW99MeZdfHTvxuepiLRUlv/08gfNcOeNuTRLmXABVFvW8iTEjVm2oGzyP -ft3vJxjc0vb652HNeXrKdwdtr/ZnvnJSs13o5/bU1zPEmldS+aDjSGx/p2pr -7PyViONQ5SPn0NB1TdgQmND7eZkKR05fNqD6B8ut0PvWmj67MFj9be2iylE/ -Y/0tY1ReYecNJgaM+jm0DXR8omB0n3WY1PKduVwMwStfDIcjIXjlwxGqf7CY -Pvorua0+/RXGd6bCWYM7RZwRpxbWmuLMPBdn0o3Tl9rszeUiFpNC3JmDoXAM -W2LFfriyQtkgho8qz7izTQdOW/uwqe49zcULdc5sFaPv1zgY1zwDdk9Vjt36 -9FG1wXFnLMbmG+FXtY+3jTviuxbTzr3SMLIct36bZm8sr2znpfaeP5jT9zbe -6XI/n9o6mAtoipXAnPkrtxb1qxDHKVVMufJbFIjd/OL2oilyHMeEgWvCtUHG -K10cB6MbtAHa0sSlCLG+xR7KhDiOz37eOl5x4s6cfFGRu4zlI9gG1gtctawz -UP0AeaLgaxHbrRb1lnKnSkzkuWNF/cd78vrPn8nrF28u4Llz0U4hd1t5rn/t -lqL+11fLprx2vFixsw4D14RrgwyQBTJXdMvl+PYyz1PExKFNl4/ouagWkHu1 -W2uBzcUW+wKcJ6ybMOW/cnnFOZt7dT0Dfi0K2BLWAZj6OZVX4IfXThzsE+Rx -SvXd03P7//auov7dXXn9rORv+Rx4Nbb6kzlH/vSFtsBn2TYyRt4/Ha4NMkAW -yNRxfqLoJvpSaJN8n9h4Nevyqi8fwa/hEfsccNczhIo7896D6O//tj3fTTL2 -SuK5APlo4YdZbm/fZKHXqH5mq2gKBSPuk2mOb08zphHi242sjPbM4fKPi1/K -9Tc27myzj9pmczx4tW9Y8Mwyjy73YbLes9yO0X1nm3vHzmFs8vtgrLhzH+3k -zDPY/X3w3Bmxls+G0a+BCDPP0Pd9zJjvCp7vrPuN1R2LcdXh9Of0ufNun60C -v86LJwfXHordfPyCwYbeZ1unS0iMrV0yxodXlL3Ydojr7bj7yajjNdc2Om64 -/MPBDHFnN0dtvsOuy8NeL0R7sBzh+AeLSTnuTL0n5cKds6WeP0hfu8w7fxDb -nk3sr6oI+c7Y+i47cuLB2HX08nXVvTAxMnl7eJqvzbUbxz9YXHXI4s7mdzs9 -xvRup+6VWynfwbN6M6cGc1B5O1fU/E3qh2Q5uj1k3e+QpnX08XlFxVQbEHem -jIkTDcaWPyvGF6n/bn7bnq3F/PLZbPk8DZ9tOWzierKMKrOPbzKvVtuD4xXX -prF4FSruLHxC2fuZGneGa8j5g9i4M+TZvXmyqN86uYyViDpyTFHG/uhoUf/+ -i2VT4LP8nRzrE3+HazaxvrkMkPUEIe58jZE/SI07i76Ykltu4kEVM+48r7sv -naGMwUDs4ofH2rxMNZYv5y7L9gIfvP+JvP71nflK7rIa65Pjdj89XtT//npZ -/+cbZf36iWXceZYv98PeK5Z5rjDuffC5oq7f+WRTPvhs0fwNvtvp7oVxx3Eh -E64J1wYZIAtkYnSDNkBboE3QNnUcV7kIBWwFNgPb7ZU4W4uzp/eR51ULuSHj -ztPueYIadz5f0uKa57o1L7r1DKb7G3La37sjr9+Zl4ujVV5NDb578aai/seX -yvqfXy7rl29Z5dWOxBHR/wH2N5+a8+rZ25sCn8V4ui1xcUfhFVwbZIAskKnj -1VTRDdrw7rwt0KYrW7j87cV6hqO09QznCtr+5Iu4cyBeiWuGfOfS9820c8PF -sxGMN/sI+wj9QQaMZVAEJ9S+YCKNh/D54rzee/N+BMqFbpxejpV6LFxbyNnO -9X2NzmbQlgsj/F4h4p6gnhse6l0VwytufJCiG2e+SsXI7aM+t8Nn6E9+IPnE -9dwO13+8K2L8cz23jzsZZzXy9f7SP7erfbSv7UL71WeeYV06UzGY9Qy693/T -2gTRD0yhbt4W+Kz2qyvzDIb5jFDrGdZtb/XvlHmGWHHnEIUbH6Sd6cCLO08J -47pPe0LZmuPTwxR3XvEdM45DjTtzzuYKtYacYhvVpqrdbf7hYELEnStkselN -xejsyMXY/EDB2Oph75MQ7QltawpO5lWKcWfsfex7f8uFE3feJa7Xl+POfbfH -xuHU+iuM3q77wNXmEIU7BxItjz5g3NmHX9i6VJ9S+qsqsbgzFoNd327zfaV8 -p4shU9a3m+RXmVnvTbF3VzeJ9e3ctmKKzT9ijmGp83I+3dSnqLFqUfCYJda0 -ZoHCK2rx8Q2FV9zznan7fjaY3Gx7nc4T8S5PGGtE7tylbg9lly3ge5Dx/E1F -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 -foaf4Wf4GX5utJ//AxYgAKA= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1524450191,ExpressionUUID->"806b74f8-1f6c-4e0a-92a1-4302fa378d7a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1777830826,ExpressionUUID->"b8fd024f-10c7-4ab4-8dec-409582ff7389"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"crystal", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Aluminium\>\"", ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"output", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DISCUS\>\"", ",", "\"\<Aluminium_3x3x3\>\"", ",", "\"\<hk0\>\""}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "output"}]}], "VerificationTest", - CellChangeTimes->{ - 3.787051826315901*^9, {3.787463600580834*^9, 3.78746360416329*^9}, { - 3.787463685714266*^9, 3.787463687433899*^9}, {3.787463739368499*^9, - 3.787463744906034*^9}, {3.7874637778407173`*^9, 3.78746380398332*^9}}, - CellLabel->"In[357]:=", - CellID->1537043034,ExpressionUUID->"431925b3-5bc5-4b9f-93ad-d355b409edc8"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -toFyuyH3qiCu2pufQm/W4Y6huHbkbOcieLYZfQlOQh99ykD1Zuw/LGnT3NLn -013WxNSNVkGcTzNTu1X+w0D9/a7K2UbS7jDibOdHMK6vMeE3U8YYU8YUOqKS -udgza1Uuy3qPHxEFo20E3ZxZlrRx5qc/Gq900B+sLa8NFOa6O9tgVyOqBmSe -lLosIYIurA/w5cQU+Xzc/7+T/v8dUkHcYnOnSGyQnRLjt6mCMLrI1xXBG32M -z4eaESCypluy5pGqs//2zsYwd/lpDHDbWYz57trRttcD6JDpsXry5hBxsTdd -vJBng3Xlyx31j/oakgYRoSsdU+JPt4y56q3da7w15jBdH01fqWDSvhfjdQ/6 -mqFj1ekLv4iz7YzguYZKfCsu8dcC+KLvhpaPa8adrivvLC+u8Bf+NDAXG4zv -rrwfaMCnZI4z0/c4LKSb5HO0cW3zsbkXOrHiljPJ/HGY8VFvw8U2yr6a8pog -0XbPtjOCiaOI6kMc5qXqEZXNKnyHixJNd68fXWq9zvvzSs/Pi90zZ1qeDzFd -+8YY20y/IVzlbLN8CE6nzNNGE91N1gf4Pp8P+O9iAIEIS9yrWuJ6L2SnKDFg -tnC/CKNIh8arnG07gtf7GF+MMtNd9FHET4Nj/7TFl9rETNAY4LazGB7a0ba3 -Q013expOtlS2VZGWqpxtWxxUEbzUge52SxmhEtSB1AI6aZKzVvU2UN1GH/U2 -fnftezGyhhkT++njOimnG8g7w1XOtoE52WBD5V4b7sPICvkRxC/vtebwAB7D -wxpXDW9HI2jqdEMZzaLxLLp8lXqSo3JW0QF045NKY0bH0D3qCfzeCBO6jc5j -CBgIhkNMJz3DADFMDBZDxsAxfCiBVKFyO6EcUtGhIlAXlEaqo9MT7lAmVArF -Qr1QMlRNTCeZclFAcLwD1e8ABdAAIIJpL7G1CbiLAQCRoDxIbaqm7QWgATdA -B/SYAJgGmAyYEpgYmB6YJJgqmDCYNpg8NIXWaX1TGeCHi2KaYbJhymHiYfph -CJiKmJCYlpicmKKYqJiumLSYupjAmMaYzCnD6KrMPOop8Ydp8sMEYAgwBxgF -TAMGAjOBscBkYDgwH42rBoOCWdGV9XXluOYczC0/gjDM+JbcOWcEYcKLPXmY -M4z6Vkv6AhSYeaZ6g64KItE74QrgEOAW4BzgIuAoKPcYZIDrgAOxIehr42zD -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 -/e+///33v//+99///j/++z/bKaA6 - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1001482675,ExpressionUUID->"44813df2-62db-495e-9ac8-1f54155b09a4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2062711871,ExpressionUUID->"a2293c9b-893c-4776-bb23-3c11f7a57dda"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"quartz", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DIFFUSE\>\"", ",", "quartz", ",", "\"\<hk2\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "quartz", ",", "\"\<hk2\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"{", - RowBox[{"plot1", ",", "plot2"}], "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.787051839075471*^9, 3.787051907216999*^9}, { - 3.7874642011755333`*^9, 3.7874642048487577`*^9}}, - CellLabel->"In[358]:=", - CellID->597672735,ExpressionUUID->"be9df054-1d73-4fbd-b804-827be773f6aa"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -dFOJRw/h29p/vTrW4GJ/Vk5Tfk8C+wNgbe98T5YVkjxEXWijKk8dL80jB/k9 -L4ApyFnwxPPcOaxZo2NvOPvtgUqPf/aWvrl3XxNP47cHa+d39hsfGe0v2nha -rs8Y3Unmv6X14Rsae53z5WwWTR+5+iHviJRjhRvzNrgCHoCNSdfYfT0O14Ul -bP1MZSdDPIJ0JufEnWcrnX8KmIYYGWnvzHrWxCXM9d39/oVXlMb8q2Xz80et -fTfri+rV+Ta++RNL5jf/Rs/s5sXUPz92/q4nbsiNuXjI/J93HzD39XIzyOfl -LfDo5w8Xda6H2bhQSxecgwJ+hUtL8bklacFza8aMDMK2gNe/9qK8jjHh9ucA -r8G/Ae8Q1wbGhkCMiYS7qc3fAVeIGb9uH1eSHQrjco/L9SnJ1rHzcUq4BF9X -bSsn2NvI69rfXtX/9InS/MLxZr/VrO5k/ViffwXG+zifwNQ3UJrHq+u//n19 -89CBsvbD+/0FuuC9wLOaR24uRf0f7n/sRhtDJu1pRr+cpGc3+YWE/ubWdwg0 -SDY71L9b8noAjuVuWTqbeF5ODjLUG7vl/Vhn2g/pQv47FGMr6/I9HAsqvb8j -N06g353JGr8D3SOKex1XnV6E8x/6xW0ubounQRbOI4u4QF8srnmvuzWdkE7M -25687PB/o3Gzmt8ghZehMW+LK1pvLKZ8PtH3g7eR53mp9VmzQ/2xQH/ROJ/X -7+h8h7KAnkM/mn5aW1CTmei3Ws+aNSiMD8U2NhhZ5eNn6tvAWDPGjo3wKYWw -EI0vbdxicaWdjxOD9Zii1UHxxfEypZ1RNqvj+P4dmksKcIP6NPVb0TmJ1d8I -nZizEOrHeR30Yzx7gJ7TSPs58mhuaC+JPE3nZcz718Ye5XAV2pfadZ+XRlPX -5/3ftPhQKh+5eIWRm6PWHAYQU6EcC35B/8mkaOZQlHubpb22Tq77mBq4OnAd -2tLmdJjMyqxV9G0ItPn8icFa6twYqC9KXrn1LBVXofmKyyXlz1HaHoSY62eV -/QNQYO0N7Vg6v+C676OVzfPhE3afBO5Xp2Nn1w7lWAPA5JW+jUnHdVPA1FZh -Zd92VpiP3lzZiMfKmf4gHaDvnavueXh/MT3vEm0FG89a9bGyTUHfb/oxT4dm -Q1o/j8xL1MXOlmG/goYrWHeGtWUJVxDP8NByvR46F89AMaHJ5i3vPE0fU5gD -k+MF+qquLsvnRQDPP1TZ8x87mk/zhfoyAM4Q+cyJvLZFqb0NsgDw8Inv6hnz -5BHzB/90xWxVYztm9nTY80+LOTrRhvzUS0rzf9/YNx8+3sx9cH0TYumrOn/r -TSvGfOSY+dXX9K0/tnDP5xaz761syz/758vm9/9ev8bPuCD6VNXm5X5h/vAf -Lpk/fkPfXOrx8QhAI/gWLgi5R3ZdrosLTG5J5PUzLi5D8qtp+eacjbl3V1X/ -2xVcvau0cTLV2Km4Em3drOdkvoxv7fmBe3fAnzXJfRnX4BbiPyR/GPphOR/N -yNllH39pz3zlh5bNPQd4Gw/sN4iJQL/D7DphhZvq+sdPluYjL+5Nz8hBHX2r -oh/Ogvni65bMx1+9VMdN0DEfu7ntg0cK86uv75uHDluaxjmVLTbW6Jdf0TMP -H5b9XeCHBd+C7/fAtpqzbeavQ53gk4BYHCmvKvpqtHmyondvOw/Pg8530eoc -k5h7JD2L+sFDfge6T5W7vipcb/wOsCaDMTC+jk/1M5Qhjc8G31/wO9zhfDko -g4fuE8YZ1nzenTV7MnCORb8DrguhnxbrwfkA2n93pu8RsvPxfP+H3nWJ3wPH -yzWv/zHjhSV234QWf8VhZxE2Ih1PaU2Gu7cNvnGuGRc9Mfacw5r/Kfku0Mar -sVLM0or14rMbznch0kDi4yX/TAwftBJ7/uf18F8tqszzhe4PneU9HcdYXKbi -WOc3tfln6aW/D717Z8e88bnDb5irDeccH5caXdI70rb/Mc9Fzk0LO8ckVUZp -vlCrS9uCe/xCdvNcfXkTqxfL3zl5m8/nb0gdC6SL7q3A92XkbDwa7xA7lrS/ -bXifghONR239om3lVSgXC9rP9B0eTdcVKx27KMz9+8uZuPWUXLCgo1zMCre/ -u5yTd6F3Af1Q23mjP3M0+PO0Pw/hGayof8PnhKwzvqfSoe9Z4XGFNG4Fznyh -PvyUMaJ90PIpxmDQsztb4SqUU7zO+7Ek+w3Aj/TBw0W9xk79QZhn88nKTt97 -6Cbze29YMrsVNtY9njU2JhevYHH5+df2zbfeub/2P8zGK9g2wSZ6r8tLMG9j -2lwbX3tdz/zKywuzkze69iwP5n1ctIBdCDlLryx7OSDc+uIHjlX9PLVsPvtS -V7+nVwH/PvviwnzuhfxZKkD3paWi5qV8/qnuP4Xru8oZrTEFz2Mh72zSfuc4 -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 -//4fR2WJFw== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 - "], {{0, 93}, {150, 0}}, { - 0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 93}, - PlotRange->{{0, 150}, {0, 93}}]}], "}"}]], "ExpectedOutput", - CellID->1304640126,ExpressionUUID->"d7d8333e-4bfa-4504-ba60-f08636d4eb36"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1169902376,ExpressionUUID->"cbb7f655-6241-4957-914b-68b9a6b86b31"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->819532902,ExpressionUUID->"97965e56-7d6a-4907-876c-29f64d431b2a"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoStructureFile", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<DISCUS\>\"", - ",", "\"\<ThioureaFerrocene_5x5x1.stru\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "demoStructureFile", ",", "\"\<hk0\>\""}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "demoStructureFile", ",", - RowBox[{"{", - RowBox[{"\"\<h\>\"", ",", "\"\<k\>\"", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"{", - RowBox[{"plot1", ",", "plot2"}], "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.787052232444563*^9, 3.787052292434011*^9}, { - 3.7874649253048973`*^9, 3.787464928673625*^9}}, - CellLabel->"In[359]:=", - CellID->473151868,ExpressionUUID->"cf38ed79-a1fd-4578-a24e-aadd8fb7da91"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -33Lsc2Qj9qKv7+rGxar7/g8m2zvG - "], {{0, 93}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 93}, - PlotRange->{{0, 150}, {0, 93}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 - "], {{0, 93}, {150, 0}}, { - 0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 93}, - PlotRange->{{0, 150}, {0, 93}}]}], "}"}]], "ExpectedOutput", - CellID->131500635,ExpressionUUID->"e3082a64-e880-4561-948e-8e70e9b3eb68"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->188961500,ExpressionUUID->"175fea2a-ad4d-4ddc-ae42-541b8792ff2d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"demoStructureFiles", "=", - RowBox[{"FileNames", "[", - RowBox[{"\"\<*.txt\>\"", ",", "\[IndentingNewLine]", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", - "\"\<DIFFUSE\>\""}], "}"}], "]"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "demoStructureFiles", ",", "\"\<hk0\>\""}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.787052280235691*^9, 3.787052305969901*^9}, - 3.787468798856266*^9}, - CellLabel->"In[360]:=", - CellID->208146438,ExpressionUUID->"813ed45a-4af9-4fa5-8b76-bf746843c64e"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztXX2MZlV5vx/vOzO7zMqywK4LGivWqFVsG9tIP0mjUUnatFFsG03/0LAC -/oGw8/3OzswOLMvHbkALgrCgRcBUiBGQov1SIzEqktbURq32D03a/22atE0a -e3p/594zc9/znufc5zn33DuzuJOc3Zn3vec8n/d8PF/n1R/8yLs/lCVJMjdT -/PPuDyz93tGjH1h5z/7ij/feMHf9tTccueaqG+aPXHvk6BUfzIsP76vaIBn/ -SZMkO9fOtdCWnPs599Pjz4EkueyiJH3DhUn6+gvL/73t4jR5w6V50vjcWJ+i -Hc7cfUrY1HcyOBjrUCrrU+LXTx/gdpGwD80DGj54fbEQDmR6MZ93rwcd0B1K -r65P839ZSwZqORn830r5v1ohGr47lg7UyUE+8RzVD5+vFn1uKfq4vqNgoY1q -z9Wbr8/xbBJOE7zVNGfDWbb6SGiycWvidZ0HEprAa/B8ufZME98g02Pp5HPL -jt+hK9AZ6A6lVx9K8h8cK55ZSgY/s/nqasVzapHxnN2oPksBYzXhJ32O+j0G -nC5plfK6qY+N3xKBM3QFOgPdCdEratzYvFoiWld8p+BJdKr+/JL1eUw8qc/6 -4g/xfSu9CqE7Bg+b5ONas9rwL4QWF46cMahnJDRx9berObWNXjWtDaF8jdEW -k7C5nsNL6ZxV/z2Ufi49IfNqDF2LqVejVD4vhPQJaSeGudos9pkSHnHwCtUP -+3kpD0ALaOqabyuVjNr2CdUr8Omu6UzdnOfseWFR98nVLUQfF68BZ5TgjMTj -6UpB39Hi2X/+naH6uzcP1Y3F76OMJ/fjBV5rmVsXDXzJ2uLCGd8BBmBxxgLu -oOHvC1pAE2hbYcod8ME77jsAmUA2kJFEpjfrPpk9pwfPVzhzSnVb9xE8H9JA -3+nzBur2Gdm8QtksJHA5c5mxDUjGBS2gqc0axVnLR5WMJOO6+sTaX/lokPaJ -sb7PF20hAIeQ51y61aa/6/OFiqY2+PQhuxh6FVsmPj5Ix4yxh+valiGFF0JT -LBoCzgNnjV713frCpe1ZsU/8muasWmvUq2ta2K84OHM+o/rGtCX0rVO2vELh -LXSMa4gtzOjVNYRepUX7SB5Pr+y9cRubI/aKtwWcvZvWE5ecQ9agvuCAB+BF -DN1aceAQaFfRegXdSR16pcO3hu3s7XXdaXvmqo+7npV2C8ouQNkm6M9peKOa -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 -uM2el567qjirDu5domQekwYfnPH6D3FzK7b83akNR45rDL3i2DJiNx88joyl -77zdp37u8PqDA+jg4d/unNCHrGLNVzF0i9t/KaBP/XlOHdM6PfU+9flp2z/s -ljOnhqf9fUiN1b7syZKxOHrVlJfq0quYa5C91tTnECr/loKPs8upmebY8rpO -AcbdhA8Zvhc7N1afkYpn7yZ81XVYNs9Oz0h81WVbJdb80DWa8gkJ5/nGvFQq -nsE3/9d9T3W9k64bLl91/fNNUgaTvkb0wdn7qcOT54ZSf9x+Z+Qtf+W1ubrZ -OrPrM1fxnZ07rfsMyz63OPzOxm5hz7vY1zx92G1T8eXRb2bjudgcveLKrt58 -djqHfLzxDJx1sEFvO13PpXvfFUHsdL2P60xa+rHLe80mZWHim2T7a2lMs5QH -fcmHsw6GxvX1uZfvsrlie2Cbwhpo5qu1dPIOzd3q27Z1qku9ktZV4+xHY+Hb -FPfTp/4CF2Nfxh7q5iHWPMTS51v+hy59R5Lnm/ZXHfune713yWdX8vbx2H6p -ffFK7Xeuzvj+RjMxXNgDnSzmqY9mmW63Fr8jhm8j48WQtd1Pc54J4ZvpJ9Sh -qHol1fXSPk3nB7veN7z/6zpHmp/jJPU7l3vV7Xyyeh+Tt75U/b5R5effOczU -Zy8ZqG/9wV71rd/fq/7y8EB/hu/Wq7g8t+1rO/+K63Oo2/W59OBcsFbxzVeH -y+63lMjvHQ3VqxjxDHgHoFMvvHNGPfKqYekr8LwXWtaoZZ2m6vsLF6jn3/8y -fT+0Xct6Ise08tPiXPXYhZN+Z3PeqY8xqnxjn78kV/fv247nNc/Az6ZzY3Po -zECdKNa9u4o56jtX71X/9eVXqv8u2nfes1d/hu+Q645nTw7K+Wu5Nh7Gvn+2 -hKX9Wek4PRM50lUu9qMHcvXMJRVuE/7gyRrg4BV4Bt7ZNcBtXd+Gk2vZfLuQ -0QLTf+vRtd70Cnx86s1T6t6LBk7+2K3MNczUl/9oVj31u3vVYsrLvcd88KkL -cnXvrDvm2/57lJTv6cNFH9iP6vNCWe+hrNm9Wa1zyNe4O8/UC+/ao376xGH1 -0ycPqxeu2qM/w3d4xjy/XlsXDW6AAVhLjlhg1xlB+533lfn61Jw1NscWPAKv -Pl/wDLwbpc13tJfv/UDLBjLixgW00SvufV6NupWYHGneOoi2qvUxVUvV3cZc -OFK/s+lDyc2sj8eq/AXURHyw0Nvn3jhUX3zTUJ3ZV85Pq9U50eiQLXOjJxIf -ckif8l3JNO9ctmNqTxrb7xxSZ9t3npDuwX1j6XlrK1+TtgfXZUidhXzvAcc+ -jblno6rRj336rcXfJ9NyHw9dg82BmoOacGukR+gPXqnxra18fH1csmujV010 -SXS9S5tEzGb2xOuVTQE2eNTXgM1h3WNnCD3/taUnps1DIqO2ehUL3z5tUCE1 -wF2+GOgQ9vTHCX0KiYPeTXe4huoUV6+6zMdpq1NSuWHfsZnLxtL7qWE+Ef+p -/ZPV/nxiLNQaH076pJtgATdXXWgfnV3O0aHyadq3I1f1wwK/s/EH13lTxysk -x4DyO+OM7pLpdp/x70zM97OX5lUto/HxbL+z2XvDZvD864o91XC8pgH6bGST -MdLG7/y11237ne1xXX5n7K+Bmyt22Ot3zifpofjWpIuGb+4z1KR/22Wjq+sV -dKdtvvNuahTfRunkmtX0Ppo1z1kfwTGeeX/WHPEzjXA89nrO+9jXfqJp/9KX -/YqLa188kcKlfUX52FxSnyPs9zoUzm7l4U7pVeC6HEyra+2T8KgNXB/82LL2 -2Sj6PP/4dKvv+Wql43p9pknqJbaRRwxbABtOHzncKW3zonhHfN4qz0vKmzld -J5Of52X2iRJYGHveY9eX8KcJN2lN0lCdAi12LWsOTeYcxeUbZCOtL+qzi4bk -O8MO6LoXy/Bi7O+0rOP89av2qk+/ZsqZ7+xqut7uVGnLbqojZeCA/89dlqvH -D0/Wsnb14cjVle+sfcj7xn3V9WfC8p0n6QENj7+8pMmd7+zOmcW58hSzVrPJ -R4dsIKMFQb6zsRNb+8ne8uiB61eunFEPv3IoygdHLMEmUZ/MzZ9cPVnI4ZMH -4uXRT9iu0lKvPlXAQHP50e340SDYpkb6gZImF99cDbwCz24V5NFjbMgGMnLp -latB9sci6pUZUyqfkDrbIfnOeMdjrk8u+CY/mKInpm9qPvHXUqVwltb9CKmz -7aK1i327bz/UZt8u2WedDfnOYjg91XeKVIMrql51ddaN6Ud8qddV60oWkvFi -6dVS0l72TXM2ce4QxTGNPHHQTbBD5CDSqWRQ4SapsRqGW9f3b3P0KiTfWdrW -jG+3gad1GKgFjL2py69H+VzgH7xn/6DKb+DLjvLj+NZBqg8FA37Ge/eX99q4 -69ZO0rlaxbK6akJTDWOD11ReNYf/TbI2ekXlO6cpv862jTuLn1Vc9YOHBuon -f7JHbRA+T7uPqbP9wq+XNd9d8I1twOxNTJ3t/3z4oDq1r5obrPu0bFkbX/WX -XpHpmD12ne18oPu4/M42LIPb6QIn4Favs236mftM6nC17iYlD7bqbDeso/oc -X4wFXp85NHDmGdA+af5d8EavdJ1twvEsuTc8tK0X/L9zL18fjd3k1im6JrXr -XgDEGdz38vLecLa9MM2rOcTFa7ccAOtmR+wo+a5Ucaj3F7idmNquLbmFO2Gz -wDwFHnDviTe4gdfrjrvTY7Wm+SrkPBiIhziH3PShYhMm7wMp/14U7mHQYsQC -cnRrMRm/J66Ot9FjW68XEvkeJKRPiF7thniGmOf1uk6ZNcSMX7dxxrYRtB2v -fu/YamLfuxSvllrXthGOXlFxyCE2opB74kLiACfuiWOcAUNsNyH2qyY49XXb -dU+cBF4IbtL76Fy2tVC9wlg3JXReFGWfhi13mcjZovxBklxftDI2Li3vks7s -vQodMzeXyPOv5rdw45/7muDU51odH5iVdy5rmgS5yz6+UfJBbthcJR9HDCgJ -5ybrvTV6JY1vx3nlC68dqPv3884h5n7nb/7pPvWZy2eKfUQ2Md9RewfcU3xq -2l1faMK+kOK8k6nvrRxQ3/izlxVyyKr3b1tOlK/vkYMD9akL3fc7u86K6PPx -2VznjLrrLrvOl7mGAVhOn2JSfw9yjTtoAC2gCbQ18W254ht4Bt411YQ2fINM -Hi9kAxmtOO53nuB9xTfowBd+sdQJW6/k+6tcfe4XBuqefc3yNjgA1+evnlWP -v2lGLaeZdcZ3467vXZ7JdUyDz3+6fW5CnbFM/cMNF6ivvHdfsY5kE/O6feea -0ZEzB3J1BnnIDHuY0RHcBffn59F6ZY+DPoBx5sBkDITZC9b/1ut5QQNoAU31 -e8N9vDNxIOAddX6o99O1aouxH3/jjJaR635nSn+hA9CFWPc73ySMcVqt3omR -vneZt96YOUtSwwM1FI7pdTBl1w0y69O8MDasXGtkNtb5xH2PgLuVMSNrFT3r -zL2Psb1Ja4WMdFxAxrZbrFT0U+tg6P3Ou23fvjVv5QNR3KNNj0RPQs4VXB5s -nWGzwVbtDqmfh6O7dR5I7ykO3bdHjUNuKZNmGU/mL1C6EBt+LBp8OC8nk+tr -HL7ROAT6RjvRqz7j96VNcrbcCdx2GgdKjhKZdqFXkNkxT/3r2O+a5HlTZ9uV -U+xrnD2XzXcpbqsVblxbQigcn47Y8qk/d0yWi9KoV9cJ9MrEv56ZzQi8J+fw -pS283TlSLtuA4YGk1jnmgtuKs/e/vm3KGddM8QxnJcTXrzh1J9/Cs+7rx7OI -L3fdCeKCZfj2owK324h7nCj81ojYjFE6Xjew3nz5/VS+M2TKjQc3enVd5Plq -Tbj3c/GNM++GzAm3z/BrMDbBadrHSWBAB26boe86iNlC5rg15lm0esdE6yA3 -1irG/qorONw9TOjegurPGaPv+u1dwKni6n+2mjTb21cTmV7FosMHhxtjZjfp -u9qGVim/+sStY9k16tWRSq8WK73qCa9WPOvShjBmp878ftpY/Gqip693nUsf -xz/Y5r6JnaDX+GV89gQXTtJ8sjJmz/jR3ftgCo40/2oh8eet7dS81UavqHhR -wZmzpZ747/uxx4fM6r5qDp5lvPFAx3hSfvu6LV7PU2mmnrlyr3q6aCuWH5Ka -XzA2YLDvq07GfciSc6LUNt9ORm698sWLttUrSte4+ubLG3b5gyEH1CqGHLi5 -qfp+8qE/X9/WK8xTX333Pt30nDWhV267Ceom307kIbvkBRpAywOzvLiJet+Q -O6bruHapV5z7UkPx6YJOzjpI6RYla5fN08QrmXWQC6uLdbDLthN+nD73T9Jz -VSwZ+GCafXvXtO+kL3PJ0frQK6ksutaplwLc3db61CuObUnSfGtDTPky/RBi -XnbNg5gttJ63ix/EXqh1vnOMhr0K5eeK2XR+sMdvF0OnQvUftG8O5D7xEDhl -3H84XU2+iKZ9O3JVb8y70yuzx8Y5+m8vzcg6bVRfyq/q0k995pvJ1fffMb2V -u9yFfTvE/l/mSJe43e6IHfbZLSRnBjwPHoPX4HlXZwGjVzd68p3teAYpbzn+ -GPjXbxvGm698vn/EpHPzkCl8u9hzQd73EPfe+2gK4c3JIV0Tr6U+jelVzHgG -ru7Zz/d1h8d8S75xYYbo33wgTdIWku8seb7teTBm68tHEfreS/UkRK+omDqp -vJtgd72P5ehVzHuXQnKKQ/QqpC5g0D3SDfeqSfv4cDN2Mm6cWtD72GO9Pkqv -Qup+zut9jfwsIoFh8smkd2FKa3OXdvCwPpKa2dt3VPLz40JayatclOtW6dDE -HqbNOojaToghdOmWjZe5h/fZX5lWDxwatr7nlZSbft9y9Y0/PE89e0VV15d1 -B22unnjtUD36CjduEz65qs9DBwfqoUMD533Irj4Y+9FLhxoW5w5l4A4aQAto -Am1d8Q24QTbP/vK0kwdU7QNzn3UMvcJ4yKfdJPz/E/XOqznk21efpx573bSu -3+6zIbH5Yf1u8qp/tHyB+vof79M1yW0/iy1vfI+aBF99+x71N2+ZZtVIL+tf -5+rpy6d0c9cnc9eW/+sCBmDNMXEDDaAFNK0w6g+EtFFa8gCygYxcdbZddjXI -HjoAXbBsAMHzlW8dpGxKC9pP2639c1TpFnJ3ubpb2pAy0Zpm7meQ1A036+Ci -oJY1aBjp5/n0hLQSn7zUKaZMzecx18Eg3APrbEv3cV3s23e8j7B+kJRvdTht -5bwb7Ayc8/jZ5v/tA1eufXqH/PU7qlcC//iO60pMeZ8NMNrgtJN6JYy72HG+ -SWjqU4a7BY5Er7I0SZamsmC9sv2EMe4iMmNtFPuAe/Zk5BmBzF/2xO1S8Dgx -BkvWWNT5yQfLhxsV13xvwYMNwt4jbQZviX+X4IXWK+hORvidqXvDJXzmyE6K -O85j6y32mHYsTGy/h+2ToWC0neM4NbF8MOzPI733W/eGU+ugy97exncVs4WO -z9WnmHh2BSd0reqYXlF9UcnZbTef4frEbSf44Jub2ryLUr2KfU+cFI/YMuH4 -g88mvZLavLrQKyHNndjbqcbtU9dNsW0vKWuAUzU8JT6CGPi4xpbaeecqmnqI -bxHHwcW0t2Ms7XdOZXst3DMj6WP4yuZnWsasfeaVA3WGqGVNNcRPUjWCDPwY -cx1gsOuwV7WsQQtoWqhojM63iibIBjKSyBR9YvqdT03x62yh4bnTU+V9RNw+ -2jYhuMPD+INfeOtQPfdLQ12nl+NTK+0Wub6vzn2O3a6fxhmr3mdSDrmGxRkL -uIOGvypoAU3c+9YNfKpGGiUfyOY0865x02dT9xm397RZBwPtGqLnQ1rpQ5bf -X1mnp816J9E9Lj1S/3ab5lqzm/YIjj7R7+HtSxbePumAvV5Q+LTRsehngwZ6 -urZjBNAf7R7eNnrVBW1tYEXg647ax2LC5JxnQvTqSJJ/b7V4rlhL/7eyYY21 -xaq5vjsbm4uWEPoWa//3waPdJAfoCnQGukPp1fVJ/uPjCe7Dw/0g55qvUTz6 -eeMd6IXOQHcovXpfmn+x+P4Hhe59H/Oar8FuD58Q/I1Nz9V/v77oMzeY7GOe -u5YY51rHeD5YeB53DjfRYTfgx4FzpPaM6SNpwI2i1YbRhjfgNfDz0WPDhUw/ -zOwDXYHOQHcovZL+wH1N+bC9/QL6hPz0BCbopy/cQngNme5m3p37Ofdz7ufc -T8yf/wcQnVpL - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->66322503,ExpressionUUID->"1069d1b5-e5b6-4bb3-964f-3a26446088a1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1895100234,ExpressionUUID->"79b6284f-8fc3-41a0-9e2e-9349d86c6129"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"crystal", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "crystal", ",", "\"\<hk3\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"ColorFunction", "->", "\"\<TemperatureMap\>\""}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.787922363495682*^9, 3.7879223969920473`*^9}}, - CellLabel->"In[361]:=", - CellID->1555653616,ExpressionUUID->"8dde4413-3a01-4b52-b37d-e0869cefd66a"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -70CcXrCrKdshgyvgy5Gzrr+C3877TWwSaYyX8ZPRdoZY3A8zFmLnFruDkM8d -lGu1H02jl4jBIPi5YXm+31PDewZjfNHE80S7LfqEOLgN5irdHzg2qJ4X2PmZ -uZLiSvty9oU67B084nksgkGOxxjbuGnOL1K9s5g7zX6oeA9rtx+sOw2GTqmv -1XvGr2+39EHE5MTjhzP8LvyPie/LHGLbPOflM4IZzxeP2g1icoorr0n9VV2m -5PCPcgTnd1FHRq8l1+/YPSaeTOX3Swn6pblK+tvq/Lq+hRV7Vx3uzdA72VhZ -veviyDmv3CMyOMnn00P9CGmMZWrjcPwnEnYHmb/9YpykfEN43HN4r0LDbuBK -7vu6ZZapk/p9o/5GZSNuj8bBhLfmoQ3TmetiNgO1pqy79gVsO/ryeOsUV0aV -cTctnu42ruj67+vefoqWxdguytav11a9Jsz37NkXq2/TWESILXce1fsj/WJO -onswzh6Ohy0q080s5brl8u0879DewdjtF/Z+eA/uaKX4nOu48yborsVdKon5 -R/rd10Mq46RMHnKXSl1/0VT5wD91/8dKuC7gWG2txPfIQSdRcnIFTGH5gCk4 -ywF3nz76vF13qHwN9YM+fwT92Ulf4voJfgZwj6Qf1wMxCvvOS6/lmCGxJRsG -ezPtYfbEC+vZv/nxz7Kv/QBkaY2tJsE56NCf+s1Ntf9sbXdkbCxpnwfwu19Y -desIxlKEJ4eJPzone8j7UfoTfOHxrAhXPvhBgL5Q3HdbA1ecPc6po6v9De6/ -NGDXB9StbPyFsAzgN5xjWIzEd5V4iX0C99aAz8PR856tyeADaIR7e4N4owZT -gJl3vreZnf3sSOnv/nwEuv7Zt0bZ4y8NyZynbd1z7fXs+NU/y/7o53+Yvfef -3syu//aGxrI5T6/mvq7G/T/9yZbydaH3mKjPtubh539nU9n2pDtzgztEPEyA -DQjOGC167aT9FRvfQKu9P4d/B54/+PTQ2oGmEaeoW0IPleSRAv9GlqmhJ+Lc -hOdqqE8DXZed+z06/lmNQXGG6KBjg7frEc45s0u2TTiXQb77Lw6z578EZ6re -zw4ujQq7LrQL88Kc2lrF8xp9B9uQYFzZ83OuDGbXbUnmtvYRfT7OW++D97ky -yvUnyhbFb1OK+1HmeVUZoQqu9FrozjHcPOfqb55OhmeMIvr6LNOP8Pch05f7 -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 -76xvz8O+c8KvD96R1sGUzSyFfUiLZ9J3Oad0bXoPENdXKexj7GP5rqF0XNWU -/aRUbNbIvg9na7LvaqyBHYmLJ1q0s5eeq6L0dQbJuMWN9vquyldUX0/e71ER -b3ZtGTh1yO9Ntm07lfx2TuIek2RKlb+H5PY68moZ3WtaNOwFPuwlup10B+GK -k21TelQV3O2aDTHSzrsaV8f+8x81e7e255b+758rbO1gmt2R/OvbIA/sdNv2 -UpqdAK+dlGMFMAPYEeX2R3/+f1pnslzevJUBBm3a8r77Kf58fmUr+g7oCq2V -reJv/Jw3ZUP+hTNbphy5DL6O/LfeVgYx5SDROqomuQ7KhwiNOf1wv2OdujEB -n+rS33B4Xb8dTsqxApgB7Ei4+pWj//on+0/8/GaOvf8B8xoksD3szxN+9xM+ -3yc8h2dwX+Y+oQzIN/PYjZszj+sy9nnP4G7ghc6Nm622TIeq40RYhyrr2I2b -jZM3bj785M9UGfd4dZRtZ6od8PzgiTiNczkd0NYYL/dFeAl5oYwYnbEEZTdP -a36I7cjbCGnfI3J/OfTlWAHMAHYkXO3Vfx/+8Pj5xy3jbvn3AR8++PfBvw/+ -ffDP/ff/AbrTiio= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->256921887,ExpressionUUID->"f8087021-105a-4454-a1c0-b0cbae0d81c5"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1619664181,ExpressionUUID->"50ca87c3-77a0-4924-bbec-c89b4063f117"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->2076855703,ExpressionUUID->"7a6317a0-e263-49d2-9a6a-845d7bfb80db"], - -Cell["\[OpenCurlyDoubleQuote]BraggScatteringSubtractionMode\ -\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.7879227459693823`*^9, 3.787922757856288*^9}}, - CellID->253440974,ExpressionUUID->"0f3ad4d6-259b-4057-a931-a8583767e37d"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]IndicesLimit\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.787052317458106*^9, 3.787052319521433*^9}}, - CellID->514601983,ExpressionUUID->"343c1a7e-cc7b-464c-b1e5-3caddb5cde27"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"struct", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DIFFUSE\>\"", ",", "struct", ",", "\"\<hk1\>\"", ",", - RowBox[{"\"\<IndicesLimit\>\"", "\[Rule]", "7.5"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DISCUS\>\"", ",", "struct", ",", "\"\<hk1\>\"", ",", - RowBox[{"\"\<IndicesLimit\>\"", "\[Rule]", "7.5"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"{", - RowBox[{"plot1", ",", "plot2"}], "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.787052325106529*^9, 3.787052353600778*^9}, - 3.787468841431669*^9, 3.787468892210569*^9}, - CellLabel->"In[362]:=", - CellID->656629443,ExpressionUUID->"e7093c5f-e0eb-4893-9e7e-1fa5ad290042"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztfXu4XUd1336dcx+690qyJEsGW5adFBDBBrdA26+FJmkJCQ1QSCCNgaZg -C8mUh/W897zuQ++3bEnIb9myTaDmaUKCsY3BGAJ+QGkM+BIo0H7YEAfakBa+ -fAnKdNbMrL1nz17z2OceCf7w/TzWvefMnlmz1tpr1vxmzZqL3vae1789iaJo -8zD/3+vfOvkbmza9tfV7S/gfb3j35qvWv3vdlb/z7i3r1q/b9C/elvIPT6iS -ReWfJIb/3AXqJJ46oUW0FdBncFvJ2aVroPQnA+bFoNqKwnkRPfPzzM9Z+om5 -tj3n/Ozic+No7bIofh4v/N9IlXgt/r12PF578XC8din/e7n6fHmpjvxctaN9 -Fql6Uf73Jc9prn3Brzby54s6ceVZqi3xeRyvPQfouiBb+8K1zbXneto6P40q -tOllKX/m4olk7aXnpWtXaM+b7cF3UAfqLiX6wQJ9QZ/0mCJOeyxoBtphDMvU -mEpjdPDCpA3+BZ4Cb4u6dFtA23KSLuSFlDXI3NQD7e/nQTugOzFhsbJmHN3+ -r0a+uSNO2VSU/WMryphZJqOU3XVeym5YnLKt/Pc2UYc/Kz6fSdLS523t307C -S5SwR/9ogn3pD8fF7/BZW6tXfrbcV1sr3QT6TNh9r1jEHnvTOJvmv7die1v7 -GimnDcZS/a7Dn4NxnXxWxu69tMm6UVqpgwW+gzq3PEs+044pfmVsmve1r1lt -Jx8Dfw5o/jKn/d5XjIqxAC9Mvtl4obeFfAWePvqfJnK+2sYAMuoomVH0wbhA -1iDzSQsvQFd2cp25g+sO6BD1sy5K5qcjoVenp1R/ZtnCv9+m6ZCtTDq+A950 -OC1dPm4o8Hvb096UpU9sq83bAZm049RJ2zYPbfj+bNH4SNVpqTrIbxcftjnp -zwT9gnZR/LwN4WtHtOWnzcfvbUrmjnqnZ3ifoDu2uXB9nM73ZH+nsV+zb7AF -FH2TAbROlmjmY4Z3KSnz0TdWui3ZTjupymQyosfh4i+M0RynjRdUvbr6ALxo -K14svK3My1cXP6jPXbwAXQGdAd2x6dXbo3S+69ErGy0hdStyiWg9qMtLV1v9 -0OUaY506dcayEF5U+Vq1U4MaI6VXoDOgOyF65dNvioehdBXvQSp40I8eVeVi -t/l16fLJw/bZQviBc2tIvTBepLVsUgjPLJ8JvVofqFch/DHnv7qys/kv/fCy -rm6cjecX2m//enX2eNaPvTKLTa/6sVVnQ6/6nUdc4xxEvYXQ369eDYoXC9Ur -nU8hfOyHl/ici1ctS9shnw2Sl3V8j351KIT+UH6dSRtb17+6ipgH+6XFhRug -H7Gdr4XnBD5gX88DbjDnwCHwuR5vszcg/2ShulXpk1hDmyWEfsAN5pLUih/g -Z8DT7Q6+hsioBk+EXl1l0atGFkW3PLuMM/TL+x5f4x4bSey6wPm8mfPmL145 -zL7yb4fYJuBTXPCmpbU1l6bsqy9K2d4hwGLLPGyptjby5z+1tsEefiHgLVw2 -FjlC/YPNVGCVLp8W8MIdmd3vxXpQB+q62oK+Dg45cKRY0vwIpx3GsFHxwpzL -YOzAA+AF8AT71OvBc8BL4CnwdrPGV0qnQEY9By9C9Qp0BnSnYW44R3LzsD0C -epUuSK9wrMBv+/cST7xxVYPdsLLBXNhil9uqY+P8XbbID/BqeP7aiYydWAJ9 -ut/5XmyfW7EA7t6L/bYP6nQctgjnrJ7XXqWCdhjDpMLu6fdV8qJroQ0xXeAp -8NaH2eKeyEJkLfWK08x1J6Hh9uiKqKpX/foU2zzPwHi2aLi2q+5moo9Jo62t -or3+9gFC1tO2tgLX4gG8kGNwYcSTiheud6ddg6+UjOrKG/XqCod/tb4mzlCH -FpIHcUa+mxTffX3inNgPHYPEA/pdy+Dc56MrxL6E8rVfXph6dTbwq1q8DHin -Qnm5UHs+6PKLxFxCMdYBjTMYZ9hmwdupz6g6IbZtMirrlWs+CceY3W256HeN -iRoD9U652nK159Mrc873tafj7f3S5ZJvv3o1aeBXvnevH1vl46VZ70y8a4Mu -/c6BdcZ4tvD2GmPuG2/vR6dC/Sbf+EUsVRpQz0GbSdeZ2pO12o8B+ToCzwvk -hW+MrQXwoq5erQvQq63GZ1QdWGdcbczv1Li2qmKrh2PeGCXMtWZG3MBc31A8 -upqIHxv0XKHTtS2S+JpN93WeUe2Xx5iyTRC36GgL+6T4arZ/NbE3Tf1ttkXp -1TqHXr0j9uPtuxtuLBDGtGs4ZR97frMSM2rqwaGhlB0YSkv6UK6fst38+wdf -P8YOLZF8bRuYIbYFGOVOA8s0eQ8xix+/tMkOL1ZregtOBJjUtAN/y9tLJH5F -8iKWfRyayNjHX9gUfZt06/V3cdq3p1X6scDYD3K6H3zdGNsznJb8SZMXwNeD -Bl/NPoF2kNHu4VRiybTOCBmCzH169Q5H/NU7E7deQT/HRng/WZVmpBtiV49M -pOxbrxku8alt0A48v35Rwkua4zYtVU/Xq0PjGfvpNcvYDc9uiPGLNbRhu4CW -PQ2po2W5aHYilvtG33njKLuFt7U5sq/tgZcgZ59eQZ1p4h1DzAPw7pO8L+jT -3K/S12vw/P5myvY2yrZUxPupMcPYgQfAi0NjkjeF3qUa/zPB0xs4b7dGZZ3T -+QbvIcjoyHhawc10voKsQeY2O4J6BbpjgUVJnIHSLRevkRcdYa/d8VV6fK45 -LvgbYmqnedkbxWLvzBVXi3be9r2MJYc9uKSi42ei4Jg6kezTh6lIvtKxz6gT -YPMEL2IZb+zmhb2tqozcY/Gs74P89n72B6n3dcpiC8i6jiJivwmcj15fu9tq -q73Ds7m+FHNtYJ8un0n62ciLhe+v2+iqu4bpB2dYED8t9NRvJyXnq35pOtuY -RSguFaQLUXXu7gfTcNEVqlfa7169ovZxBqlXJm3i7EzAu0eth0n9C5jfQmND -wmKCw+wGrg+o9WOJfg8vEBvw6ZSY5xZo00J1dTJgHydEr+ridzZeynVXqs44 -hcuPGm+9ttwyQR8tVK8GhevWpd8l+37a6qee4mGQXvn8q0HOIx1Yp3tiNXR7 -7bL5gpc12nKVtnrffW2149S7BgjCfhUvugF9BulVAF/rFI9dk3rlwBkA25qJ -7XqF+Mgg9AtkMhnJeCnX2sY2N+g8lWc55Tzokk2In4O2qoiDovpP87gvXFv5 -+nTxqxMX7eDvdFthPsNUia/9r33199nBu9PTsR0XhZisrc10frv0eU5T61Og -dYavTXuWNawuF5v8ED/oQozakowdX4z4Ykq0459rINYNsIjjExm7fnlDxCx3 -DX7qbXU0P0znG8oXyt5myg4Pp+KsvCkb9F3gO6gDMZyduBprp+MMHSVnahzw -7CwvJ5YDLyTmPG3YmlBe5HzlvDi+VPKmZ7FbQWuESMZHzwjsrdqO0onTwHPQ -HSquLxtNoke6S+f3N/i7GmenCxwtzXEDeD+/9x+G2f2XNcXeBPrT+vsqsO80 -ZbdNJCV5tJXMxJn3BGKwY/bTu85jP/njVWyW/w6foXz0OQjaNuMa26qeKCng -6DH7/rFzGfvCBexQMy19r9tC0IWvXMr1b0kqcVH1fmO/nRQwtZg9csVixv5k -FTs0mnBepGXawc7yAt+xj68SdeEZeBb7w7wLEFt349KUffnSTOlW8V5hAXsM -sdHs8xewJ4+fK8bSVW1147IthPo2XiBfZ/jzf8N5+jPO2zmNrx1jzobfT3EZ -QUzztvyzQpZtFd8NsgaZT2oYja4boCuQ8+KRztJ50CHzJ23E0cmXjczvETiz -tFdVnU7ZR9Y22c3nSfwX11ZmPXhHDg+lJey8pdENuTrm4oQ99OYJ9tk/nODv -azXvh96erh+o55jXYIbLYHuSsE+/fpw9euViYWuQh2Z78Nn7zuNyHE2L9WhU -9NsTdjNhd714hH3+LeNsz5CUezsu2mqrv+G7L/A6ULfNnwE7gfVwvCCv/SMp -++NnSfvWKvWX5vYFsPZH1y1m9/MxzPKxTKfYD8GL/NwEzp2YCyQVPAS+Pnj5 -BHvoTTpfq/ML/A4ykvtVhc4XvJIyBlmDzE1/IJcrn9tAZ06+fGQedIj6uSJK -5mdie94PaAd02IxxDd2rxHkQ37GWwHuT0lxj80VbBm+wHrQDsf/TAkePS3af -amtTVM6NotfTc4hsE7kzaP8E59NtKleHbguofedNUVW2OS8i5QeIPYVEvHPo -E4TyQrdBXUV/y0EXli0WGen0g6w3OuffVOT9uNKR92NDks5Px+749nZgrgvX -/I3zCth7mD9036o2L5WO9lRbtjMFSJO+v0jJpa1sCNJF+ybFvIl2yu5rZypv -Eu2foJ0E+rtpVvHnSP5Z92govvp01N5PTrsTP5R6Bbpj1auziItCEfO+w8c3 -+ehqC/0RX58hbXXisq676PfFmaEv4murN1D6B4tfuQriDBsCcFFbHLKkxW5b -yvUC9Sqm98r1tlxnqULb0uvR65qibpGTyt9nK6rOHWbbnZimRS9dQxdsuHwo -XciLUBm54rB0H4Wo19e5iaqODxZjNvcbKL778EJbWzb5+dpCPytUr2zfow8V -YodM+vV9CZ0ndXgxabRV1ZcwObrm5X73nSt7owF74GJOTjJmw6z1NSIlC71e -R/NjbD5FiK5X26LtFuJT0qew+0wYF+WKsxB9JtLX6SXFWpFqi+KpjReutige -2eJI2ol/XkUf60zrFeA+vvOT4CtuJmJ7dPtrG4vJy24kcyR2DVxbn5dtekW1 -NYltEWslxLwnBf32M+job2+OZKyljReFb5UI/0n3fyeNOlQbFb1SbU0buJyp -VxQPqnrllhG2tzXCs7B0nYXGyeC7fN3SVGAytnhR0Kl9Yxn70EuGRUyiieno -xZZXFLEIkMWR8Yzd/9oxdmJ5Q/zd0/JeYD1cX9M0F2vGw4sydu/vjrGbLxrK -sSO0qVhPnMlf1mB3/EpTyK8Vl9eiaM/guzt/tcmuWabOq8dpaWyI7960psnu -e/UYu3YszfcVzJy6QD91bh/1F/2l48s4L14zJs7bzyQ6ppeV6LPNlXp/27ls -QEb7x+y+DbwzIGuQuePdlXkgHXq1gdh3NvH2r78kYx8+P83zU+g611L5hE9x -mbD/ei6Xo9q/iLMcO9Z1Hvg8q8WRozzkHrLM7Xsrlwv7zhr2sRcPS6woKfZ9 -9HF2eR+zabFGx/V7V7UFcn//RQ3RFmCxkwoj7yUajprIMxr3vmyE/XTbONsB -+xdxGd/H2ED47v9tHWf3vXxYPIP4Y0fpPrQ9xft4kPcFfb5/TUPQAPWwLZ3+ -nhoXfobvihir4sXdXA+grZMXNmVeWm2PQm8Lnpkx+NpWvMX3BGQDMgJZCTwy -KesX5lMBWYPMJ0vYaWneCFoP2uIZpLxStkO9qzbMCmQA78J158i1s29PFvEa -833APYtDw3xsLxhiB0fxvaXnO3gW+9N9D+xjhuvcPl4+yNuCfUlqTw/1HuLW -Dw8V+zbU/iAUqANnChA30vtEnT6xNGN3/doQ2632/Sj7rPv37Qj3MIv+BL6l -7O2HeFuAz0871ikFX6s+In4HtFy3TObrce3tQz8q97rVXi00XrQVheSplnze -GlXptfmPOH9SOirfuyR/J90+Jq3H2JbgofKvbOsc3f/pOPDAdqxj5lUsE22X -PIeTVPaSdZ4UzxR7Mi2jLZx70VfzxaTptoV+/+XcYn5P4Q2uHC6D0KvQ4opX -pGJSXPZM7i3T7VHrJRsGiW0JXN6Dh+F+gGt9jTaqbbULaWG3PPTrfhsV96r7 -bKItD86q89XFW1+MWUgJ0atBxouGYMxth/7p8rG967p8qHmNon0mSXNbYxtT -J6b9aLN0iXmZast2FtHEO7uO+Qb5ZbZF2aoQvobKyCfzEFw0RK9C70Ow2Wl9 -3dsLlJ9vHxbXADDP+fjRs6zPy/qSldYTWMe0I7PC76Gx6ZxfgTnaZrU1jM8f -dekUjrFn8YFtMnLpVFvrrx+8fT2RV62O7tYpyCMbRqnLUvd5KKwMbRr45ua6 -s2hH+TxOucm2esrGmPGBej20Qz3LvrOJg7hyoXWQ/iTN/SuqLQprsu1PdC1z -ar+ysn2HOIPTv4qr8QyVPoh4hvqlWNt3Ilp+uc/h8U8Rr4E99dlInkXXfSO9 -HaFzCnOw6VVXrRVAt2bTtOKTY1vwnaijdMvc90HfW9CS2OccMTen8oz/XKLr -M/1euHgxFRV7+Ta+1tYpT/wK6ArQ/nZLfDtEZL0ziufnJC2VOGQc37YI45fs -fAK9ca0hEJc5MCxxBJAR2i1TfuhbUuuUltIjwAVumUjYqWV8Ld5IBM6hywB9 -FxH/ot1HVMbb5TwKOR7eO5qyG8cStj9NhA3UdSbHLJJEnFU/MSr7BwxYxsUX -+inylKr1oH6WGcci7j3jbR3IEnbrOSm7dXEiztLvyhD313XU7zMhbZCfAfg6 -k8chV2OyXbqpy2Ayqu4pGDbiNMRRg+5QUX2N4Ti69/Kx+T2pwP1OF3Y3zfUW -+vjCZQ1212q5h1Hk4CjPVaAzB4cSQ+8L3Adwvh1xzP76ppXsBzesZDuN2Fsd -00Kc0cSjcN6Ya2TsCG/ryUMr2N/9+Wp22zKpa6CroCeIoUIBLPMv3zjKblvd -EGvsTlLMeVB/lrcF59Qf37iU/f0D57M7zoU+IH5TfQ/2RLSZsNtXpOzvP30+ -+9qmpWwf7x/ogH5nVJ+gwyCPOy5qsPk3jHJbmkgeRIUtxDZPcp36uy+sZk8e -XsGu5W1tb0h/ayYp5nW0t73E9N+0mOxE4rVPXb+S/ehmztc4zmO6ymtXqdOg -f7p/WFpHqvwSIOvPX9Yo5ZkuyRziRfk4QHdAh8yftBlHH3zdmIpDzsg4ZNCr -T72gwe54towjtOXGBr93f9O05cV5Exj/rjhh3+ycw74+eQ4fv8Sr9fh2077p -/EW9At7v4O/3sTRm3+wtY3/FdRTe+xnla+F8Js+fpyL3xsOvHmUnL2yIGPVe -ouknr78dcockMfvyf55g37/jPHbqWVl+jmEmSUu/386/e/LO89hjvO5+/sxc -Vugx5k8AWdx0foM98tpFcoxxmXbQK9DF2/m78PSNK9kT3WXsWtFWltNewVvj -wofIfVRNr4Cv3+A8nee83ZmofYC4Op9DARnpeqrLEePzQdYgcz1PVEuvy20Q -6BXoTmq5f/BKcf+geJbcd4Z2bHHI5pqPykWlx1OB7kGMP5RuUsQF2DG+tKK/ -8DvIEuagazgPj/C2dop3vNyn/twmtdcqY/fKfaKNO8Dr7OdtbVdzZ1trq61k -Cxg01NnH686mxfrf3FsH3docFTrVNuiH/O4gl2t5W4e5fZlNiz0YaxwC8S4j -X0FP4ByKOH8Rl/lqtkXdi2jKm4pDLreTnp7h/7rikNdDHHIUECezQL8d/Q9h -o5OwuD1z71p/f4U+QM6gFPcIbf3K2JCudkZD/w59dmgLaJtJy2tV3X8G/QOM -dSYrbCLpk8aZ2hOsxg/LPtX9AlmWz6GUj2/i8jb/F/kq9g6Ndmx7b05ZeeQt -/fbMGYccct55UAV5EBI/59pjxLlxTvkrvhwH5bM9VX2HgnOefd0o+53Nz/q5 -1zG9mI6Xwu+BHvQJcR/WzQt3DL+Nrz4/vZ8SEs8QEocc+pnvPUCM3BY7rPOB -ivswcdfppJrjjMJ7ekk5Jh3loNfpqnx9JRtByGpazbl6PaRV54Ppa1OYAa7d -XPRPRf44ZJOvNjn5ZOR6ztSrOnHIFEY+6BIa3x8Se4t65WsLczfqn5nzDpUH -0pRxy9KWqe9Yz7SP5njQT/fxuk5Ms0UPBirDuvvONl236bb5mS9nlekr2erg -uSXEGsw4E/18pyveHO1GT/lNtnhRPBtI4d4luiK7T6XX62KfWpxXmX77Opja -V+/mccj2PQpbnmPSVz4LerUuIA459B3YEhXvODWHtRV2asttiRiJ3FtLBB5N -nY0o4tpkbA6lC7o/BOc/57T1mVkH92TE2i8u++06XcX8bZOvim2BNQqsU9NC -d1pGnW4s8Ucz57OJK2FM9myiY3w0X/25oVN1LtU/F7hsC/pXrnzIVwXkQ9bX -rrYC9uDokmKP1+YbQc6M3c00ny9K77FaMx8YgXjZEXbN4kyLQy70AH3UwxMZ -OzyeleKB9fcc7MWR0ZR99F+PsJuf1RCxTHqcREvTI1gD7GkUciP1KpL5QWaI -e9bQTkG/N6xqsLt5n8cWyXb12Ofc1saSX/sXSTnr+KWkX85/MEaIHT48mlbi -kJGvUFx8zelTfc6mnnWCwoR89uoqyz4O5ALpDCVevYIYyR2pJb5dYWnHz8nY -j68ay/Mz6zJDLBfOsz98WYN98bJGfkZBX8u0VewtxNyy/7GG3f3SEfF3Ny1j -hhDvC/jQV39/lD29YUzmYo0LXRK+tcDyE/bhFw4x9tTF7KG3TAi7JeYUA2eE -d/i9XAc+uarIb4tziz6/wHd/xutA3TyHiIbZCgyF9/HQWxaLPqFvoEHkKUk0 -vYjlOP+K0/7VNyySWFdaxOrM5G0l7GMvHWbs22YccuF/thVG/sUXZeyRy7IS -X1tR2VaCbH78jjEhKx3j1gvIGGQNMvfpVZvrju2euBB75YuTwdiCa0fK8jLf -F3iX4H2XuHz5LIRuY2Cf655/N8quGc/yPT6zHswf10Bu6cXlOHT0x0A+sGd4 -pJGw+357Ebvp2Y28Lcrmg6z0e0mpPfGpSM8pVB4n5sABm3jygga795WL2MFM -4qc49xZYmGz/veP8fRwv9FLfw5xWbR3l9gp4cWBI20eo0AV8TQRfpwi/QLfz -14z41zqUT1vHXpl+u6svShaUrvtwFj0/DiU74NtsIvdtbXOq5J38F2PBTX8a -7Qjgj12BRaf5+QE3P13rAPMcQdXvgzKr/KsZB16L54D0eb1lfC9ismPJiwIz -o+ku7zPYYzdceyIen0qv9wvPh0zKzrEm0ddALjwC6+H9pbRPpMUhe2Iu5Zzh -HwPmLdL7M/dxevk85sI6MS+OOutKjA/pF1i6L45aoytURqZOuTDFX3a9Co1D -pmI8zYK+iAsjQizJlEsVu6jqMWUrbbiBWWeaGKPZlo6/tSx1cE4fBF9deuXS -LQIf6Du+PbSPOkXi2mE5VOgzp2X8EXyXHUYcMvXOUjFzOh6O/tW08RnSqo95 -Oi7joi31mdk+paNmLobtafk+cByj2Zbt/K2PVp8sQvEkQvcGkvdjkIU6U0np -j8/PgTKr4hroPZ/i35D4SYz5cu5LxsUZQd/+oHc+jdNcr3y5tELOOoTuY5j6 -UsdO1JkHIVfyIO4xCSnCVqv8Xy5foK1yiLj0SsQhpEWsnIkZ5msvwnepyA2x -+xzjp+0D+jq9tBwzZ+qyb/2MMaNIv5nDt2XS7+AF6ijwVZQAzJPSr370ypVn -+woRf+WOb1/I3g5+lp83V3FCeny47vdi/PtmI44X68Hv4FPB/He0kbDjcSzO -NM8YZ+xwT6atMGabzUffGWIut8Majlib4bwG8x3khd3J6yKeVqYfn0vzfItI -v14H9Ggvp/cYp/0YH8PODM/P6vwqxuDK1ZGfvRc5JWNyf6KuPfDJe1LdR/82 -S/xVlkXRsYsa8zMOvcJ9d+puNPN9niV8aJyHOirO/NHLx9kj/3Fc5AbFvJpF -jlj5O8xtD/z6CNsHWDR+HxcxuRDjuZ/L5GvvWsx+sG+ZiDkHrAplned7UPWv -WwTYRaGXuHYSugKYZZywT/3GKPvLzUtEzotOUsxNiC3CZ/DdNzctYff++ijX -P8CmdPqLGFWg/8SiYp0q36ksj38GHYL78p7itH/93UvYQT6WnY3iLEYnLuzv -gbFM8ALGp+8rFPHd8u6whzlPH3vTOOuKvBH2fQNTRpS8zVwPRDkNOnOU6w7o -kPnTGIqjD7ykOT/r0asdKibbtQ4Fe70rq+5d5WchkkyM/7t7l7Nv71wm3q1K -nm2V3x72JP7XuyfYsWUZw1z9eO5CxEllGTvAZfHd3cvZT/70fHbjMiUzjEfX -MFL4/WMrJGaI9/x1NB3tZdB2zP78zRPsRx84j12zpKzLWOAz+O7HvA7UzbF7 -jEePC3xuH+/r7nOT0hkuoGMWY+H570Dz33Lav8PHAGOZzor3F9uDsR87JxO8 -2DusME/tHcM9CrBVwNPv7lku78TLc1yV53SgT5zPiO32aFLp3o7UKe/ToDMf -eGlzHnTINg/6/KuFzIOleUnZa5HHWFuvm/iPPJcSMzOfx6TS1RkRJ56xo1nC -jqYJ25EUuITZltybzsg5FefBbiKxTIiP7kRVTGJKvTfwHcT7zkapdV2LNGzL -5+GqzQBdhNjpY5z+azNp9xAvoeifRLqMtqY0uzsj9unjEl/P9Dx4hSsOmfDb -F6pD9DyJcwr60q59z7SU+4/ydXpxcQ5mOnWvp1zrs2Key/I+fXR1ctrcfZox -yPidzG2Slc/VWvot84LGXnA+KPINlt/XQcjSwBpkvGjNfZyFYFS+0nbwsMR7 -13pf8RJjh33ra9+6X/dX6tTz1fXtKSD9vrivkDVeCF/rFtc8GIq3bwvARUM/ -s9E4GdGxvRTPQnBFPAOof4b+rk5T26AD/DgKpzfrUTkPqHlN+MKGz1LpM6rG -cyLGUMJFCd2m3htyHyCm8yG75OH6zIZxbVvAPo6tzRCM1jUW1CvfczQvq/Hh -swF4O7X3Zu4TmfgjYtgmrZTtoPacqn1WbRKpV0T7ofHttjjkOvIJ1L8F5611 -rRvq0p3jfJ79XbzDyDUP5vNI6r8njvquslbQ1nS2MRb002sAs08XTYjr2vKW -mH3652d/vTr65KoTolfrBnRvuL/g+yT9SpyvqjxCG2HfU8mx9kiug8y8HyV9 -8eyBoI52NLpsdZGuTkTHretruKnIvu4QZ9Tg7COnfS4q8olQ2B/mbLDnfyxo -7/f+wX79dlscMiAP74J8Mh68PbS43k+c/w4vzkRsLRVzhD4I8HhPU/Ha4BOe -G4TY8VPnZex9axrsQEP5vzpuGBX4IvrGJo245odyaDxjR5dmAm8333ukH3Cn -a3kdqIuxCFW8rsDa8twd2vuBeS7hbj6g/XY+hl3qbD3qjr4+gHaQF9S+EWJZ -IiZ7caZhqvVkVFMPRT4Z0B0KvWoOx9Gf/ebQ/JwHF4X41e1unEzgyXsb1dg6 -LC2Bi8bs/75vFfs/p1ZKrCXRY6gQN5K49s92LWXXnStzT2CeMuFPqbMuB6KI -/fVtqxibv4jdvEI7A50WegS0wO/3npewg0Npfl4D+8TYYbgT7PH3LGXsy6tF -Xmvb/YMQvwt1Hr96qcRFs6yUmwHahj6gL+gT1wa4dsVzqKAHQDPQ/iM+BhgL -4LOYEwRjsmDswIOf7VrC9g+rMxaxwTPFV+Ap8BZ+xxxJ5joT/AuQUceDiwKd -IHPXehB0BnSnSeX9SKNo7zJpr6YceiUxZbe9tPnC+j4OxHo/8Ltj7P5XLeJ1 -1X6DOrON9TDP1Mee25B3AUaFbPHd3KlydTx8+Th7YuMSdmI4yeeSjmqvwJtl -rgv079ua/RC2Q8SeJ+yj/3yEPfrmcbY3K+dEzvEtXvbx7x7jdT7C68Lez3S+ -f17e8wZeHWgqTBzlq84iiH0oyB3NaZ7ntH+Jj2FfEou9KX2c0nalbFdT8mJO -y8sleKX8KdgLA17e/6ox9ul/P8Y6cbGPQ9mnnscHm4wKOh02S9irvcvTedAh -6udtAfn6BoW3S99F3pOn+6rl9ZDUr83EHIJlRslmH383IcfQzqyIXaH6xvho -3ffBgvs5M+pewWkiprnAMuUep9zbtPtik6rPQod1v0/2t1ujH98J8z2VNKQq -P1RZd819Z5lvK/H6V4PC26cF3u6Ok9HXg5OBbdfRN51PHRUnE7K+sa2r0G7N -wl5zw36fcVVG1bZQZyD2BeY1W55tOX9mog7mmwnpk/bbFfYGfmGWWvs0eWH9 -PpCvgyr94O396FWdteEg8n7g59uVv+tb/1CYkPk3+trUPK7/bbvvvC798P2O -rIgX9dUdFF8HpVeDjENeCN6Odal4WYqnIbgl5igr4ZbGc9inmZ/IjB3GOJZJ -D60ylqU8ZkofzbwiaBf1MW5XawwTFzX1yhffbqO1D30hP7PhonXjkG26YsP5 -69AesteFazYKG0Deo58SEtOsxx5U6xZn7kLmEOp8GjVGL9YZhd2X2vK0Vaar -f52qqX+18fYAn806/7nOIhW4tjsueCqi7gw0z78UMXsUPqkXoVNZlp8xrGKZ -5fVBmN/nOX+m8As8B2TitfoZLx/W1FH0FzH1dr6G5L7znRfz6FOwXpl5P3x2 -yuZ/we+4hqP9Xim7rarYfGM8i9nV4pzM2O9ujPi0yvtB8ArlB7meIa5qh1iD -Vs+26LnWbflIivbc+7qIJwDdsyo/JZ7F0Pkg3wloJ1H7CoXuFes8qQOYQ2R7 -/g7RfAWsy8zVSclgs2UOsMnb8r3QKxfe/s7Efx5n2pO3UWBpzZSdWtMoYZL6 -GgyxRbjX7r1Lynm7W1odeMfh/Pz9fzDBbji3kcdQIk/xjDnYhJOrG+yOixul -+Dn8F3H29y7J2Kcvn2B3Pm+IzSZFDm29T3FnGeTRblbpRmwCcSw4zw5xePq5 -4dwGCYw0YaeeM8QeeBOnf6mMtUWfDO8m7yrs/v3/pCly3E5puCrqE97nBbgo -8OLYRJbnlGkbPIM9iROKr9uiqs7gGIBvt1/YYDuaRYwWVeSZN7dewXrwXQmN -t0POhlZA3g/IzbzdlvcjkjkkjnEePnXFIhHnqutSLhuVn+KhSzL2uUvKObsx -77nMyZmwW1Y3GXtsNfvIPxuWeT+SMq4NGDOcJfjSq0fZ/3zrIhHT3Y6LXNzT -CpPvcT368KVDjH3jQvbZN1bzfqBthRwex0dT9qcrk/y+tlzGugz5d59YKfN+ -bMm/T/MzFSLXCNw/+Afjos8PXlLO+5FjY8IXSNj3/mgRe+Q1o9xO0nk/YFzA -A+DFLRc0BeaJ8XvoVyJfH3xBxj5/iZn3o7yO2dVIhYxAVjbbBjLervLB++xV -q2nP+0Hlv6pb0BZ3iXMj1aL7M9U5SeyHcd08Oi7z9XdiOj8e7rfKHFnl+7zR -Xs2qXP5gIw8MFfsytnmuyFli82PKe87m2lPamIwdHpH2Yzdg8loMaimGIkb6 -E1bkhylow7UG4KdHx9I8l5adtxoWT6wp8b3Au437lXXIPGjz2/vTrSzPIW/O -kZW6DuwR5zn0Q1z94V6GiSvmWGEM+FCm3e/haAvbi2japqKsMtea9XTbJe+/ -cftrSD91F7m+Zmx56DfHUUdGdfZStPILzc9A6pRnTY/zImLarvby9TzBc9TR -nuafuWhHPfSds8aYGn2dOql9L/CmhL4/x6QvP4tE2JCWXicJi932zxW03p1t -vTL5FapfNpxrUuOlbyzmmU+kQ29zWsUImLI3bZd+1oXCKHGv1bwnjooZn02K -OwiwVHMMZZXzd+b8BH3OBeKiPoyrH1zUZad0WilZhsQhu+4ftGEOdd4F89lQ -vQrJ+4F3kbj0akrpH94fgXR2DL3q2fQqqupVz8gDSelVNb64Sj/GxQxCr0L5 -2tKeofZOQvQvBG8/k/cCmPSUbb/Lj6n69Pr4cC6dUfFWVA5+fT3k2uNH/KCU -p9Eij45RzzV3+eYtgYNouSXMnAK6LobMbcjXOvNKv7JEnMG5jxOn8zNCz1Pr -veFTRN4yip/usRf61Ino3C35Os+wJRQPxd4g+OWxjEHD2FKsg/ok4yzp8xTY -l5hPE7m2FGvQKC2di0E9hn3insK68L6lAoMrn93HGDCKV9gW4KeAncLv07He -lnq3AvRzKip8NMFXi48YIiNT5g4dOw302uZBef9gMj8rx+S4j76aD7pCB6ED -esF9i4PDMieqjJs0bUx5/U75aFBHxDPC/YPLUnbHcplDFPP9mO+vjK2j7x/E -tkCXTvC1/I3npGx/llTOJKJt2Zcmos7147J/vH8Q+0QcblqMIyHliee1Ifco -3J146/KM7dPuH8R6eQyzxwZh3i68fxBxPpvNDZknw+8fTEhcNBuJo89tXDIP -cZCTkX7/oHpe5Qh4/N802See2xD5jG33DwKvrh1JDD9Dj+WV95n95H2r2I9O -rWK7I3mfmVivaXizPt+0DZnNKn8KchnAnX0/PLmK/ePDq9mdqzJxZyDE+mEu -iY7CH6GfH149wT6wtsm2qJwY6JftzGT8E8TXfat7Dvv519ewD1zUyHM9YBzO -tJpr38+/+/nX1oi6cK8XPIu5YASWmch9pbue32Q/eM+EyDszFRcxgUCfOC/B -+XD7ykzQDmOAvDKzWVaKU25r4zZzi6JN7CqMeBfvB3j6t5y3gJkhRmzOx/D8 -0RGJqZWwNHznYpmzGmQNMhdnXOLyXKJ08zToDOgO6FBFr4bi6K5XL5rfLfzV -1KpX9zw3Y7evKnIzU9gb2B7YBzH3GFC3ADOH+/jgvr3HO8vYjrjIJ9PR5jDU -U8zbLm1YGYuG+wevTWP2xOal7MmbV7JbzpG6lN8viXOBsh1f/K0RdvJ8eZ8e -7o/gmVa4TxLuEnzk8nH25I0r2a0rZFwy4uNYQG9v499BHYgd3sv/hnstzRw2 -8J5D/vZHfntEjBExz15Svn/wVm6rnrplJfsGH8Nhdf/gtDZv67zF9s24aMQg -dnFaHud8/Ybia37/oMFXKPua5dhUXeaYMx1kDTLHeHpTr/jfp3fD/YNcdzJL -3o8ro1j4V1MWvx3aAR227RXrxXYPr/7ewR2is1q8r6s9jL0l5y6uW0f5e34N -txswJ2HMaNm/l/U3q3kQcXl9zkY54/2Du4i9YsTBdot6Ma/nvn8Q5LFFi1U2 -2xJzKuDovK1r4K7UrHz/oOHLlHhhrk1wjob7NCCWupeU53qbjFw+Dch6U8A8 -uI7rjnU9mFTj2yu+cmAMhnveVu+YljfDrGOuaYt9iSovxfyZyvhhN66d5ud+ -KDuL5xmgLbmPV7ybZTpkPyLmhjivaPKrY+kT+TCD82uaWdvSeWHfX0rzuKKC -rwvbpwm5fxB0Zr3j/sGQfZw6awlfseX3qeqUW1cwR78vT9hUROcwNkuRW9le -D89r+WPx7HHy+L2I4dFsnosfIfwPiREM1itPf6H4lS8O2cxB5eK7i14dF7Z9 -r/PJM7Y8H4uPT1SebROj7JIYeZUGxNtd+wB4LoKSl9kWhZ9SOuMbI+qVD8sO -OauDen8m9Kqf4tIrHQvy71EVOAzdVoFzmTHv1frmXdxV3RG0576XH8/0+oVR -sV9sW+9T9Nv4FhKHHLrX5ouhDikhehWy7xyyV4nrVB92GtIW+mF5jJFFr/Sz -YDa9wraKO8Fom1Tk/XDHpHc8+TVwDsQ4L2pfAXE0E7+k6G/ncWn2PQqKR9T+ -i09GPpmberWQeAa5PvDvC7YUlmbLOVa8T/4zB8KHgTWXgcHke8aIn3psFdSd -xbaiYm1u0oU+MZ7Zp2hsRXgOR9o02xgxdrin5SOh9nuovSp9HNj+tMJ1XXHI -obYK45Vtfes0uGKycR+nX71Cfdk3LDE96/43H+/OoZTddGFT4H7FOfRyO7iW -s9GL+CHctffBfzrMji0ucrkWGKmG3XjaEjg0p/0u3hbENE9X2ip8esi9fHxZ -Q8uvocW6RkVcFdTZOyp1r4w5SiwJaLpuRUPQD3dnIc6pt4X72Tb6ce4T929N -ZKKto4tS5dvpbRX66drXRHsMtNy4usl2DdlxfHhvQNaQD8JcF5t65ZoHNxj7 -zhVslP/+tZdm7MPnp2xjCScr3k/AO277lSb7+Z3nssOL1Psc07bbzOGMPMwx -CLx/8PEL2UdVHHInyXK8U2/LPEvaijSMMpH6/v6LG7yt1eyBN07wOrHM/R8X -dgQwiI28j3tePsL+ZquGkWv6K/MhZ+I7qHPPy0bEM5h3OMe/00z0AX1Bn9B3 -S5vT9bVIKypiq3X5415DV/ECeAC8KN8/WOUFvn+mTRT11Px+ZCwVMgJZbY2K -z3Oa4kzIGGQNMhd2m8DBcR7c4LFXrngGaHN7vh62+9Fgp44sdvuruj02sSmd -p/v5+3Qb5yPYSVvsMNpO1N22pS2Iab6Vv6OHxnTfvEz7lHpHsT8zR2xLyQC+ -2zdU7AuaeyT4fsAdrifBLuR7oPY5B7Er076jvTowkrHb1jRFriJXftuCr1V/ -C+0V8ANkNOs5I45xba55cBDxojYc3ZQPnrHxr3Xt/mdbWwua96xNkm3ZfB1Z -EDu3rafKe9vu+J2WqlO8v8QaIC5yyPhiVIu5oSpn/C6PVQjAGny4E/qQIWtC -l8wHpVeh6wcqj6JtXeLSLZzHdMzJ3ZZ9DUe15aLff5dO2S5Q4+oE9unihdmW -ibPS6xSaLpeM7G253r+FxYtiCT1j7opdxX9duKg+Jh0LdLUVihl61s352Slf -W3gXRB36bX32wwtb6QS0pcvI16fLvofgVxuC7JUPewyjGeNlQ2x6qIxDeE6t -u8x3v65euTBytJOheuWLieoYdtvG1xD6Q8946TaC6O+sxiEHYSixfU2stxPS -VmjsbQi+E0qX7te75l8/TYVe1WnLpoOdAPpDZeQrQThDkop40SlHvKi4/y4A -S/fJFn0dmbvQ5qv6511sq6fuApR3xJXXg7l/orAQm9+E2I+IabHQZdKv5xsx -1105RufBtXsqDnA6P2dv54VbzgVGg3y1YVOh76ug3REjAnoFsVUbHPEMG6J4 -fk7y0qpXEL/kikttqfFtddCKspsT9/wlTl7a3l0dW+ipOMldELdJnHfQ8cDN -kT2OGs+swrljyPnajapywXa6Ed6fmJTykVT3a4v8GhT9eF5nB8SOQdxUWuTQ -MvF2Hy/aGl/nFF/RhlO2DfdOXLLcFuGdh1Z5ivirDZb4q3Qoju65cmJ+f1PG -9em2QrSp9jS+8sphdvcLmqWcCmYcMsR83DxmyiPN4xbB5m2PE/a9/SvYt/et -YHMqrlHHHvV31LxnBDE+UbgcZuNYxEg+fdNKgaljbkiUd44z8Oce/LWMHV8s -cyrgmWacQwEnnYJ8uq8bZ08dX8EOAa4bl2MyJS6asoP8O6jzwOvHeTsy70I3 -r5MpjDhjJ5bwPp+fCT1EWXWM9iDO/+kbV7Kv8THM8bH00mJe1HmBOFyJF3pb -SSZ4+a29K9j3DqzI40WpOGTgIchIv1Nal2Vb5XoAWYPMTVxUs8+nISb/nism -5lMiXjQbjqP7Niye39co4ttLcYlKr/77q4bZn1yq61Va0atZoVdJeRza+GGs -YKeePLRc6NYs4tXE+KFgzHthBwq9ARnA809ML2M/PrVK5LVu6X1p9gbs0eee -L2W9BedEvW4K9Mfss78/zp6+bgU7OJpa82zDd09fv4J95vfGxTOYqwP1Ssbx -ch2eSNlDz5c63TL0CvUGzjn879tXsSd6y0QeJV1H9dhheLbIBV/YTp2vwAvQ -qe8fXCFsFvLVjENuRVJG20m9SnO9AlmDzCt6FZf16r6rFs9nRJ7tWMyDiYpD -ts+DWyLcr6zaYdPGUvY691ETvO/Wng/Z9B10nwDbwvh0mAdhbwV9Cltbm6Pq -XjHWQ/nAPnE3v3+wipcIWUYyF1VP5R2m+izmkeqegm67gOc6/V0H/agTNvp7 -Jl8dbW3V6KBk2Vb0u3JptVQc8gbLeRyxHgy4Nzw0DtntExZzRYvIvUCN0TEu -iUFb7gysYPseHzp/Fz1YZlv5s1QOU5MPvnWOiLdB+i1thfFC2SaYKz3xrjlt -PjkGxCFPR+58yCG46CDWpljyeYXQpxA+mm259g7rtKWfz3AVX4xJaJ86ZmGR -XWmu6pcXFD9CigdHrhUvar4r1LgofairCy5eFvLrX0f7kYtr7WXqn22t1Y8u -uOjXdTlUr6g91FC6KFkuBBc9U3mK7PJzjwn1KuSdt+l8yD53v/SfaV6Ypc4+ -46Dod5UQver3Hl67f7lwukN8oro0DXIuD5XxL5oX/cx/dfRqIfda1pGhC2+r -o3N4Bk7HofrVFYzbGcR5gXBdwLMY/nMkPr5irmZfvsGQtnD+NuvX1b9BxcnY -5iR9zoZx78AYZGKNmmNvkX0tiL4sYGGAT2IuD1M+ofagpbCqneo8sXmXYX96 -6v4O8aadmYZrWeq52sL8JzovbPvnLUvcmBmn1lEyMnOZUuMIOeflyifzLk+e -baDtxGjC9jTsOZwB6zi6JGVPvWlE8LOgrRwDCdjJyfGE3cLLFo23OuYH+y1H -JjIRL3vzhUW8rLkOA1pgnwBy05j8K9rKBK7zwysXsVMXyrwl1JwCbYHeQb4j -n17tblRz7OXyVXkzoC/oc4eKaW5ptOl8PTKcijFsM+jHPPAwduAB8AJ4MqmN -TecZ8hWKft5Brwf9gWxARkeX2PEpoAVkDTK32THUK1uebfjZEPvtVc+Tv12c -PU5Bt9x3XON+D+ZupHQU+AAxwbdd3GQ7hmTbNlvZjenzn3p7sJcCeaUhv4fN -r8/7DvCPfeekhC43M9GnGe9K8RXv+bPZoZ2cBxCPPpfa47tD+IpzCshoOnXT -Je4K8uRvF/HtNe7zsvHKhS9g2RLgw2BbLl9BvoN+XCrEN0V7GvLsQvxK82+K -F3R/fr/Jd49ECF91Gfl4YeONVs5YPmSKvxRGS9YL0IXQeNmQYtKl8yhEVoPg -ha2tICylj/XgIHkxWS0D16tQ2brX/IOJl3W96z7+1NGbOqVOe+FYWDheW5dW -l29g41GIXp2J+wdt8oLPXGdjbDy366jzLFIoj4Kf7eczl+6Gv2N+XiBf67z3 -1DsWKN+B5Gfot9B2v/57FcLvfnj5y1AGyYs6GB2lV6E8C7JXsf/e8FCdCSl5 -TIOTR2mQr1bc/1EP8/xl0S3q/hKbr+bTv355ESpLU69EXjXHepC6j75fX9UV -hyz1RcZCbXZgo7LIM/uuOQvXee58hbJsq/Klr7Wl61nzb99ZXqB5ExHnRLW1 -MSD2Bfnq44UtRq4fvXqbxV5lSRQdWJbOT/dhr8w+4V0BPM26Zo5lvNgnXjTE -7r6kwDupuoBJffiCaq6RHBNUmOGd52fso2ugfzffd6SYC8ZOP+A1s6nbP4Hv -ZtPqfRNmHehrhwMjQvwXaIcx4N2c1D468AB4YcPpWooXwFPg7TYHX6FtkJF5 -Tq0PeQu9At0BHTJ/GlkU3boa9Ir2r+r4gMBrwGipe6lw/PBu/sVrRth/+53h -/J48WafA/AQvU5l3AnKamPixjmvfe0mDPfbihuClnse+ZfQPmPy0Rxdm1N6L -T69wT8jVFvQFfZp05PXUOwa0wxj0fQBzfwJ4ALwoxw4Xew94/yDwFHi7pcTX -Mm0gG5CR670I0YFJFdcHugM6RP1cOUC/PYRWyY/Euj9W+J/+s3z+/PVO3lT+ -9s2Vrs/r8gJo1u9bcGOjdqy9+Czk7sfwda2nDeG3XznAe8Pr0lKpF2fOOzLK -vFp4Wy66fGP4RfDCrNMy/h00LyaNEsKLkPXgoOOvQuTSb9zAoNZwoXhDnXr9 -8iKkhPAiNB7DpVMu+2yUvvH2hayZXLweZH7Vurzs1/4sRCdcz/az9+Dm68Lw -qxCZ63q10DzbgyzUnX42nofweyF6dabG6NPTunoVxNfIn6fZpVchPBuEvToT -fNR5OQicuR97FULjmdArmz8wWLz9zI9D/evVq3VR+o1ulJ7eFmX/MCnP5Cyo -bFOF+m4q/zcVZVKU/vqZytuBc9r12/HReKYL0l6Mo39etMS/so3WAtsK5N0/ -gM6A7lA6BbF+G+PkeztjmdMCdNAscGZ1WpUe8X1oAewVzsjua8g4T8g1Iu6v -svTpawvOC+9JU7Y3ke3K3Nb12pF15F2Vs6q4aJqOs7wePtcfLzJB855EjmFG -nX82+8PibCtGvkLsqWx3xjKGkBIm75SBzlzNdYe8f3Aojq7/rdFPXh2n81z3 -ngC7ZhbAKAD/AmwVcPv16vP1Wh3+7DzkZ4O4VP3Z9XpJoE48f987Fs9DrhH4 -HT5br541n6M+wwL5ceAesg++dtH8Z/7L4nm4XxHufV1v0IWlPZQI2q4kvoOY -x7fy54+sacx/9F82598BbRl94t/wHdSBuvAMPEvxC/pqNZPKd3l7/Dmg+TOc -Fx967ZgYy4akPEYXL96uPtP5CjwF3up8pfjxrkQ+u87oA/8FGYOsQeYUv5S8 -nwCdue4Vo5+03RNn+1z/AUw1JfB6yv75fiD/CJWDpJ+ftBlH2Wji7TeJ/bSl -WRw1OV2uevAd1IG6rp9Y9emrA7TDGAbxE8rXIBklUua+nxDdeebnmZ9nfp75 -+WX8+f8UV4TA - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -T/lT/pQ/5U8Rn/8HkOJ8OA== - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->52586568,ExpressionUUID->"07216cbf-45a7-4883-b957-b94d66b696d6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->193180695,ExpressionUUID->"6de16f9f-598a-482e-87ef-8752eb10f7ea"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]LowerCutoff\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787052370665154*^9, 3.787052375072698*^9}}, - CellID->998881812,ExpressionUUID->"03256d2f-c339-42e8-a983-a1c8560fc402"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"struct", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "struct", ",", "\"\<hk1\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Small"}], ",", - RowBox[{"\"\<LowerCutoff\>\"", "\[Rule]", "c"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"c", ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"2", "^", "10"}], ",", - RowBox[{"2", "^", "13"}], ",", - RowBox[{"2", "^", "15"}]}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.787052382697041*^9, 3.787052397928236*^9}, { - 3.787052438888137*^9, 3.787052445214967*^9}, 3.787060476669795*^9, - 3.787469212851027*^9}, - CellLabel->"In[363]:=", - CellID->1995181577,ExpressionUUID->"9d818b0e-dec7-4712-8644-1a1437399d23"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -2aNLOP2mlF8SmSdlknrXBJ/v3lUteHDNInhwahHs4WOb0L8hj3F1erX/mdrr -nn2BNgvU2cRYexzObc/twCO7l8IXLp0D6xn1jVi5SHmv4AuTKZs5NJDBe9vq -PJg5dHVJO+lPz0thdWb1K8O7UcdBPPPv1nJ6/vRrhuDxj62Ez/FxiPXGvYhj -9dlPJK703s7zGT2/ROOM40Tgb+eCJnx77SJ49LblcPvvDsAkvtvAsGuJayfe -f/uyFD7zFAabWqwAp6vhGFrm3+04KYN/7i2Eh69eAvuf0lJ0h3IusbCwj/h+ -x8IMHuguhB9uWQL7VjUVLaQovy3NImyB19Wct31sFYOPrko5H1KyDPVS0wdl -f6JwcOj0Fvxo31L44Z5lsP/kttxvOO+emT9z6Erx4B75zdVZu2atMklX97x4 -AB6/bwV87fJ5kmeZsaOe49ggJF2xbOYWTjfvH0xydIV866Vp2t/C99Jowo7h -+hR5qR5DomTFjgV8353Rhh2LMj0/Bb+c99ozJMohVxYoGS9gcBnD53fotCYc -fVYbrp4j5E1WAUd9L9ZM9O3hfnBwgmPoalir+fP7lrdg/yktWNfSvCYAB98n -aOT6FU04eHIL1rc0DsycnHUm+FuXMdm6RD+jugyupeA3As+bOwyOPKMFNz+9 -DRvbmdmXVec23Bf0POWbi9gL4p1buWw4ekYLrl3SlHB7msbLYAi76EZON29O -y+1XlfoV6tMNte5i70i+XMveiT7hIv6tXFT7UOgtfUFjGp6rN5W9H+22Ph2G -wpFnDy13e6i/JqG9hTxM6yUNJUMmEualJ59OgXuryh+MsnAqFThIJQ4mE9q3 -Gt95XcuzRxDXDbVnJ8xc4uIC6ujtrj7pO6fhuo8jnyrScem/y9barLfeM1JH -Teh50MqVKrxW0RXdJ+OplUPl+j4jZ35m+FrMOrj6dTnNZ1bWpar1ItfbT1eh -362uJueT+unqeJ8HfXYGY6tM7NpV0ZFvPcP4sfaMbgN107oxJdWygsJROnm8 -LwfjfVDnzOOnmrbinmdmD3dz86mPi3Jc43qG18VnU42hq3r+QZbDa4iuQvbR -2LPwGMFr7HrTNa9FI7X7UN083kZtfX3xcgzPwFVwcrYvjxwpHVdD8W1fXFio -Wf9gKJ4h6W+IoCuXd7n+QdemW6Qr1Dlj56ttgo7frspPWwXH9/14w55TY/2Q -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 -f3C9MTZHyus0y9VBKBtbYe+U4NzkT+o4sW4atjGUnSlj9XdBVyJO5rJgnIw/ -z2skagxxzeiwHv5RZiOh6/5E4FS3eutsx1U39zM+TtilqVg4aL/z5em7axu7 -nuV20fA9JkhXIf7kk4G4X+Nom9a8DNNrMd6rvOaHd+2I3heLp3zsTtyc6F0A -8X3CeQ9hOslMnyjbToPoYyV0EabfuGfr0FXZu1wZG1Nnu7h29eaK8qMKzkgB -Tn1+2o20weJvdL1jW2weMt1zvZpwkC9W2VPpd2MNv9+5DA9VdCXs7Rsi6Crf -4vOB6HzrrjfWJYvlI6ZWSGnsn2dcjaKOXz2XsKwJvceXkx+iW0Pzhq5i7ZaZ -V6+s9IHNIp5hbaN+ne2wvm7tGNbPEPYh5z+r8ZiLwW4Uc8LLaKpqXcvg1K5L -bfyPMb7dOJr16wHM5AJUw4mjDR9d0bt0XDgh/er43u9s4+YwJ6DKNx+/1haO -vcswn3dUbdsowi6DY/2DjJwhy2PuMD7R1KUqWU88Y8X4VEcIDGorwfwgG9cZ -xnMVDbnfGV7l2I3L4uhRvzre98RhHZyJRhVd5W14MXSF56wJbfNSPtSirdyF -Q/vaeLzq+eDdwNbPU0ZXym9o8yTz8RnVdIV8Nzy2sUYeB5PajzyJNvlKuqpz -RkVbH7V9ldszsFXR1XlJ0r+qMq4P/fhqrTcNZrB/ZRO2zsnXGQ3TVRx/pnkT -Im98zxJlo1Y1SXVdINfX0LB0IPPvE3tXk38f5/mheHbHSU3pW8Rc4pAtAH07 -gs6vmZ/BroUiX4zUsCG4orDkvBq2FsRo4TmXfyg7qshf3bcikz4EmR/msdEb -u6hDKzHyEsctfBP7VjTlXasmxy04Pu0jSdjMej7GNwbi+l7bTvu3ivuQmbIz -hHgA2o1FbMTHXj4I/35oGD510ZCqLZ4S2wyRV1QG4t4u6s2M6BHWjnrNvCZ8 -84qF8MM9S+DWZ7dV7IC5RzrvD0a9QNDdkcUp3LdS5elhrLzCu82Bsbl1qgb4 -N983Hx7sLoQ9K5vWn51QGOhzVXMRNPWNP5sP/9xdBNcv175dPbZuI8vxVvRh -iJzA6WEGdwyrfDLv2HB8ieKj4r7pf9m0GL67YTFf95biWbqGhJt7aGV0ZviO -S1vWjqvh6Ps5b39+B35ywzL44pvnSn9TLt/S2LHzcnGCZTOH56TwpwOJN07m -de2kf/scmUt1zN1HmCNA851FvYu/vHAIfnX3cvjM68T9zomJ51D3hvvPI+gz -t3GczMxVxZLYtRQ43cHX7sHJRfCzI8Nw25ltGZtg/XM2BsrSL5N1QW5dwuAT -qzLY2KIxIczAMXEt+l3b5jF44Mr58L0Ni2DvqpbZR0h7JtZKz0vA2b4gg2+N -LICH1i+E61dY/Rp5jWtzEzS0OsvgHv7sPctFDpvNDxkz4yLyVfqjUjh4mrh7 -ehk8vHMJ7OU0P2H2LdPxycU4IvE+VeOP7mtL4zgftCf2+Prd83sD8PhdK+T9 -ziJX1+AgsXZ8CkPQ1WSazdw8xOB9Hb9/8DyuX6EcLNOxMQdH+FCv5nJw33AG -Vw/hvRHxNgTXxunq2ZgrIXzV1y1W8nZjJ9O532E4+J3Mfydr67vHhK6l4Pvb -5mSw/SR1J5uB4fE74/24nLdzelR3dKu8Pjwbh8eFtYonyR70nTMkDmR+kJCD -QgaqmhzSh6z9M1U6OsVxqBYY0ph451VtBUfEM2FMQFV+wAjGt5fo7XH5zlZX -UD5UG/dLx11lQ/fFXBfiJBrWVy14kM+fVmW7DPnF3PnYuhnU7hXWLaw8zPsV -Y3y7IwR2KJ7c8lfrR6c6RNk5zT3nldl58nCsDPfZM0J2htnmOxdoQuNd7hkj -IzMvXYV8Qr694+LD3LeRWnlE911VnKyPX/jgmHcmdj5ltf7wWTpnH/8s87+F -eLWLZyqz0KbhjstnP3fx7IOB9Iu47SXFeZXNZ6RxYvKdxxp5fdE37pC9sw4t -2Pu142RsXTj5OcXDsGs2O1ix+wDrbqkzcLmPJSwXYuZheZdvLX3rWpeuqnm4 -aqhThPzHPn5VJi99cFDXruJRITgxfj58ntZJjunn0nrM+GL4mvsuN6eoCg6O -zfd9aJ1QdyzDqfv9FTXz6GP3XFldAr/8m10sipuTU8b7zdhq85G6cTWz41dl -uluoxeRp+fBWN4YnNncCW5TfudIuGpqvn6aCY9e6Qp11qBfDmteb6q95Xbqq -16eu331Uz2U2/v06dGLpyr+eIb29PK5vNvUZwr+VyZAynSwGDp1jmTyou3Yn -soX0gNj5l9kUwvMvj2GNxVfo7IV0FXNvuM9+5TvL1aUrlBe0DrS7b48HHHcd -5GcFnFi81qVbfx/mH2Nli7crFO+DiosHqDsfrbuW6lcv1vfEXWnu84qLR4k7 -59NYFEY+4+HUWTtrF6qvyz05jfrEZ3OWrG54hka/UAwuq57x+fdGGqz0nriX -penkNVk6M5qwx0VutHhe0OKVnma/Z6XPXZl7LpuRMfYtNrNxkM1MMib/rWBl -3neMmM8YGLaJ9wr/gshBGtN9Y/rXhYNjFP1inpNj4/MVc+/zNt5QOIiFc2XE -s4jPbspmNgywmXUdNiNqFofWdMT5ezQSjpl7wn69maUzb0nTOyg94T28V5yR -bXr8DQNwy1JxJ2QGa3RTd3ZnhSZo9GrG4IZBBlsz8W/6OyP97OeWjMHX//MQ -/PhD8+HoqS1dU1/BUTX5/fC2irqyLfWsbyz5cWWyDvUXn9OCb764BbvFfc3y -/ZkznmITdbI3M5x3dRPPiecFvPBz6jeEv7XJ4K/PasLXX9iWc+qbeZfD2c77 -bct8z+bxJmpIi/keWNSEf33vPPjW2+fKWrfyuSS/Hi4uxFwODmYSThhPlj6m -eNs/j8FPL+7AobNbn6H0lKXCVdhovOXM5pvvvXxoemwlu/0SLiuFHnap/Eyn -ha5/aSPfBN97R5ZOf3Aomf4vTfFv+5vsI5v6+9JEPf/2VjJ97RuHpm/vLpy+ -4vQmfzYx736DhoP97LvY9Ds5nD/gfd+UpDk4l5Jx4t+v5+2taTK9/YWt6Rsv -aE//0dxUwrZzyL+f9v39NJ1+G+Nj8czX18Q738pEC79TwMNnxdjf2Uqnrz+v -Nb33pe3py9spH29a6OO+S/S9nM9f1EjH9+RwnWj8GTjp9PuWsulb/mLB9MF3 -z5t+91wFh+IX18iuJ5t+W8bkel7eTM243XFgH8T1Bxakd9z7lsHp8fPbI5Se -fvPfb/47kf+xtMHEXeJZIq4Uj29ZjWdFa3IYojbECYfD+bHgyXX7PRltNmPL -auJA4FfgWdR1OeFwBN38hk/95r8n4b//B50Ul+E= - "], {{0, 150}, {150, 0}}, {0, - 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -uuCWWYKufElXZH++NGOXdzHeXHbDczCWD9YYW/XfyU6N/lpo09x6lAeDWeHn -VLCdmriMmk8UHPoO8YG2NLRVb5rqwZbpPgymXeFLZNfXJ+Oc53kut+Pzs9mq -DYf2Ls5rAZvTIi96n1eMjftNObCE0eIWts6bexksX4ytaFXC0MVr9dgQj+h7 -049w0gIO4gHxXrQoVlWPX+h8h/Q84DgjW9i5/olWIV9hfhn1PDxH6hlmJXAf -pHnzcZBMYmCHi5trNZy+lCtt1a42nOpzx/ieV4ce5qRCflKy3MCOXjSEo/Mc -8WOE058iOM33MVX4dqz+CnM5JKFnCOmq0m+okXXTwSn5HeUN4RyOnkHHvxRl -INXf1RQHOrRFsliR7IlWtK9bsxrXM7DPK8dBvHNSupTq9ycF53DGV30WJ4WH -sYBDdDUe4lJxjxZN7XZcj2h2R8b9yn3ADWDlLSdWHzFqDQ35Dr/rWPVl48ix -2eGdT6tZjcEZD3Sl3vl0n9c5M0bTorinmMAppMz5Pz8/DOmK/KNM4RjbnW1z -OI3onU15WxJ0perNkxo3NvSRLBv4mom1M489w3t8yZCukN5LjiHvqbqb6TS8 -5/Y7jhE9mtJVzgp9nI8kXRGNmMTDNXLOF1Oh/irJvFGN8DjVjzXRsVmh3Scp -fDeSl6v58c5OYDtG3SjpiZsV9yt01W5g6yk6IrahpMS11cKhSVx0TuoLS1KP -hPq0/uDO5kTOh/Ti2CcvdWMDsn9NGUjRv2utdXBvFnyqaIu7JMaDEJxm6w2E -PCrkUt33J+GHTDEDJWXPNo2mZOtHfaVlw/yUiMks2rV5SsU9yHIrYqhi4eCa -ybjIftutaw9WdZBoi5rL2oBdqfeOg6cbN4Hvw3fPYzDmS3kgDk6jDfV+RWnv -rIgFPQy6Okcz3jlHNmRbxMWu63BgaVr8v1lnFddt2hhf58Iy34HtXS7sne7B -plabw8QYKdy/BIc+ya5ZsIRMVgrW0RkVu8pjdSQvQFvwMvbeLZNd2MZgrUjb -MNeV/KjadmSJsfE4bN+GIdZna5cHK1mf+a7gqQXF/kgtL3khnmUDcj/WwwHn -h46Y65qMDbt7PNg9zYU1WYfH2iLfiuSNVXaCWFwH+HIZbl1Yy9ZzWdrh/Jd4 -dr33xMXjXOxa5c0ZbkerSVfhfhNxqfdd0gp/um0a3H9FG9tPdnAWFqzoGD9V -NzoKjynBi5DX90nZcR5rO3pdeGxpFzw/3AtfvaAFljk25ye45iUrjClXY2Jw -bf/hTWn4wcw0t/WpOC7KPkhPCKcP1w7tp8d48Ou13fC73T1w8A0Zzh9Jv9on -Y9dLdnh3R7625zgffrWG9dnbA7eemoFFjK+W5DmF+wxjmymnBOU8wFjA756f -hm+ekwlisYkeCFZR2ujw98XsnbefloHf7emBp7dPg5tO8mGhbfNxlyScoj36 -fhnIJzXWkWyXJDOgXn747Cy8cOs0+O6HO7gdqCDjB+vxRkYvIxsYHX7UsyPj -6C9hdLWVzTkqjp5oSY1xx5wED1zZAf/1wAz49gfbOQ3Q2haIfqJ4XSq0VVfO -U+Cxn+Qb1pDv7z3Kg98MdcN/fPNo+NqlbYyunMA22sefDeMKSaZFP5n7z0rD -w1dkYcOkcF1zEjZ+P88RcHiOBbZ2+4/34WlGUy/cPR3uODPLYZPeGv17cP/2 -S91bUZ6ZB17L+uzCPr0w/OYMp4GSpCXktf1SHlTXBe2iD12Sgf9zURaWZML8 -vYJHiz5iToJelrDf73pLFp5j4/rjwV649fVpWMjgFOT+6ycfmAi+ko/5O8VW -5yUP/cqFLfBf98+Ah/5XJ7erBjGEVlS8bZCzYGQTo6uP+dHxzpjXHnODx56D -cjyI5zUTXdh3UhrWdgo5iPhGnN1yVH6Fqk/uQ+UIm+66FraPXu/Dlxlut01y -YIkr4s9VH8goeBhTPMjO0AGH6KPyeTXOGX208Hw5+Lo03HZqGta1U36NSpt4 -IFdZ4uxczcZ2y8k+65OB9e2419AvQsQxV89LndtCV8T3cx+ZVHivV+EU5djw -3N8y0YG735iBO09ncNrEeJH+qnXqkfykxneqLpGf62wMq9pwPX1YP8UNz8EY -fzQ8B1F+uqpJcjvioy9FccKNxSDVawXCrY31AJhcxc7Z+YrtX+cdFO9c73nS -hZY53xJnYlnKVfVyZvA9zuVpvFPYfJx0/uuMi9a8Jk3IvcD9QNh48IzFNteu -9A1qRgvu3ikhtxdTMTH+VXTVzPsg2TwCO0aT9Avhegv+judV2am8YxMetOhf -sb9GwlHu7ygPFaVcRGdEtZ6B5s7vLo6QrfscV/BFO/q8qLWOaqz0KLojuqIz -W4WjwUe0mzKGopTTSW871nqGsWziPi9zqjWZdqvhqD6VumtCMliS9u28Ffrb -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 -uF8/1utxXSVnVvP926meGfktat4/XpJ6UbKHUC6fJGEdDl0kpa8VsqcbnLEv -53gcdc6N2HFMn+c13MhvMEEckV7fZNxxeRwPFw+kGy07jdlIX4p258biUhuw -D5JO1MCOE+hPrdHwVd16JY1Ex6XyGAQrOt6jIO9So/vU1ok3opcfcBrwZ5Bj -N3l+PMSlNoIf4utmdNVAjulU7fjouvblOvyqnh6yVp+ovzeSN6FPuWvq9mm0 -/uWR5leNtoZs7Ia0GNCBAY8bq2Z8b7Qao8WxsFGPhzzbxA/CWOH4vV7P3lOr -cTqkvKW2oc0v4UY2k4K0FdTLTxLYvqzwPNPVGQS4tiv7J0FX9eImeJ5tO+m8 -aqG/R8l2Y3FKNEJ1w3T3H9VXQ3sXv5ePI7oSebZxbEJeytc4q1T9flBPRwMH -qt8y4pnnSGyyXq2arpLIs0265XrPqHm2l2UcWNvuwCJX6LlLVhizNbuqT17a -7sqYhz0Vn8eUYuCxXt/aDhc2TnZg0BM+vDr1wBo5L0UfLTsapynUla+bIHKA -L3bFfaRkRejOrdDewuuv8tyRdqy8RDZDhLOmTeTanmvr5xc1lZlR374ghXm2 -K+04nsyz/blT3PJvr8nCtm73kE4cFs4fY86/fowN62T+61r5doM82+y5hz49 -EZ4e6obbzhD5r+n+RfmQ88q+xIb2z6+fkYYfXZKB1e2VNkU1bjk4W9h7NnW7 -8HB5Mjy9bSrcclpG5C+3Q/tTVL0/hLk2a8NQq/BFiaMxyrO9iT2/ISvui6Pq -Fytrifpj3Ffbj/HgVyunwK9Wd8Oe1/iitq8d8iQ1HzLhbyl7/4MXZnhe6Pme -E9CdigOaF+VD3nV8Gh5f2cXjsTf2hHZsWp9q+sT1W5F14WvHOrC5Qy8fMs+z -3eGOPPGeDGw6R+TZJnqi/O35M73y/3ymBfYcpZdnG2kP82x/9zVsLSZG5W9X -7M4SB6vZc5hP/C/3Toe735bl81dz0vSRbKrYy3Avf/vsDPziiiys73Qr6Sol -5CeyUxdl/nbMs/2boanwl69Oh9vOzPDzMC7PNr4PbdU3d1q8Fr1u/vY9E2zY -22FVxsSnlDVPhXm2cWx7TvDhuZunwbO3ToP9p+jl2V6SceEnbF/934szvJ53 -5d4K/TvCvAA27H+9Dy8c7IEnN06FIYYP1Y4edfZyumpx4R/Zeu7QzLONdDU0 -2R158WNZ2P/uyjzbxLcwz/YaYfvXlq/Ibh93TylIfoF25PWTXR4bj3XZS1YY -z16vP7dVW2GMdLV9jGiM/JUwV8i26T7sOM7nNvF+6RsQN5+iPKtM7glq7eia -ayDfi7x3qe/CjqMxz7bP82wPKHXP68FB/7B55OdQw46TS1HtcXbG+pjbwoON -XSLPtq7tR/W5iW0CTyMr2Puvta1I+ersBvNs68YuU16EUirM/awrS5MMExcH -oObZnivlkZKGXFUJx0y+MM2z3c/rA9ich5Jvng484esX1iSveY+WcPqUPNu6 -MfG666m2I5lnm3hwUaENNV+L3jsqY52j6gLkpdxekvxJ+ByY6qgbq1Wtk4ct -r9g5C5SvxEQfboV4q0tXVmhLNM2zbdrGg160Ef18Iy1Pvs4N3K+Trj9I+UhM -19qUl44FnpOiK5JNzfBqruckfwYTPkL3SxM4xE9M1qSReqk68TTVjWoyacOh -e7KhPtR0L44n+2AjebZNYjLpnDWlK6ozZ0pXjdjttGvQyNYv9RRGNNLg+owH -ujKlb1N+xe84lszPYHRPM6vvTHBMfVGozpEJzQtdkhmNGOdvp3uzIf2a1jlI -Ur5K2q5L+RkKVrKwKNeoib2B9NuU7yGJ8XFdmSXtiQnjwLQl4YdM+ZIqarc1 -cJeKhqHk2ZaxeaibKimwRum3U7Xvi7Xmoebz7rPDszCQgaJ0qJIXlGR+ba6b -csP+tf1pQntgLA7o3myJHId9clzznDD+ppn0Ie7OCJfyrx65PNuBXTPVfF9O -0nnxurpsjgtk/ECfVdvWl6v6NM+JJ22RdqXOO3JslvRjxZgXS9A8xXTEzckE -Bzx2BHHAxrXAFrmak8qFRTGPuJ66utFm+cnQnkMeMpgVNW9XtIg62EHuhDpz -1vk7yTpIRzzH9AwXbj7eh6EOh9tqKc92tR2S7NtFGbdSlvhXaV6lPWwYL4Vw -lqcd2Nnrwa6jsL6wzfiPmGO+6nnSieH7l6Vt2NHrwp6jPFjDcDBfxnaouu1K -nwShWy9LHXsUDqhRrBvm717LxnPgWA9uYg1jvha4VHPcGbWXcjV+r4XzgPey -Nph2YSOuZ5uwA1D8Yxxd1fOTucixypvSIi613nz5+lkin+pXL2rjtq7/fXkb -j8UKbMCp2n5oVIe4mo6oD8Xv4tqhXwLmrH0M82wPT4evXtACK1yRY7Mk7YIl -O/QDofei/f7e09Pw/QvTsFLaUOluRLLagFxjrOOAfGDP0R7Psf27XT1w8PQs -549kMyE4JWVsaMve81c+69MNv8c+p6ZhMcaUOiHtDFjh2EiGRvvVd85NwwNn -CRuymv+axkZxt3iuLrFtuO20DDy9pwee2t4Dt7zW53Bw3CV5RyRbWgVOrTD/ -VjVtEY8m/yGKoR8+K8PWswf+8boJsCRdGUtf627J8DOyju39j3iV/gxUN/VS -zypvz/JYpxrxziovEnXVv3FVO4x8ewZ859p2nleV5Bo6n6vPRtVWXJ3bPS/t -+rhP+qXuEOPFdx/twpMY7/zNo+Hrl7bBMieUY0pU40TRbaEdAs+xb5ybgUeu -ysKGSSG/wO/7ZN6HQB6SZ8ze1/jwu33T4IV7psPwmVl+JpJuqiT79NtU21zk -AN/P1hjX+0/Y54wsLEzJ3PKW8EcfcJ3Af5rmOZh14UfvysAPL8lyP4UgDtki -256AQ34O6Lt011uy8Pw9vTyH/a1/neY5ISjnAMmFUfJWIYjBq/yO/CqDOqFy -PvfObIH//uYM+OGnJ3LeRTy31r2Sx9fa7sgmtlc+5luRdXjPtdg5aPF1qX8O -WmFc36p2F3Yf58PqCV6Ah6jY3dHvUGg/4jzIW4LPL/BcWMNwf8sJHgyfmoGh -iY70WYrP34KxwhiDTHleRz/vyDgXh8c3r2K42c/O2ptOSvNc0/MceQ5W7w0p -A6Ccs5KNbR/2eW2a5wDnOUmcaH+yOYrcjueYmpu8WkbOSb4+T9aqxnwfw6ek -4eDrfAnHrcizXSuuup7cQc/k5D0T8bSiVazn2olUS1vez+q8g5+D7Lmravj1 -6dYxUeWFPm4vsZsutwc+JjK+C/nAwpSw5+v6ec9KhbG+deXvlCv5JOWyDvPV -1KwrmArldnxe5AAPxxYnT1Mdk2r5YhS/sSQ/ZeNZhHI7wqF4Zw04uo1kEKoZ -rsbQa+B5BP0VmqVn4DYPR/ir8ZpDTdar5KTcgPwEz4aiPFcCeT2GjgOZlHK6 -1Hie4AzIelkFCa9evR/i2eiPQnW2+h2n5nkxun/oi1hrLnzvStyKeGcBh9f3 -rHNXNW5WqJfhPkJ4djr69p+k9O34maSeTtwN5TnWZF3G6L1izncD3/MEcUD1 -IEz8XRpt6j3iSNFVPqWZy6B6/YzWW8jNpnY78mkwwWmf3Zgdp5H6uCY5LXA/ -DUgcmIzN9KwMfC0MdK7J0JX5Xm3E7kx+nCZ96sWl1oNTNITT0Ngs8xy0fXbt -GP96cExpS9sekCBdNdJM7cFzJH3kDf3zyF/ehK6o9qnp2pnaVCgfnxEc24yP -CByYwzFt44GuclVtTqr5ckk1jKTlkWbhIWkYScHRoisN/dXhNPKLJb23jo2r -EXyocPqUe1dsH0N4jawZnc0ki1fUAYyBYzIu9a7ZaJ4GXbqKqxOH9sFZ0o6T -xBh43IQlcpP2a9gSG6Et0q31WwJGP8Wqx7xbtQPpjkf3ebVfUdqP+uUYTfvr -PMfjJlAOSIl7SLEBOUu3zZZ0Vc2vSO+O9VLXc/2QcyjQTcfsc93vgtx7GO/c -4sDaCZiPU+gV+6roq/qdcXpNtVGeIV53GutNIhzXDXPbpqLhUF+KvS9U3XEj -+0jZpZ/n8K0t+4R2KmnzdFxY1ebC6g5hp+4nOTBiPiZ7qUJfbYl3oz1kJcMD -1tzssyp9eOLwqku/7J0jqx0brpN5a4mefFd8zrokW35x7WS4+a/ThwqaMLhP -RWS+qCoZSuJtOZvjDz/dCb8b6oaDb8rAgJLLs97dUo3VjYODY8L81/8yuxN+ -u64L9r42LewCdoiLav8G1Nmg/vX+M9Lw/QsysLSlsiZk1HpjnwWeA984Kw3f -PT8NC7OVMd9ES8HYbOFnsXmaD79cOBl+uWQybD/aE2OzlLFFrLmIr6kd/6fG -meZlXOqO4314YsUUeHRgMmzo8YJYqDk1YMwmODE6ExXX+LnjGH/khQWdsOuG -dhGX6lqCrjzxWfhAe/n/faUX7j47fShXnXeslq46JfZgtR+nOFOUecj1xnjn -h9k8MRf7nee1iDhk+UxBpZ0qeGR7j7LVBbpMklnYOxGPjw12wfO3TIOb35Dh -a0f3PLWeOY0VaQh12g++MwsPX9MCqyfEx9Hh94vTLjx0WRb++YoWWNpaWa9a -jUem9caxbT/Gh6e3ToXfbpsKO1+Troi/Vn0Sq9c2X8Vvqr/jd1KL6MqB/adk -4I97e+DxNd0wNMOvyMtDPoZR8yrWsGFXr4uwgTpw0+v8kZEDPXBTcdKwSk/E -t96TtcsHJnE7waFm57AkmQLtqJgnfddxHizNujIHrd49WMduU5T+6fMxZzaj -rR3Henzt1b1ar+H4FpEPQtzzkkcsdLDF28HJJoO2dIzz33qUz/md6rN2uDgg -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 - - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -QKVnPYpcN/DTnyJ41WDY+Z+bLF2Ilhz92KKqNMft2sNMWB7WmM8yxRhfHaMd -7KsWTaXnQPY4Z26y3LcYM+kiZfpKDGjTVVuDxlE3lthBjaPzWlVuwEi5TmOY -rHZ4gP1Xp9u5eJtDHx2vsL3Jc7Ng39YSuPuCLKjyyIfsl1cDhFN/6CqCvcky -SM6OQJNHf1BtexB11SY8cqYFXdke2kYnJt5XasDzfUXw+qZi2Dgtta7ajaf1 -E64/3xeDVzfFYWSqdUCHOF4ZGuvDGNxME+79nAUJLXXcwdWIbzregpdvLIYX -1xXDhiNN+35Jp6+D9pnkt84Iw75bS+CBK3OgnjHOlm69c42iwr2XROH9h8vh -gSuyCc9Sx9n98UqF4VIdXlgbh78/OAl2zI2k1Fke0FeSuvyE9N3OS0LQm596 -r4Xr0wHCkVc2l8Dbd5XB5s+FU+voHb3z0NEmvLq5GN7+YTlsPCFEf8fzjGsy -5v7mPAseOzdE8y14aS/raf5rC97aUQZ77yiFDVNN6pd08sp+/qmQnBOB0QfL -4bHrcumz6KPKs91CfLR6skHPmRfxHMS+6CDPl41TDLiJ3LPdxA5LXnH8Hvck -4HjA6v8m8rwdJtzCc9zrGfJruDFkzJew5iiLatVZz4HAfAm0bgzX4tjbTfy8 -hfBpwzFoJ/1+dvhB5zNrJpvQkcNVTojeeaF91riQtiLwWVgbUJx9bXz5ZHjn -4Ly5rA/Gt/nzX/P4zH1vqSJ+EOVnv/0pSu/s55wpbuDvKxrX2O8ntkvbwqsp -9lNmgubz9tOfcl1UQgQkryREQPJKQgQkryREQPJKQgQmEq8ytT94wu5DzuBZ -TaJtePFqVgZ5JTovtRufnmiaCReZqhuv1sKnjZS8Qp3XCoXqtYXxCtuYMDVY -msWXj9MPr1os3dZVc9ipdcDTHoyTsuYOpnULYs5sncZzagT2d3VQp3pnjEcK -3QMR1Ea7VA0uV2ydl+bwydDsz8VzQ4l3+gthy/EWk96Zr41OzDWiwa+o3jkG -m06wUmqX/dtRYWmeDo9X5sFLgzFYe4zlqfWlcR/imx9NN+GRMyxYGvIeU2nc -Q9fgJzMseOBUC5pNFr2orWv8z/ZC2NVRAL3lRsq6+fUB2hk83KB6550NBfS8 -cRF2UEe2arIxurctHzZeHbV1qVrQ5pVuf9ZeHk38z90lcPsMi0nv7Ku/c3V4 -qrEA3k6W0DPAvfTO/nyq0r0rmPN9320lsGFaah29q/FvUFV45OwQPPHFMHRH -vXV39D4xNHhsfgh+d2GYjj+p8re7OuSBSRa8vDYGL66NwyCDjp7bB4odW8L9 -FW9uicOf+mPQVybATtDOcbvxE+bo+zfH4da6/ORYPrnj1vyQkticR58b+0XO -f/DeWTXFgCaTXYfsByviOqycbNA9Raz7LFBf2eTkbWGtW2MQ4R1zdr+vVnTo -L9NhoMzgjv8w9XfAiVeTduOZ2H0lfOdV88Dx6+hIjgbXRtVDnoPu/GoGmbfj -mRw8+WT8YBHNFy127u7Gg3lyZlcF/J19wpuDxtY788eq/fjgBseWyP5EHT3O -E78wzrz9tKCSaLefCcLzqtFczgJtHLCTidxlPsrU+KibH2TCDr4PthAbF4+T -/0qui0r4wURaF5X4+EDySkIEJK8kREDySkIERPEqI7HdTOXM5s057LfMBPYB -rw1xemex6zC2HbHajLHt4V1Xy9T5zrYdsWtRfvoz3bzCNRuMIaOeszksRufl -oqtAh74yA+oZNW2ufqWOY50M1/Y6s3VYlmfHxFl90JlDyuTqXGe41dJYNTtH -sD4r4gaNIbDWjRc0lqVrVLuNcVwO3dOH8spdd5+nBRPrQvZ+BrYc0yrccXoY -Xt8Qp3pRV++czvVObGtblg6/q8iHl4bjsP5Tluc96+Y631CgwvdLVGjRU48n -rpa1I6LC76/Lg511+dBTwna+c3u2Br/+Ti7sImX6Y7qtSx0vDhk4GN++Ja7C -zTG2c3jRzsBkHf7YVQS7lhbSnL9eZ2lzw4nfbvlsCF5fH4OfXhqFetWb93R8 -D2qjQ5YGXzOUD43jzNMVm1cKI68Idpwbgf9KlsA9F0RTasj9An2K+fN3NhXS -c5c3UU0xW902EV7dWYZnBHtoip29Fp1ZxE5lHjzXVgD95anPd0bQvNRknHqS -lNndng8DxYbnueHuWbfbijXYGrfHU6/2oJ2VR5iwZygGewZi0F9qpjzf2T+v -NLj1ZNKf3y+l5zvz6OiRV9cY4+/raw7wza8wdtxH7tPmkNgYMuaK7i05GENm -9RXXHBTza0R06IzqzLEP/H3cS9YR5TvXgne/KOqqu2PkOVgoNoaM2nnMfdJK -5jWs5ZBXmDMj3fN2jO+KnrdWBOy9Prx5pnm5XhHg10j7KcNbt7E5s0XevxNF -74zI2B7yiWxnoq6B+MBEWGeQkJC8khABySsJEZC8khABySsJEZC8khABFr0z -fi+aV0sysN5l28lMPNhv3TKndxYbq66k5/BqsGAcXs1WlMZlmjq6KKi9i9ey -YAnjdWOvr9O10SZLG61W+Mryoiaojdaq/HUUDawP1qtOcPtRh9xI/Nxg8pVb -zNmvFQHt7+2qOnqZot4+lk/uObwVU7Wuty4OwfpCHVDvlWBAW1CFXl2FdlWD -xhTXYXwIv+9QVfj5FyLwwsIc2HSYQe00M9piBdppxXzInzLg1zMN6MGc7wLs -8ALtoz6xQ9fgkRMN+MVJBnTp9jmwabUTtNs7lK/Drm9mw++vjMKKMNpRU/oA -YzGtikb6U4OlxH8s7cF83yujGrx6ngXrTzF+MpZPmoIh6EDg8hOML915dVay -skTdhmdfXsSAyxQl+S1LSX5ZVZNY5uJxrkMNEH5/haEkBy/NSm6tzUsuOtJI -XuB8x2KLBWgfx+N/IfXqOdlIrjvHTF6Vpabdjq+6OT74sqEmV55qJFefYSa/ -aiop/ebXDrb3mzEtuWVhbnL9NdnJr0Xx35SUPlhA+1NNfhv7U1OYfH0+wXW5 -6u07Lg8n6842q8bySf7JP5F/qhJQ8SxxLYhHirND47gWoRMbmBuC1w4vdDIe -45jMW79MAOuGEGkD/Yt+pr4W2J/UDvJGjlPyLwN//wfD8MUv - "], {{0, 150}, {150, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -1DfVmofrr6f6ZfYcwnznKprHOD0GR3uSsPnqLOdzeD2A+WNoDeUF+XBoeQK6 -L9BR6mUyX7UhwysP5zFZZq7zmanU3jTf/Ln7c+GNsnxWJxfjHF7mqy5SYX9z -Ify+Kc7eL6y81N7xBhzpScCuv892/Z5g5KVum50F/7G9BJ66IRsWhvzPQ2L1 -k2MK7K+Nw8cbi1l+e7nPOrXzoyl/f0s49duqOJh5zueGszPiNQVemJ8HBxvi -0JHQmN8E49zwxSU6vLciCYeXJWFxQhv0fGevOqCxBo9PjsFX20rguXtyXesY -Yx6kZ563k3GzHrHuB/3cFjIP0vGAJ6fYC2g/aM6v2zMq2JiVfgZzfqqkudhk -HmzPU9DW7nadeGpPGrs2lPnOdr4vvg/Z8qH+0OsU+R0X54c9z+h9BopMliP2 -GcS+qICvELwSwIDglQAGBK8EMCB4JYABwSsBDGQOr/DrZQtYqEzrG1OGE69m -hCKNjeSe0pD8N3ovFiolAhnv85kMApp/VIYo43Rgt60SWQ7TtYQrg/Tjf+vJ -9baQtKs/n+xzU+8fJXe+Nj0KrboC9NxUEwHNtIby7Bi88uAwWFGkQj2SHJqv -tn6kCtvG6dCm4PXHEyIybBilwuYxKtC6Bb7rmKCBoDNbgRfn5sJzt+dAu0p1 -IKHo2ZQUeGGqAU3j1d/055McoamEodDdFyn37rknmvrHmLyT5oLd4SNoDhC9 -/oMspTpuz0ptrMhLPTxKTd3W73d+yppDrvWT1FTXTD0115BStyPI4W6X/f+S -lGqcoqVaL9NSdyG0ifaT6vX+Ajm15p+GpXp+kpOaG6U6iPiugzmWTXdtudVI -lV+tVfXnk/gRP5g/UiQkqVJIpfMjJhQiQ5XD5D9cOeS9UemYjN0fTzoIom1E -v7QGB63rgt0f8ocqxinxE8TP/wGvTWS4 - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->59616734,ExpressionUUID->"46375d6e-fec9-433c-b86e-628489b05aa4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1940150248,ExpressionUUID->"e43196cb-70a1-49a2-94a0-657a231489df"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ScalingFactor\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.7870525287894907`*^9, 3.7870525345808973`*^9}, { - 3.787922450431685*^9, 3.787922452423167*^9}}, - CellID->356923949,ExpressionUUID->"4d3f6659-4322-4b33-8ba5-c1496a733f33"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"crystal", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Cobalt(II)Fluoride\>\"", ",", - RowBox[{"{", - RowBox[{"16", ",", "16", ",", "1"}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{ - "\"\<DIFFUSE\>\"", ",", "crystal", ",", "\"\<hk0\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"ImageSize", "\[Rule]", "Medium"}], ",", - RowBox[{"\"\<ScalingFactor\>\"", "\[Rule]", "f"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"f", ",", - RowBox[{"{", - RowBox[{"1", ",", "20", ",", "50"}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.7870525482289667`*^9, 3.787052580099821*^9}, { - 3.78706048754243*^9, 3.787060514374118*^9}, {3.787469346855278*^9, - 3.7874693478409147`*^9}, {3.78792246310155*^9, 3.787922522102807*^9}}, - CellLabel->"In[364]:=", - CellID->898984772,ExpressionUUID->"9df74a4a-468f-44f3-be70-3f36b3dc3a97"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztfemTXMdxZ7+zjxnMgRszGIAHCIDgIR4STfGwKFEWJcXKXsuW7JW1Wl8y -veEN0RaB6ZkBBj33gTlwAyQBkIBAEhR0MBQ6KNva2D9hY8PhD97jb9hvu7Y5 -Vrmy3qvu96qy6lVVdw9gm4gozEz3y5dZWfleVeavMuveP3zly3/il0qlVyv0 -vy//Qf3T3/72H4z/1gD94yvfevU/v/ytb/7xF7519Jsvf/PbT/9hQD+8lLaw -1PrneSUv8EoRvY1xg+utaUoONPT6UEETbBIfXX9C346G87LtTyf5dJIm1XVQ -+ujfR/+6/A/eU/Bz24Df//V7o5NPl7zG857feK6Et2dpg+8/Sa/7dwNB4xsH -ogZG86se/Sy9/rkmjd/4Yk/Q+L3hkNHDZ89m7vtrgdf4lJengXv/xmDQ+NNH -4yZNVpaXQq/xQpZ3yufzlM837gkl2YDm075H5RNl8xpfpP15+RGZD9Z4f75A -+fzpx+LGMwifF7w8H2jP0PbZst/4/fvDJs2zme8+R3XwGSpfVja47vNbgsaf -PV6mn3usj1k+n6U0n87Q8M8/E1M++8KEpiSOD713yZNke5HK9keHo9y46PRA -dXDypdBvfOlw9FWwI98r+cyuSsnPoV5//5t7YnKyFJIZj7ZSvk1nGvwN153p -jciN4ZRGaLMZOv5Zg7b1SkSu7YjY79nv4eeyH5I5L08D977QF5HvHypLfOC6 -U0GLZjrDZ5XyuU7700Bo5v1EPlG201sicvtAOaFR6GBGoFmvheR7B8s4H3qP -OUF3U7QtxSG5MRSz30UdQH8WPFm2tZ6IvP9gWZIB/l7yE17Z+8HvixHlsyuS -aLDxacpGad7eF+c+x+izdnCWyjy+P/pLsKMgXV5xu+otlfb+eSn4//VS+I+j -pfAfRpOfzXYsbdnPXqXtL4TPstdjnx/N0IjXHFXQAZ9XSoHyfsdKsnxZPqp+ -YPz/XMFH1T8djcgr+7tKbyodHNXoQOx7Vh8qPipdHEP6g8mT6f//m6Q/v1jy -32PvK8Gu+kqlkTEv3Bin9jdWCn85lvyUWj1t/O9xD79O1+4WGrEv3ZZtM/Rm -Oz51B5psX6htfQjvud/0gu+p7Ipea21X3WouPFxkq7fJczP6tBk6cJWN29W/ -L5nblYoXZuPd0utm2JaJbLrvbfjVHWg63ZdO9uOYg121WtARGYvltuejoun0 -uE1QPuMdGie9bC79CXJ0Js9Wp/Rj+r5Kr/9li39A3vlElcz1sHtI98V0Ddet -VgMy6ZvJD/P5KOVz/YkqWRiM4BkgYwVzPNAcozTfOVImi30Jjcm6AK47PxCQ -mSj5vag/437K55kaWaP+Jfwu8pFoUj5n+wIyV8H5qPpzjfq96zsjchThg9HA -dVceqpD13bEZTSrbUkx1EAaKMQ1QPm8crpDz95TJqxk+LbvylXY1mtpVXXhf -zVRDcty3s/0TPm5zumdqio7B8cCOz3QZeKnfcxjNJOUxYbCezT5bc1QHJ0Pz -dxD8fTIo1pu4vpuKqXyWfBqVyIoG2nEv0YEVn5jyifLfmbyvVHY1qpAN04/p -+gFbo9nw0X1WpCPsGTWhseVTJBv2fTd0oKKxlV0hr5Fd8fXVZvgupnbRKT7d -5uHKZzN13WnZbNZX9dSujNZGiByFdJ6d7IzPv3Iak3HuBI2NbCbjWWRXW6hd -HTWMM2TlFNekJu/kY8j1Ojr4/KjmOzUftW+l8ldVfHT9EWlM+nNM8N/aka3T -/bEZU7ArwJm+pLCrbVFphPp8Gym9Mi6a5dWga8zFLRHKE1uz83XpUj9OM+nJ -dKMpn5UBmYatjemaXVyDM9noen55W4SupY6r+FCa1a24bCodnKTr2NVtuGwT -CB/4HNa+p3ao+pPIJ9HQdfkq9ZUxOUBvIg3rJ6U5hdDUNeMDfsbyAM5HZVez -lPd/6gtRu9rT442c2x1tsHHwCuzKS2x6gdrU5eEoefaEfk14Qe5ZHE9plraE -5PL+xCcW58PpINFPHeHz5oEyi0WINPNRwPzBLA30Yb4vIq8/WEbjAtwWRdkW -qGxvHk74mMQsgM9MT0SuHymTOiLbJOVzXPC5GE0tYrEBkQ98N0t9/5OZ+Mw4 -p6G+8vWDZSLGt9izGsgxHWaj9Dm5el+M0mA2P5o+J1f2mz9bEBedp+P2yl7c -rormQfw9GyT2YSgDl53TmPpp9QwNdj/1HIDHMvXzhl3MQkejn9ft+/Oq4bxe -N+Cj0kMRjcijNQ+q41d1Lx8XNfEzi+KXqG4VNLpnxAYLtZFNpFHxaVc26R4a -mrqCZzd1YCqbqDdT3DlrV0YyGDbds9spXp2WrdO8THVQb5OHK43NGPHrbXDn -esG6fbPG727ms1k0d7I/JvdoB3fG5vxinuZztI6PzT2K1oNZ2VwwZBvZ4P4T -jnh9J96DruOj0yEmm8n7agzFnamPXw0Y3ifN96WW35fnH5DvP15p4sGYzsXP -4Lo39sZktopjoVgDX+/6vTFZrOHY7oT4GfMVffKjT1bJ6Z0xi+2MC3Jh/jrD -qreFZI7KJvIBmhMiDp3itD94qkouDsc5nFalA/gb5LmyNyKrg+ZxJ9DBpT0R -We6LmjTZcRJtO5EtJDepr3xxCJftODKmMCaLcUBmo7x/xe3qy7p1u+J9BT6s -cs2o+HypX42fcp2Kz8ZsOUTtV9XgOsCDTwR6PqLNr2yNGF6N0iBYLPPlI7Vs -mG7gulMDIZmu2MhGdUCvb2gwZIxmWoNVq/gs9CaxCxs+J/wQi5sk63bLfTLi -+Ov45p+jYjrxveoyD5rwERu8S2xp3GTTv3sV88omyWaGvxvIa4w714V50IZv -828L37tTfpVpc4oLdFkH7fSnW83EJ3fZ12fSXwynKKLDsFBX3ero7lR+Rl34 -2Sk+Ls2pPwb94J+Z4M7HNgF3Hi3p8WBTPmY0dv4Y0GCxZl1/VDQufFx10GnZ -MD6qceV2pcKdt4alEbqWtcadAe8znafhuuke6l/uwvEnDA+G62BNOl/F+3VC -QTNdjcjaXhkbgwZ+IkYDuPMKggfrdHCS6mB1Z4x+r1ozA5+1fbhsTAfI+w/W -zAs1XAdKfJvqbX04Mo6pAM1xP6C+pbkdgl1BDu83qrhd7a56I+uD4Ua6t9wI -d4Y4wuURwz3f6f7tlR0xuf5QRaJhY+Tn98ZyzHWW2tSFHcneBJEGMNesj8L5 -nBqMydtPViWsOrHFIOf3cdx5sT8iNw/L+LZKBwzfpmN9k/YHw51FPmPpPv75 -LRG59Ylqso8c6Y/odwIf8EcvIc8jsx/cT2P+3ttPVKT96ly344L/wt8VV+8r -G9sVw50p//+yQ7//Kr1esiuV71L0bsb0MGoZkzOZBzH56hrcGaPhc6eOBvvd -ZE7L84Lx9AtlEz/X6UC1Ti1aC4h0SX+Kx1RcX6nmQVd80DoH1wuN/CRbPuj8 -74DT3i3Yrq0OVHblku9sI1un851t/DcXf8/VR3SludP9sdnPY20nXaRxyXcW -7Vc355jqSUujiFtr+3gHaQpbh+IcprLZjI/KVmz7Y5uPk6XVzdEqWXRxcNXn -o05x8CBZM3eAT/r8yWNdknM1i2i43mx1UFf0R6cXUQeqtaBgDw7jI/eV29Vv -KOxq0CuNnPQDKc5QT/OQp2v5veLcD5kJBN2lftLreyMyU5ZzJMDfO+nLNMDn -2hM1Mj+I72vGnh3Q53eoz7fcH+b8yxYfeX0CNIC5rmzL50jDdZBHutYjyzZG -19g3P14lazvzvu9oSgM1sEYFPrCWv059y9NbQykPGeIcDUQ2hqMfqZD14TKa -u6zysV9/tEpWd8t+OfzeEHTNcefzOyOy0p9g1aLe5kI83/nSAdqfkXxeNdgV -1ML6XR/Hnfvp+2rCw9fty9sjcgLBNSc82b/l8s33JHnF0jqy1Mo1Fp+rxR0x -25Nt8xxB/gHkYmB8sL0JcN3yoIw719Prp5F+wrtqhdoUPFsiDfRlCqFhfAZC -9mypdCDTBGSJyjbTYz6PAc3CtphM1eQYBNcBJhvEblR6m0RytOG5meuL2H5+ -bD/Db2nW7Rg+CM3kfS77t8X2Ia4DdHxUtuUy1+hkU81pfO7E4o+jCn46bFet -N/N9QiY0d3oe1MYZPD3PdtaLOZo7hOcZNQcMudP73k1pXNbsurHRjU+3cGel -jXSYRoXtamksZRm3sAWdbKa8NoOPi73Z6Lpo/1U2z0ucB3VyuuQ7i+/SIpps -bpiNDjcLp73bZMvqEtN1J8e0KN95e+yNLG9xyXcOlX4+RgO1fuYUGLLUmnha -SC4qcFpVnAz4JLIV80lwyIDtZ37jXjn3U0UD956j6+XX9sfKOAQmG+xvhX3D -pu8PhvXR9f9lKpspH2gTfoLX29jvCerfr1rkOwM+OEf5/FEfbld7+/2Ra/fF -G6mPX2hX4J+eGoA8ZBx3VsjA+gkYsmmtMXhGzw/H5MefqRER283aVV3gs0D9 -lqv3l5NYQoEtcj5nqa/+85dq9HtfySdr89DvM7Qvf/XFHjJhQpPaCOxNfuv+ -slmdOo7XUz/xg5d6yXHLZ+v13ZHyORHtmuHb1H5vHlLjziINtYMPlyNqw4dj -43xn8X74mt0ut0UXR1TaVympcyjlQRTwcVm/2vaH593YymarAxPZsD4X8cF0 -ZLJvrd66P1tf/bpD3oQos4v/YtMvtHXJh5P432X+Zdv9MbheskcLPu3gOCr7 -6rjttNnuZtna6VO3deCqh/S927E625uhn67y6vDecpeYwR3tfwd5tPO+0u3D -U/ufbpir7XjqcFqMT9K/fF3qLA3W19YaSl7f1Eu6dY89Jl5XyKYfYxl3VsXz -8zSqsdONaSBeq423b9XhzkcqrCayiDsDfjwv1mpOMeS37o1ZjqVIA3jVVCBj -oQxD/niNLG7FcWfMhwOa209XGbYr4s6AcS1EMoYMvt6Pn6c0e1r4Ka89DXuK -r94T5+t8p7jzD3+1Rl4fiXM1qxhmRvVy/b44sS0vK5tPfvBsjVwS8p25DhYj -TAc+ufVYhZzbZ1gzO/Vjrz1K+zMk1xSbYHgnjju/tjcma4M47izqrYk774/J -mSEcd/5a4IA798cShsz1o6rRvtSL5yHr8GDwpRsIFqp+TkPm58+V5WfveLqf -AXuHXKA2NVeV92ewmFcvtoecjt1wRNb7Wu8mbuewn2FJQXNuV8TuJz7/KmwX -2mn6XM0jGLKqwb2h/uEckruM5fjzvsIzBLgzJhumN7aXn/ZlRpCNv69+uwB3 -Tvnm6iEfLalxwSzmKsaQiuZBGxqMPnnPBOg8pJsHVfnOqjg456OqF6KjKZoH -VTooWrN1Qtfq+S5PU9fQmODOoxl80CWWkHt3Glwv0bSF7erjhaZ8VHLz+RKL -sbrw6Y4OzGlMry/yL7tVZ9tWDtFOjWkQPjrbEDFkUx46zHVc+Jn8LuerYfOR -dA8H2Wx0gOna2La8PI927EqV76y7p8p/KqLB4rnFfMxtmMfnTfLJTGRT2W3y -d8LHdD8/x/dUelP1STVH246PiT3ajGkr3q7Yhxx4I42yPs9L5AO5vrOG2C6n -gTNwlgZwzArDQphvB1g1socS/oZ1aRYz43GEFbouvUzX9GL9p4QGr80NuN3Z -HZEyj1O0K7ZXs0L9gF0y7sz9mqyPwu+xUKb+2M6InFDQiHtJ2ed+sge32M5b -rUH97lPb8P6oxmcCzjXut8OdId/5a6p85x5v5PxOszrbPD94eXtMrh7B92KL -uercV10bKbPzwUYFnDaJW8g6bdbZfgCvs70Q5fex8/jDlT0R+fFzVTKJ8IH9 -2zk/NsV24UysX3yuJtFgNs/99Ys7QvLTz/VI8yHznyifKaFmNtjieTrWP3+h -RqYpn7pAMxcme9+Fvb4sZnP9EF5nW5XvvFANyXc/1YPaHGaLDHemfG48XrWy -qwXK/5VhdZ1tcR40sW+XWKbNXo8sL/PPA/YumGriwWZzAbz3JoHGM8eeVbiz -qp/wGdTxn2nGWWXZbHWgby66tq+zbbIPud6Fesib0SS5PL1fiq6xPXw+tm3j -lvsiOtX/rvlaCj1zu3I7L7Vg/DppCx1sqn1XuvEeL+XnCKf9wunzrlr3YLJ0 -ygZdn3vXcXDZ395Wu4v2jkjjqYtfeQq70PFBvuPvK51dod91QAfGsZ4O4O+u -dSChueUu+9bPgEmel2QjGgxZjD3xtdBJKttkky6P12ZjBq2f8rVZmmxsgssE -NYVnKJ+TrG6Mjd+ujtGrx1auN9QOH01MQfquKN4O+OA4gg/Cfc704zmmDB/0 -ZFsAeW8/WWHxBDHmAmuXE4ra3G9Rn28ewdPQluLbP3yqQs5sz5+HzOMPsxl8 -m7+nGnSc/+ZrveT2g8lZSbwmGdvfvoX6XPfHTdvisVW47tbjFbK2PRLynQPm -c0Gt79HsOw70Qvn896/2kh9/vMyeMc6HxznmkZxihqM/VmH7rk1wZ+7HXqH8 -17ZGUn2hcUTX3C+/Qf34iyMynwQflMcHxvFUD/VxhfOqW/igGnceU+DOC5Vk -D774HIx7eD4ttIv7y2S2iufg8lhC1s+H38/uiZV1qcXGdXHp3jJZ6JFlA7nE -XHVoJ6meP/hklbw5HFE5/DRelLyL5isBObMzrd+W4QPvm3P3l1m+bzbWweJx -cUjWtwv99GA8ffL+ExVy454k3yOLN8G7DMujh+/grLNT26Lcvoms7mRbDMkq -YO+K51HE+DkN6BrOkBsVnkdVjjTL3YiT3G60frvB+Th1YV+fKa6Z/byoljXm -h5jUv8b42OT6jqf7Xo6n76rjqb/PfX4dhozxqZdadcjEeZfPM6p4L8aH66DI -j83rwG4fO+eD5ZToxlSX72x6Po6rv5ofPzO6zaRh78s0jnic77/yknUX/x2j -12LVnlo2jlfb9Me2hpyz3gz56GzBdR9ykX21i+260OQ+19FpbKT5jvKSNpHG -Q0V8p1AuRLZs7F+3P8KGTydoTN8V2XmxiK6oXp/7+c52uGa2zjb2nsXWY7rz -M1VzdF2DO4+WeN5YviU4o1+g98yavtkPtWy6Pb26/og+aZ3NW3b7wZM52j1/ -28yv1J9ruS32Rub70nxng7xUtmYtA4as3hOO2RTgT8vsPGTZHqdCobZxqs/F -3pBcGMHOk02+g7NjRR3M1qgfu7ec2IqXp4EznGF/5Xj6vppI31eXtobkh4+U -yZQn7+FL/I2WTU2k6+wLdM3+XepbNTw/Jx/0FfzLKaQeEtQpPrevLOWYwnfg -g0zHLVvl/ijsd4Z9wBiO3kBqKDO/k66xV7bjGD+GMzEaei+oDYaNt+I5+HCW -8v79AeF95SV2NbTFH3l9X4TmO0s2kvqqkO989SB+hjKvxZ6dExjNtpjcOCTT -ML+mRv2kQKa5RG3qJy9CvnMGD06x7zfod/PZumYpzdldEfnpCzWWh9zck5eO -0Y0HYrLc36rbPeElsZxbB2Lyv/6kj8x5fpP/WKp/tgciOyZ+8jx970hM/ufL -fWQ2Y79cbtjjvzbQ2kPO66DBGegfvNjCt7lsrEba3ph+HzZrvvH4wzod67/8 -Qo9kVwz/p3Y6EwWin8Zy7995tILaFbZvgj331H6/8xBemxtrkO+8BGd8HYiU -86AqLqqyWVfMQJfXjftJQWIfBjLxxmriQdwoN2+1bAujm/Lp+y/0m/tosvOd -eHbaeMpjmtKcigPpfAJOh40P0J3MfCfHX7H+4PlAReNQFGNVrSFMx7Kt+lc6 -OTYLr3FsIl5igtlNpNgz3+vD50l0v4mnjiUUyybOte1j1ZKNufh8FuNjiuMU -2RVqW3d5y66Bi8aN76Pi7yuwqeNpy66vWvcLMlig+XMuYUWeHk90tqsu0djY -lfJ9hdivixyFNB3CXIvGU+v/Z1pSPxX2ACb7uXgsVbQflT2YxgWy82Anao13 -zbYQ2drZJ2OLg6b8rPqmW4/oaCY0axKcJsi9Y1RywLwGa9sT1KbmaLuxi/pw -valtCXaE2RX3ZU11N57Gz8B+xf3JxbYl4+edHh9uB6p8Z/v3FdXp0zUyVyvG -CrIyn9uanBVkiiGDfdx8okaWt5rhzhxPe/+5Grk6FKE+KXa+M8SnvveJKlkd -KksYHNjCpJeJZ6Ux+WvbQvJ/Z7eS//GVXjIHGJAfNnEf+Dkp7C/lvt3Np2rk -wq4IxZAxHxvs6YNPVsjFfbJsKr3BOF99pMrwPps6ZOv9yflgRnUDua96qELO -3l+R8p1d58G14TJpROb2Ddexc5ctzmqGMYL95ca4c0pzZV9MTve1Yonie0S2 -q4CcoWMw0yvH0PhancvD58EztYD8ze/0kl88XWF7X9g5x83rkRh9Ot5nh2Ky -3Gse34N7vTYcs/xlrIacyq6grvziFvv6f8ZjmvJZ3hqT+YE4h723s2633RfF -ZTfBnfM0xVi1ODa8Toa4z1P/vMp8sHU3/wzeIwuez+JasNY67rXmQtW8zffe -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 -TG1ExLddn69262xj60WdPKY5W/UcjX3/MJqie7zqhG/byZbFnW1sUhej18lm -ExtoyWZX+9Slznafph7yUjlAz9Rla2N0X0BAbj5YJgs98n5j1R5TkPnCzohM -l83rIYNeXh+O2B5709rcLKeY+nyrW3HZxDpSfNxOD1DfM8ZlEzE47pO+/UiF -nN0l5yGPlZCzp1M+F3dFZGmLeZ4IXHdueyjpWhXrGE99+SvUjz+zE8+rnkDW -+iwfnPZ/OsTzUov2i2J2NRPKZxgXxWguDccs30G1hwSTe6U/sjpHmtVCG4xY -ToGRLaZ29QbV6WKvnHszrhhvlutbC1HsHbMRvm/i8j44mws/01ylA8htx/KQ -dTpY2hKx8+U4TV3Dh8dU4Ny9U2mtfLTOCTKmEAMR92GY2NWoY51t7L1bNNdg -MfaiuQbj4zJ3vmqQU4y9s+xlC7R1UTE/pahmNiYDNg/qeI2XWvOtbo5G5jyn -ebCuwJ1NmiR7FzBXzBY3jY+hDsYs+KjGvFs0LrIVXeNiV0Vr86KxsLVHU1qX -eES7sR0bPt2OdRTxUH3nykdH57IPuUiOesktd1mVI63TRzs0pv4ixqeoTy46 -GHPoTxGNzoezsSUdH+wzF9y5yKYSPBivU6SliXFdqN7NDN9G9oRCU+G0wKeh -wJCVuLOf1AO2GQPgM4Vgu3UFHyYzyKbgo+uPSjaxxmA983nDIt85oQnYGUVY -fzD9t3BnfN0+tMUbuTQcbaR1toTznQU+qU/BcOd7VL5qHtdM9vcDTUiuHsBr -ZkMdtJyfn/KB847hrGQR34broAZYtpY1p4EaUm89JtcAh+tO+nk+3PdeHgjJ -O4+UUf8Na8kZYBF592NlFHcW+aTjQGZ6QnLjiQqLx2Rp2P5g2p9GkH9nMD7U -H33n4TJKMxPK++Xhd7Dd7xyWa+XXm+Mj5UAw3/r6A7HxnAm48yKV9+i97uc7 -d3vdoHyG2M/OnlOsks0lf3uzaFx00O3WCRynE2tzW7pu8tksudqhcelPt2my -dO3kD/5LsJF2aGz7slm2tZk66KZd1RV59C7Yrsv17eTtWtE4yCdiyN16L7jU -2cZoui0bpzvWhl1hsfMiGVS1uXU0GFZd1F8XGhfZsudnmsQEOB+XXGwRD9bx -UeHbRTpQ7SVQrztb+EGWz7E039nFrl57oEymyuZ1wOC6hTiQ9sYqdZRed/G+ -MvWV7HIyL+2L2X5bG5qV3oDtf8fGXIVVv3awzPYP2+Cdp2qBlPOtsxOGvQ/F -rO6yEe6c4ttn91PZBs301qwpHiV1j011APLA+dYrO+NcjrTruh34QP50A8mN -Vem0nsqN7Q3A9Due5t6fpTZiU2cb6M/vjcm0FU6b5FOcDMz6wzHk8wcrZN7S -rhYryb500/xPuG59V8RiFzZ2tb5XX5sb4zONnNWs7E9qV+t7YrK8LWrbrjhP -k/1KmOy2NEV7trDvimprYDQu50jr+Khkc8WqTXB+mcau5pzb+MhnXpr6gymN -U76zzThl+9uk7WKur61sUtPwqZeQvhjK5Nof2/FxaSgfgZft+2oz/GhUr13k -82+dxnVsCtb/Ju+rD1Ob+qf0J8yHRq0uNFu6dq8x4eN6nYl87cjrKls3eGA0 -OlpqM/9I7eqXujwvet0/8XxF8Uwr7G/xO7GprrWhgc9gP+bxUqD8Xieb+L2K -F/9bxUfXJkqBlrdJE+VTyaajwe4h/i7qHpcXO1Md7w/Mcel+0e9n7cr3Eru6 -Z0cw8u7D5X/4dinYqHvhh3B9qwXN32ENRr/fgOvWdkQb7z5a3viLhGYjSzPu -Bbm/E5pwY6U/2rh5IN5I+ST3S+87GwYbE5nP4Hu499md0cbPPl1r0vB7Qj2J -hSjYOC7QvEp/LvWHG+8ckWWD6yb9YGNcoIF7r9L+/PT5qsQHbSmf5b5w42cv -1OjvBnxKCQ3Uyb/9SLlJM5rpzxztz6Sf/J7rz2C08YsXq/RaX9LBdCjQpJ9P -VcKN9w7F9PegNXbpz6TWWZCT7Sjcqxpu/PCpSu5anR7omP79UkTH7uPl74Id -BV5iV/xfFHnBrpo3AudO9Bk0uA7OErCmCShNBacZ8HCabaE3sqfPl2jgb6gz -2I99Tml2VXE+4vXZ/uzZIvPR9WeQ9mcIkU3HZ8D3RnYjemv2xyvlvuP9GaZ8 -0PspaPr90shuhQ5U/QHZ9vTKfLQ6oLy39frbSx/9++jfJv7z2LR4lzbvLuZz -N8u2ec3L2tI/A/YHG3Q= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -XTgWXr68Sdqn2I+SiercLSi6/Sj9MYQnLm2CXSeUxBqodaN+8LwNxpamiCbn -Cfr4VW8bPHhKSTwTMf1DPUdrwOX5PLEGr/xdE3zrrytq3SK+BsI+jL1zH+IY -IthzQQPcckIZrsM1YGOT5y715iPazBZ0+LOvt8CTH6uINQxFG/VOpCu0Py9P -RpeDDl2Jz4gY195TirB+PK6HXWuuY/ryDfd9xVhhhxbsmtDfq1pvduQB8isx -zt3HFWHtWMsrjDzS73DkB9KIaHPPCUXYMiVV/DHU+j/pQ0GWt+Pf1o5PYU4p -q0P0ap2d94PjmBdH8PRfVQTNFyQP6o1IJ1R73Rv6clSd6Q0TUljaYteAy3F/ -bDifftFmx+EFWC/auWugZWVOG+Q7u48vwo5DUkkT1dCVA9XM2NR4FjYLWqng -39z96dF9+Xod8oo7jirCNnEee0N77kV7SVeXhPXpaqamq06tt9N8uvCMsn3L -00f9/ZsRxBma4nLd19EU7euzxfgs78t/Xum4kZwz0QTRVU+dsXWzsWV5f+zM -ifeDvAAxIaQjowuG1vbI9hPL+XR59MF1sMwahIltE4zextBBaM9er54/6f55 -Y7N2HI4vXwbmzkfSWqTkAqODTm0PXjiqfmX1dufMsvMp+9F2bR598bPk29m+ -rPfb9FAbJvfts3X2XPDTamT5k9W3cZz5bey4YvNurhtl5oLvjJUM7w2tfkF6 -fXdOP2SXk05uZDrpZ3XGZp9na2DOWX4/OH/koVXWV0+Yr6Px/ck7V/X5Razo -IHJtuc4wPqA92BUpuurUdOXuhcvLLf6SHUdnwPfNxY56GH6U4UFMn/Dpsyey -PMahq4j4fWxonzAo0mny+iHbgffTExKGlj3n3WSvsf3q0eMarR8zJoduYkcP -ypxHf7+pTZjk0H1sMJoen65wrb1+8vCEDG1F2f20ssNdN8mvRJ8X1ZGDTVIO -Rvt6VJv9eWeW0xfp212SN8aZdZ3hjMXqTPhT8dPsXswI4sy8qU2Pp8vbtrGR -0fQhXKDH6OUu/1P9cFmrbT9px0Z1cV7aN5KzVf18len//nxo363ep/rpZuvG -53w9G5vVtdUce+qMrdPYGbavqh5nl7fW9KG19vWUbr0/nO5c+nJthy4tBz8V -hC5daf/glNaoY+exxX19in/v52MY0Pzf7oFar20HpXDv0QWh30TOOcP+5zQK -nTK29Ej7sVXo2A+cVpK6ijtfYXsKfXWoxOxwTRNbDi7AIx+tCJskZnur2m3o -KMCSptjIP+Jft783hcfPLEk/Zlfo7sEKobePVKw+16PtkK1TU3jmUw0wJ3Ux -emyH8+8LCQMhXTOCG4Ue+9THK9JvRvgOPo/vXtSewryKlc3EV2+YlMCzHylJ -vMPnG2smijbNVp+mc7FW2E1PfKIB5pVihy/hc8vFfBY309mNDU1tnJjAQ8KO -H/TwBNSr5qCfsejSMI5zaUMMj55ahLkFVwftDOyZ5fxC0Oc7a5qEDXVc8XbH -P6jpamp73PHoxxv2DYaSRvbzvhBL4Ji7sgGFLXZUAR4T+z0cWrqiddgg6Geo -6NIInutbDi3AC59thJGQnQnN3286qQLzxqRKdw1Jj42ErV6E17/UBEvSyOxN -VdP6nadXYOVYtY9G/onf9xxTgG8hjUSRfn9ibOxtRxRlP4SBdGsa2XloCm9e -1wLLmiwPI16L+A2tAemc+K67P1iCn361GZYXIssvUPaI+d1yTAmWjUudseEa -bD84hZcubYDFBcYz9LrtPL4Eyw8qOmPr1Gf4jWtbYGWLtcuVrhPB1mPLsHxK -0eAmtD87DivA85c3wuwoYvJG8arlYxKY26jkitU5Y1glvn/xkgZY3uDSHI5z -SOiyiMWQvo9trhN0dYM4C4svaHDpSsvBFiEHBd/Zp+gx3m95Y1wXw0XeNiTm -0htZ+UA8uzNHpklbWnw/EIQOtkY6WGeQtdO65fMRzBdtECsiW1ra+NoedO0a -xVOQT82WY3Mx/B4ta3xbCP8+JN67QPTT79jr1h7IrkEsYwAWe2OrSt5GMt+V -wRJrDtXYqp7O322ez9rRNcTrsJ+Ir4HFaTsz66bk7ZBo02v8ffbdZA/6e9Qr -5xQqbIfpob4uaH/G7wyLv3/Gl4PcHgyTfVq/NPzKleMefWG/EWEeidkL+neu -Xqjb5P2NyyufHklvJl7MdXTf58rbcB3b1Q3dNqYd2b7sHXlr4c+nV4+vl42x -N7Ly2tVh7Njy3tcV5o+tJyIb1Np+tNZdYR42YPeH69xWrmR1c9qHHtNvvr/H -4hUabx/F79zFcAZ/LeqNgWiasBKjP0exs255dkjWH1KfhquMF5C+QzpLXnwC -8QbuNzf4Vhhn+rJtEnM2XDqo34bTO36HGBfqYoR15dl91idDukJW18rDqkie -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 -lV0/tyWFFdOL4Pu6kK/jfcM3TE1tHJbWj+a1pbCsw2IJJO8Xi3P9lBjzjvek -+v4/6/ehejMWa1WyD+PpfijsqgdPV3eN98U2bm1+cwrrDi6yOgOKTjGX6/Wv -tsAL55dlLUCKDcR82DsOSuDJ88qSnmqh8hNjzCnGOfxU0NtzlzSoO8U0to/9 -YK2Ae08uyRwO4icSVxO22GtfaYYXPlWBZZHCLMjnuEjs3cqDVV11qq+DdIL4 -GNZ9f0ycrVk61oHsAML6Ccun2teo/z12OuZnlKRMsXWLBA8sCLo7pOjKe42x -4vPIK/rZuZe2d1nVJ+9lvELmrImx7BE8ZNv0gsa0Fa1iPAPeR/wPU/Prt3O/ -c5eJv1Lj7DN+VdJ9jC9b+ih9/Ldb89L+wK6L1fuydZxJNgxrv7Otm2L3yefV -0ucRxtLmwzzpfm6/hHasFvvQuDnyMu3bncVyo2XNoFRhbDRX8t9gvU+MW8e4 -fPJJGx9voHBwm+um2iJvxBidpZp2ByMbK0gx/BlbOVS52HNCm/Nt6oSFVjfn -a41jRDxjMKD7HF1fRL4PWY25j+ICvLXOxBKQ7KV63qyPTi0HR7vfuTvHP0i+ -JL5HXJfKuzOF+wOdPHrahzp2cXdk7TzHXg8Tw8tdmzjJ+E+5T8L1XVh9vlfn -cRq8PY4NjQ2Z/FfXtuxnfJP7pClHK08f7NUyjnB+7sfkNh/tNenM3K4hmqJ/ -11tr4u2+rpu3P9aWVfaPPUd2/f35cNuJ00LnAfR2SVcs3zkPQ8ob8+gYhKcz -0t7n0JVZo8DemU21rvrJljd80rapMj7l2jw2Ttznp8pWsFgW3WszW8frkc+O -27B9Hv+gmClJI7E7J26vU19uG4tz+HYv2ZS97EzVNP5Acj4rHxIWw+TSaV26 -CizubfJ8iWdFtl1mT4PMmh6wfjvW2dZ91Pc7BzbuhcvEXHuVj53Nnd+D0emN -nXyPdLYRJ0S5gHmE/ea8ZGUB54k9bJy+b75LP8Prw1MNGrRRsEbscETYjdeG -YbgUbz8L9UwxNrqL0qcth7dpeukPeRx7lgfR87zmOOZ1Yh2iGjurLp24eCnt -zcycZzkNE+5g1hx/1qmz3eW82/x8B/2+F9ars10OO24/srgP6+V0B9Y/aPMj -GF1p/rBmfCr0OHWfjY/h8rwijg1j7aKt01JTT4WPm2rrVPXa4vlEv8d9xxfh -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 -GmHb451M37m6RdrLNndZ+YHQx2zqo2mdAHNbX/k8zqcE3eSrZjRlaxTZ9R4O -Q3hKjG3XsSo/mGMWaH8uIbubzWmOaPOT7jZ49spmWQddjk33MyDsnHUTXb2k -W8d27zylDJuOKksbnfpBv/Ms8fevNOfrV+MSYQ8WE+N3lnuq92L7SWWY15QY -+79Ln2u8ZwxrZvPaXDj+BeUEXr2+Fe44rqR8yOQ3CVStO8RaHL9zqO6zefjc -CmyexLB9TUekC3NZ36334bHzG+Cm9xYMn6a/qzqjTCZqmsc43h/1j4XHzy7D -LLG+fbruLY5vrjgny8em5pxQO5zD3R8syfuQfdsb12BpW+rWJxPvwjrZ37u2 -FR7+VKP0/1tdS9EV1vvrdOaj6Bdrvu06umh91XosPJ6P6yBybCeW5BpwuurS -vAzzH3y9BeXId65qhocvbpS8zqmVj/dZtSaZseG7b3h/EdZMLygZFVp+NSJ+ -v6JcXw7OyLmHF/u6PogZ/7Pyi/isL88pnremMWVjv+n2hJn4+mKV/MFMhyL7 -pJ5+2a3xe+d8BSY2yNEdpC8/jOW9bbL+Io8Z1nLWb0M03KV1Ad/fSby7y59L -GBufOMXrcVt/ptcHyZo+7qsmPchbA1c2+vLJjfWifnzfCfoihmhsAc+1jDPz -oTnNCLJ5YweSg/79znm6eT09Mm8M0rdr+JSrB9a1XZgNx3Pb/H4yY/P0JH/f -fZ20N46dmvscd6L6QNmxufNwaDvMWwPl3yY8ymBUYX07n9oYOmdt6uEJ/hg4 -TdXfn1jnidv1pjny+NYMDYdZWnhX9a+CpK5/cDSa4nPt9P7e7f87HMU3z2x8 -a8PRfN2+RqP5PPuSt6lGvE68xVipZnNuP3VoinSwuvNhNju3hf35cHzEnq/E -+Krrx0CMvj/11oDwnmpg7b96+eij9dX5LuIZZnp1P/J9k/wcZGOc+FjsWlqd -RNFtvo1IflpurytftZUD2Xn5OWgu9u7TP51lyn0lbJzqedezX/le8fo0XI/2 -98+5qyW056YeftSpx0a4p41RIAyuXj/5vuHunDZ8DYxcDm2OR14Odt67aa27 -DoCLjhV6+/LWZJ/WDffzd5J+ZGRCoPgO2hroS/P1SbJFqqE7FtyPhQ3KB0V3 -RPJxDjem0ldr8EyNUcmYzMnKl+rPb3ZTIuM3XZ4ixtaQwCa8NzdOPFoR+rzQ -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 - "], {{0, - 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsfWeYHcXR7pl0wuaoVVolMphkbGMwBowzjhjjnHD8nCNI2nQ2S1rlHFHO -ASEJBEKBHCUy2CYnY4xtbDDJRvtt3Xq7u6Z7zu4K3x/33/XzHGvZPTPT011d -4a23qsd+95df+KGfSqV+m+X/+8Kl4z/0m99cOvHiCv6PS37x2x//6Bc/+P4n -f/G7H/zoB795/3cD/uUC8wlT9n+el/LCIBXx3yO/4DPQ7/AJff4Mck3oDXIv -7wjX+Prvhc/G7/kP//U1fnzN/+Vz+Hf8fwPeb7DP/+1zZA7UNYOMe9A5GGRs -wRGeM+iaeke6ZpDnDCILaq2DVJD6///7///7f/w/6Cn8W1UdlI+/pLTl456X -Pyfl5z9o/v0Afy7OevkLfE/9/EGPP76fPzeVyv/s48X58Z8uzn/WT5lr9Ofs -lJf/8bui/KfKAvWzuhf//jy+5ltjonzTd8vyF2b5u+pv+prz+eefn5fLXzQk -VL8/j59xXuDnP8nX/Pj8onzbD8rzl2RT6m/nxs9J5X95YXH+m8dE+bPkXj7G -nMr/z3sy+fZLivMXZfEe5hofz0zlf/Nhfs6IiL/Hv8e78N8+xr//1QlhvvWn -FfnPVwb8fnZsH+R3+wh/73yeAxkzrruAr/nRB3P5tm+V5b+a8+Kx4W/v57/9 -hMf99XER/2zvhWd+b0SQ7/heWf6LtYG6N74vc/qbTxblv3JUWo1TzQF/Po6x -nZbO539dmf9CVcDzaN8Vc/C9M3P5b4115sDMzbdOSOcbvlqavyhKqedgHTA+ -fO+7PGdfHhaqn881vz+Pv/OduiDf/H2ea56fcxL38/Ofz3j5T6c9s6YyN17L -9/leX/tsyZcgR76f8tW/nv537Ihw9J8aqmhe4FOHF+pPCv8GtCATUDf/d1tK -/67TD2lyyqdDXymjv15WQcvda/jTzt/ZcVyGZpeE1Gqu6eBrOvmafadl6MWG -SlpUFFAXf1c+PfycWz9ZQiuGp/n7/Dz+/qQwpAVein7/3XLqWzuUtpb6/F19 -He7Xzve75dMltOGoDOX5mg7n9zedm6NXGypobbGvxo77deGenk/7zy2iRUPT -/D6B+l13ENJMvuaPFxbR2+uH0fpafE//rRPX8s8zQ/3f6v1T+prpKY/uvaSU -aPVQ2lUVqO9hbJifVr7fnnOKaO3YNLUkxhbQ9UdH9Ep7FW0cou+NseEzhcd2 -96eLacsJWX6OT5P4GZP5M5d//9hniuh/d46grcMjmsR/6zTPaeOfd/H7bDzG -zIGvn6N+f3KG/t5USeuL7bx1qXUMaOOoNC2uifgavWa4Vxf/ft9RIf1jcjVt -qE/zewbqObKmi1gOZkUBv1ug1qjTzPXtZ+Zo828q90CO2F4r94qVlZKr8lRq -JM/FW01+8PYEL/jP+FTw9vhUiJ/fvoz//R1/LjMf/H4if3jsb0/2/bdxzUT1 -XfyNr+fPb1K4Tt/jcufTxL/Ddc18TYPP9+FrGvgZ+h6+uv5y84wJ/Gnk30+L -/LfnR97bbQGu4e95gX6Oh3F5/PETz8HfWvh3LENv5/maRh/PkOeE6vu/M8+R -7+M9O8Pg7ZmB/3Z7fI1+FsaAn933GG/uN4Xff2HWf7sj1N/D9/H++BfP0XNg -3wk/N+JZPO68r39uUJ9Qzwn/foKZN5n/Rv7blNB/ewHPQWeg7z3R+Tue89tU -wfgwd/z7Lr5fSxDE72LHJmuUvAbrg7E187W4BnMs14x3vi9ycHkqeHMy//7r -KW+j0lOppFyVpbx6vraX35MaUmEff4jflT+B+pffg8abD6+3+m98F58m9R11 -nfr9RHPtRPNd9zOR5ZzXLL6uib+HD88p8fur+0wsuA/+pj7meY24t6fvxbKp -fi58Dr7TZK6TZ8XjNdcUvk+D+R6uUf96yX8bCt6jIaW/24KPc395BxmbvIu+ -Vt8Hc9AUPydUz8B9eB+oe+D+8bhS+nstzhw0mN+rcXjJ95F3ajBz1WT+1Z8g -/v1A18icut+Xf7FODQXzzNcdhj77gudvGViuUvUs+71GnvompOw98f6F95tg -1ly+g7HKuCY6//aXK3tdk5n/Fj80cxqa9QsS35cxyLrJ2JTc+3bNknOalHv8 -zpVjGW/ifdR662sgL7hvHuOSsRXMw0RzH5E7eY6SK9lnjlz135P63ZPPwbPt -+o2XPebIR5Nn5Sb+DDAHslcazbvbNbWyX3iNzJ3a/86/st8aveS6Qq7gH30h -dQS5SoW9jXof9DU5792M/ZKS9Q4KZET/Xub4SDJVeF2j2oNaH7Xxp53/Oy97 -qeD7jY4sufMre7ZwjtxnNBh9IHuu0ey7gvnpJ49YY3w6+AO/rEP2rDO3sdx7 -Vt81JOYiqa9cvdCYkjnWuojtvJ6DVP85iOW+3xwEan0aBpiDWPbM3xrNz4W2 -pXAOJppnuXtGyTxf21IwNraJh1vfQa74XXsb9XP7Go3enc6+2o6xIS0us7re -tQViA2O7ldLXTeJPq6PP3XHL3pZ5aeXvzsoFtOvYiJZWy3OSa9HsuXZQ/9zN -PuSmoQEtKoXcJ23vePMc13bivyEjS9mPnZoJ+smkjK3FXIf3wPcXFAe095ws -bT4qYn/dV/ugwdk/LWYvi+5oNOswK+2z3x0U6MbAjC2M7S3sMvThTB7T7uNC -DgPCeK5l/vq/j35mF8cT6+pCWlqux12oh6z9sjKF95rG1+FdJnr9dYCsqzwH -35/M379ydEhreWytntVbIlcXDSJXtUGqfko66DX7ok/5Jnz/K0eF9NqaOnrg -O6UcL3jsA1md2pMLaV4p5ilI6HvM5R9/zrHYUWn1twajH/Az+8Y0IxsY/ap1 -PvuItG1cRK+tq6NDlxQT+8LGB9PviPfCdY2e9TXwWV/h0+uLa+nBn1RwjORR -c6DXC2Po4FhyZi6I96voKPzuL22VdM1paf5v/RwZ2xQe19IaPbYm5e/peOea -U9P06q7h9Gx3NcexPrUGeky471S+34q60DzDPAvxsufREz8to1s+V5x4DuYN -18/MOvLuazlawTHlaxuG0uPfLKGp/D5Njt3B+2IOmoz84hr8blWVT3/qqaFn -OcaepuZAfEGt/+YU2TloMGuRZ91771dLac8FRSwXfsKXaONnLCyTPWLkn39e -WuLTK8vr6KlfltMc3i8yNtjBSXz9T3IDy1UF6yu+T6/RKX1iD+aXBHToa6Uc -s3Lc6WnfWtYVY4BcXO7Kuqflef3RaZpZFsY6V8aZN3tUrhHdPpvX566Li2n7 -CWllC/S4w3jvN3r9bdXsrE93XVJC174vw+voa5tq5qEj0DY26WuESjduPjFN -86utfzLRjA3vkw+D2I4qG8V/W8nr/cyvyumBi4poTuRTO75nfMJO1pltkX4f -G2vw73g820/L0OoxabVv1Luk7PtA14x3rsHfe/i+Bz7Jc3BKhm2ur2TH1RlN -eh0T8zaTx3PoomK67cM5msr7MR9YH7LN2PHC9YFNWjY8orlVkdKfVifocUF3 -jnf0MZ7TEwDTKaL9H8ypfd8s8YUXHgZG8mV/cDvI9+o1+rNP1k+tEe+DrpTd -p2LDBvIVZezjU0lb7saX7jXj43fVequFP02O/xDHLsZ+jHeeoewtj62H16Cd -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 -Yf11zXCO4T5bpPr9dvlBogct7Od0o0tlnSHD6O91y4eydA2PbbIZm4tPCsdQ -fI6OQHO4do4Lac0QjT8V2rdWk0OWnmuQS+yxdTV6vHbvGzlMGd6C7AWzRph3 -2PplZWKrQ1OzFxzG3vnSYHnnuqB+x0eLexs0ht8ntgry8eqcWjr4lRKFuaA2 -SPX0SGnMAP2nujzf1JFonbOR1+G1dUPVOsQ5RV/nFJaOzSjucIupmRWe7VXH -pek/a+vo8Z+XE7AOt5c18k/IBcY5jVBzIm77QIb69o2g55sraQ3LWKexjSqH -fFSa7mT5WZTWfivkajGvOeKpf98+il6ZXEVXqByyrncCV/Xuj2bp5SvqaFmt -zo+0pUPl09zEsfrLt4ymp1cNowP8TMjWPJanxSHHxF8ppTc3DKUDR2k/Hj7W -cva5/vD5HNHd9fR8VzWtynlxn0as26rhId35uWKDx4XK9kGO9p4Q0Vu7R9C/ -ZtfQ6mqLTyibBxyv0vZRldz7Vpap1xbU0gstVapnlPAjMW8LayO6+Qsa02lx -dBX2zst8zf0/rWBd78U1SBNMTvyOi0vUXnTxKnA8XuTY8mmOe+dm/JijBbla -PiSinguLB8w7Dy3x65eMTfcq2XX47ZDp+35cQXvOzird1BbafkHr6iPaeFw6 -jkMlRzmfZfru75fTlndlFL4m+R/cb0ZZSEvrIxsj+TrWXo0c8sRKuvczRTQr -bfidZi2gRyAbkndWa8H/bmM99XxrldIlwCOmqVgsVPHm9Rzb7T03q3HYUN8P -Z1HtOTmiJ9uq6JFLS2lhzo/zROC/7Hl3hg79pELJhsImQn1u2c3nZOnfm+ro -dZb72z6YpdVDA8Xn2YQeDBcW0aEfliucDFwy+FSz+fnXnZGhP0+tpnu/XUqr -Sr2YewpZWVQR0vpj0nG/Y8Un5N9v5Nj60d9V0h9+WEZLy4Q/quUB+MWMXNLv -hB5Zzu/95K/K6ZHvltKSrPRr1h+csYCaE+GASS9O9DC8lffDzvOLNa7t1CtN -LQroStaxrX6Sp4m1v+2rpXQH1sfUb5s+xocXlIR02VHRgPGgW+883skPKi4j -anA9P87Hi6+ed+ybG1spPqTpySz+qcR9kMHLBvAv8R6z0csaZ84FtmeM+JmF -ta+4F85LWFfm0eZqX+FNM4s1Dx447aKcr/ggyhcwuCywVuAUW9iuLyvR9c56 -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 -BL9iS51Py1nGZpToeh7oEeQCgAXlAwdj9nX+EfKIHpZbeO2XVmpuzKwS7WsD -d283foqsjcKu+X2gG1B7Pz0b0mL+dzZ/H+dPLC3TelLwccRn0Geb2AbvPjqk -9cOwjnpMXaHlg4r9kXmQmv3WVLKPt2DurQX+U5xXTWlsQGRKzpCTvke6P0n/ -XgfwC4UHG3PZHTlwZWv8f1HvDH678Zv7JqZsDeRAfFmRFTl/S94r7i8e2DoL -kUMdE7LOl7rxMIj547ZfhvVL5RkSS0q+D/fE+QKItaZmhDfgyonW18CIkbuB -TGEN4NdDToB1TUrL/tMyqfq55jSfa1ldSCtGhEoPo94FvDDoxs7I8qGbTQyG -d5nCdgzjQM8J6Ok1VT5dMSRU94KcwW5K7gMyj1rMZeU6V73QnM0yxdiY1tDy -U2TOxb8WrEd40nEtRqhjxcIzoVWtk+n13Wrsn+173z++nhg/x/rFUj8T+1pe -EkMb/47nO3vqXEtb52XifC+IzymYUCBbEzyb6xab2eLbuqkO32JBEge4fc/i -XLXZS25eyuWjS6wtfKNJJuZR/jPbQdSjtBbEpFgbjR9p2QMusJD1yNoh2qau -q9Y80TbfcvChk9awfYY8QN8sYdnAuiOuAs46zdSRSi5bcbNCfT7FVPMs+Jqr -y33adXRE+09P087jIvb1tU8t+B/GNT+nc4kzslqnQfamsg2EryD1zm4dTZzj -d/RUu+FqTA4kFh0Ac4rrWG2/9zaDp8hzJjrPETsq9sPGUIHTM9DKgvRnuGiQ -eudS1ffD723RPn6f3LPd5FFaY/mweWTF2TeYreRwkHeGP3TdOF67Idb3kvE3 -pXQuTsdNYVxTj7h4da22Oc2p5Pvi027iaOG9wG/eNjSgez6aod0nhGrNXdxJ -5YzY74BuAFY0qxT6I6Sb2P99bkoNPcK+1x62RdAZkAnkhpEvvOldEe1iP2YV -+z0Lh2h86vrRAR08N0M76zVOAhmADzsH+XUe87ZhWkZwpgnOWb6K/fn7EYst -rKPHGqro6pPTSldONjkWyOIG9tevKNUyBb4y3mc5P2vviRFtGaH70bpn40ne -WfJBou+he3fU69xhq98fg2iQmm9HpmB3kX9fP8TiWzGGlTK1ARL/exZfmmzm -3+URwL/SdnCQvHN1UL/xjGyv6fvWJzYQucxnL6ugzSdlVN64wY/rEVUPMHDc -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 -euCjGfr34hp6g335Jxoq6Tr2sXrS2p+caPbPfNMfUurhgQ3At7/tPLanx4W6 -RiJIypbw1KQXHOQLvuP1HL+sH6p1qXv2tKqRTln8XXqmIOd9gO30lWN1vOBe -o+xHHE9Zf1r1mfV13/tGR+bl3PB+uKjUOw8J6rd+oKh3oumzLbIKDv2T7DNf -/b6s6q0tnGLVA2w0+xIfKzYxcahs33T+/i3vSdPhe0er2G8ux1zNhjOLa+aM -ZPvwwZyuQzM4DORs45iI/rm6jp78aVl8Bq3CqSBTPP+bhpgawUDz6mYFHj38 -2SJV+/lCT42qN5Z8GHJIqHd++PtltK3GU7YP3JMD707TCyuG0r/vGk3/e9co -+iPHhBvLNN8X/QBv+XCO3uT46cZTIuW3IYeNvlq7OF5/9ZoR9MwVQ2knx+Hw -62B/5/EYEG/23TSSXvheMR04mv1/lqHfc2z56rZh9L8Pj6HX9o2k+y4tpWUZ -1F3rPnHggT3wDfRjNnqebR94pMhVv8ay+MbSIbR5uK4haDO+V1c6ZH2r5U/p -n1Dn+VBL8ebyIfT4hCqOtz0dk5szLKaWhbTvsyW81/0474e6kT3jAvrPdSPo -+Wk1tDT04vO3sRe7yiN1TbfBeMUPwpw+wHvy9o8V6d7cBjuFXIGb3FbQV809 -33nW0KjX8Ib7hF8DnGzPh4pUnqTFkzo1/ZlXGdLSkZGRb92nCDWpOMsavPLb -Yi629XenloQ0b0hE7jnFsH2Iwf/4iwq671M5c66u3WOzjW8zXmKkQPeGxPnR -TzdWKn4NsEfVZzujOTrXnxDSjSy/2BeIw5CPBqfqjxy/vcEy8uctw+mhzxWp -+j745bCl+zmWe/jnFYoDBd9a9asJNb76QlcV/ampUvFIkZdcwnHd5hqf7v58 -MT3683LaOlqfuwQe1o3HBRyLVtAre0bS3xcPodsuLFKxxkwTM6Af0saTMjHO -Al4eOAY7OXZ9Ml9NzzVUKH6hnNOjuM9Z7eOJPhEMCL7g/d8po1suLFa9pOXM -D9jaWfxea8ZGcQ8PFTf4mjvx+K/KVe/5BRnTi8HUYaA/zvIx6bimTnOOA6UH -dpyZVT373RoM/tvh6ZmQfjo0HNQOSr3zBKfOS8cCti4i7gXh67huYszdM76T -p7kai3gvoxeB25NZ+eupZA2u8CCgwxfwNfN5z0muVbAL8TkT9h/P4feDf7Wi -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 -WddiZZTFkAg3+M57yupJbTuQbQkOAvjLyVZc3ST9fGZfbaBaryeVuV495o3a -UD8XtRp+S6wTySniZ7pNj+0Rbd9SDDfmDRj/YivPofNin1Cc7Z3vbWJu6VG3 -H809CmzN+yDMPXgp1SF6bRZ3DgXP9uPntKfEJV+1fgbcD4QRg+e1anWnKarV -rO2Dp7UNR3qz1wXMXrj++JJa1ervA7Zv9Zz+9F9a1Us3DvCcwoYatTjpnpMa -1YY+2JeIHdJ78ZQm9V8ruzhv09f7pDMaqXs+1Mz7geyaKau3Uwzvs9p2+82t -h3E9uGkbY8+2PuX06vXZUCkq1DZGverHPtmsXrp9kPmu6NygvhpyxCg3G/4c -8kFQG6oTNbt3QO070sg76Adjuv0+Pe5rjy2yLY/aIpu1jf7YZKeavbvCuffk -/6LvMnU7IvUNbQ9T7PCw4LCj9/e8qqie39Sjtvab3BNzZ5vn2f23jdxPNfCx -7yRDyWfyuxv7mUcXc10NDQ/RZYcXOP/+PDHX9L37dD8vbu1Vu15ZNHeExXBp -TVZaHhzIVBOHHM3edFxJbZsr3zkMKpuao3QJx1v4uuHAkvL2Ab1H+21bm69x -ivOP8zzq7jUbi6Tfv+7wRN3x2gJjHhORvyvZRomBr2TtE8oBpPyVmWKc8SVy -zFsCu9TrgcTRsfPogrr7HQ3sJ1ki8A7EcUtdFTg61W2/6wTievRxxsh9AVck -4kHZziBZ2mH8rGvL3m87YfV8rm0S+ruDvotiaa4/pqjue18jxxwvjX2cJz0X -8MzRAHEtZh7puy5v9/VScL6mIs+RBF+BsS0T5qq77bgCc+b4+BZ/79RbU+JI -2dlnuXEjiePWYnNWlnO+8xnJ3PbgaAZ3tr6BoBbnc7aDHQtqTbgc3EjGqiZi -bxlbmuQHanEgf9VzombX3PfjY4snrH0FmzRr89mYD7KLQ18Lmm2wMOv7rvFb -sL9d5LzEPlYwi4sJrqQgdnypjOGJe3Iytval2Itc/ykynOwXJP5elf6Y7Nr5 -s1kNsjHdyAUct+3yeidjzoHHnRGX7bHZWjve5ZbDPvb3Xd19gPzBQ+U7j4bY -V8Z/5f1Oc++t/F6GHQoeZxnXgJhe6fNknThK3LkYqZlX7wOE3xE4LdZ+LPS2 -ovO3WD825AdsRze2MGuLjWDfC847PA/8mfl5cGOLPMZCzwh9imtPx94ew5yy -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 -2wb7wrfJYttZmy/2uQkR8EKPPeT3lscHD+2/sjqkrzdhfRtjufmRzyttfDzP -SA6jzK857KNxKxfAVbYoyvpc3JkN4I/08+LjwOv7LWRMiOOBcDZ+FnuTOC1s -PVkTfYm9D/M+khE3hiQjs52/fg7MHpwU0APg68C9eKicAakHZGLhhfzxss77 -IdwrjN246vkTpP/PxIUhLgTcRdl9NXkIedUShBX9vamNcT2ImBTSaYhnjOwy -WS9vyHynQuxg3rdRdb6EpGZvgSMc8UN0Rsn3fRnVAqSc1DCp2cOjmT1izg7z -gOvPk85fT6bKvYd5ItlDMfZTc5xzOovO5rZ76mKtb+3qM3GoU5GX31lsV6yb -lfXkGxmfI1Yc2LvkNSOubuqDeASx90fqPo/PH6LnWGvzzcZCf5azPnbv88HY -OOY0yPof8lg18hloPxEOQlyGxBkO7JDaED44EVCeV32/aHcUVFaUPO8HeHCp -7tZ/Ui3ZU5scbof9Sno3cQYjtgW6FeH+D5zWzPWsEFOMPCiSA6vL8KMjRzpi -rPrF7fPUA+9tZI4CGbtFY1qc1MY7EvfzM8u71b0fbeF8RelrpO9F3rKLlQ9N -rvLjZ7Wp3a8q2XrVHpMiu2xzp/BzJIZrjLjMXt5jsOq1seFvR4wG+TC/3C5y -e+x4KXbxwY81q5vf3uhzvsXz0BzADzkO+6Q9Vj/fNE89dFoT50iDCw5nddre -keCrot+/om20p6Y71ffPbDV5trHHi/l5Sz42DtgJ7fW7tO1944kNChiylKNr -W/y9DwyEYsCfW9vDPNurRO1w1q/0z08V6surLr2vlhYMPqj7Pwgd6AptPz95 -Tpu662QTiz0e+zllTsMGn4OLs0/Y2J0nN6qt/QV/H9izgrwZ6Igsa/X3Uu79 -9z7bqva9sYH5/CXuDN9z/n4jDrin9Nge+GATyyz45elv6AcyCDKD8Jtvvq9R -XTW/kIlNYLtK78OL27y/jZ6V8imuPbKgnljSpR60OeS2doLph3JyWkQ8lpWt -01p+fOvdZXXLmyg2wMb/W10aPMvSNqEztr5Z7/kvtKlvva2Bc0CdThlYnkZp -91odiGohPqzX+oDew8St6/1LZt/OFDxnNc49Pffu1zeoq7SNbXgi/b6jNmsa -/b2O2Byqv/fY59vUt/W5X13wMVqE41Bdy7n2VT7fGc9LcpZraEeep8Lr8tla -wM4fGxo7ZAx+itDb3qOhx1slxkWfXR1aHucozt1ftbGdo/bOp5okaxPkSGf5 -dGrzdmNnj1qe+tzdKjGf2NkYy/T723tNnbulscdVEPtfOwfmWUm+02s8zD6P -zDXM2DOB4SdfZjk/HK9jUD+2nPNjQhPrRXUFFsfwCfozOVRvffgVGf9Uzlef -b+OwzpDyxEOOdUMcEe+rMGZ7cK57kPX2IMnsK8hFH7Mu/KyBxwyz+KSdJxG3 -LmucSHsiP6+oVwwbL5PvXGd+jH5m8AAZI4fYhlq8w86ps2GzehueT/q2wM1N -uBA4jxBr6XHoeniHj0mTdrWcv1pbLHF1HJyPXsjnvL4qOQARiyRjW+eKHx8O -YFeJfRYKHayuzZC4nFnkM9jn/oN+hpGoft1wqdfgHDvsQdg6eXvV2y/Sxji0 -3wJz5XxdVmYYvcHHy8DmkryhPg9WxjPkMVfoLNK+FPHAQj+RzwI/luN4sWet -WsdGzKyFXQfoXm7v12nj7TdgMt5GxRzU2/fZsZm2iDGuXwNcyi3/cusjbPK8 -Dev2OO7OMD4k7mzrTcxWje/q98MmpoH2F/neDxofPMcn8++cYxjwZ6k2xUF8 -fki2s23c5ynPJ/Dfk//8kP2uEf6M/bx+abvq4JR+jdnvG7GfH7HfRXyoY2xr -JOb3yPQzIsY2LNr4tol7HmpPfeh7i2ov1rRDP2zT2M9TPxP6fW1b8d+H3XP4 -Z3LPLdosoj6pTeifxbzMnIwYPp/MHFA/U0HIfcs5GMYcBPa5DYfnQZurZ9cn -yTyLn4vEzlGSWR+tJ/DvI+J58HnuO7RzZ9b/d9P654fmyHfuKYWVHa8o/p4w -Do+5IlfE5wxDLtO9sLE7UVdq/Xdx6M+4uz8D6zuGbh5ZrES32T5YMDl8aGPv -hemyscFwXjk/hrhcjiio29/UwDmHiOeC3kE6JvNshz63mnRC4q294vBCpsYV -ZNy0vTehRyPG4Br9LLfpftY0RAo11HBfIb/R298mfpHqE978hjJzMkubkP29 -ka1tKeQhjYc43YgLaDrKxrdQW64TXgCugDnQ9tNAou54S5l1e6/fGJm+ojFR -Mw2+H6wX8UVRnVmypSV3Gtuxoc8Pgw1LOucGbQcQFzLNKeteYa3Mgg1m7bF0 -S1tBfWmwsFPuK1ffeUGh8syW3pcvKkQpxdRQbo7ei8SHlW5tjVI9NopRTplz -Jk7SsSBM95/dkT4705VuiEPzPrXRP7Uem976loZ0TWeSki1A+WN0x07qNne9 -s5w+t6k31ePm76bPD1HdwyBK7//ntnTdgqJuE/HnqZ9p3eb+szrT398zmO7u -57oFqV6fdEyPZ1z/7cA5Hen1r2vgNlXCC5IkXURjO6M1fX5lV7pOj+08HlvC -3zlk/7bxmIb0S8RHEZn3l+rfHz21MX3p3sPTbYcV9POZv3Gso+5T78VU23E8 -J/Rdo7qfiSBIv/mZ9jS9aSD9ai9xHcZmDDE9d5je+fHW9Oq/Nv3gffreb51U -Sl+8rCfd0B3z/ND3Gc6VMH34rPZ0++vL6Tl2DmgMWk6lD76/nP72u/PTXUcV -Uy1T07HYPGuV+jm9Nd15QkN6Lo3Zvj+q39/3nqb05xt70ouTMB2ya0Ovs3Wf -u08opVvnF/l3nmvyidO6LSykz+/sTy9fWErPt2OgNufqtdfnLV1Rivj3Ybum -et5/e+fbGtNdM93XMu5sebbxL0nCeKArrnSEQaU1CCt0L+LVEweVtsz75md/ -Z1wZ6IgrnWGQ+Ty9BlqiSkcSVlrEexTj1avl4mBvXGmPsp+nvw206zaFsOb9 -Xv1dFd2mJzH/b6P+Q9tGj7mnjH7ofTs2/V2VLjO2ltzYBun9kmijf1K9DYoV -GpwXV7qS7HPy321/+bHNazX90By5NrZPmpvecljTf19DWDlcP09nUvu3wR7d -f0OUGVubbTM4L6l06/lpE/3w9+kxUNxAfg6oRtuA/r6OXB/0ub6msEI1vfP9 -0xxzP7n5od/JF5Wfzxa7pt0dcXfwl39/+fd/+I/uxDD4I17683O2OcR3/dFt -/pR+/txj+/+egz/3vB3i9ae00X2Fci/9L8K98fw= - "], {{0, 150}, {150, 0}}, {0, - 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->1689606359,ExpressionUUID->"d4012257-1aeb-4330-8c25-741fab104b1e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->713522088,ExpressionUUID->"cc822df5-d77a-4b33-8271-408eb60108c8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UseRawInput\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.7870525287894907`*^9, 3.7870525345808973`*^9}}, - CellID->1206983702,ExpressionUUID->"775b98a9-98a2-4b8f-bfcd-c0ac9e60f104"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"struct", "=", - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<PrussianBlue\>\"", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", - RowBox[{"\"\<IncludeBoundary\>\"", "\[Rule]", "False"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`SimulateDiffractionPattern", "[", - RowBox[{"\"\<DIFFUSE\>\"", ",", "struct", ",", "\"\<hk1\>\"", ",", - RowBox[{"\"\<UseRawInput\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.7870525482289667`*^9, 3.787052580099821*^9}, { - 3.78706048754243*^9, 3.787060514374118*^9}, {3.787469346855278*^9, - 3.7874693478409147`*^9}}, - CellLabel->"In[365]:=", - CellID->648089606,ExpressionUUID->"e24fef37-2e77-4477-9d6a-45f9cccd9d61"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 - "], {{0, 150}, {150, 0}}, {0, - 65535}, - ColorFunction->GrayLevel], - BoxForm`ImageTag["Bit16", ColorSpace -> "Grayscale", Interleaving -> None], - - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->404950458,ExpressionUUID->"b3db87c3-04a5-468a-b1d2-d20432cfe39c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->617048168,ExpressionUUID->"18c9ed0f-f289-4971-8d72-a31dabb738dd"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["StructureFactor", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787052607707879*^9, 3.7870526103874693`*^9}}, - CellID->2065565501,ExpressionUUID->"f9813f68-562b-4b82-87ce-33104b07a578"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1886221552,ExpressionUUID->"21c36c06-9e89-49dc-86ff-d258017258db"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "0.709317"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870526339870358`*^9, 3.787052635667378*^9}}, - CellLabel->"In[366]:=", - CellID->815752611,ExpressionUUID->"500db2fa-a861-4381-ad1c-52e35375ae18"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"59.37443090894123`", ",", - TemplateBox[{ - RowBox[{"-", "179.62029050603581`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellID->818530629,ExpressionUUID->"35c3be9e-3e9f-461d-91a2-bf394ab535a9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->530028213,ExpressionUUID->"26c1057b-d7c5-4247-ad92-7bc208de3379"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", "0.709317"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870526449068336`*^9, 3.787052645635282*^9}}, - CellLabel->"In[367]:=", - CellID->1077409114,ExpressionUUID->"adee3891-a43d-4a93-b3a4-1537182f9cd7"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"68.22565401267579`", ",", - TemplateBox[{ - RowBox[{"-", "179.54171610051776`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellID->432867494,ExpressionUUID->"aeb0a553-b1d7-4283-bcc7-82407f1b800b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->422008135,ExpressionUUID->"d151904c-e84a-4058-828e-b986f529c4c4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Diamond\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", "1.541"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870526550981207`*^9, 3.7870526557874413`*^9}}, - CellLabel->"In[368]:=", - CellID->1817443874,ExpressionUUID->"4e8f5adf-60d7-4724-bb27-2e229f141f74"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"15.475812233098694`", ",", - TemplateBox[{ - RowBox[{"-", "179.73767859449038`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellID->2119279037,ExpressionUUID->"8921b19e-38cd-42ee-bf47-1e72be131505"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1699722551,ExpressionUUID->"844f1ed1-c362-4e48-aa55-9f0b1bbc98fd"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "7", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "7", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "8"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"8", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "6", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "9"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Cobalt(II)Fluoride\>\"", ",", "hkl", ",", "0.9876"}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.787052672875038*^9, 3.787052683195503*^9}}, - CellLabel->"In[369]:=", - CellID->1151984783,ExpressionUUID->"5290c06f-e633-44fe-94a2-bf11d0dae049"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.11794667819760293`", ",", - TemplateBox[{ - RowBox[{"-", "179.47382940118814`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - TemplateBox[{"0", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.6412221023593533`", ",", - TemplateBox[{"14.393255655301436`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.2696814146570262`", ",", - TemplateBox[{"1.036264591123549`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.0400797177698164`", ",", - TemplateBox[{"0.3400742540666199`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.2672956054146996`", ",", - TemplateBox[{"1.8964536494333457`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"1.4189288259845987`", ",", - TemplateBox[{"12.805523431619738`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.428151902733726`", ",", - TemplateBox[{"0.21509049139461006`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.5033831660450416`", ",", - TemplateBox[{"21.44621691972328`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - TemplateBox[{"0", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1843170176,ExpressionUUID->"48d95dcc-02c7-4e0f-9566-602ee2b020de"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1409442263,ExpressionUUID->"58d6f727-21c5-41dc-a5a9-cbaf89cd004b"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1928548178,ExpressionUUID->"2de652bd-629e-47ac-bc7b-8c2b13c9b232"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]AbsoluteValue\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.78705270727357*^9, 3.787052710920774*^9}}, - CellID->1138543475,ExpressionUUID->"094f849b-a040-431a-a8ec-4e9c05458f40"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "0.709317", ",", - RowBox[{"\"\<AbsoluteValue\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787052718890148*^9, 3.7870527323846397`*^9}}, - CellLabel->"In[370]:=", - CellID->778092743,ExpressionUUID->"11288da7-5046-49a4-852e-f2fc760839aa"], - -Cell[BoxData[ - RowBox[{ - RowBox[{"-", "59.373127065273515`"}], "-", - RowBox[{"0.3934822124583079`", " ", "\[ImaginaryI]"}]}]], "ExpectedOutput", - CellID->1376805018,ExpressionUUID->"ed865d20-5903-4adf-a910-efcf10799177"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1751487831,ExpressionUUID->"62899c6d-e615-4b50-87f5-a69640e7d861"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]DispersionCorrections\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787052737472952*^9, 3.787052741984446*^9}}, - CellID->1420889555,ExpressionUUID->"a0887040-e590-41a0-ba72-99f80eb2654a"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Germanium\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", "1.541", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DispersionCorrections\>\"", "\[Rule]", "True"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705275412852*^9, 3.787052754848935*^9}}, - CellLabel->"In[371]:=", - CellID->947337393,ExpressionUUID->"89729cd9-03bf-4db4-9d3b-694f6d48758f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"175.70184775539357`", ",", - TemplateBox[{ - RowBox[{"-", "177.76715482080917`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellID->455805293,ExpressionUUID->"7c23b3d3-e473-4f9f-be57-7c778fb33cfb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1697626188,ExpressionUUID->"c41b73db-aa50-4e3f-97f6-efaeeb8e738d"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Germanium\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "2"}], "}"}], ",", "1.541", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<DispersionCorrections\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787052762880213*^9, 3.7870527637128572`*^9}}, - CellLabel->"In[372]:=", - CellID->2080048256,ExpressionUUID->"cbc66a67-7d4f-46d6-a730-a14081fcced4"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"183.93877354908656`", ",", - TemplateBox[{"180", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]], "ExpectedOutput", - CellID->484749079,ExpressionUUID->"971561ac-5111-4f9c-b1b2-bbeb4761a059"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->535607674,ExpressionUUID->"69db5a02-cb1d-4d86-95c1-bc0ab74ff13a"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]IgnoreSystematicAbsence\[CloseCurlyDoubleQuote]",\ - "Subsection", - CellChangeTimes->{{3.787052774567998*^9, 3.787052778967534*^9}}, - CellID->1583282012,ExpressionUUID->"3a0c6b31-d904-4d08-a3c7-e30cd6ef76bb"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"6", ",", "8", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "6", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"7", ",", "6", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "7", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "1", ",", "5"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "5", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "4", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"9", ",", "8", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "2", ",", "5"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<Nickel\>\"", ",", "hkl", ",", "1.541", ",", - RowBox[{"\"\<IgnoreSystematicAbsence\>\"", "\[Rule]", "True"}]}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.78705278480057*^9, 3.787052802192062*^9}, - 3.787060546708767*^9}, - CellLabel->"In[373]:=", - CellID->673199226,ExpressionUUID->"fa425652-c6d8-40a2-9735-ffb9caf3fcfb"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"4.7590120492217`", ",", - TemplateBox[{"12.009372401355128`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"10.266979152931766`", ",", - TemplateBox[{"7.72425388477577`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"4.0311727005065485`", ",", - TemplateBox[{"13.211238136039578`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"5.699450018256182`", ",", - TemplateBox[{"10.841267136238793`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"8.906298779712682`", ",", - TemplateBox[{"8.40968931282137`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"13.068627556722552`", ",", - TemplateBox[{"6.611750595786459`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"3.706515539662253`", ",", - TemplateBox[{"13.871990961870992`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"18.391776155888273`", ",", - TemplateBox[{"5.1555761589578895`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2.2010816113656566`", ",", - TemplateBox[{"18.975239791300503`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"10.266979152931766`", ",", - TemplateBox[{"7.72425388477577`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1515538986,ExpressionUUID->"f82831e8-f607-4d24-a12c-8cfca15ce5fa"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1854212341,ExpressionUUID->"df056aa1-26c5-4309-acc1-17e6e142d48c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Threshold\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.787052810407254*^9, 3.787052812238824*^9}}, - CellID->1391301037,ExpressionUUID->"85562a19-18a1-4c38-ba3c-42a2bc44a891"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"11", ",", "5", ",", "3"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`StructureFactor", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", "hkl", ",", "0.709317", ",", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", "50"}]}], - "]"}]}], "VerificationTest", - CellChangeTimes->{{3.787052821230981*^9, 3.7870528305987053`*^9}}, - CellLabel->"In[374]:=", - CellID->489917743,ExpressionUUID->"cffdf00b-2d84-4416-b084-2ac3adfcad5b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"154.69683754692386`", ",", - TemplateBox[{ - RowBox[{"-", "42.61543219750362`"}], - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"184.27505917711923`", ",", - TemplateBox[{"4.317826148549855`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - TemplateBox[{"0", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->595204003,ExpressionUUID->"6975dea3-5392-418d-855f-e00672b49c38"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1611613570,ExpressionUUID->"738f0d9a-b575-46bf-a50f-a27ed729f980"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["StructureFactorTable", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787052850246532*^9, 3.7870528551430197`*^9}}, - CellID->245579760,ExpressionUUID->"cacc993e-83db-4258-8979-81d173fbfbc4"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->2142940433,ExpressionUUID->"d2fa5f4b-cf8a-4d64-b1e1-e395376603df"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Germanium\>\"", ",", "1.541", ",", - RowBox[{"\"\<Sort\>\"", "\[Rule]", "4"}], ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "7"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787052888557404*^9, 3.787052890638093*^9}, { - 3.787478482475028*^9, 3.7874784860594177`*^9}}, - CellLabel->"In[375]:=", - CellID->841261571,ExpressionUUID->"c180e30c-7bdf-44a3-8d37-2b120f17b6d0"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(111) 146.850 -178.070 \ -13.643 3.196 66.960\\n\\n(022) 175.700 \ --177.770 22.655 3.375 40.883\\n\\n(113) 114.930 \ - -177.620 26.851 6.130 19.856\\n\\n(222) 0 \ - \[Dash] 28.148 \[Dash] \ -\[Dash]\\n\\n(004) 144.700 -177.380 33.006 7.090 \ - 15.144\\n\\n(133) 95.927 2.757 36.414 14.726 \ - 6.973\\n\\n(224) 122.620 2.985 41.848 \ -30.979 3.186\>\""], "ExpectedOutput", - CellID->50891949,ExpressionUUID->"ba70fbf5-98a7-4e62-bd02-3b51e282f9f8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->178031379,ExpressionUUID->"f5337db2-0c90-43f5-b590-8c82e01ebfab"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<LanthanumHexaboride\>\"", ",", "1.541", ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "10"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787052901564722*^9, 3.787052904645802*^9}, { - 3.7874784968985443`*^9, 3.7874785011994333`*^9}}, - CellLabel->"In[376]:=", - CellID->1595237831,ExpressionUUID->"608e6659-4477-45e7-849d-5d7b6d7dbdd9"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(111) 49.238 10.586 \ -18.726 4.232 38.121\\n\\n(011) 48.802 \ -10.676 15.196 3.930 49.344\\n\\n(002) 47.794 \ - 10.912 21.759 4.773 29.849\\n\\n(122) 42.503 \ - 12.298 33.783 10.199 10.406\\n\\n(012) \ -41.053 12.719 24.485 6.138 \ -21.186\\n\\n(013) 40.140 13.030 35.883 13.171 \ - 7.842\\n\\n(033) 38.022 13.784 51.848 18.376 \ - 5.495\\n\\n(004) 37.955 13.803 47.851 \ -43.871 2.247\\n\\n(001) 37.661 13.865 10.682 \ - 4.717 57.098\\n\\n(022) 34.803 15.044 \ -31.618 10.555 10.410\>\""], "ExpectedOutput", - CellID->1976376469,ExpressionUUID->"e1471145-c9dc-4626-a55c-86cc6ef40fec"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->728666582,ExpressionUUID->"a6bc660c-8ab5-4df7-9776-b06bc8df5aa7"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->951613594,ExpressionUUID->"82ea3853-b0ae-47e4-ba57-e567b18cd476"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silver\>\"", ",", "0.709317", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{"h", "\[Equal]", "k", "\[Equal]", "l"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787052921828775*^9, 3.787052927524466*^9}, { - 3.787478516786722*^9, 3.787478520403216*^9}}, - CellLabel->"In[377]:=", - CellID->2050419385,ExpressionUUID->"0080f797-6759-4b2d-92be-2d3df7d40f1d"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(111) 138.000 1.718 \ -8.564 2.663 57.584\\n\\n(222) 81.451 \ -2.419 17.328 5.241 15.152\\n\\n(333) 46.226 \ - 3.131 26.536 12.644 4.468\\n\\n(444) 24.851 \ - 3.782 36.561 48.668 0.970\\n\\n(555) \ -11.809 4.569 48.124 273.250 0.166\>\""], \ -"ExpectedOutput", - CellID->728520286,ExpressionUUID->"25bd91b2-9343-4e27-85c1-acd686021686"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1747488480,ExpressionUUID->"963e567d-8976-4927-93e5-3b8bb660dd63"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1458955149,ExpressionUUID->"1c6dab65-5dfe-4dc9-9c12-1eb9131c10b3"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Sort\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7870529376524143`*^9, 3.787052938643991*^9}}, - CellID->690907797,ExpressionUUID->"409e8d10-5270-4b14-807b-abb7ef41c6d6"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.541", ",", - RowBox[{"\"\<Sort\>\"", "\[Rule]", "4"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787052946460663*^9, 3.78705296034022*^9}, { - 3.787060598780346*^9, 3.787060612475069*^9}, {3.787478734494011*^9, - 3.787478738241831*^9}}, - CellLabel->"In[378]:=", - CellID->12406922,ExpressionUUID->"3273d78a-a666-46ed-bc54-6dd4573ad001"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(111) 60.366 -178.250 \ -14.225 6.950 29.630\\n\\n(022) 69.608 \ --177.890 23.658 7.817 17.073\\n\\n(113) 45.685 \ - -177.750 28.070 14.491 8.152\\n\\n(222) 0 \ - \[Dash] 29.437 \[Dash] \ -\[Dash]\\n\\n(004) 58.440 -177.570 34.576 17.735 \ - 5.919\\n\\n(133) 39.142 2.540 38.200 40.080 \ - 2.518\\n\\n(224) 50.783 2.716 44.030 \ -214.610 0.457\\n\\n(333) 34.153 2.822 47.493 \ - 124.250 0.793\\n\\n(115) 34.153 2.822 \ -47.493 124.250 0.793\\n\\n(044) 44.515 3.003 \ - 53.375 28.752 3.563\\n\\n(135) 30.005 \ -3.114 57.070 30.060 3.576\>\""], "ExpectedOutput", - CellID->217224295,ExpressionUUID->"14faaf3c-0933-40d5-acce-210544cf661f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1052526988,ExpressionUUID->"f31176b2-4aba-450f-92ad-77b31fc77a32"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.541", ",", - RowBox[{"\"\<Sort\>\"", "\[Rule]", - RowBox[{"-", "2"}]}]}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787052970291774*^9, 3.787052971932412*^9}, { - 3.787478751725713*^9, 3.787478756987443*^9}}, - CellLabel->"In[379]:=", - CellID->482993169,ExpressionUUID->"a53d2542-3e42-4cb3-8aae-c572e5c9bfef"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(022) 69.608 -177.890 \ -23.658 7.817 17.073\\n\\n(111) 60.366 \ --178.250 14.225 6.950 29.630\\n\\n(004) 58.440 \ - -177.570 34.576 17.735 5.919\\n\\n(224) 50.783 \ - 2.716 44.030 214.610 0.457\\n\\n(113) \ -45.685 -177.750 28.070 14.491 \ -8.152\\n\\n(044) 44.515 3.003 53.375 28.752 \ - 3.563\\n\\n(133) 39.142 2.540 38.200 40.080 \ - 2.518\\n\\n(115) 34.153 2.822 47.493 \ -124.250 0.793\\n\\n(333) 34.153 2.822 47.493 \ - 124.250 0.793\\n\\n(135) 30.005 3.114 \ -57.070 30.060 3.576\\n\\n(222) 0 \ -\[Dash] 29.437 \[Dash] \[Dash]\>\""], \ -"ExpectedOutput", - CellID->178005723,ExpressionUUID->"b31f7316-75de-440b-9e9d-5cc3a6fac0e6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->998286977,ExpressionUUID->"063fec96-9213-480f-983e-a6a9a659724e"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ReflectionListKeep\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.7870529802275887`*^9, 3.7870529861070623`*^9}}, - CellID->643264850,ExpressionUUID->"6831c00d-3161-43ad-bbb7-74637196465f"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<ManganeseSilicon\>\"", ",", "1.541", ",", - RowBox[{"\"\<ReflectionListKeep\>\"", "\[Rule]", "rlk"}], ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "5"}]}], "]"}], ",", - "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"rlk", ",", - RowBox[{"{", - RowBox[{"10", ",", "25"}], "}"}]}], "}"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.7870529933473177`*^9, 3.787053011802783*^9}, { - 3.787478774021173*^9, 3.7874787745744267`*^9}}, - CellLabel->"In[380]:=", - CellID->630112176,ExpressionUUID->"0755f861-bc6c-40ff-a7ba-9a36211b28d5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "\"\<Null Structure factor Phase Bragg angle Extinction length \ - Darwin width\\n\\n |F | \[Phi] [\[Degree]] \ -\[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] 2\ -\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(102) 25.106 -173.120 22.219 \ - 12.150 11.533\\n\\n(004) 18.260 -169.530 \ -42.567 140.610 0.700\\n\\n(112) 14.505 \ --172.770 24.471 22.502 5.782\\n\\n(111) 10.657 \ - -14.686 17.032 26.940 6.501\\n\\n(012) 8.135 \ - 104.720 22.219 37.495 3.737\>\"", ",", - "\"\<Null Structure factor Phase Bragg angle Extinction length \ - Darwin width\\n\\n |F | \[Phi] [\[Degree]] \ -\[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] 2\ -\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(102) 25.106 -173.120 22.219 \ - 12.150 11.533\\n\\n(004) 18.260 -169.530 \ -42.567 140.610 0.700\\n\\n(123) 15.331 7.403 \ - 39.254 71.756 1.395\\n\\n(112) 14.505 \ --172.770 24.471 22.502 5.782\\n\\n(111) 10.657 \ - -14.686 17.032 26.940 6.501\>\""}], - "}"}]], "ExpectedOutput", - CellID->1053478675,ExpressionUUID->"1d86bd9c-0896-4559-a531-cd24632c1acc"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2066972075,ExpressionUUID->"32155f69-5f8b-4609-84ef-149a67cc887f"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Keep\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.7870530251783133`*^9, 3.787053025842018*^9}}, - CellID->1656468844,ExpressionUUID->"b7fb6a14-ae5d-4010-902e-d05ad6ae5c7f"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "9"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787053031474256*^9, 3.7870530389538116`*^9}, { - 3.7874787871887627`*^9, 3.7874787918309317`*^9}}, - CellLabel->"In[381]:=", - CellID->235209208,ExpressionUUID->"f6c2e369-e79c-47ae-838e-ad0630186a14"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(022) 68.226 -179.540 \ -10.644 12.606 9.866\\n\\n(111) 59.374 \ --179.620 6.495 13.851 14.504\\n\\n(004) 57.093 \ - -179.470 15.142 16.255 5.509\\n\\n(224) 49.472 \ - 0.594 18.658 20.368 3.657\\n\\n(113) \ -44.716 -179.510 12.509 19.777 \ -5.399\\n\\n(044) 43.239 0.658 21.680 25.491 \ - 2.580\\n\\n(133) 38.199 0.554 16.538 25.036 \ - 3.305\\n\\n(026) 38.004 0.726 24.395 \ -32.006 1.875\\n\\n(444) 33.581 -179.200 26.900 \ - 40.406 1.385\>\""], "ExpectedOutput", - CellID->1791248376,ExpressionUUID->"81cce820-aba9-4526-9043-756eb89d9bf9"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1904190653,ExpressionUUID->"cb4ff186-815f-40a5-908f-e3d1e2d00dec"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]SplitEquivalent\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.787053048282093*^9, 3.787053053137824*^9}}, - CellID->963041564,ExpressionUUID->"5663e03c-37c7-4397-bc49-d6ac6bc11c95"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "1.541", ",", - RowBox[{"\"\<SplitEquivalent\>\"", "\[Rule]", "True"}], ",", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "15"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787053061786126*^9, 3.787053066555278*^9}, { - 3.787478810587892*^9, 3.787478814563571*^9}}, - CellLabel->"In[382]:=", - CellID->1375233245,ExpressionUUID->"7e90076e-5ce1-4999-aeb2-1e49b0adca36"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(022) 69.608 -177.890 \ -23.658 7.817 17.073\\n\\n(202) 69.608 \ --177.890 23.658 7.817 17.073\\n\\n(220) 69.608 \ - -177.890 23.658 7.817 17.073\\n\\n _\\n(022) \ -69.608 2.109 23.658 7.817 17.073\\n\\n \ - _\\n(202) 69.608 2.109 23.658 7.817 \ -17.073\\n\\n _\\n(022) 69.608 2.109 23.658 7.817 \ - 17.073\\n\\n _\\n(220) 69.608 2.109 23.658 \ - 7.817 17.073\\n\\n __\\n(022) 69.608 \ --177.890 23.658 7.817 17.073\\n\\n _\\n(202) 69.608 \ - 2.109 23.658 7.817 17.073\\n\\n \ -_\\n(220) 69.608 2.109 23.658 7.817 \ -17.073\\n\\n _ _\\n(202) 69.608 -177.890 23.658 7.817 \ - 17.073\\n\\n __\\n(220) 69.608 -177.890 23.658 \ - 7.817 17.073\\n\\n(111) 60.366 -178.250 \ -14.225 6.950 29.630\\n\\n _\\n(111) 60.366 \ - 1.753 14.225 6.950 29.630\\n\\n _\\n(111) \ -60.366 1.753 14.225 6.950 29.630\>\""], \ -"ExpectedOutput", - CellID->178656054,ExpressionUUID->"e5302b08-e5e2-4fe3-be68-eba652e00972"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1930997377,ExpressionUUID->"c8dbf65b-98fb-42f8-be99-98d30600db8b"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]CustomReflection\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.787053074649357*^9, 3.787053079688933*^9}}, - CellID->306207030,ExpressionUUID->"d8c8b719-59bd-41f2-a0c3-dee0f29520b9"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{"\"\<CustomReflections\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"6", ",", "4", ",", "2"}], "}"}]}], "}"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.7870530837209682`*^9, 3.7870530862099457`*^9}, { - 3.7874788241086082`*^9, 3.787478834939575*^9}}, - CellLabel->"In[383]:=", - CellID->1178024434,ExpressionUUID->"8d0b7c64-6e81-4ef5-a43f-1617e93cc11d"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(111) 59.374 -179.620 \ -6.495 13.851 14.504\\n\\n(113) 44.716 \ --179.510 12.509 19.777 5.399\\n\\n(246) 29.830 \ - -179.130 29.255 51.430 1.030\>\""], \ -"ExpectedOutput", - CellID->1404920545,ExpressionUUID->"c71ef69c-ec31-4412-a1f3-d20a3d272107"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1500041775,ExpressionUUID->"65398081-5007-4068-9fdd-07f9cde21545"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->919654952,ExpressionUUID->"72ab1afd-b8d5-4b9a-be8e-a2daaf5c22d8"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{ - RowBox[{"OddQ", "[", "k", "]"}], "||", - RowBox[{"Divisible", "[", - RowBox[{ - RowBox[{"h", "+", "k", "+", "l"}], ",", "4"}], "]"}]}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"ToString", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787053102640867*^9, 3.787053115112151*^9}, { - 3.7874788457803593`*^9, 3.787478852715454*^9}}, - CellLabel->"In[384]:=", - CellID->731510934,ExpressionUUID->"a553ef0d-a8d6-413a-a4cc-5588ab3090b3"], - -Cell[BoxData["\"\<Null Structure factor Phase Bragg angle \ -Extinction length Darwin width\\n\\n |F | \[Phi] [\ -\[Degree]] \[Theta] [\[Degree]] \[CapitalLambda] [\[Micro]m] \ - 2\[Delta] [\[Micro]rad]\\n(hkl) hkl hkl B \ - 0 os\\n\\n(022) 68.226 -179.540 \ -10.644 12.606 9.866\\n\\n(111) 59.374 \ --179.620 6.495 13.851 14.504\\n\\n(004) 57.093 \ - -179.470 15.142 16.255 5.509\\n\\n(224) 49.472 \ - 0.594 18.658 20.368 3.657\\n\\n(113) \ -44.716 -179.510 12.509 19.777 \ -5.399\\n\\n(044) 43.239 0.658 21.680 25.491 \ - 2.580\\n\\n(133) 38.199 0.554 16.538 25.036 \ - 3.305\\n\\n(026) 38.004 0.726 24.395 \ -32.006 1.875\\n\\n(444) 33.581 -179.200 26.900 \ - 40.406 1.385\\n\\n(115) 33.235 0.618 \ -19.836 31.326 2.258\\n\\n(333) 33.235 0.618 \ - 19.836 31.326 2.258\\n\\n(246) 29.830 \ --179.130 29.255 51.430 1.030\\n\\n(135) 29.112 \ - 0.683 22.727 39.242 1.615\\n\\n(008) 26.635 \ - 0.943 31.496 66.253 0.765\\n\\n(335) \ -25.639 -179.250 25.355 49.359 \ -1.182\\n\\n(066) 23.904 -178.980 33.650 86.876 \ - 0.563\\n\\n(228) 23.904 -178.980 33.650 86.876 \ - 0.563\\n\\n(117) 22.700 0.823 27.799 \ -62.483 0.876\\n\\n(155) 22.700 -179.180 27.799 \ - 62.483 0.876\\n\\n(048) 21.559 -178.910 \ -35.739 117.020 0.407\\n\\n(137) 20.203 \ --179.100 30.107 79.846 0.652\\n\\n(355) 20.203 \ - -179.100 30.107 79.846 0.652\\n\\n(466) 19.537 \ - 1.171 37.778 164.450 0.284\\n\\n(337) \ -18.074 -179.030 32.313 103.460 \ -0.483\\n\\n(448) 17.786 1.247 39.780 248.670 \ - 0.185\\n\\n(268) 16.263 1.321 41.757 436.240 \ - 0.104\\n\\n(157) 16.251 -178.950 34.440 \ -136.860 0.354\\n\\n(555) 16.251 1.047 34.440 \ - 136.860 0.354\\n\\n(119) 14.684 -178.880 \ -36.509 186.860 0.253\\n\\n(357) 14.684 1.123 \ - 36.509 186.860 0.253\\n\\n(139) 13.330 \ --178.800 38.533 268.580 0.173\\n\\n(088) 12.730 \ - 1.537 47.632 686.180 0.066\\n\\n(177) 12.155 \ - 1.275 40.524 423.690 0.108\\n\\n(339) \ -12.155 1.275 40.524 423.690 \ -0.108\\n\\n(557) 12.155 1.275 40.524 423.690 \ - 0.108\\n\\n(668) 11.815 -178.400 49.603 423.970 \ - 0.108\\n\\n(159) 11.132 1.349 42.494 \ -823.970 0.055\\n\\n(377) 11.132 1.349 42.494 \ - 823.970 0.055\\n\\n(488) 11.001 -178.330 \ -51.596 319.200 0.145\\n\\n(359) 10.235 1.422 \ - 44.452 4,091.200 0.011\\n\\n(577) 9.447 \ --178.510 46.407 1,727.800 0.026\\n\\n(179) 8.750 \ - 1.563 48.369 780.590 0.058\\n\\n(559) 8.750 \ - -178.440 48.369 780.590 0.058\\n\\n(379) \ -8.131 -178.370 50.347 531.120 \ -0.087\\n\\n(777) 7.579 -178.310 52.351 416.610 \ - 0.112\\n\\n(579) 7.085 -178.240 54.393 351.260 \ - 0.136\\n\\n(199) 6.639 -178.180 56.486 \ -309.280 0.159\>\""], "ExpectedOutput", - CellID->160388663,ExpressionUUID->"94ef0fa9-fbd7-40b2-a22b-3f721b3d9ca1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1891580292,ExpressionUUID->"7651acae-83c9-4add-a674-943bc8f89265"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`StructureFactorTable", "[", - RowBox[{"\"\<Silicon\>\"", ",", "0.709317", ",", - RowBox[{ - RowBox[{"{", - RowBox[{"h_", ",", "k_", ",", "l_"}], "}"}], "/;", - RowBox[{ - RowBox[{"OddQ", "[", "h", "]"}], "||", - RowBox[{"Divisible", "[", - RowBox[{ - RowBox[{"h", "+", "k", "+", "l"}], ",", "4"}], "]"}]}]}], ",", - RowBox[{"\"\<Sort\>\"", "\[Rule]", "4"}], ",", " ", - RowBox[{"\"\<Keep\>\"", "\[Rule]", "9"}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<TitleStyle\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"FontFamily", "\[Rule]", "\"\<Comic Sans MS\>\""}], ",", - RowBox[{"FontSize", "\[Rule]", "13"}]}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SubtitleStyle\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"FontFamily", "\[Rule]", "\"\<Helvetica\>\""}], ",", "Red"}], - "}"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<NumberStyle\>\"", "\[Rule]", - RowBox[{"FontFamily", "\[Rule]", "\"\<Andale Mono\>\""}]}], ",", - "\[IndentingNewLine]", - RowBox[{"Background", "\[Rule]", - RowBox[{"{", - RowBox[{ - RowBox[{"{", "None", "}"}], ",", - RowBox[{"{", - RowBox[{"None", ",", - RowBox[{"{", - RowBox[{"None", ",", "LightBlue"}], "}"}]}], "}"}]}], "}"}]}]}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Rasterize", "@", "result"}]}], "VerificationTest", - CellChangeTimes->{{3.787053138447871*^9, 3.787053161287915*^9}, { - 3.7874788819316874`*^9, 3.787478890940496*^9}, {3.7874789288659487`*^9, - 3.7874789327614317`*^9}}, - CellLabel->"In[385]:=", - CellID->522992608,ExpressionUUID->"7aad0df6-5b06-4c8e-ba18-a2a059b47d42"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -6JH+PtiNztANDIEWEdkdFBb2Q/NeEFcsw1qS8mziak+91W73BqXdMmhHmvEZ -bCLDD7+1ri20/Bu0/EBZiBwF+ayeJPeFntCX5yjE+3ojEZ2ytK9YK9dHa6r2 -lGbEhcCmhagjaXY8xgLmZUkyxFZ3mBjMg5i/p1maJA40S+83yL1M5JNqPccz -+z3RcB3s05FuumAPeMG0bVMf1LjaQEsd79G6fEHxfGOCHThar9MR+2IbHFcz -E8XgnKU/SzUhAOYFmdTiBEVpRjU6WwlfmhNW7/ip7lhSpxb2qRuT7FVZ/iws -rkreZ1Cvl6pngl2tQyDk03JhXNKZmlBWXLEka0nKs+mog05H6ItQkUfhVrl9 -i6zlL2aTOLhar3xNKUU3a/nj8nWz3cabAHzJmpWGg4S4XMfSvmKtXB+tHNU5 -GQlUsdsVRKHTSNT5FzEvS5I5aKeMM45hupFW62gqPKi/DyFNHLo4HSj0WmQL -OEOCPp0aWH7t5i1/gjB3SX5xMt6bvb0ETrkuaI4hC33Vw0455tR3jKEiq7oB -lj5X03Y1MQPLWimPqg4HBiLq9+VppIE/pVp+KiyBqw8VZajrcmdGzI/DxeZA -s21bk+A9aJqVFAO/z09z2wkzrpjNWnliObhJuDU5K4UhlLH8M9gMoA7EdW3K -QKXoZi1/YMPbWAahBYfDe1R3nCGyTcOobuW0b0b/WmidqM7HCA6uBhjfxc3L -woTEnk9XO4cQqDZVx3MgjOfaZNchMCHD70iO76lCg6Ip+UQYsdZpKWwYbsLy -2+300ugQZ3ZK7Jrg3a6mFP4DSvf1nLtwu4kKRuKrWu1GBdvS1GGCNDM1E0Ag -ZxKLYcG7vd0C0HDdPk31aZYaWFLCpADR44oSrJUnKpvh3bX5LH9cuilmUweU -msYSoezGLT+lzh8VbXwRkpsZlt83YWV7TFHPat+s/rXQOlGdjxGIq8PqzRLm -ZWFyFD6TQQRWLzrYxycK1J4pxcfgBDWn9xTLbza5ZsFp5o0JtmNouuX4vqv2 -W6mSfoBmSDcyltzjm73UMXes5l3F9F2jy08rIa6pw+CePWjXEjWQwFSHhu16 -ni33wFEONyTX86DqO5ZtDQCStmZZthvn4TRYAkfXTdf3DBnSz8wZgzxcMeVP -PihQ4hdTFnFmXDEva0misxmYGorQPc814Ia1lCOjsRM4lmXpEpQ0ddOynAyv -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 -ir39/Y/we5q7T/Cvar6USlnmrOVHaVr40hwyPvcwBI3Vv+62qOXn98cqbN/f -E85G4iz7HOzvdV99FN+9bqTr+fR+MCAPIG4xlktdV2j54/Lp45ftv6CAz+9b -xSOwWKaK1mR0OsCL3sSDN/fNRXR245bffoFU+P1Uhc9/DV68Fj7tdYHBl0ph -0gqWfPejTIrV7w6UxwmUaBB5H8D0cTuPWs+eQJ382U9r0WnfPKpUGWA2SqjM -RO/C1N687nz4ImJP0Zy1GzVHO/raphpn+SOzzm+cCpldTtJwbVNK9oDlP74V -lp80su/2DpcWcW0fJba4zGgOd3FQOnuQnOX/g09x/DiQ90+Nz69ryWIyq3+t -bRFULyHmf3NsHXwX944t+UujfIYCi/5okJf2aT+Orh9/1c4M++A7vLjqYLzg -Xt4KLf8Fru/tjYlBhlL8/feUzLc8y0nRQgM+xUYA/+1BIk+DaK38zt8CEfHF -dc9on46hJk9R+USDqPX+R+38t/zuizrGUeu71O5hBiIc878Oqz2wxXybk+Jy -Lc3grJYKlWej9+dvSJwLAul5G1rT3Uwp78o5Maw92P9qH4ytMwsX/a7sbwfa -+aU3MrQXaMke9klSg9KcH8fW+Mo7koHrpz9TifC3161v7FDqBsqY19pOhB6O -+vjD8CMfyWEp3ceW/4DueeHg6y5lL4/Vv5a2CKq4GvPqOJQ0GYXo0frObHAx -TWfj/vFp7sVVDxbU8eUsP6XOH227+x8egN6VHYrKckK0yPmNd7/DajlsMXCL -sLxJBZH34A1irDNdxvFMy493zKPAD1e869mDKEmIousvQki3wfKnGZzdEqFy -CfTwvsAKLT8KyXbThYj0OSIu3AW40v+Kux51DyN7fvR1+ibepx+HaXNhPuaa -Rze/wxsc/RoeGu740hbfw/ueyNbJxRjy8ccfh6Mr7/BnN+OsT372dp/0TlKT -D87H1smptMPV9k7Nk3F4Ln000uWxY1zae3BEbXrsitW/7rYYqj9e13BRwjs/ -HexA6j314Bdj5enDpjhObIZeWgfH5ujSPzuV7icPrrD6Y9G6kWoPNZJBcSYU -sflvY+/8uI8LOIWrT2eNLlqkbMI97B2a3mg0hLOjrxfZytyY5T+CXIx7dWCc -G9bRyIyO1gdHx9qJ5Y0t490jKE2cJ76Sh4i4+FcHpmEZrx4iK0GCBxZE4Snf -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 - "], {{0, 202}, { - 510, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{510, 202}, - PlotRange->{{0, 510}, {0, 202}}]], "ExpectedOutput", - CellID->286195485,ExpressionUUID->"8d963424-9cf6-4598-8619-b5e96a84345c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->442057456,ExpressionUUID->"7fc2582b-ce63-4f07-a638-cf8d24736355"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentPositions", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787053210398837*^9, 3.7870532165099707`*^9}}, - CellID->1361143471,ExpressionUUID->"3f551c64-ba5f-42af-bd63-4834a61ba54e"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1742509253,ExpressionUUID->"4b96a6a0-6abb-4386-ac58-ae4bd39bb737"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<Pnma\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"1", "/", "2"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053244437677*^9, 3.787053245446288*^9}}, - CellLabel->"In[386]:=", - CellID->392819277,ExpressionUUID->"988813ee-48b8-4c75-b499-5bda13797255"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - FractionBox["1", "2"], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - FractionBox["1", "2"], ",", "0"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->748857661,ExpressionUUID->"973c4d38-8f1a-4e39-bb99-e815eae63af6"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1513728019,ExpressionUUID->"7512188c-db82-48a6-b063-5409df510e3f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<F d -3 m:2\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "8"}], ",", - RowBox[{"1", "/", "8"}], ",", - RowBox[{"1", "/", "8"}]}], "}"}], ",", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053252837308*^9, 3.7870532535020237`*^9}}, - CellLabel->"In[387]:=", - CellID->1772593679,ExpressionUUID->"ae9c2a49-5723-4215-b525-0c9f825e14d5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - FractionBox["1", "8"], ",", - FractionBox["1", "8"], ",", - FractionBox["1", "8"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["7", "8"], ",", - FractionBox["3", "8"], ",", - FractionBox["3", "8"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->2088811769,ExpressionUUID->"5a4e53a3-be6c-4fc8-9109-080ef26ffc48"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2135532971,ExpressionUUID->"04d7e161-43e5-48e0-81e7-6208f31dbd6f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<P -3 1 c\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"1", "/", "4"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053261245254*^9, 3.7870532620378304`*^9}}, - CellLabel->"In[388]:=", - CellID->749322041,ExpressionUUID->"e1e44cbb-91d1-4fc4-8499-eeb72cb94e32"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["1", "4"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - FractionBox["3", "4"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1011437079,ExpressionUUID->"4e545cbc-93ec-44d3-9afc-6efe7659a535"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1008451286,ExpressionUUID->"ea949e94-d4af-48be-b15e-25d2c1fc07eb"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<R -3 c\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "False"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053270461101*^9, 3.787053271149836*^9}}, - CellLabel->"In[389]:=", - CellID->1045310760,ExpressionUUID->"e8e3e7e0-630e-480f-85ca-df47ebc7caac"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{ - FractionBox["1", "2"], "-", "\"\<z\>\""}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "\"\<z\>\""}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->2121710860,ExpressionUUID->"b15736e8-3c10-4c89-a2a5-1f9b9d461c14"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1099821678,ExpressionUUID->"5cbb19fc-0ece-4e8f-8543-6a829335a451"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<I4/mcm\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "\"\<k\>\"", ",", "0"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053284116735*^9, 3.787053284797359*^9}}, - CellLabel->"In[390]:=", - CellID->771451886,ExpressionUUID->"80ba71cb-762f-4296-a542-dd720bb20199"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "\"\<k\>\"", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "\"\<k\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<k\>\""}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<k\>\"", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "\"\<k\>\"", ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "\"\<k\>\""}], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<k\>\"", ",", "0", ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<k\>\""}], ",", "0", ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<k\>\""}], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - RowBox[{ - FractionBox["1", "2"], "-", "\"\<k\>\""}], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "-", "\"\<k\>\""}], ",", - FractionBox["1", "2"], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "+", "\"\<k\>\""}], ",", - FractionBox["1", "2"], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<k\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - RowBox[{ - FractionBox["1", "2"], "-", "\"\<k\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "+", "\"\<k\>\""}], ",", - FractionBox["1", "2"], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "-", "\"\<k\>\""}], ",", - FractionBox["1", "2"], ",", "0"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1433071063,ExpressionUUID->"4e07fcaf-fc68-4022-82c3-c302afb4889e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1311192417,ExpressionUUID->"b1931a0a-5c37-4909-9e95-b446eb3cd90a"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<F d -3 m\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053293812158*^9, 3.78705329458132*^9}}, - CellLabel->"In[391]:=", - CellID->985753311,ExpressionUUID->"43095418-fdd6-4b3e-938d-80b1918cfac6"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - FractionBox["1", "2"], ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", - FractionBox["1", "2"], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "2"], ",", "0", ",", - FractionBox["1", "2"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["3", "4"], ",", - FractionBox["1", "4"], ",", - FractionBox["3", "4"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "4"], ",", - FractionBox["1", "4"], ",", - FractionBox["1", "4"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "4"], ",", - FractionBox["3", "4"], ",", - FractionBox["3", "4"]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - FractionBox["3", "4"], ",", - FractionBox["3", "4"], ",", - FractionBox["1", "4"]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1867045019,ExpressionUUID->"4dfb2126-5b6f-4ac0-8e5e-b6f2fd47d40c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1881250652,ExpressionUUID->"12dbb03b-24c7-4c36-a7c0-299c3eab21bb"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<P6cc\>\"", ",", - RowBox[{"{", - RowBox[{"\[WhiteKing]", ",", "\[MathematicaIcon]", ",", "\[Wolf]"}], - "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053300804306*^9, 3.787053301751883*^9}}, - CellLabel->"In[392]:=", - CellID->1137634328,ExpressionUUID->"ea802ecd-edd3-4d90-943f-cf2c3035f270"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\[WhiteKing]", ",", "\[MathematicaIcon]", ",", "\[Wolf]"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], ",", - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], "+", "\[WhiteKing]"}], ",", - "\[Wolf]"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"\[MathematicaIcon]", "-", "\[WhiteKing]"}], ",", - RowBox[{"-", "\[WhiteKing]"}], ",", "\[Wolf]"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\[WhiteKing]"}], ",", - RowBox[{"-", "\[MathematicaIcon]"}], ",", "\[Wolf]"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\[MathematicaIcon]", ",", - RowBox[{"\[MathematicaIcon]", "-", "\[WhiteKing]"}], ",", "\[Wolf]"}], - "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], "+", "\[WhiteKing]"}], ",", - "\[WhiteKing]", ",", "\[Wolf]"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], ",", - RowBox[{"-", "\[WhiteKing]"}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"\[MathematicaIcon]", "-", "\[WhiteKing]"}], ",", - "\[MathematicaIcon]", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\[WhiteKing]", ",", - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], "+", "\[WhiteKing]"}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\[MathematicaIcon]", ",", "\[WhiteKing]", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"-", "\[MathematicaIcon]"}], "+", "\[WhiteKing]"}], ",", - RowBox[{"-", "\[MathematicaIcon]"}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\[WhiteKing]"}], ",", - RowBox[{"\[MathematicaIcon]", "-", "\[WhiteKing]"}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\[Wolf]"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1173241455,ExpressionUUID->"48c3832c-675a-42c1-bc4c-c8d00997691b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->777973383,ExpressionUUID->"484a92bf-b810-48b7-abef-20dc5522d91c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1118521032,ExpressionUUID->"df1138f0-5ddf-44c5-8380-7e01361d2578"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", "\"\<Silicon\>\"", "]"}], - "\[Equal]", - RowBox[{ - "MaXrd`SymmetryEquivalentPositions", "[", "\"\<F d -3 m:2\>\"", - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.78705332473987*^9, 3.787053329197515*^9}}, - CellLabel->"In[393]:=", - CellID->410658038,ExpressionUUID->"533aad62-e0c9-4a45-b8b8-ff6a4128691b"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->2064686855,ExpressionUUID->"f9fd99fd-111a-4eb8-af19-1af37ff69ab1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1518205145,ExpressionUUID->"b8bbdcde-cb4a-4bf2-853c-8734fa8f1f56"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - "\"\<\!\(\*SubscriptBox[\(Pca2\), \(1\)]\)\>\"", "]"}]], "VerificationTest",\ - - CellChangeTimes->{{3.78705333827553*^9, 3.787053338948162*^9}}, - CellLabel->"In[394]:=", - CellID->246750862,ExpressionUUID->"1bc4e6ab-7e45-42bc-9703-abf4e8165b94"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<x\>\"", ",", "\"\<y\>\"", ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<x\>\""}], ",", - RowBox[{"-", "\"\<y\>\""}], ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "+", "\"\<x\>\""}], ",", - RowBox[{"-", "\"\<y\>\""}], ",", "\"\<z\>\""}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - FractionBox["1", "2"], "-", "\"\<x\>\""}], ",", "\"\<y\>\"", ",", - RowBox[{ - FractionBox["1", "2"], "+", "\"\<z\>\""}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->350815277,ExpressionUUID->"ebfd5ed8-1620-4e98-a189-22ab5bf8bb3a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->73178361,ExpressionUUID->"b474b07a-eff0-4d54-94e2-7ec3dd18a5f6"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"xyz", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.250", ",", "0.000", ",", "0.333"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.000", ",", "0.000", ",", "0.500"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.750", ",", "0.333", ",", "0.500"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.000", ",", "0.000", ",", "0.000"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.123", ",", "0.456", ",", "0.789"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.111", ",", "0.222", ",", "0.333"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "0.123"}], ",", - RowBox[{"-", "0.444"}], ",", "0.555"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.678", ",", - RowBox[{"-", "0.876"}], ",", "0.999"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"time1", "=", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<Fm-3m\>\"", ",", "#"}], "]"}], "&"}], "/@", "xyz"}], "//", - "AbsoluteTiming"}], "//", "First"}]}], "\[IndentingNewLine]", - RowBox[{"time2", "=", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<Fm-3m\>\"", ",", "xyz"}], "]"}], "//", "AbsoluteTiming"}], "//", - "First"}]}], "\[IndentingNewLine]", - RowBox[{"time2", "<", "time1"}]}], "VerificationTest", - CellChangeTimes->{{3.7870533498759413`*^9, 3.787053392377987*^9}}, - CellLabel->"In[395]:=", - CellID->1140670306,ExpressionUUID->"56c1585e-d015-4f34-9609-3086c479a077"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->659316173,ExpressionUUID->"a21dadaa-e6ae-4c16-8b55-69e79a4ad43f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1548067243,ExpressionUUID->"ff33f34e-b84d-48ad-8f8a-a2907b3f417d"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->2058622633,ExpressionUUID->"40d7259d-93dd-4520-8df3-cd354a9367fa"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UseCentring\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.787053411674419*^9, 3.78705341397746*^9}}, - CellID->1161556014,ExpressionUUID->"ed52ab84-b70e-43ac-bf83-d3268316ca9e"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Length", "@", - RowBox[{ - "MaXrd`SymmetryEquivalentPositions", "[", "\"\<Silicon\>\"", - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.787053419226201*^9, 3.7870534258831167`*^9}}, - CellLabel->"In[396]:=", - CellID->167186513,ExpressionUUID->"f76727f5-9ac9-497b-bef0-d921bc75783a"], - -Cell[BoxData["192"], "ExpectedOutput", - CellID->995113715,ExpressionUUID->"7ee1df8b-10c1-4bc9-8bcb-94c0e3175fed"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1601769696,ExpressionUUID->"771d0338-04df-4226-b950-07ae45e95ec4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"Length", "@", - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"\"\<UseCentring\>\"", "\[Rule]", "False"}]}], - "]"}]}]], "VerificationTest", - CellChangeTimes->{{3.787053419226201*^9, 3.787053439441031*^9}}, - CellLabel->"In[397]:=", - CellID->1165769180,ExpressionUUID->"78f40862-bb1b-4b65-943c-16c19e30b333"], - -Cell[BoxData["48"], "ExpectedOutput", - CellID->1589296679,ExpressionUUID->"78bfe899-00a1-40af-85e4-2d85b7ed9325"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->88281880,ExpressionUUID->"d5916309-b4c7-4b97-aef0-55e3d6e3066c"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RationaliseThreshold\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.787053447513578*^9, 3.78705345460054*^9}}, - CellID->1645576068,ExpressionUUID->"cbf37498-ad77-425d-8d74-e997e5b5b245"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentPositions", "[", - RowBox[{"\"\<P321\>\"", ",", " ", - RowBox[{"{", - RowBox[{"0.333", ",", " ", "0.667", ",", " ", "z"}], "}"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RationaliseThreshold\>\"", "\[Rule]", "0.0001"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053475680667*^9, 3.787053504055538*^9}}, - CellLabel->"In[398]:=", - CellID->208538929,ExpressionUUID->"34bfed40-f29c-41c3-a75e-7a49f2970ad5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0.33299999999999996`", ",", "0.6669999999999999`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "+", "z"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.33299999999999996`", ",", "0.6659999999999999`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "+", "z"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.33399999999999996`", ",", "0.6669999999999999`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "+", "z"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.6669999999999999`", ",", "0.33299999999999996`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "-", "z"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.6659999999999999`", ",", "0.33299999999999996`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "-", "z"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0.6669999999999999`", ",", "0.33399999999999996`", ",", - RowBox[{"0.`", "\[VeryThinSpace]", "-", "z"}]}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->220467799,ExpressionUUID->"cbe855a5-98df-4f7e-b07e-bcd3c815eecc"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1989840730,ExpressionUUID->"8a08fde4-5353-4142-b124-89049a20260f"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentReflections", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787053538064097*^9, 3.7870535441955347`*^9}}, - CellID->18141675,ExpressionUUID->"9c4a8584-dc76-4cce-af7c-b467596e05bf"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->2111937498,ExpressionUUID->"cca19438-1bae-46b1-8577-90e70322a94c"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<P -1\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053557470777*^9, 3.787053558359346*^9}}, - CellLabel->"In[399]:=", - CellID->921777990,ExpressionUUID->"2c1a7756-97a7-410c-a33c-507682ff3872"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "3"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->375648472,ExpressionUUID->"d780874a-a171-4bf7-a69e-54ff41085e51"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->490314379,ExpressionUUID->"603b18d7-b120-49bc-bda0-a487b1ebc769"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053563879032*^9, 3.787053564607415*^9}}, - CellLabel->"In[400]:=", - CellID->1071831878,ExpressionUUID->"ed44b9dc-2065-4d11-91f4-b2bd9eef9c73"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"-", "1"}]}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1185542510,ExpressionUUID->"2d156d94-1f23-4a57-834e-451c4780101d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->819014314,ExpressionUUID->"c81a5b94-7315-4ce1-a1ed-2627280dc511"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<4/mmm\>\"", ",", - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\"", ",", "0"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053570358596*^9, 3.787053571126812*^9}}, - CellLabel->"In[401]:=", - CellID->1023354867,ExpressionUUID->"56322d5b-8ce4-47a8-aeaa-ad3e2809fdb3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", "\"\<b\>\"", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<a\>\""}], ",", - RowBox[{"-", "\"\<b\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<b\>\"", ",", - RowBox[{"-", "\"\<a\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<b\>\""}], ",", "\"\<a\>\"", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<a\>\""}], ",", "\"\<b\>\"", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<a\>\"", ",", - RowBox[{"-", "\"\<b\>\""}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<b\>\"", ",", "\"\<a\>\"", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "\"\<b\>\""}], ",", - RowBox[{"-", "\"\<a\>\""}], ",", "0"}], "}"}]}], "}"}]], "ExpectedOutput",\ - - CellID->328720846,ExpressionUUID->"6d643eb6-6113-41cf-b751-6d3127207a8b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1950881775,ExpressionUUID->"1a011e82-08d1-4be6-90bd-a504ec9fbd74"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<6/m\>\"", ",", - RowBox[{"{", - RowBox[{"h", ",", "k", ",", "0"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053576398481*^9, 3.7870535770790863`*^9}}, - CellLabel->"In[402]:=", - CellID->542086707,ExpressionUUID->"af5a0eed-6a98-458e-885c-9dd6f459d0d0"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"h", ",", "k", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"k", ",", - RowBox[{ - RowBox[{"-", "h"}], "-", "k"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{ - RowBox[{"-", "h"}], "-", "k"}], ",", "h", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "h"}], ",", - RowBox[{"-", "k"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "k"}], ",", - RowBox[{"h", "+", "k"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"h", "+", "k"}], ",", - RowBox[{"-", "h"}], ",", "0"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->1225653975,ExpressionUUID->"c7c34e6a-99b9-4232-9473-75ed3925533a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->689670029,ExpressionUUID->"205bbb08-1a81-4895-880e-480fa737fae8"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->851753558,ExpressionUUID->"d1dfd3df-e19d-4522-860d-353084aa83f3"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<2/m\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705362781318*^9, 3.787053638461081*^9}}, - CellLabel->"In[403]:=", - CellID->1774194287,ExpressionUUID->"5db6d994-0523-4c96-a7f1-27a248ff7b9f"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1072943014,ExpressionUUID->"a02bd083-9b0f-4bfb-816d-79c23c6d70d0"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053646092846*^9, 3.787053647868864*^9}}, - CellID->1087886586,ExpressionUUID->"0b9a3ae9-625c-4b47-acb6-78f5ab1ccfeb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1314934544,ExpressionUUID->"bc36f5f2-9e70-4796-917f-c91900d95029"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<4/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705362781318*^9, 3.787053638461081*^9}, { - 3.787053738811606*^9, 3.78705376821821*^9}}, - CellLabel->"In[404]:=", - CellID->628213467,ExpressionUUID->"6ddd9cd4-56b1-4312-bc39-0f9feefb7e81"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1354131217,ExpressionUUID->"d9ebb72d-5022-4657-a83b-531c5651b37e"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "SingleTupleExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053646092846*^9, 3.787053647868864*^9}, { - 3.7870537559543047`*^9, 3.787053761177787*^9}}, - CellID->1999156860,ExpressionUUID->"c7a5c935-bbc4-4db2-8fe2-e77f9445e55f"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->350669731,ExpressionUUID->"49676c7c-9847-4eb6-8362-030fbcd0a8cd"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<3\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"1", "/", "2"}], ",", "0", ",", "1"}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705362781318*^9, 3.787053684509284*^9}}, - CellLabel->"In[405]:=", - CellID->684426519,ExpressionUUID->"3ee05c23-288d-4263-b46d-c8e7b0dac171"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1234091501,ExpressionUUID->"76b68e98-fae8-4b52-b274-a432b99c6970"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidInputType"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053646092846*^9, 3.787053720019854*^9}}, - CellID->978794581,ExpressionUUID->"dd9fa7db-a60e-4441-a44c-c601b8f02687"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1011041549,ExpressionUUID->"cdc43b0f-a21e-4747-bef3-c19c91ff3ae4"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SymmetryEquivalentReflectionsQ", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787053789274762*^9, 3.7870537897222223`*^9}}, - CellID->1366387490,ExpressionUUID->"d4542ac3-dfbc-40c4-8c8d-56834b54fdfd"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1831907059,ExpressionUUID->"aca98f83-9580-4f8d-a351-acf0a8319b02"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053799329403*^9, 3.787053800170155*^9}}, - CellLabel->"In[406]:=", - CellID->1140878588,ExpressionUUID->"3285303c-71e6-45ea-a839-49a5f942ed31"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->2012428100,ExpressionUUID->"60f8ac66-790a-41cc-9515-753c3b318795"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1684698979,ExpressionUUID->"3d04d47e-d623-4c64-b4ff-a2c6a0cd35bb"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<2/m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053805297759*^9, 3.7870538075069437`*^9}}, - CellLabel->"In[407]:=", - CellID->1609768506,ExpressionUUID->"1e93fc4d-e7b5-444d-9206-54e455a37ebe"], - -Cell[BoxData["False"], "ExpectedOutput", - CellID->1380295436,ExpressionUUID->"00e16dd3-0325-4080-996b-16a5464d1cf4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->163854358,ExpressionUUID->"e8e0c0d5-f752-4ba6-a665-146923f36856"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<Fd-3m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "1"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705381363317*^9, 3.787053814281555*^9}}, - CellLabel->"In[408]:=", - CellID->1608627531,ExpressionUUID->"97023c9a-0570-4442-9435-b89e4575ab31"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1531281434,ExpressionUUID->"ee72cf5a-3d49-42e2-a8f5-afd19c4f5db3"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->826159452,ExpressionUUID->"ade9f236-ed66-4847-aeea-69f7902233e4"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053822201111*^9, 3.7870538228817673`*^9}}, - CellLabel->"In[409]:=", - CellID->135925001,ExpressionUUID->"8b7e0a0f-9c75-42cc-95fd-d6c0169139ba"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1716375046,ExpressionUUID->"75453144-5c64-4e03-b217-8fc2ec791946"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1780131909,ExpressionUUID->"c80b700d-f6f8-4ee0-b5b2-2c6288c821ad"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<GalliumArsenide\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053829065043*^9, 3.787053829673499*^9}}, - CellLabel->"In[410]:=", - CellID->1076509137,ExpressionUUID->"e5960ad6-1a59-4603-83dd-094055565ced"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->339339584,ExpressionUUID->"09aeeb15-c771-496b-96b1-ad7019f6f405"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2082308206,ExpressionUUID->"34089c87-6706-4816-99ab-68faebfbc49f"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->388893574,ExpressionUUID->"30319246-fd53-4367-ae3f-5735463579b1"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SymmetryEquivalentReflections", "[", - RowBox[{"\"\<F-43m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787053851016485*^9, 3.787053851832734*^9}}, - CellLabel->"In[411]:=", - CellID->127469037,ExpressionUUID->"c8c9d84d-3fef-4436-b355-0c679e8733b5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "2"}], ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "2"}], ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", - RowBox[{"-", "3"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "3", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", - RowBox[{"-", "3"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "3", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "3"}], ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "3", ",", - RowBox[{"-", "2"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", - RowBox[{"-", "3"}], ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "3", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", - RowBox[{"-", "2"}], ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "2", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "0", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", - RowBox[{"-", "3"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "2"}], ",", "0", ",", "3"}], "}"}]}], - "}"}]], "ExpectedOutput", - CellID->1330908800,ExpressionUUID->"7bbabc7b-224b-4de5-b125-ae66f7bf743e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1960506730,ExpressionUUID->"d8afe146-6ad0-4683-b5b0-ef3227244c03"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->41407109,ExpressionUUID->"f0f5bfc3-e1b9-42a7-8f6b-d5b136a93437"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<\!\(\*OverscriptBox[\(1\), \(_\)]\)\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870538721119547`*^9, 3.787053881591897*^9}}, - CellLabel->"In[412]:=", - CellID->1441969144,ExpressionUUID->"6764e5b7-d44a-43de-af05-e1299ef8f423"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->822446813,ExpressionUUID->"f43197fc-3a1a-4ef8-808b-4d7552307706"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "MultipleTuplesExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053890503503*^9, 3.787053891408969*^9}}, - CellID->1053399866,ExpressionUUID->"84abe145-5a12-45d4-a0ed-695205b89f15"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1395015189,ExpressionUUID->"3eb2ce8c-539a-4f14-9615-403988ecdab1"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"3", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "6", ",", "7"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870538721119547`*^9, 3.7870539029998713`*^9}}, - CellLabel->"In[413]:=", - CellID->719878957,ExpressionUUID->"0f700dac-7ccf-4035-bf2e-58c88a55d1eb"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->82763101,ExpressionUUID->"e5e5a145-7666-4ddf-b929-20cb718ef8ac"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053890503503*^9, 3.7870539070554123`*^9}}, - CellID->1577518898,ExpressionUUID->"6c8a9ebe-74cc-4916-bef0-6546e9208e0e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1941307224,ExpressionUUID->"988f34fb-878b-4842-9b4d-9ebadaf29470"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SymmetryEquivalentReflectionsQ", "[", - RowBox[{"\"\<123\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6"}], "}"}]}], "}"}]}], "]"}], ",", - "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870538721119547`*^9, 3.7870539156396017`*^9}}, - CellLabel->"In[414]:=", - CellID->97050204,ExpressionUUID->"9228555d-57aa-4822-8d14-c852b5383d35"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1182690555,ExpressionUUID->"929b530e-46f9-4869-ada0-d9bd25d13a4f"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`GetSymmetryOperations", "::", "missing"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.787053890503503*^9, 3.787053927638941*^9}}, - CellID->371521253,ExpressionUUID->"ea0b4c67-95dd-47ad-bb86-d5a23bbbaf97"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->831464897,ExpressionUUID->"892f581d-8463-436e-9813-e260b2282a96"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SynthesiseStructure", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787053965333769*^9, 3.7870539685576067`*^9}}, - CellID->1765267995,ExpressionUUID->"45086900-b323-49e5-8cd0-28fdbafad8bd"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1372608660,ExpressionUUID->"d561ca24-c2ce-4329-b2f8-c8ac23d826c2"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ExpandCrystal", "[", - RowBox[{"\"\<Quartz\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<NewLabel\>\"", "\[Rule]", "\"\<BlockA\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AppendTo", "[", - RowBox[{"MaXrd`$CrystalData", ",", - RowBox[{ - RowBox[{"\"\<BlockB\>\"", "\[Rule]", - RowBox[{"MaXrd`$CrystalData", "[", "\"\<BlockA\>\"", "]"}]}], "/.", - RowBox[{"\"\<Si\>\"", "\[Rule]", "\"\<P\>\""}]}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"AppendTo", "[", - RowBox[{"MaXrd`$CrystalData", ",", - RowBox[{ - RowBox[{"\"\<BlockC\>\"", "\[Rule]", - RowBox[{"MaXrd`$CrystalData", "[", "\"\<BlockA\>\"", "]"}]}], "/.", - RowBox[{"\"\<Si\>\"", "\[Rule]", "\"\<B\>\""}]}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "@", - RowBox[{"MaXrd`SynthesiseStructure", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "\"\<BlockA\>\"", ",", "\"\<BlockB\>\"", ",", "\"\<BlockC\>\""}], - "}"}], ",", - RowBox[{"{", - RowBox[{"4", ",", "4", ",", "1"}], "}"}], ",", "\"\<Demo\>\""}], - "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.787053985581325*^9, 3.7870540031885443`*^9}, { - 3.787060661779273*^9, 3.7870606655309896`*^9}, {3.787479072655361*^9, - 3.7874790735284777`*^9}}, - CellLabel->"In[415]:=", - CellID->526592646,ExpressionUUID->"758430d5-585e-4c06-b4be-217f223d0a51"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQdcFMu2N1ozQ85ZghIFRck5ZwEDIgiYFcyIJBOYMQEqJsScA+ZtFjFn -xZxzzhGzpO6q9ap6GI97H9333HPv+973jrP2r/fgTPfqrupVK9W/Vln1zIzv -K0YIDVah/4tPyQkdNChleHsd+o/EjMGp/TL69G6ZMaRPvz6DfHpK6Jdz6w8F -JCc5yUlOcpKTnOQkJznJSU5ykpOc5CQnOclJTnKSk5zkJCc5yUlOcpKTnOQk -JznJSU5ykpOc5CQnOclJTnKSk5zkJCc5yUlOcpKTnOQkJznJSU5ykpOc5CQn -OclJTnKSk5zkJCc5yUlOcpKTnP5Pk1gkEilIxBIFCSWxWPy/wVP0v8Hkf5lE -9KFYA1k76SEW/d/4kP8hRDv3n+WIfif+N3tdLEIierAylmIqXBIFMZL8T16f -SJB5QQ6YyP/brNjYQT8RdyZf/4PHk9NPiIkA+7QwNVCLDfPwTYgJDPF1sTP/ -/rvovydb9K1/f0eSv9zq3xGIn8k8fSTJz879O5K1Q0VZEYV5N2+SEOkT1q6F -t6uC+Pvvctn6XyLWl6y7Uzu2iH1xZMEt+HKUAFwDUnfu44Ujy1a4NbXUZuf9 -q3qLniWc52aMjP/oiMY9Go12XByFlvbwQ5HK0rf239KAonrdYqitLR4YExMw -snPnKBszM8N//Pwvt1M418G2keGqgoEryfUNVVB1HACu1l29uOVojw4tPP87 -7ZTTr4n2ofCmY8M9Iu6WzeLg9mbgPx4mHL5ACNygff4Y3j/aeaSZtak6ey// -VZ+LpHpK5NQANbs9ED2FYgSwkh5b6LELwakhaLKOklSf/SuWTKY/HC0t7a7N -mXMSrl4FeP8e8IcP7xaNGdNZSSJB/4ofWC/rIg01FfX5Y/qcu7NrJtRcXgtc -5QHC8edoOx/Q49HHbu2CHertrVxv/ZtUP3xFWuqqaNrQ7qcubprC+roO3u0H -4M7Qfr5CauvO1wKVr+IxvYazkxUUJH9b6pvJlQq1TgXhaPuzbAR8AarBCxGP -SxFXsxbxsBXByEDURuAl/quJ/Pnzaaqqihekpx9+t3Yt8BUVXO3jx5j//BkY -pbZt681OUqQ+13/BS/g9NtSj/9IJqXCidGLd17MrCTzfDVB7Cuq487WY3IVr -xxevkZ0vV1r/Hsl0gb6Opkl+VufKfUtGk9dHFxFyZwvAuwMA1ScAV5/kydfj -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 -rKun56m9Hq6kJjiQ3Gjf7pOTlaV3fXsV2au1ps/XJtr3S5eEMJzbJw6KhnaH -pRNT6XMm32hoom/JznVp3LBH55gg6EPlb7mvO3nk503uxkbh1Xn93jvYWbj8 -2I+ujjapbSN9qpLiQmgftoXC7C7AdBfVbZdpvG0hvfXvheOS4feaWJmEtwpy -Xd27ffi5fkkRpxOjfGdamhpY/eo6PVVluxl2NtxzXy9c6+WFzyS0hA1zhj0p -Htevb7CtuXupl8vVea2Cqf0Je907MeJEQgvvGQY6mg3qbyqWfgg3F/KHvYxN -zl7ycMd8QABc9/N4NahbdOzSSWl9e3ZpGdGmoUnL/c2bbz7n71TRrqF6ehN9 -1NJQFQm5zvq8vKAIZLzCdbSm7XRohj8F+tVhf/86C6Sob6whQqr1U3qJejrR -ZQHeb4qiAqBH26Cb3WODjyW08Jmkr6Mh5GOZ/FFfCDWxadgmpnnju7MsLfAT -P+9aoDZ2tJdjYUZKmxYr89MGxLX2D7E01jfMaGA46HCQz8fCSP9qyu9icruQ -E62D3cbpaqnr1/P7PRTVX+jHsUT1EVJWUvjrbyLRPw4WLiuwz/b6emfmNLaB -iqEpzI8AIW8IN+Fgdg944uAILKf5NND3pr6K8nd/VYS+y5Tsk811iIO0tRZM -bNgQtkb48zdWTsBC7EDjAODOwh/RwfDaywOgVTScc3ObI+Ml+WGup36OW4G9 -Q0c11awhNP4vbdoMtrvZfdmZqLj+zVh07V4hOrc9WaF4ia1d3ZcAH5bDxYVN -Gg//EbH6Q18InWCooOCYYmIMsy0tYFdMODm/cvw3Nv8O1ScZPgt2lQx/uszc -HGqCAxi/6lGNrVqIfs7vt6R6f0v2npgzIPmbPhG8BW2R2Dy3Q+SduwfnEbi3 -DeOvR6GOv4HzwgPwYlMzfM/HEyocHD7rSyS6jP9P8fLSe4nVxSLtCEuzpX/M -HAJvK5YR/HgH4fA5/tXzg7i/eSOy1sam5jHlt9ux+RklMXs2KR7hZw/HctxN -VVRTujTU3rKro5iHiTR2nEePbQgezlCAHrpmsNWxWd27QF8Ya95oNr1ErCQW -q/xVr9Q/M2qkoBDd3bnpsdXTssnt3bOBu7ER11Ye4Hl8H2+Zmwcpyqp4t6sT -eRPgC30bGMWxSxXFYqXfVU/9jES/ell/OkcqH41MDRouK0h7d2vbdOBvbCSY -5b7INThzYDH0b2LDF7s6QIa7w1Rhrv9vxq0Qm1Jt079T1IyyecPh+YF5HMs/ -YpbXhxuwdWEe6WfViExrZvfBV1OjFUJ/xsv/hITfMn3QnBPUv/86EtXiYoT5 -5TSGXIe4KdHquL+JCRlrYX7VXEXZXqaHf9VWCfUrqc++fXVhOlz6YwpXe2kN -wOu9QPgL8OrZIZwW5EFo3FCb28isVEMiURb9a90op7+QuB7HEurVrP2cUb3g -+KoJmOUm4OEOgI+HhHzq+xfl3Kcnu2D80G792LmKChLFX7AT+l+J/p7VtdWN -5flpcGVLEa66sBrgWVn9PPdF/uPzcpZ/PadnoC31y36tCoQfqOXVyPFHzzYm -IXg+GGEoqM/nL0c8rEVwPkt0lJ6o+P2CnzGqHwsN9LXMh6bEfJ42tAccWDqW -vGT51NubQcDR1p3h62oq4OzGybsU659JLlD/HonrMVGudubtxw1IgLVTM/HV -LUXw8dRyIa9KmP/xdBePH++E+QOSlmpTP7gesPezLpfKgYJEqXdcyPXJNJba -NW84vltWDN/OUdm6uwXIox2Yzbe8P7zwpqORnoBtUPh1Lkh4uyoSkXp/d9HT -GdEIjqQgXDlMmOMGKJJiCZ9mKh7VEkv+Jbky0tUyT02M+DKKxo4r8weSM+sK -gGEd+esbAT/YxsObfXBq85TS+sv+43Of/2/Rd79LUaIU1zbw2fiMDmTj9EE8 -m2dk2L9XhxfCy0MLyIVt03F1lziWu96vr6io/Uv7UI/VcvOyH9+nazTMyOlR -t3NuLrU5U4Wc/dsjC+Huofn44fA+3OPmjvttxBJ1xPB0YvGv3qFwD28LVJTm -jaC4JarZ3x3xdzMQ/2aoiHuaQ+UsvjF56hd4tom6ipFEjJipUxT/HKsqZk8d -EOhc3jUxnOWF+dLJGXB89QS4V1ZMXh2cj58cX0xuZ3a/46CiYsbmapQkEkW2 -plHuXv3rJJMLe1VVoymNrcct8ve83b9dCIzo3x7mjuqNN0zLxuXzRsCW+cNh -Vd84eObixNM4CXqYGMcxuIgiW1LMlrcwHKfgGIvZC0Dt9PRCVnu47JjWMhB6 -d4yC/IyOLAfEb509FHbOHQ7rpmTCzV6JBDKTYWyo90AjTSlir34RtoAjVBDY -icWGSgqqmQ1NM1Y6N16f7a5WleYrgqktEKyMQ7CrG4INbdTgppcHhtBIGG5m -3u17y5B07Wy9nWX8FNm3ruqqtku9nXctjPInKe3D+JH94snskT152lbYvWws -7J6YVs3auNzWOvev3SXDqjIdryBtt7je3xTJ/Xopsf5mckADJ+WZ1pb7ITwU -ILoF7An2fd+hbdCHEb3bwYT0DpCXnvR5Vlbys1WJCfzJuFiys7n9q4YI/TIX -1lAkaryvebM6CKKxupcXGRXi9aZv15aQl5oA49KSYN6YPoThCrl7Wwn/9RgP -cI57dX1ruadT45/ybKupOfaOhxtAWCg8dXN6G2aG5vVyEx/L9kEnkuxF0zsY -GL2dZ29NbsYb8/fTle4dGIT2LOqKRtkbII2/8qLKSq/Q0urBKw9fgOAIvK5F -MCR3agFj+7WH/KxO/IgurWCGYzMoa2xTE9PAKCjcxcUxKSQkMSE0NECtfjrw -J/LzXc8Ka7V/c/mSxXQ6VM+PtrR4ebh5U+6lmzM54ux4U1dT3dTBtlF8oKt9 -0roRQ/ZU7y7/DI8f8/zbN3B33767I9q3bxng6GhlrKqqmmtmmlli13iSo7aW -UVwrX+/DJcMOviqfA99OLKuG2SNhrFOTIUbGep5uTS27ZndvvfTw8jz+2/lV -mM2FM9wXxlcJDRLg/ctDjzycbBv7qqoGLG9qN7mzkWFwTKS378GpWY9f7yrm -uJPLuepZI3HzBgZCflJNURpvhBgpdt+SKIaqcdSfn099rnX02Ing/Xx02s0E -aRmKlXSmWJmPL7SyHNBMTdlxmK0hnGtpztfGN4dyr6Y7TE1MAr2aW/e2btTA -WQch3wAtrbykpk0zZ/fvv4iUldXC3bs0fvkI906f3uHetKmQv+3SwKh7kY1V -YYSOthODYpnp6ioaqKr+urN/E5L5VNFubjanZ81a8XTLlvfPtm7hrwweBJ0N -DYbLzusWEpZSWUrj8DNnAD95wrDANGaqA3j+DODlqy9/dOt6+5mrE0DLKKhs -0+LF3R0za4W4j6ugsnId83CbfHh+8HqEZ3N9ZUUFxObijq4cD58qlmN4Jl3b -B3AFOO4K1Vv34caOGW82WVnVQHQE1U8h5GnJcOrnbxfiSAJXCUf5fX177FpM -sLs1fTwFfTWxal4o2nS2L4Ka0SK+Pv/A165BtQyremGweOEgo0bl74N8AKKi -4UHLJrfuD0I1zNfnlyJctRQ9yQ5EQbL2GmhroyWZmVN3Tpz48sjkyVC1bRtw -V65wNc+fcwyremn//iUttLVTDrnQNrcIg9qQwLe7srLWf929++Lbo0dPFOTm -Dmyko8Pih99urUW9nhI1bdTI6u7ChY/g/HmA16+ZvGDgMRybN69YkXpJSEEB -Te7V68adBQsADh/iye3bQF6+BPzmDam7eRPXPnwIk6MiYbedDf8+OKDupbcn -PKSxFY0becLyCfgS4LprPMtj361Yvs3d3jKQzd3R+JA8PzhfGtuzHFndaSD4 -HBByET88sgiKbW3gtp9X3Qc3V3g4rCfU3NtCSOUByu885XdV4Pfsyro9Kqoq -SFEJ6U9pIeJ2dqb6KQcRmEp11UIEZCU91iP8olAMwyxMYKdj89o3fn7cq3AX -qBlLz5kjxbOSzfRzh6i6nbPEjY22Xq1bTT0xaxYU9ewJG0eMwJXr1hGoqADy -4AHBr17RWPHtp5G+Pg8mmpni6z5eNR+83OHL9Gl0aFyh4+ylgJO+tXXrbGVq -M+vX2f02JK6P19LatJn7eNkywEeP1uAHD4C8fUu4ykqAN2+gjadns3B1tcCC -Dh2+7Zk4CT5t3Ejg+HFp/926BdyRI8DfvElKx4/HPTXVyRJrK1gV4U9ubJ9B -yM1NUnnhzwpYVYIvYvh27MvI5Dbzsrq1JisKBsJ56l+9P7kMgK2RZVjV91Ru -PhyEN6eWkX72jaHAxBRWOdiTo7OGQjXDP72Q6bZLgvwBPlPXw8spoL+Rbs7w -QDEsbovI1VQE1aOF3AOQOVRmFlCdNAW9S7bSvJhl2ggWN25KtoUZ4o8jpHhW -shQBtxrVkW0IytPRLE2JsuKCtq1f7kjuwQ9OSOBLUlPhYnEx1Gyn+pLKFly/ -DnDjBpcWHDw/TkuLTLeygNXurvjOnDk87RuM797lal6/5qjyJbGhoY6sj3+n -9fpsHFF9hNJjYipOTZuGa3fs4AWdde8ekPv3qVzchEXt4w/fcWiG57eMhrze -vfGJKVP4V6tX4+rt23FdWRm8XLUKqg8fBrh2HR+dNJFLD/etnEZ1UcW6AvL+ -xBLKa5uA2yRfj1L5Og3P988na33coH/7MJhAY8M/Zg0GhjthOYzqC6UC3uvL -2VXk5bHFpGLl+EfdvB1vje0ZC3uWjCEMQ8Zf3yBdt8xy9lS+Pt7ZzG8P9q15 -4+sOWR5KZHgwgk1JCK6nIfhM5YYbj3jIR/heFrrYSEOk6aKhkpftpgwr4ul3 -GQjwBCpbzBYuRJisRuRQuuhgbwOz5U+83YAPCcTZ4eGQFR8PpYMHw+XZs8n7 -9eu52l27cNX27Z9tTE21jcVi3y5OTo8Lu3UlJ2gfVm3dKvgK3O3bHNPniVFR -nVhfU7n62zXf/0kkw2q18/FZR30JuDpnTh3zI+DQIUIOH+ardpXxc1pEwBF7 -O3wm0L+ub3QUFFK7sC4nBw4VFMAB6nfsKiyEp6WluGrzZjg1ffqxdi28S8em -JeJ1U7M4lqd6R2WLyQpm+uhFOdmYkwwLTc1geJQf1y0pAhdkduRKJ2fgQzSu -v0R1182t0+HE6gl1d8pmwZqpmTMiApyLh9P4f+HYvtzxVRPg6YF5UHNxDfC3 -Ngv8LiwfB7lGRnDfx6d2lUcj3MEZ4XEhIrIqTgSHkkVwsR+Cx1kIermidNZW -HVVkMtAb1eSHI7y7KyJPs6ns5VGdVUjlbybCZ1MUzvYyNHu719WRqw7048qD -A6FtWDhktm8Pc9PSBKwq7SfIjInJlS2ZiPb03JiTmEgWpafXXS4pIV+3bCF1 -+/ZxcO4cxPn5hbFzFP7zscrfSSZXTc3MIobQMcn6be/EiUznk4eLF8OGkSMP -+RgYZI8ybwR7nRxgukOzV/F+fvtyEhKejerc+VpRbGz1gfh2sDMtDS8ZPPiR -rYmxh5WZfsu0jpEwcWASXl+UxWQEbu2cSR7uKeGfHVoApWP7fuujp88xTHBK -C2/oR88d3b89TMvpAfMnDYAFBWlkzfRBcHL1BNLMpqG9hYlBTP/ECBjRKxYv -E9Ytj4arW6eR+7tncy+pjts2Y/Dztnq6z0psG8Mu+owDnVSguxuCbH9EJkQg -PKctqs7wEU9SU5KIlRQlqqqKYqW2dqKdGV4iKGoh4rd2RDyVPe5BJsIfcxH0 -cBTF+Kjp7BpnbQHbmzWFZQEBUBgeRsaFBMOgtrGvcpIST7f19kpVVmT1bQT8 -h6RZw4bR/aKjIYfK3vyBA2HfxInk4ZIlsHPMmEMGWlrKvxP27wdiKUfkYm2d -1LNFi8cTu3Vj/kTt6I4dy+3MzBh2DdmqqiYHaGsV2igo2CvSc3XU1fWcdXVD -jjg5VEGQH+Yjw7gAQyMvKTclFOrnXNo5IYzk9IvHDEu4enIGbCvJgZ3zciE+ -3DPeTCzxC9DUzPcy0osP9Go2uUdM4L1hnaL4mT1i8NnEVmRd59b37e0tfWUP -GOjtsDihXTDOSonhpw3rDsup/G2dPQzK5g2vC/FxaK0pEll6a2lOdVZXT3Ay -Esfm2hlWbvCw5K+2cIQFDg1L/9pgDRWk36oJOtzNHeGJYQgWtUVA5Qty/dE0 -poJ0xRJjZ3W1HC8tzdSe1lb7z7g6EQgPJlcDfA/qKin/yEosw5zZmVtER/n7 -3xiWkMBN7dmzJq9Ll3JzIyNhnezfzc3/h5MwmFSVlNTsTE09rI2N7b//8M/r -1IWObaKiMnBdc3t44u9d99E/EBKNtOMdjURWjoZI199Qy3JasHdldmwIpHdt -VTcmLfHb0JS2hwNcm8T+7OYNVJR8xttYwWV3N/6LpwesaRexeUxGx8Hz89MW -jM7q1DXBqmF4SYh3dUZMMKR2jq4dMyDh2+DkNoecm1qE/OPpZc8nEqWamL48 -6uoKVT5+pCLQ71hOr7aps0f2nDO3cODItpHezv7qmq22OdmtW+pheiLOXjQ3 -qRkqcDX+nmP4kwy009M9urSpHTz394Znnt4PnDQUFZoZii1cTUQWBkoMzCVG -aSYNMlbb2szIsjBv28TMzNHmb/rvd6Of1Fr8rrxFQqkPJGD+RNJ8jFhPQdK4 -i5HB3QILG26dryn/JFvyHGajr7AAPdvob/rspYcPro4MhWMB3mfNG+g1lfki -9ZMcAlavPh5VUEEitVY62rupveU3pSbhZ0cWCutK2bpE4M/B1shA+ODhgauj -I8gSN8elpka6TRT+wU8s40cbwOYCxW4a6uMzjIzwwmAvfHThSBq3bpKuSYOH -8PjcGryWygkXEsRybdXpZqb18iT6/j8kxbuykoMKdioq3XqbNKibYd24eqqT -Ufm+ZFROJqCPMA99fjEN7c5311qy2d4RICKE4f++BKqrCXVJJFKc228tUzKq -nz8T/6t6W1kkVu/eRLHoVnr9Gq3lCL6sRjDG0Rj2NHfG34L94Ka725P6QEgk -qxnyT7el/7Ef+rYOWH9w9Xj4WLGc457u4jh8iXtwYzseqG8IR12d6xh2s7yZ -/R/110nEP6k7ysYH+9LH3LjzgnH94NK2aaTm8lqu7vVejuNvcfvXT4eB6ppQ -4eVWUx0SCPlWFnlsSbySWKT8V17CTejRQKJgH2mmmLAhCb16M0Sav6hbTD/3 -IliWpAGZulb8eS+X2q/0+Xo2aNCaybrCz9sqp7+h+lpWYi0lJCpphSqe0HiL -TEYcjdUJbEZ4U18V3M/IDM+3ta3q3MBwSP3Y/Wk8VD+mRTqaagb5WZ1f7Fs4 -iq2lwqxGFa4+CXXcVSjO6o7T9PTJUvsmH4O0tFqJpHVtfsVPeJ+dYgInLZ0w -AE6vncRVsbXcr/YA4c7Bl09nyODIAJKtbwDzbG3u2KmqWqO/weuJ6nHLya5o -JsN83c9AtcDWZy+gxwbE3yyS8CnWejDR0hLyLS3KVMVizb/jJ6dfk6xen4Ea -sp4WiarZ3Ak3jspUMZUvVo9hNeKfFkpgZTvJxv+Kl0w3NrU09WBrGNdOzYK7 -ZcWEY3Ul2LxhNVujfYZ/fGktLBzfr4idK5H8Ekfz/dk6t/I/UDSkG1vLzUtz -+n9I8XrcOVL16QjcKp9d6d7M0kTg9ze11GSY0xQXdGVua0QqeiNcw3KuMxDg -RQizOcj3U9B9Gw2xCwv85NL071P9ehuxvqrIfIS/qGpdIsIPsxAR1iwXsT4X -YSih3/XQflxs02SysaKCoey6f+JVL1fmxvrNs7q0hJk03ju4bCx5KqypXifU -EqS6C0PlfnKlMPNgE0VFE+mivV/ol3p8fLtQjx0j+8TBkvH9+Yq1+VK8Hlv/ -/Gg7EeT14pqPMZYNbdk1f7euVLqeBEkS7UUXxoWIWH0v/g61+3VsDmiqiJBZ -dDyNVXvd3kjXRuD1b9QEl5OUfpQPXys0f2wogg2JqPZyf8S/GIz4yhwR3M5A -8DCiGUCr1rDPpflmAWMn/mmdUVH9gSLDPA6l9WgDC8b04fYvGUNu7pjBcISY -ygR/bdcsju/WHm64Ou9Skhba+KmSkdlBS0uT+E4JYXh433h+dWE6ZjnV+7tn -kzeHFvBPTi3lXk/KhJdurif0FSTKigJeT/xTXIvMDrqYopSubgiPDUHc+kTE -XeiH+JeDRfyr4Yj70NEKqgJCrpgqK7AlZwx0K3fY/5skkykfTXXnOY2tCvJt -G+X1dZZcHh6EYEEMgj86INjVFcF0Pw1S5ugIlYF+ZFNTx1Oy61lFSpHo+9oy -gSUb4N0NDTpt8XXdlxPlT/p3awXTqA1bWZhOds3NhT3L82BLagd45e0FV73c -b6lKGKRUwA2Kf3wucT12wFhZyXhKY+vJqyL8q/rGhsCwvnFsTS5ZPy0L9i0d -A1uprb0S6AsPPdxvN1T7M6ZFXK+7vq8JoX94a2u1WN2syZyZng0+dnMXwbhQ -EZuHhC2dEJS2VIUrnm7kmqvXQw30Z6g/vVryo16V9Z0wkERC9Uu5/KF6/B+1 -CZpiiVFpk6ZPISxEqM04p6nlWPsGqGNSM9GaLk5oSWM95G8iUm3Vy8j40Uxb -y8/5rlrjYxxQiJcpsvmRH8NtMn7emhrtL7hL8Xq1EUFkUJTvk76doqpG92sP -eWlJ9zu38F7SRV//2SQz01vhGurxf3qmH2pdytbe9NXR++ORszOAtw856u/1 -uVNs8LshyTEwPr3Dt7QOkXt62lm9mt7UFk5MSKvct3Lc9mX5afkd2oVENTTU -EfB/rJwoqufVUCJuusDCouaTuweAXwCeYWuwIryxaE4XR9GKNtbikS219M9M -tbOAJQG620KaInc7fSSx1kYS1R+sYf0aI5kI/fg3+0vyK5v+G5FgE0yUFZqX -NLWEq94u1ZXegWSlrf26H09yMkKG1FZMvztE9OzpONFX6s/zsEzYN+BzWV80 -vqEmEqn/UC87WEcrf62jLXno71H7wSuQdDRsEKKlpWbdQFfLWUtdVdgDw0RL -y6ykZ6+xJ2fPLr+0adOVDQUFs2zU1bVlPDQk0pqSlmaGerPiwp9dHdGXqyoY -BM86t71ioqpsqKOt4WSop2Xp3LiR7Yq8fk+2lwwjV3fOBLgpy21dhvfP9t0Y -0qO1kOdXVZCI1MRiBacG+gkL2oTCteG9q8jUIVAaE1Egu6cy7Y1cH1HhtVSR -4MfX0rjlVha6+n4EunkvD107kYmm2Bmg+rXW9BnF0mdUpDJHY2ltbRWkJlO4 -v6tsiaR+A+rtglpdT0NHvuSLuG/TFfjXmXqQYqkhzNnTvlHyMkFNr/VHz2BK -fa2+9VLcJr8E8YThN1eL4aC/1alnvn7XZza2GZnijGIu9BVd+DxBhKunK5B7 -6dqV7nriP+GQLY2MdP8YMeIP2L9fwFrA27c0TqyGuxs37tRVV5d0NTRIv+vt -efOkm3PZ9skZVz5eLOVp7EcwnMO13AW8c13hPHG95Z2Y2fHcqikZbB6If7pv -Dqu7zfNfjvI8f4EDuMuwha86eDRvV2pjfeCpt9eVo4N73Hp8Yglhc9yYP41r -8EVuz+ZpK1SUlSTtm4j6HUwR1jHiezmIbO2MyJuh9bW8Vkixqs/noRu+ZuKm -GcZmxQ+8Pe+UuzddfaCbaPe7kejjx2no8fnBaLabibR2wO+Wm5DVMO7mhDpU -DpXG2LCcHhtoLLQdwdvp6LK5FmrA+mVCGCq7S+MlPh/VsBwPKaXnbUJA1gj6 -ivyRpIOP2LsDRAYDRITDo56a0hhysSB/mL4L8m46umquLdKVSMQqDAYwND5+ -9u3584Hfv5/VF+VxZSVf++EDB58+4czo6OyZDU34z6FBQk3ed9nJ8OnaemD1 -TxnuC5PrGOA5bFueN87BwsS1ILszTMroiNm6jSf75oKwN8LnI2wtI/B1VzAm -9+HysvFwxM5OmkNvG01D0XnSmmo1p1idSALwCnaVjpuZ7oIu/NFRTO5mILyg -jXSOsXIYwqQIYbwY4brViINyBBcHq7wrMW8ClQyrGhEJtX0bCNgcWE713A4E -Xxahy5a6SFeal/49ZEu234y2MlJfFovuvxyCABehOrxUqoe49SKe7YmzsSsa -paeEJHNbC3XcMc/yWbPr5Y/KFF4llZ3iEC2Y0rAJfuDrAbfdvfHVbuqETKHv -YoFIOI9bR/lRWd3cXTSR3d9GV1snv0ePx8emTMFcWRkW8ITPnwN++5bhNsn8 -vn2X9NPTgcPurvDYyYm/khyPP7P8BMMICjXhrhKMr/PAnXndNTZ4YL8OkThv -QAJZPTkdrm2bJmBuhNqDNSeB8Ofp+dfI/aOLocTGCm64u+K7ft742fYZ9J5l -gr0k5BLld4PnqytgXKwhPz2Stj1JBGNCEKxJoDFwJh1Dk6Q4VEx1Fl6P8Mvp -YhhqYQplTg74gZsf/6SjMU+m0TG3SERqV0tx0jsGonzWXoWfx8z/cSTTVda6 -yGNRW4SpLsJsHSiZK9X1eDWViVKEr2dKLuVbNSydGCom22X2oEBaUxQWCDX4 -gMoPuZ8txsPs9fAYc8svxW5G5FRvIacqHb9UVvlVgr3EhzNFR/rpmwy95ed1 -Y0xcHF+amwsvVq4EOHiQukKXgb9xA8Pt29A5JCSqqUScN8zasqrI0R6XTc6E -NyeWCvWz4eMRQbYYthnXnOTXprQrL/J2wVk928Ks3GRgmK9nB+ZJsYJUHxFW -3+TbcXh+bPGHZBuLyjwrC1iV3A7u7i0BnuVp3+yX1izFbP+m83h2dz/Y7tAI -jgTZwkAfBDOjERztKa0Px/bdgBLa5sWIfC0SfWlvpnkpvaEpmeNiSi73lQA/ -Qdo3ZJm0vR+L0Glr9fo87G+gsWT56wYayHliGCIHeyDyvd9mS9ew07FJ9sdp -wXFHNxjvo0oKohB/vCfCr4fWywyVQzwRkUeDEDylR6o7StFWkPiMChHyEoR9 -RyZK/RIyR1oHsiJZGVbZNae2LQCmRYTjIV264D3jxpFny5dD7fbtmOzdB+82 -bPhoY2Jiyp6vpZfDpuF940lpURbH6lgKdXAYVvWVtBbti1PLYFFzezjg7U66 -x4Xi4X3ihLqEJ0snClhBtr6fu7GRp3aRnF2XvyEhwmtDZudoMm9cP56tVWVY -L/4G9fGflwv1darub4XJPq5Q4eCEP4X4wwA3CQzxF+rDAZt/qMwRsKocw9nf -zECH7A2Qa6q7GCZGIFzeDcGLwfV6bSaVq4UIvx2FjjZUrc/r/g5yVZ9uUVdE -mr3d0KPiVgiozNS9GoJI9WiEq8Yi/tsYBIVeGh8XWTeDTe5W0NdTBGyd+7aO -iJztg8jVNETO9UNkZ7zahx4uKIv5/6pKSKW3m+Tx5AgR7O0qwo8yEflG/d/q -MYirpbJYEq50fKipJVzxcIHTft7QPyICxnbvDsuHDoXt+fn4+PRptX2iItPY -M1LboejuYD0oq2sryE/vwG8tHirUSGU59m/nVpHa6xv4C1Q2+pqZQJljcxgd -7gOd4kKEtYLLJw6A/YtHs/MJq/PIake2CXYLdbQzz87oEg2jerfjVxWmw6k1 -E4U12l/OrMTVl9fyLw4teN/fvvHXYmtLeOTjDYvdTKGtI4JhAQgWx4pgXw8x -XO6P4CWVn55ukhiqhJRSXNGbbB8RFLcUcQd6IPwkG+HPI1ANG6Pz2qBxrC2S -38QOMhLV20JXY9Qhm+r76VHS/OdRGgud74dgbTw6Zq8tcW2tq7d/kqXVlz42 -GrtS3NCTiWEimNUSwZJWSnWPW9nDLVf3Sz/ytVRHwV3c0ZsRIQivbo+A9rXA -b2sSOtFQU6Tnqq65cLhFo09jGpod8zQ1bd3R0/PcxFatuE2JCdzd1tGcqUhi -KAuh1NXVdVmtwZSkFlCQ1QmvmZxB9i0azVF9RFi940HJbSbYqyhnpJuavBlu -a3k+PszjTo/2YXhwnzh+8rDubH8mTH2uqoGdokYwfgpisU5kiPvlznGhMLZ/ -e7JkXH+2Nxh3bNUEcnvnTBidmjDaTFUlupORwcOxlua1c20bkxkuDfj+boqQ -5YH48YGoirb9XmIT6V55jOyMUFQ7R/S+v5fUZjIcfgX1Aw52Q+dsdJHe7+S3 -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 -qqm6Lm3WZOWcMF/SMz4Mxg5IhAV5fWEH9QX3L8+D0p7t4KitzRcPidi5/tJ/ -qjkkczKZhHQ3Muy9IdDrzYgof9Kna0tgNVVX5A+E7XNyYM34VP6AnydZ2iF6 -V5+OkSGaSgoCH1a3geH1fyZjYgG8KJb8xvtKy3SWNZWprgLici+aoXUT1W5p -agdsPwdWA3BskMfZ9m0Dzw7v1e5Vbq/Yy3HhXhltHG0HzOoQDRcXj8HSGslX -AL6erCwe3TOZsVGSiPsqiIT32qG1ts6iOy7OAKEh8DnI/5yHkXJAkDkaFGyO -0m10kb2pRNlnlKP2w1NdVb5VTkCP3kxG50a1QF2EB6zHvdfvLy7REIt0i2ws -n3wM9GX1q8jyUO9nie2Cr+WmtH05KDnmQpR38+xEs4ZLS7t131ecnT01o0OH -juqK0nK4P9aGUWB6h/Jz11DrsqVZU8BeXlAXFADDI/2e9u/S8unQ5JgH03KT -60p6x8PRggzCauGy/UCvXNiwp124p8WfOlFaXFJUj5H/J/v9O9V4+IGk+F1F -UU/6R2NRZ5Fh7EjbOdt9QrjHHVtVV9PYuruKRrJYUYIaGuiY0TEo0lRTQcsL -00/f3z8XuJubcO3TMr72awXHC3uS3iL9u0QKfhVVOH0oT5MEa/NPh2NbcJUd -YvgX/j41sv1NZJTsgvrfHIhq2DosvkRa+4rhUCa3Q2kCAFT8j/yVIhKb9jZs -WLu7uXPdF/9QWGDZZLGquqqkkaGuKVMNzRqZm27PyzuP9+6lftEzoEEinC4r -26KtJoXi1b/j7zrESVUld4ZzM/5KYusqrnMc9Dc1bsMkuXubgBwab9Ze2lrE -C2uCPh3G376dxO+e7IfHRxfd3TknZ/6Y7M7p/g7W+vVtlX4oSBDV2xYtfJ3C -2oa4u+lrqf+IN/2dSJYTYvjIzJlZPWa8Kl/0pvreZlL7ai9me/eVpCVly16s -moqS0ri0pA2P9pQI+zwQtgclw6HQWLHu/UkOw124vGvmwU76+j4WKip9kxMj -yh7sLv707fpGUvtyD6k8X/pldGr7LopCsC5SNNZAxoti0MfjPRE8HoRw1XhE -uFmIq1lIffkV6HNEQ2TAzGKigW6An4aWo70hMpsfrnLvYnd1eJ2uD3MjNCfK -1s8y8HxuYmJZxbRpgPfs4T6ePcs9P3KEg5s34eyqVctCHBxkdhq5qapadDIz -blmQ0WHT2fUF8PlSKc893kkeXl13deyAhM4ZHSJvLRrfn9U/wTUXSqHy1h+w -Y9lYOLpkNM/ql0v3iLkI8O3M415dW4ZqikTKSQ2MwmanJa27VjbrM7m2nu2f -yL25s/nC2EGd4xWkwPjfxjGrN/9ibQ01FBvmsXvHvBw6zndJ94ymMTaGGzzA -XTJ9ZEpPdmJ291ZFFWsmsT0ROXhZLtTGYvaBsLXztWfgxbX1ZE90iGBDP7QI -/TYioQV8ZfvrfjxMdcd5tle1UIt0xvDkHuzO3maSCOZr7euO8JeR9ViLFQi4 -UoTxegQZgaKIJO0G494FegGEhNXciDd5V5UnxWLAaip7mxBXkYOKtJVFIiUF -BfVh8fEvy/LyyP1ly8ihyZPhXWkp4IoKHt69A/zq1cuY0FBnO7EoeL+rUyUE -B8CnXknw6tCC+vmEk/X7QN+D0plDYFxqguBPPjswX6hZwua6b+6cCXVX12H+ -7T6+rvZ0nbBXMHfp3cIw30tP3FyBtI6E58vHA3dvC+EF2WP7J7+EBYUDBbv+ -d2so/5NItldFmLdD5+0lw2BoSkztl5ubCGb74JLLQLgbGOMb8O3JzgctvJvb -Fg3r/vXoyvH4y5mVRJArYX/gq4B5KldwBy5vnALLTBtyn8OCMFufsad9FF86 -f7h0L2H+POV3HXP8DVL37sAjIwNdZpEaFkWJ8IleiNSNRSznwOo7ApZiWsmd -kZLrOabmn696u/EQGgrVkV7wZVT9vtMrRQxPSKAMwYQolMBMTdeoiNvTBwyA -eWlpeN+ECVC3axer0Qfcy5d1rK4qfvCgIquJ7a5VTWzhQ3AAB74++P2y8UBY -W6je5flLmMf38NtneyC3dyysmJYFm2YPFWoyrZmaCZc2T4Vqhil8vU+Ka+Uv -YwKP4NrKSXDMvikBfz++Or07qbu/jY0lQtvM1XG3CFd78aWDbSM9YcO23yOe -FPYy6psQvmHn3FyyviiL21A8VMDVYU7AbVJdxPT98brFo3otGpOaUMdqWb09 -tkjI78AXqteIUFtUWMPwtGI5GWdnAwcdm8O5pvbkRtEgmDmmNzw+X0r5XJDK -KrlEddZZGB4b3i5ZTzu9MFLClXdDRMhpTZeuvWa5eIZr/VqMPg1qrP9hgW0T -uOjiic+F2ZBPoxj+ScSwdcCvQRzegvCRwWirukiiPMLV6cC0qCgY26ULv2Ps -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 - "], {{0, 150}, {150, - 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->662492035,ExpressionUUID->"cb6048b0-2f05-42bd-8e65-ee09488a5173"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->754432850,ExpressionUUID->"0eb4aa65-7adc-48da-bc2d-51ca30d495f6"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"MaXrd`ConstructDomains", "[", - RowBox[{ - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", "3", ",", "15"}], - "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`SynthesiseStructure", "[", - RowBox[{"domain", ",", "\"\<Demo\>\"", ",", "\[IndentingNewLine]", - RowBox[{"<|", - RowBox[{ - RowBox[{"1", "\[Rule]", "\"\<BlockA\>\""}], ",", - RowBox[{"2", "\[Rule]", "\"\<BlockB\>\""}], ",", - RowBox[{"3", "\[Rule]", "\"\<BlockC\>\""}]}], "|>"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "[", "\"\<Demo\>\"", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.78705401842902*^9, 3.787054051467561*^9}, - 3.787060667572164*^9, 3.7874790944409723`*^9, {3.787479159925148*^9, - 3.787479160942789*^9}}, - CellLabel->"In[416]:=", - CellID->1300106157,ExpressionUUID->"0540bb07-28c7-499a-8caa-9a987f2913f0"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQV0FcvSP1qzNe7u7u7uIQGCS3ASLEGCuzsEgkNwd0hwt4O7O5zg7hZI -svfM1L97sjeXw+Xc7973vfX+6112rTXZSfbUdE93dXVV9a+rndv1aNhJBAB9 -tMiPhrkDknv3zh3UyIj80aR7n8553Tt2qNm9b8e8jr2j2onJP4tVlwQ0pCEN -aUhDGtKQhjSkIQ1pSEMa0pCGNKQhDWlIQxrSkIY0pCENaUhDGtKQhjSkIQ1p -SEMa0pCGNKQhDWlIQxrSkIY0pCENaUhDGtKQhjSkIQ1pSEMa0pCGNKQhDWlI -QxrSkIY0pCENaUhDGtLQ/1fEVF/M/8Xymf9N+Sr+/235Gvp/kUQMiL//wYBI -LALRf8IvFgkkEYnFEjGh/6R/SGcyP5YvEpHHMf++fNF7yTO+15fUXfyfCIiq -rO/lM5T/32fX0N+T0Iy0YcU/9C/zb/bt3+iYf5f3O4mr5Vn8q+/+LX7C+58K -xI91p++uEaj/PQnzHulLCfllag3IeTwcLj6YBg/ODIeNjb3Ak94jYv613mKY -as2QEhDgtmHo0MGrJk8el52ZGadFHywS/Uu1QeWW9qudPsgW1YHRj0fCvQcz -4MG6rjDW0wxkKj32t49QyT3jZQL6axvBlMej4eGj6XB7bhvoZqZTXXfRv6iA -WqaCLMFuT0uY/3gUPHo0Ay6sbgntaZuIGM28+P+E1HNPuyBoh6MAcSG5NpJr -F7kWwSNHA7AA+Pu+pRMf/T7c3d3t5apVz/HePUSFAgnxI9u3b0HvoXPivyif -TJwAY5JhllD+fHJtINcBwGcjYJmBSCj7b4WTyoW2BJjimrCZHaHiX0+uQ4CH -82C4uoy/46UfpjqgvaohXKgaRvjmqfhJ+fObQY5Q/x/0p4b+TSLyoiUGUWEq -nH7eBzi+CBTcIuArl0EltwZwWm3oRQwVsVQE0l+xE5tKSPndIjGxsGzhQuSO -Hq1UlJVVse/e4bcLFx66mZvrU34x88+SoZ5jiV4xn5sF7+91BxYnAcstBE6x -nPy+FDDJiXEX/Y2tp5YXDxMIWlQX8G4BsHwhcOwCUFatAvbbHHjtZcQYCXPr -L8aFekxF20G9JfUBb3UDBT8ReHY+KJSrgeNmwkVvA0YurpZ9jdr6D4iqepkY -mB6RcPdgW+A/DgIOC8l4nQZKcvFrm8KYn+7/yR5iZPSzVnj4itLBgzmis6rw -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 -oVAoFAqFQqFQKBQKhUKh/P/xL8QLzTE= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->238072474,ExpressionUUID->"47f510b0-d6d0-43dd-8537-61e7c974ceae"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1009458062,ExpressionUUID->"713e5f11-950b-4754-a9e7-5e448ad9fc62"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->263185511,ExpressionUUID->"d5502119-a32e-4ee3-bd84-cb6e36d04c8a"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]SelectionMethod\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7870540649716883`*^9, 3.787054069778943*^9}}, - CellID->1690054204,ExpressionUUID->"9cac0b47-73ec-4f91-a71f-95f607836481"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<DemoBlocksAB.m\>\"", ",", - RowBox[{"{", "MaXrd`$MaXrdPath", "}"}], ",", "2"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blocks", "=", - RowBox[{ - RowBox[{"{", - RowBox[{"blockAu", ",", "blockAg"}], "}"}], "=", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"table", "=", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{ - RowBox[{"MaXrd`SynthesiseStructure", "[", - RowBox[{"blocks", ",", - RowBox[{"{", - RowBox[{"5", ",", "5", ",", "1"}], "}"}], ",", "\"\<Demo\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<SelectionMethod\>\"", "\[Rule]", "s"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UsePlacementBuffer\>\"", "\[Rule]", "True"}]}], "]"}], - ",", - RowBox[{"ViewPoint", "\[Rule]", "Above"}]}], "]"}], ",", - RowBox[{"{", - RowBox[{"s", ",", - RowBox[{"{", - RowBox[{"\"\<Sequential\>\"", ",", "\"\<Random\>\""}], "}"}]}], - "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", "table"}]}], "VerificationTest", - CellChangeTimes->{{3.787054395974347*^9, 3.787054462107463*^9}, { - 3.787060668976289*^9, 3.78706068108283*^9}, {3.787479239571806*^9, - 3.787479252604765*^9}}, - CellLabel->"In[417]:=", - CellID->333876958,ExpressionUUID->"40003c0d-4a1c-4e84-9b48-d40c2be288a5"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -RUnzHD1USj3gyFOkP2i7h5/5evXqsXgXx4wZg/RnHZAejM/BmLM0wC3kgVbg -GTzIuSz+HdqPx40bxwJetpDaC9HkGVrl1MS4TjegW12AHvyB+AVyDLWNgyxD -QE5J00H7oecbAoDPTMA9QPxCvoQ+slGjRj2Az2gcPN4vlZtEXrqg67gezbVk -cHs9jUffMsObnFrlS+qUc3fQd3tcW6i/rEKnRmrSO1mHOUFkwTAzSVtnIe3q -efSgcI64LsAdI+DKdbSP4/3GOHP05Ym5M44zQCeSC8xxF8KhjxLzE5FuAY4N -chh37XByiXvjKu4XELfQ74Nx8zMHmsjsgfrTjjx3Gvvo5iKRVSmh3IVwuJ6u -Tez2/mn9jK8KRbmUs9dcsNP/8PDw1uhrxBw33EvQNfDrOtDTZHtOtP2OBAYG -NsK8HgduUXkMaPFrWMssf3//Is7nk0dbtrkHBQU1hLuzAe7ZcbhT41UqFa0/ -IeY4iHBAoyvC5xsB7jTcyymenp7O8e3il6R4vKJ1q9oelwa11T4f3lF3olSi -3Ucm2hLt9mqMw5VXb1xFdaZ3subZ0A66q7XKKDsr5D/b0QHFPYsUKTIJ7vjp -unXrbgoLC6viNL8sOIw7L1iw4Cg4uyNAO/aCnNzSIaaItTxEu7xP1RJuazom -qZ8NaKN91K2JZnm4v8wszlE0sLooGPcKRV2mtqvv8ah/a+0zmOfWmFBFnLgG -xxwc9vvwWoAfOwG/ToJuOAVopMF5b8Q7CvhTHeC2VqtW7RTALgdci8s6lLzF -+3JtaCOB/UBbntzx/2yfO1upMc5T9BcjnDOsMxyVy6V2eoSHY9RKdCJozvo7 -znWiVEqJO+CTGG+Uix0927zE7/+VbTwXa3vW/5WuEpWLQpJVo+nfcqzUKok7 -wLqL/wd8c8lpQhfn5rw3wBNcc9gLnGP8s36JuW9AbxW5uzbyTnPea5QnnX4v -Q1zL7s/5cX7OsGgLctZZnH0zGiXjqvGQKn78HeOSY8don2gl0Kqkru6u2bb7 -X/04Oc4iNxwQ6ybltMVnA2Kcaq+plVK5TvVzrgbtzF4uia4D/ZFatdTdwzWL -kGYbH2UoieOO4nhIw5zG/3H3pFIFfon/Rx+289RyWVOeaOIaQ0NDtaCLDDt6 -9OimzZs3r2rfvn31nHAiLPCTBNBZFoLuvgl0sskJCQmB2eEcvhmj1P23UaZJ -766FXnv/OvLmucNBK+tVcKf1WST2fMAs/Kteyq3Qpc2WTZ/uhd9+8yji4uTx -nr199HYfR07fZGJiYvi0adPm79q1a/vcuXOnxsXF0T6dcIvOAu24VapUqb8W -2sGDB38fPHhwd5DPFM59iTSpSnGX2OMrfNZ+uh5668OTiLT5s32GgnzlcDpl -x2/ggw1v7vDb//F+2P3nt8P3jRhkyuLrDoyhfSKOgIyQtHDhwjWg+2wCObAr -yA5Kx1yz5AS6V56eapBp+4IuvnP37t1rQd6qq1Qqs9XfyitN9I0ATzeBDnwB -7ZyZmZlZ/hnQBY+C3N4LziKr/hDINRX/+OOPDKxpJfpRvnz58hbwa0ZUVJSP -2K9GxbhsmOR5mDyMIISPdeTuFCKCNfZJjxaa6shwRd5XIkFe8NY2v/fkSQRx -rr917lDgOszFQ9+I6BuIjIwsAbrnB7SJfvv2jY7/+vXrFyBHReEROM6BngXI -zKMx1gttomIuxt9//71Hr9fL7UEZ9j4TI+RxJ1f6vGUvhmIdHUeeT2Fy8GDQ -aldXRqzdyAR6S11GdtLOvLLJj5Bbzj6fwmTpbK/W2Jk9DoFBm2AV0Hd2pqam -Upso2pqx3blz5yjIWu52H5IU7WyxcJ9njxgx4h7Gm924cQN9OBR206ZNYySS -7HmMeaGJOSagj4xBu86VK1cyP3z4wFmtVhZwRhD34tChQ3s1Go0r3D8F6H6X -8KzgXDM/f/6MuQ0s5qTgXjx8+PCar4+3HlGwXkX3dmfXWkj63yFW4WsULwhx -PMfFsxw9szgyuJW2FgzNwJVmhqdot1/a6E/YG6GZwvcYCmv3+SSQucOMKThH -1AdhfCnQ0ROrV68mZ8+ezXzx4gUHuEUvwqlTp7Y71kTpEdbpGD58OI++AdGP -A3OkNl44x7b2PmUyrZpRDumgS9s11wdtZlbhVQTP87GwBwWozymljbYCwrq5 -MPKxXbRrfhttJvsX+bDf0oI54X2kwHGxNpZLEPjM2BcWs4LmSFaoUL7RjBkz -UI/GPB3+yJEj7IMHDzjYTzo+3EGapxofH18Wfv6M+izCLlu2jDt9+jSHfpz0 -9HS8tBzI9LF0rv9Sw/R/tKE+jvf66JIlS/iTJ09y9+/fR38HwdpP165d4+Cu -04veokWLBnCu+gEDBnyHcxXgXAW0B7979w6/BKADmehbHTRo4EjsOKWRduGm -6d78i0OBLLWfp0cTQYglQmaMjXsfRR5cCjmJGwXDuw5up7u/d4GP8OFkMI8+ -H5IZTeBseazx9uF22DMvg4yel06ntQBefZg6dSrGngt4tzG34dOnT1h/6hXw -EpSlKV2NjY1tg7buefPmsWiXR/r28uVL9PmgrW2NY/mSSr+4tPi1hx5j6ljM -WWCvhWKdLGKzxrCcUIBfOctrNEIWjXWpNLm3gQzpoGfXTfISHuwNQFs7zRmx -2WIJD/elayNVIZD+Zd26dnqG8YGwrza01aCPEnPYYL9o7s6BAwfWoijapEmT -MxhD2Lp1ayusi3fUocOaWug7w/sqTJo0ida1y2P2dlrLpUyZMluBDmNdMxva -NrF2I9Ju9FWhfxfvOtCpKSCvKAC/vsBeoU0e6z5hXUe6Z3v27KF3cu2a1Vuw -73JF3CZhjObh33xtb4868mGAzwl3w4VPF0OFTzdCXodapFiFigF55dzcwSb+ -zFoL9/FUMOFvh6G/R8i4Hkq422EZDSra7e1qtcpYt27dV7179xbgHgiYh5GW -libgHOBOfCpcuLCfuDbgLwObNWuGdnlaUwt95QDLon8KznKqYwck9corJ/Ro -puWGp+jZbbO8yX3AF+ulUMLeD7eRD5FkSl/DYISsXtKl+5D2Or5TksY2oZeB -xvVj3Ub2aqggPI7grY8iMovFyc3uHmb/tm1afUcbeu3atQXEL6Rd27ZtIydO -nLAhfs+cOXOeSqViGjVq9AnruWHMPNqw0B6KPgSQr5D+suifaty4MZVz8xpe -4Xfg9zXRxoj+KZCnMN+Kg7PgQd7EmnSZsEa03fVEHCxWrNiyNm3aYAwuBzSe -A9rFL126VAD5LBNoGMbnTsQ+/bwUhbEOD9a92DHb23bpd3/h4d4A4crv/uyz -I0H8lS1+l0RbQmKUywD0+cwaaLLtX+jLX9/iL9zbHcBd2+rPPdrn/zIiUK6V -OMRB4B1LMMYcaJEV6RbwDsQbrJ/31GQyZdnbQ0JCkmvUqIF5DlbMIUNf9fLl -y9FXyEdHRzvioBhJYqRLR6yn1aqO2jq2m0HYMNVLAPy2PdgTSG5t9/8aH66g -scPBFnlVtIcm1/KwdWyoFqb0NQpYN/DcOov11eEgcmCRD63npVS66apWrfIW -6y2BzoC5GDzgFvfrr79ycBfQ78UDzhfDtZQvX/4W5gIBDtrgZ6y/hf5EHmgU -h3IZ4NhlFSKgI6bn/2n8+P+xUTUKzqsfrOtd586dsfYUrasCe0FwL8aNG/fI -aDTSWBk3NzcP0AfXY10xrPuCcFi7Dv3yoCO+CA4JpnHwqO4UCFd06dZUk4l5 -PvOGmgj6PH6f5kWub/MjyTVVtK4fquBurhJF3fKum3thTa3uRsxdISt+9SQY -jzK2q26CfZJ2ezvIeV6VK1d+gLkYaKNG3xv6capXr97DsRgKB3q9e7ly5S4g -bokx82hvb9my5Qz7uPb+dGrGs2Ut1YOWtdSkbT01GdJejzXjyIYpnh8bV1GK -ep7MRSFxSaqsPN4RcDAZYFMaasiYrnqsXUiwPmuwn9wi5rvDXg7F2kw4Rxwf -v6P/AvD7TdmyZbNqakVERCSjXR7nh3cF/VPivnbr1u0MfO6o3Zxn7aP0LsB9 -9wsLC6sOevwQ0GeuwV16DLi2xlErKGt9jjjvBIDrW7Vq1bOwL4+SkpK2gA4d -4+gvyy4fbJEWqFTMbVrP5prnIzrp0if2NNytX0HZmcbeOtX5xZjw4vGKTilJ -HneHdtB9G9tV/6hLI48RIC8rnPR8qWOeESDPboKxH8F5nC9VqlQHtA+JeqC4 -HtD7fIA2rAE8fAz09iqc6TDg5Vm1jUWbk8VTGtGkqvKPLo3VX/skaz/3Ttbs -ig6WJ9jX+iO/wmJmfGHuOzs1Ur/t31r7tUczzcUyhVzbuCjstb7sc2Ro7BHg -RPcKFSpcBfx6XK1atU0xMTENDAaDj9M+inb5xiCHHAW4R/C1F2hpclBQUClM -ZnLA5jU6lbNl499SGnErcbJzZq2PcQ4cdxR3l+cC5xTzzUiMOpku1F8e7aFk -lPbf/FR/hf7fqJWqQvwU0WqVVC3JvTHi/ORYZ0TGZPt9TjhsCrnURS7PPebS -Ga+DfOVhfl7yINEMllvMOjZPPWMK81eEqZQyec5+cvRN6awjrdbxu2w+5Kw4 -eKSJshyhe3mYTtFG15+LzxzvKp6d3OmdEme64dwATgFnl60Ph41Ukf13Mnz3 -5KeccEfdNKd+pXZb0M9zxVPI9vcMtVn/fK/FWmzZfpfLmysUfxhptj5h7J/6 -ZOi7JAiXvUuM689BVhhHLtdP+yTLvpc050usBfczbJ7NGxQbXVO4v9w3pbFH -ueKF3eICzNIc+PDD/eHuJpFUKeYW0a25qmR8jGuYm9OJ/Mgd+LHR/v7++vCw -MD9HOTVJzs/Fn4H2S0NDQ/wD/P1MP/rLlhNEG9aVKVfYNbxnC49SCbGuEUyO -zx0/07/TqaWu7eupStepoipRIEiuET/LzY+k12mZ4OAgbLof/TA/wWHz8vJ0 -DQ0NDQR5QNwnZzpNf0YNzt9L5t6mrnuxFvVURQP95Loc/WT1p/VgJECnvTs2 -dC9ZvpR7YbNeKvLWPIdbDoZG3waZPUDfz3o79J09F6AA+fwk4vqJA4GHNv7m -O61IpEKsXcaYDTLt4aXe28hbrJWFtvE4661LIX9tWW2ZU7KQK5UfxLx3wCft -lClTFl+5cuXJu3fvPpw/f/7khAkT+oLc46gZxmTFjBQqVKgE6HVn7t279+HV -q1dPQc+cB7KG9w84O6/UeEjdN031XEMehn+3zzXetnWD/5JQL5lKRu3ydncv -/l2t0q5F/15nuUjjVHGu32IfTRlpovWvZD/e16L/gixUB8b/6+rVq19g/Meb -Nm2aZTabkRczTvkY6MOK7d2791TQ667dvXv38/Pnz6/PmDGjE/pcHNOk/XVr -6tF003TztrNrfW+Tu2E0x+Lrx9gnM6d4tUNXoeNdDEmjym4Vtszw2rJrvteJ -2zv939A4bNj/V0+jL/frrPvFvp95C7fE+lcpDVVt6Hsfn6IIK8TxAk9zBhw+ -lURifRV5yd9TbsQ8yt9GGXdg/Sse6/7wBXiB1pRKsPs+vsfcq1pCGYC4otOq -laB/HcRYZdh7IuYsYLt27dol0A88RT9ScHBw1KJFiz5iPf7Xr1/TfBRs79+/ -vwfn6NAvZbRWFOiHqVj/SngaAePH8jY2nkc/yv7Nfva6K3Yey4T5ywJ2zvF8 -9eFkMOHeRHIcrIu115Qio/roq4iwaBYCnBqMNTwwlhPtwqIfJS0t7XcPDw9G -rNMF8n/S1KlT0xcsWEDQdod+L3FdoDsnI4qiy6V1HVXf02sstG77tS3+hL8T -JnCZMbzg8Pn06qGviv01qqpscn6DRfgLYDcCLNYH5h9FCDyL9a9w/xOeVCnl -hrQb47XzhPwu3n+lG+O6cLjxxitaJzuCE3g7vRKEeJ5Lj+bSX0Rn4hrnjzcN -NagZy94F3uTjqWCWvIvkeYHSC4EXCnDf30Rlog/w9O7Aldh/dHRUrWnTpmEN -GRvmj339+lXAPB/Alcz09HSyYsUKez4ETAT0oKV4VkePHs18/PixgHkrmdDQ -pwd0a5PdRSuVBPnIIn8bbebhrDhyN5zH+lwCKcDb+HiO5WK/F4txxZhduv8N -Kir7r5/iRR7uDbSSx/Y3ZziugI3nE4WrZ4P/dNQllvj5WYK7d+9O65Js27aN -BZwXYI68mOcDeifVcY1Gox50/9doLxg/frxt7969mLeBvi7MneGfPH50Sa5w -B91S4rdklPnrrIEmflo/I4s1rTLx7aGPcGe5OIBNFC6eD92hcZfIx/fQP8M4 -x0m9DbYFw0zc1c1+Anc9FOhqNLGycTDXgmTzCh9a+yEP1r/ST+xleIm1qtF2 -TOsQYr00Dr7eRJJ3N8I49Klc2em/yd9TVgnzG27v8OcE9Lt+jLS/J4Rn9iiC -J1+j+adnQ25gv6FhYV0xnjk1NZVFeynWtkNahDb5mzdvYm2fkwiH4lPt2rV3 -YK0y4C0s2s7RPwSwWKuM371790OFwv5uXZEYWVmYK9m/yJf/jLkY6PNJjyac -LUbAd6AaVVKVE9dXr4JqzexBJh5rdaUjLQb+ImRE470RXl4OPu+ttx9TQIB/ -0+TkZAHjlNFWh/4GtIkDjcWcN6F9+/a0hnpgYGAZjDlt0qSJ0L9/f8HxZgH6 -kbEOnHDzxvXPChcV4+/FVJ7Q00gGtdPxIzrpKc16vD+Q+nyED1E85iSdPxl8 -0dsgjYXPbdP7m4T+bXQY00z2zPMmr44E0RwT7lM0C3eG27bWQusQ5sH6V/KO -DdWX1k70FG5u97elnwsR+H/CBf5umPAeeMirM8E28iyC3zjZc4leI/XHek6b -pntxD/YG8BkXABZoPPpdnh0OZNlb4Xzaer/j2L+Xl1epVq1a0TjtDRs28IcP -H6Y+ReA1tkOHDgkzZ87cJc4lLi5uKtIBkMUyAbcEoFv4hggLcGjzvyAq4Aat -NKR7Mw07Z7CJOwN04P0J4HHXgcfcDuMygCaUTPhRJ6bSL26z4LwwFwNt/bRO -l/V6qBVxEc5vvSiOg9xdAWOVGzZsaMP4d6Cj6B/i0I+C75jExMTQWm1AryIx -v6ZGjRpcixYtuDFjxmC+GPoj8K0msm5d6nkGVB0/T+kvWDelc2MNm5KkEdDf -sH+Rj/Bkf6Dw/UKIDd8hO7PRslWnZnw7NdLYhnbQcQDHw7oI3APh6HJfAXiH -8P0SzBXkwhkDDFQezIv1r2JDFY0Gt9ORJSOpr55cWO9HML7gT9gPlA/u7vIn -pQu6VUbYaiXdlo92vMtxeKkvwPmRtLUW/ugyX4K+2LZ1PFogHOLCL7/8shN9 -PlizHX1kyOvwLZNly5aRxMTEauI0dDpdUK1atd7jOxNoE0dZB2ERDs6xA+1P -KlWgR796Sdcl/VppaQz6ztnewtm1fvztnQFkw2TzH0B7ZeKawvylRbE2Osar -Lxhm5v9Y4CMgft3Z6c9VLeFml4fRjg6tbNmyx6tVq0bt3ug/QP8v0qNevXot -Q/kLeLW93nqhQqloHwc5C/3wdF0Y/49++DJlytRFGKWb1CWpsvvxTo20pHkN -D6FDA40wqZeR1ktLS/Uj/+zwJ3XLKWmMBMwjFePkOzfSCE2qeghY+2nGABPW -6SKXN/mTc6mWG35eMi1jr8WbJ+QrsYk254JRipZdm6hvAc9nZw82fp/e3yhg -fR3g+w8Al2hcB+pZaneJW+Vf3Jb0Sda+m9LHYJ0zxGhDH83SUebPHep7DMaY -T0efGFenLlKkyFSgB4/btWv3umPHjh87dOhwF86nvb2/H/HyQDcKlipVaktS -UtIzgPkAX/fhvDs7xaNT+qpTS1zLFXad1rWp5i3MlcwaZOJGddHuCQ+UedoB -7fY1hP4lTt6sVW3Vg/6t8b0TgwA89HLl4m7i+1xZdnSgRb4w9k6s7Qa49bFl -y5a3AJ8niXFnon1coVCoChcuvBo+ewO8+z3QuGcAe7xo0aK1aIcOPdjiKQ1M -qoz2e0qzSM/mGtuv3Q0Z0/oabpRK/PE2iVHL6KqXdFsP+JSBNK5jA/V3uDP4 -RsX3CT11O8MC5MGONeUpfdCp0bug9ZC4B1tkhQJ8ZFEWT1mRyCBFOY2KoXbv -nPZks44xB/vJEwA2PiJQUcnXLMv2JoBzw3cG9ZgsbTSirpjzTYBsf+Pm5qYE -OD/MPftPEzbqpOZQf3kFuM9ZvC8XGz7W9NIE+sjLA2wJ0CfFuiS5jo1vYODY -GFr+n8bGtXh6elqUaFwQOxEdSE72+0AfWWKYv6JCgLcsAcaPBXpqj/WXZsWV -0njmAG9pFMCVC7bIwwE2MchXFiV+npsdPy81x5sZufoiZE7vaTD2XIhcZchc -ZABqn3bOFZDZi2jkYvOmoZ7yH+fDZOn3Oebz0/hoV8+NT0iZn3xT+G54bmNn -1dG2w9F3w+U5cF9cTzbfFn00XJrTz0Dx5udxpPSNiWy+C4bJfS/RJ5HX7FY5 -239zJ37EmP/ntTr39Z/8W7mc2b/4737ypfxL/auc+RX/uqbcPLm59vnzW+D/ -uh4mxzz/2z36v+DyLF6JazTppcyQdtrGB1f7ztixzGfS9sU+c47sCUgdPciY -ovOw30fxPegwf7kfyGD9Dqf6zti9zGf+4U1+G5dN8exbKFguvr2Rtc9BQUH6 -Ro0aNRgxYkRn0KH616tXrzbGFNjhsp8w6F6JIK+0mjx58kCQ4ZtotdpsOQ7i -XAtHK/wXDTf0/3OV7/rDGywza5d1ozqbXJaVj0jhzHpGMrCtpvGu+T5rjm60 -zO3VQVdV5cKITm6RbYrxpXGgY/SCcXtiorSfnx/1ueR83zwgIMCvR48enUG/ -6N+2bduWVatWLSGyQye/AOg3rrGbZ3rNXjfVc/W6SebpR9b7ThvSU19frG8v -wpUu5Bq76lfzhIMrfdetnGCetG2m14w9K3zGNa/jIfL3XDyf/9vNQYelngap -7tAS7wO0ZjuNP3eyoZOC5O/jQbu9DDIqZ9Wr4Fbi6Z8Bj+3vB8Q77PL2v7G+ -jLxUIFhhEc+gYMGCpXfs2PEI39fGHAvRNg26+W7AGXcxxwEd/ikpKWOPHTuG -bzsTrKOCNvfr16+nJSQkUFunwlGzrUIR1yJ3d/o9Jy9+5FjwtgLW4V10tM46 -2g9Rb9B6MIp5Q/TrPxwPpjZJ8Y3zK8eC1oPsY3/vxCFnA240W7x4cTrG7aPt -DBt8vxUfH09toiI/LlmyZNW5c+e+WLNmDcZ+Zr2Hfvr06W3eXl5qe3+MpHEV -t6TLmyzp17aBLr07gJAnYg2wguTQgeC1Hh723MuKRV1rnFrpm/4W5vjXBj+C -8YFO77PwSxb49MAe8xo/lNrfccE7PSXjXAhh30Va8W0Sjk0ANIjn2C/RXPr7 -2Ezcj6lDjYNd5Yx820zPOzaM0/0cBbAF7LB8PJf5Lora5Y9t8luAfXv7eHtO -mTLlNfo7MFYb7deAK/h+OM0dGDt2bNabpXB+dVesWEHOnDkjYE0rtMvDF4VL -TU1dYp+rVA5yr+ucwYbL+M4h9yTCim+TsLZ4qwDjZn6KelYkTK4VeUeNUm6t -sObui0NBLPc6kkXYzMx4FnOCFkz3EmMKGbPZbOndu/cnfDd89+7dtrt372Jd -LxrT/+LFixv4rhL1S+l06l69ej3E9+tgXVZ8Jxjj1b99+0aTkvbs2T0DBSiD -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 -ccOKNa0EQaDv5GC+ycuXL5EUCaD/j0fbAOjW59CudO/ePcx/oHBI14C+2TIy -MrilSxZvwj5rlHFPxrdJM6+EWoWMGJ7gW+xCAhGEAjxvjeU/Pwp/4m2w5z4P -7ajbdm0z5q2EWwkLNE3As0oQODaOFz5Hfa/6i5LW4/PwUEq7du16GuMzsaYV -0irB3tCG+TkmJiYr7zAxMXEAvvkA99+GdnGkqaJvqHfv3m3tUDJJw0puI6f2 -Mwq753rbvp615zcIpIBgtaLPpyCZ1Ndgj5Mt4dJhRn8jmd7faEM7jO2yPb+B -4+NsNjZRIHyBJ4mBUjd3tcmnU0rHb7BPfM+ePbHuDb5Ngm+RY60uOv64ceOa -4V62atXqHdZPGThwII+2GHz/F9/xEPccWjrwyJy1CPNCozUCWrdufXjt2rU8 -0GwObcx4X5AWod0beIcN6BbmDwxTKpX6oUOHor9DwLwV9HcgHNbNu3r1Ktbg -EebMmU3zcUCvnr9vAX2bBHN37LWvqM8nThBeRfIvTwY9NukYF9gtxYgU/f0T -Ky2C9VIoj7lmAqGwAs/FCrZ7YZ9/iXOlMp5ep/Xr1KnTR6zlc+LECVp/C+ik -gHW3Hjx48B74s2jDQJ93H+Ax9C1ypG14R/DOYO5MamrqCjuUVFK+iOsIfIt8 -zQRPFm3daItEn4/9HZUEftlMr1EICTS1zcC2OvTP2HbM9ibU3v+c5vkIVrgz -PNCtPk3cC0hkGnOLZo0zmzdvzuG7q2iLQ3828mx87wXHB763EuUF4NMv8M3o -5ORkHmt9oL0fa3XdvXsX+TvrwEFqP85rdYqQFVaqVGnn9OnT8a0pm/huPOZm -gVxgwzp+QMsEoAVxgIPqtm3bfsT6RLA3PL53AnxFAHxiUUbAmmDFihapjX1X -LamaunSUWbix1d9G341HuelrNPoyrMK1ULJ0pImeLWyvrFOS+uKaiV78g72B -HK2T9Rbw8HMUi/XNji33OSjOF/iXKSkp6S3QIVp/C3MTYWwe37mAs7uD9fxE -HdDb27sWxtZjThbWV8QaXehDQjkLeM40e49Sia9ZWqhHMw03qbeRRdymPp/H -EYT7EGXDXKNpAw39ENKklwa2refxuWcLLdab4f7e4Gf3+z2LEPgv0Tz/LjKz -QlE3SltKFC/2B8hH9F0AoEM8vsuB9nu8e3BvBfg/vXug68xDWyzI9lzTpk3R -NyFgfSLkm9evX2cxfwnuPI3TyGt4hd8DAgIaYf0vzPdbv349D/ghoF8V3/4A -GeV98eLF24h/Az8vw/pfc+bM4YDHIC4i3mGtsEzYy2GihAnySGG0y68e70ku -/e7HvjkWxH4+G8xjnuj6SebjAT5ST8ZRt71IjOuQMV0NaNu33dzmz747EcTi -OzkvDgZm/FLABf35KN/TutPAF2Y7fD7cqlWr8E0j9A+Rjh07Uroi1ilyd3fX -g576EH3FKLugfwjrxAH+8QkJCYUdsDQXA2jWOIwvB3wB3PJFumVDnHlzIig9 -KkiRlZNYJEbetHUdj69ow182xpNLS7VwMEcb+opB5zgota9HBnpyAPp8xBpJ -gwcPxvpcHNZWQ58i6A40bwLugbZo0aKpmA+E/iF8Q2DUqFE81vTCHFk4i7sa -jUablWydtxp9ewnk8cEtWrRIx9pq+N4GyAdnY2Njm3t6egYhkAMHGeCFOtiz -34Evoo8M8c4Gd20l0AeHXZ7uAJUGCkW7dOvXSps+f5g9xwTfuB/TVbfAzZUR -7QzU8OruxrjWKuO2DnPIsH4nvlGzfbb3q8ZVlFk5Bo4gPPTTqQG312HOH8ok -o0ePFgDPVrq6uroxP+qPUVnEz8+vCL5Nge84oH9o5MiRz8uUKSO+SyH2KdWo -JK71K7qu6ZNMa7uRzdO9yd753u+bVHZvnTW+wxbi5yVLbFZddQ3vzILhJrJj -jjfZPM3ralyYAt+zy7KjowEqNDS0KYx/B31ZeBdhX1/VqlWrkzg+fse99/Ly -Kh4VFTUScOsN+rLwDAAXLwIvj3eGzasN7kZQZGRkLaBfJeG+u4q/z2lfxL0w -m82xIM/UQD+/E9xPdX28jdKQMoVce9QuqxxbNNa1oljGPGeOCR5yQqS8ZqVi -yuE1Syu7WbxktKZjbnZRRFp85wPOIgnmUTjn54650PEB3zxCQkIqwx2p7eHh -YXL+zHmeWMskIUJeo2Ix5fgapZTdYN6O946c4qodNmOtB6MtEqtoXqWE8teK -xdxaeygduSU//AZZc1ar1dqgoKCyIEdU02q1ZucxJT8M7dRZA3qiP6ypTkRE -RCV8QyCXuea5lottOqvl0HOzfGD/Bxz91b8P91/FozM57fKOsXPkTdC34HOz -t//kc5E7F+gX/z6XHAfH73P6D/6Vbjjbbv/Fji5+lrOm2H/KAcjTdAob45TL -h/QAaHA08LtSBoNB5/g8a99E+wTCgT4fAnDlgF8aHL/LghNzT0x6RtGqlqra -kE6aNvWrqEq6yMQxs9vm8cQbVnSvNG2ALqVFA3Udk5rJZpcXp4r/AE1Vly1b -tjTO81/WY6eX3t6qkiVLlildunSi+D6GuBRnO3pipCJ4TGd1+76dtW1KFnSj -b6TSN3XFNTvmEOov13VppGrev5O2deliymj7mmnuTDa8xjcJQI6LgjmWAR6g -F7dErJctzgFpP9D9yFKlSpUAWiX6ryX/kg+Up5p4L4D3MSATFADdePfNmzcz -MG4T9MJHIMtQmUR84xl/xnfFQbZaAHrWF6zJ/ezZs+egV3cQ4cS7HeAj8909 -1/s4rdXjeB/gr4NBu016mU5qz3ui+GzWMy7LRhtW2S7Y61yjvf3lP+Fol7dQ -u7yMyar3DzJKg40bN94D3R1tHd+3bNmSinHConwlrgfOtNrq1av/QR331atX -1lOnTv1ZrFgxKoc7zNj0FrSpq0x+sMf/E32LGsdOj/6y+lcTXTPGPYl0q3pJ -12p/r7fcpW90fowittdRX1fP9+qVhXtiXqrFYgZ5buuhQ4cy0BYCX49Btmot -+mgcPgEG+KIS9IrloCd9x/c2QVd8PXny5AFwR7PwK6+ilngGoGeVBd09Dd94 -xjd10dbw+fNnWjDo27dvPNwnWm8TcQ/09y5//vnnQ4wZRrs7fFH7KOY6VIVm -71kqqVHatditHX73QRcntq/RPJsew1q/xlJ746HfLfY4SBlDdbLxPXSzvqUF -E/Z5BGf9Fs1+ex9N7fJnDwdROzogoL3+UFhYkdmzZ7OO92qFp0+f0jnC3Gms -nEhLMb90xIgRH/ENAdDx8U1hrFGD9oa9oHswIj+KDpbHbZvpZT29xo/c/wP0 -wH/CbBz6nNjYjKQaqqz36406qfeyMeb3aOs9u97P9vxQkI17HkHjsP/aF/Bb -IT+ZC9It9DeBHrMW7aFon1mzZo2ANb4xVhbG3g/7mCWPwlZNQ3s76t+oU+N7 -oufOnUP71QfQdeeA7KhyrClPIZcDp5jw8PBYWP8nrKOCdmnADw7fIXbEmlsx -lwZ0lEn4N02aNBmCtirEO0fOANblxxwDK74hvnLl8uUI52OS+x1a4v2Cx/jb -jGibGDMvWGN5W3oM9/lp+FNvPUP3rVopZePrW/4/7X0HdBVV2+7pJSflpPdz -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 -uMUtbnGLW9ziFre4xS1u+b8m/wVVoxA5 - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQV0W8nSICy0JVlotmVmtsPMzMzMnEwYJ8zMnDgMDuNkAhNmppkwc+Ik -jhNb0oXeqta9juJx5s2//9lvn8+6z5Fly6Xu293VxVUd3L5P/c4yiUTSXwU/ -6rcbXK5fv3ZDGxjhj0a9+3fr0rtTx2q9B3Tq0qlf0fZy+HCh8FJI8lpey2t5 -La/ltbyW1/JaXstreS2v5bW8ltfyWl7La3ktr+W1vJbX8lpey2t5La/ltbyW -1/JaXstreS2v5bW8ltfyWl7La3ktr+W1/3eaVCqRymTwBu//CVb2HfY/9fkd -9j+PL0E42b8Ynz7kf+zxfw/237b/2+PnhiaXSTBVI2tSCoVUntP+Crgnd/xI -LpfKs8OJsPAm+/6BRCaXO/z94/gyx/Gxz5/htwwagtjHliuEv3MYX4qwcuEZ -pAqFAvrMeePwc4BVCN3Lsf1sj2X2Jo6PLcfxBVjH8fFZfzo+doSw+KvwrD/r -Nrc0ui4eeqnE30/h6u0hV4r/cJyZ4zTN7nKpv7/CzeRi/1Am+xFfRJzAH35e -CgP0q9dk+58jOP4wamF8X4XJ10vunNOY9r+lWeMYDIbvE8gZt+i3nZ2dJRqN -5vuH2TbM8W/HPiWSnM7V9/GNRuO/Hl+v1//vjJ8rG84G99gJsGhYe3291Bsh -J22ZMa/SPkRfnzPTe1CASaairEmaxRtlWo1UtmK0+2DL0/CLVmvM69cPIo8P -G+hWC/uDE07XVqRzIX4Kz2PJPmtt7yKfAeyTeyeCN7at7RJMYWQC3tnpn6Rt -LZdyL48FHmHSol5mfI65vXypeaSzitLBLL4srn/JkiULrlmzZt3Vq1cPpaSk -LIG/w+192vdW4DsyFxcXScOGDZvt3r37wOXLlw8vXbq0b2BgoFqA/aHPgIAA -zcCBA4efPHny4G+//bbjl19+aazT6Wif4raLsAUKFIiZMmXKivPnzx/asWPH -+urVqxfNPj7+qVarJTVq1Gi4adOm3ZcuXTqydu3aXxMSElxzGt/Ly0vbo0eP -gQeh/f7777uHDRvWzsPDg/7/ZzT2v7UJvEfSro6mBnclhJAv0YSQOHglwqsA -ObkvYKMCdlaukCpgFeTOThLJ9H6myeROGCGZCBsPryR45SNjhri1wL6USqkS -t9XDJHXZO8/rEnkcQYgtBmASKBx852nR/KogZFFK6Be/U6GIc5HH+/wzyBOA -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 -OMQhDnGIQxziEIc4xCEOcYhD/q/kPwA+7O8W - "], {{0, 150}, {150, 0}}, {0, 255}, - - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->95263495,ExpressionUUID->"9a4e2575-0cb3-4b07-9e9c-a65958311e15"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->840836734,ExpressionUUID->"02388e4c-b69c-425b-954d-3dcff0a9caf2"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]UsePlacementBuffer\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774203000295165*^9}, { - 3.7870544689232616`*^9, 3.7870544730745087`*^9}}, - CellID->2122291406,ExpressionUUID->"0b0dd1eb-3bbe-4fbd-b38e-ace04d0956e1"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<DemoBlocksAB.m\>\"", ",", - RowBox[{"{", "MaXrd`$MaXrdPath", "}"}], ",", "2"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blocks", "=", - RowBox[{ - RowBox[{"{", - RowBox[{"blockAu", ",", "blockAg"}], "}"}], "=", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot", "=", - RowBox[{"MaXrd`CrystalPlot", "@", - RowBox[{"MaXrd`SynthesiseStructure", "[", - RowBox[{"blocks", ",", - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "3"}], "}"}], ",", "\"\<Demo\>\"", ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UsePlacementBuffer\>\"", "\[Rule]", "True"}]}], "]"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "@", "plot"}]}], "VerificationTest", - CellChangeTimes->{{3.787054477524249*^9, 3.787054501578384*^9}, { - 3.787060683922764*^9, 3.78706068857905*^9}, {3.7874799128339987`*^9, - 3.7874799135554457`*^9}, {3.788199112934579*^9, 3.78819911533429*^9}}, - CellLabel->"In[420]:=", - CellID->1613711923,ExpressionUUID->"deeb899b-8648-44f4-8b0a-82d287cf1d00"], - -Cell[BoxData[ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJzsvQdUFenyLU4yknNOAgbMYXScMeeMAUxkFQVEQVFRUEyIYs6KETHnnHPO -Ys4JwSwGBIVzunu/qu9w1Dv33rd+b/3/6473Pb+1zsDICX36q67au2pXtXuv -6M599XR0dGJL0n86h8Y1Hjw4dEQXM/ofv4GxEf0GhvVpPXBIWL+wwb/30qd/ -nF/0MND5tX6tX+vX+rV+rV/r1/q1fq1f69f6tX6tX+vX+rV+rV/r1/q1fq1f -69f6tX6tX+vX+r9z6enq6Bro6+rp69Ov9PvffTy/1n/3IhvS0dPT0f/rvxsY -6P7Tv/1av9b/ZOlqvJL4r7u9XonIzkZl29QrVcawtMamfvmtX+v/dBXZjK6Z -ka7OpGizsNwLbrchexcAlb68yCp/dVS8VXDR8/4pLhb5ON1i5NP4wb/r/rLA -/+eXMCiyl5LFdXSnDzGf9vm0O5BZFuqvFSCjMoBq9KiBRQsdRhnoCRvS+/Za -jY3p/Yu31f/l3/7fXOxTeO/19TSyxeZ1SrTYPdceD3a6qOV7nhJyyytQKiqy -XFkqKKgisX1FBpj8xs/VJ0yvtRsDipJ1KhW3Tww3azU62rxN1Yol7LRgjH3X -3/T1fq3/8GJ7Ip7HW6/dfgPC5Qa9Oxmlp0+wUa6sc1LnXSgDZJcFvlQA2RYk -uZJaViojY7fzLH6Bnr5OMf5pZqxXYl2K9SzllsdHKN7k16rQ86u837/bdUrJ -krrFxMf9G7+lp6enq6dZv2zvv3wV4R4Rt/Tpd1NDXR2Tkpp/7NjE8Pis4VbY -OdteerTbBQVXyLYyvYD35SB/riChoIJyZbvzPvEGxBlNjXQNZgy12Pz6sBvI -v0GVW0FWS5VkSSbbQk0cPuS2xcRYz4DN50e8RYbGn/8P/JJsS58N7D9yEn6t -/1+Xdm8NS+nq9Oti1PTaDqfVHx55Hn/z0PNA6iy7ftHdjY8N6GGKBSOt5QOp -DhwP8emMO9Q3PCDd8ZKUB17KoVT77dr36dikVMCO2Xa4udlZpb7uoSCnPCBX -JJuqrBQWVlYB1TFtrFUPfq6BvpZTfrcwFxcXYy9aHh4ept+P8Rfi/29aRVhK -z9xYV3/FeMs5ylUP4APZASppYhfh8tfZFaTY3maI6WmqzEuwxraZdji3yhF3 -tzvj0U4X6e1RN1Cs7EVvp2dsqGsQ1cNk16JEa/lMuqP04RRh/cfk23IrCNuS -OW7KleWsy2V2Fjkmclsam3F3d3ccP378vLNnzz7Kzs4u+PTp09OtW7em1qpV -y0FzrP/etrSx85f9/RxLm+vs2dpwwNUNTvhw2l2SX5RTK2pvSSFcXljIuLw6 -nt73QnA7YwwONFMmDrRUpyZaqzdMtZV3zrEnP2Z1qqqHvr5Jcc2Whvsan50U -Y4lN0+yk21udkXeO4uZDsq23FDdzy8so8MaT426X+YOLYp+us7Oz09SpU+/t -378f169fx+vXr1FYWAheBQUF98uXL2/DNvPXmKirWf8UO3/Z19+z+LTradCN -roWpbsmUGIt7FOPkN8fcJDwiG/isweUUu8jHVBY/F020+RDQ2ggJYeaYGG2J -pCgLzIu3ytw+y3b5i3NuuzKvljmwJs1xQkI/s5t9O5tgdpyVvGuOiIfIOe4G -VUYZSLc9Zfm+p5KxwfFc0c7rlyhRQicwMHAN2RU2btxYePHiRfnZs2fK58+f -ZbKpAratAwcOrBBAX1dX6960NimWq6tr6Zo1a7rY2tqW/OE7/rKt/9Aq4lnC -Vegw/aPl5lC8avJAC2nNJFuQf1G+XCT/8ow4Xy7FQ5U3JFVFSaG4eHyt4zJP -J71Gf1YvOa1+9RJJYyPM0m9tcX4vnit5C9tj3/YlvzKWUKzs72eCWXFW2DjV -DqfSHEHPxf3tLqqXh9wwZbDVGH3NMrC2tnbr27fvl5EjR8orVqxQjhw5gps3 -b+LFixf4+PGjkp+fL798+fIT4S3Lou+gq7WZcuXK2VPsXHDs2LHH9Pz3T58+ -fbhjx44UOzs7M+1z//254Fqnjh7XO/V+5dT+v6xv1zdd1zqmpibid9PSOuWH -97bAtCGW2LfAQXm4ywX5nE94QH7rOcWul+Ukwt7Krnn227WvL+tq4LB7rt3L -5wdcId0n7J5XgeJmJUmtqsz5LAWoiqShlgj3NZEnDLRQz0+wVq+eZKvet8AR -61Ks7luZ6pTWvpeFhUWtoKAgREVFydOmTcOGDRtw/PhxEQ8fPXqkPHnyBOS/ -pHbt2lXn5xejxT/d3Nw8pkyZkrl3715cvXoVz58/h0qlErGT7PKyo6Oj7b/K -V2jc3j/XOvWJQ/zycP/zVXRpC5uqX79+RdqLmRRrzl+7evXsylWrFzRrUreO -bxPdh3G9LJT5CVbK3gX2uEGx69URN3wmbJR7roy64FIZimsWU/k9StKuxvib -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 -yxZw/v7EyRMib5qZ+Rg7N87G0LDKGNCtGPlPG2yYYis0YKxfzSY7z9rniscH -XBWKz19eZJa7mjDcKrBkcR2duFDTu2Qr8s45dhLntgQ2f1FWxHGBzaTKQgN0 -5qDriy5NSq9uXa9UjKWZnhXvl9YH/MxLr+gYa1QoVv3IEnuF+DL3J0j/4K9Q -lfsQCpk371trm2JvY1u7abNmV7p06ULxKhgR4eEICgnPrVuv5ahievo6Nav/ -2SJl8kIcOHhEmjp1ssS5LMbjjFOY67EmgOtqjMtu37qJKxm35C1rJmFC/2Iv -O7d0HhQbN/F5+vx+OLzQUP3+hKusPCvCK3w8ShWBhflYmGd1aWyIISFmmDDA -kq5payxONMOqJCMsnNgKGzZuwcVLl/H8ZY4669kDOa63jZIUZUZ4mOt2zuD8 -kMD8FDPxqQLkPIpZhP2v7nI5K86Nnm6pjh07PiVMCeLBMmMsvjb42DW5u3wR -Dz9SXJwY3wZRFBMnxdhIixKtRS2AdUC759jjJfmr77mHmti0xmntgO6muayF -XZFko5xb5YTXR900cZyxGffjqrwltvGb590P/WMv0c9vU7wIp4s6aa+ORktY -Q/5ot4taXMesE1B7/2BblRWua+Grt6qsi56tQbGS+mXKuNYv4+ER4eFRtkO7 -xnY+SQNMI27vdphx8dCfd3ZsDlIO7lsnr1ixGa1atRA5atoboXni2grzSc4l -7Nu/T9q//xDCQn0WWJkZGHbtHjJy8cLpmBPvoCY7x9vjRZp11iuLegbbVRVw -L5dEtpY8yBJ9OhpiYA8jxIUaY87oGhgV2w5x8ROxes16XDi9T8l+eg0vn2ch -vJsXonuUwsw4a2yfZY9rGzV4iH0FxSuI/OozLxxd5rTZysrG3MnJsVT9+vWP -+Pj4IDo6WmK74uPmmifnvnJzc6FSCQkWct69wsBAZwymmDgm0hKT6bhYp3Fj -qwvwvjxkdSVFkiozfpJfv/BEX9/SxBEtMX2ojcg78LEIO2fbyioL+XU5ie3r -4lbnY7xPxM9L/qzcr2iOgZ7IHxhodBe6os6poxMbZHo8bZytcnmdk8S9VWIv -6XyI+MP6Dq5nFXrLMv1bcHvjdtr3LEbIMTGslP+n086v+JrX2CH/LIuveTVx -88pU+Hfvg2bNGoP1JoNjB4v8N9kX16ZlxmYzZkx/VbNm7VqjR4/dePXaLRzc -OU9OjipJmNwRXKNRXSM7f1nuW4xgfK0ILXIlZB62w4KJnbFi+VycOLIBmeRH -Bg9JwNwJbfH0aD0UEseTPlaH6ksX7NpQCWGdShMeMhN4hfHQWeKWnH98ddgN -7457Kll7rHB8R/yrK1fvPs/MfHJ98+bNTwknssZUIawIbU2A4yDnSlmnoVIV -Kpo65oysjg31zsf1skDyQAtwXiv3LF0XXLssIHuRy5Mt1sPz7ObSgGA3BLU1 -wJCgUpg/0pZ7JnGFMOKLQ66i3qO67qEUXPVQXp53f+Df3aSe7vc9/KlwVdFM -g391THqGJXX1+nYxOsl6gV0U7+9tdwHjWuWepybmc+2Tr7kXZWU89lISept2 -5rwDv1n/biaxjJcLr3pC/bacWpYqqrlWLyvVi/xLeRzcPRStWvuiefMm4Noh -16VZUzds2DDOw+e1adOmH2H7vayXunb9jrxhRSKGhxSnGGGP86sdNRyL49XL -shq/RbYuF1aEku+JMxvrYMr0RThxOoPi3SeKT9lIn/IbsvfZAI/cgHx6Ddjv -egl7fHi7HCK7myI20AxTYi3B+UfuQTy82Bknllpg75LaIi/38uUrfPnyRfgi -xog9e/ZEYmKi4Cicy+JYyLl4zgtzzSE/7zNOnrq4rn5Nw8qj+pliWqyVQtgJ -93a4QnXFBU8uNsT+fRNx/Pg+3L13E08e38WZE9sxamAdDPYvhrnxttg41RbH -lzsInRnb+nXyYfnvK4iYf+lkmWXlXUTeRu9nmQ2gjcmsUapVobhXUqRpy+Qo -8zY1qpYsryWqLeqWWpzQx1yZN8JKvZ/wL+POt8S7vl4qA/UNT+Gfv1wqI785 -6ibXr1GiGr+mdlXzGpun26hubHKWyafIP2qENfGqOvkVb6jzaiN92RxEREbB -z9dXIo6Fbt26vYiIiChcs2bNe/JbDwTnWrZMunzlOtanT0SErz6mDGaOpclR -MRdXs9/iHh7ur88mW3/kitWz22PK5GScOjgdj+4fxt41fXBgvgnZIsW2h0X1 -j6LZIZo8fHVknPOAX1OKnT1NMbqfBSbHWCB1pAkWjvHC2pVzyGYylGeZT0Wf -Di2Faz+METnnwLl4juMHDhwQtsU1B7IvKTvrGbbvPLDX3rJU2eA2pZVhIebK -wlE2OL6U4lxqC0yZOhebNu3B5csZxIezkZ+vsdnPxClmjOuM6J4GFDttwNiM -83LruLfkpBv7Zca2ElALF/e5zGYVw89Qb9baVLPfS3pf2+i4H1leKs31K+KI -dPVMmT2+rQwrW5roVejV2QRDQ8zUc0dYKVspRpxe4YibW5zxaJermMVxb4cL -ts6wzeCZLu06dG25YGqvN4tGGSlX1rvIolafWbSPRX1bwrYYq8plsHd9qJwy -ZaF63rzZzCM3+/r6DiKb+sp1QNYyUYxRthLfOnbsJPbsWk+x1gixweZCq87H -cmGNE57sdUEO8dXP9FncK5hJXOvIMm+8P0c2llcGLx57YuZQM+yb74Bs4ntC -V/q9B1ocjyx67CtjFWGauDBzJEZZEJe3RWy/2khIGIGVq9aSTzkm7IV1FazV -Yb7RsGFDEceHDBnC9QZR52GNBvPbc2dPKydOXcLxvRNfHdliu2PVfAf14FBz -DAs0wpS48hT74zBr9mzs2L6VbPGC4MKcZ9Fis/c5rxDbqwz5UCOMibAUfSUX -1zuJGKFImv5ttZr7K6t+7dSqtDvv599Zv9HO8/FrXqpR9gGXHFBcUwgDqeWK -slquTFdilSJdT5W85Gizun9UMhgV3tUUgwNNuf9AWjjSWr1mkq162yw7aX+q -A+daCqqX1anpXqas98pVa/Knj2mHqYNKy4eXOAlOzXpboQ9m21IXYTJ1JSgF -Hti/sjHC+49AcJD/tjp16lQaNWrUC67vEneXL1y4oLAmis81a9EfP8lE/MDm -8G2ig6Gh1pg82BLpSbbYM98ep9OdcHm9Cy6SnR1a7EB+zJlwrqewleP73DA6 -zELgptvbKIZcLLL1zxV+sK3KGrt/Uw4F9PhMf7t3rxYCAkMImw8i3DdD6EFZ -b5WRkSF0FVwjbNWqFWHEZoJ/aHXxCxcuxGryXRs3rsOyZevxKKO1wJV8Tt+9 -qYjFUy3Ry785omOGYErKJKwjbMY1z7t374ocC9dVCws1trVu+ShE+uoQjhe1 -aY1ei33zJ82xq9WVJOYri6fbhPKe8pyUv8OmtHPKrMz1jDdOtXmYzXW0+54q -Da/6lj+ALFVVqfkaLqjwvu3vxS1+r1psfF9fky+cF2KdE+e0GeOO6G12o6JH -8WYsuQ4KCty9bHkakuJaqRJ6l8LqiXZin1kDImzrqZcmL8SY7E15Gc89lc2z -yp21tXVsysdWrVq1kNGjRzNukVjPq+2v0PYd87p35zr69SiHHi10CWebgnVy -s8h3LU40R9o4Eywdaw3OP+ec8ID0uJywly0rnRBLsW3xGGucWK6p2aq4X5/z -nx/La/JUzEPoHIicJXMBwoAPHtRAhw4dEBoSgiINtahPsV9h/TLrr5j/9e3b -D02bNiXbYhwfQdhwGCYkjUfiuFnYuCwM0jtP8isVJbVa09+Yl1cFfcNYLxSO -xFEjBTbj2hdrcLR11ffvcwjHqXB4bxqGBpUQOGsPfS/WAuZpbYt8rjq3glpR -KirzxlkP/zvtSlvna9ewVPBeus6JV6kF9uW4IH2PC5o8c2U1zy/bOt92LL/G -2U7Pq07l4rEdG5da1qR2iakt/yjVO6CNYc3QDoY1w3yd/+gXFvZy4qRUZdLY -Pkp4FwOBgzZOs6VYRXu535X1RYLDSYTJCjLKSKorngj3Le5vZ++sM3r0qMT0 -9PSn5K+4xqgcPXpUxBzmVpx/57ij1YkePrQfA/s0QK9OlhjQwxhxIUZIGeKJ -1IlNMWkQ2dVcG2Tvt4N8k2KG5IXta13Q28cU3Fu/NsWGML+TyH+y1kTks1lv -wv6UuG7OCeIaNwk3visHVb43+vRuQHYThXnz5mDnzp1CI8N1AdaXsVZDxCuy -gR49uqNevbaEtwIR2isc4RGRmDW+I3JOkQ288IJcUBEcB2SlGmH6GggI8CHM -H4gBA6L+QSfB3IC1s48ePUT281fYsn4hglqVwKCeZjz3BAcpPtzd4YxPp91F -/lbN88CIQyX2Nesp7OpvwFhF8+/0ed5YuJ/RunWTbZUbm50k0V+cWaQTk7S5 -Ka7/V5RY0//ipOu5ojr7t9W7k2Gja5ucDuB12XwNv6soZz2uJu/ZHoRZ01IQ -5GOFqB5GFKtYe24jaqQZhA3uExZ7vNtFYT50ern122Dfin6z5y69efvWDeEP -BgwYIDQLnL/meMN5RtZEsG2xf+Cft27dxrhxyUgcGYdRw/tiWWoSrl+/ijPH -NhJ20UH6xDK4sLkhXpxujcLn9ZBx2AbdWxZDbJAF2bol1k/R6AGYWzHuzyVM -xvGFtVJvyK7wrjykwooiL3LoYH2Eh8eKOLht21ax71wLZH/Fmj5Z1mhG793b -jnXrqmH61IaICKqBSYPLkG+0Jl/tCuk22ewHOr8KnWeQLajdERRYBy1adCBs -FgLuWfwnbHbuNE6czMDFMyNx5bQdUqc4IC5IY1tFulHCty7ql4fdlHvbnF+7 -2gt9qe7f1TfNdsWK/IC2hrsXJFjjyBIHiX2JiAuZRbmD/Aoijy3nVZD5HD/Z -53LHsJRucT22SXpt8gDziflcR6PrXMlnXFYJGkxWWZy3x7c7IWFwCLq1NED/ -bkYUN61Ezjt9gq20daadwnnWTcSdr2xxyU2dE5OXtmId8aGL6qSkJKV3797i -HDOW0fZNsW1xPOS95No0Y/o9u3ciZfI0JCROwqath3D7bjb27VyG0UPaYveu -zbh6/TaePnuFt6+fI/f1NoweVBOdG+sR5rcgv2WBZeNswBo5rq2wDpDj9bmV -jsJXMQ5kLQtfL4sXt0VIyADCTROwevVqsB/lelN2draw969fvxAeUtHx3afn -10UWxfohQcaYONCUfKM9Mja44PNZR3y6VhkPr/XA7Ztj8fbNJKxeOQItW7ZH -8+bNvuF+bc/i6tWriCNuQNqKDXie1aoo71cdpwirDiHbYn388vE2fC7F9RHq -YxTIe/vvNCf/iaVXpBdr/nup+UlRFkp6ko367EoN5mC/JbjSk7Ia7PHIS1Jf -91QurXW8VEoz406nTyejcL5WiH9JcmZZMdOMfBsFqSqKIleDJHN+yhPnjnXH -4KgQ9O5ijQjfEsrwkFLypGg+J1aYFmuDa1sdkXG0AWKHjabrdAVjdHC9ulu3 -bkLHx9iXew3ZtrgmzViL80Ksezh96hTZ0VMMGxKFGeMDcHRnHE4eTsX8+Yuw -fsMW4laXkfn0CT59+kixXNMbmJPzFsMi66FLE33EBFhgbIS5qB+yFph7LFaR -T72xyQnK7R+5YiUkxLeleNUbI0bEiXwVH9Mp+vxbt24JbPXq1UuKa29w5/ZN -fM2rh5w39ujT2ZDs11LUnHfPscTe5U1EPmXXbvou1x5RHOW6JGOzpyL3xbg/ -hDBc//4RiI8fLrSro8fNxL5twUKvI0lVGO+KWuwmwodDCFcyN5wVZ/msW8vS -vYr8xd+au9JqczycDFryrLLx/S3UHKeOL3PAne3OeHnYFTwzKveMO/exq18e -cuU9mMKviQs1Hb95OucKHXiulCL6SPK+57q1tRTWzxUSNh8/aqASGztIGRTZ -AXH9GyOks9PWxHCzR8eX2pLNWisLp9dHQFB/ZcaMqcIP8DwX5lfcR8zaYL52 -WT+n1YiyHuUEcf31GzbjyOZBeHaQbD+T/KzkjnWrfeg107B92ybCv+e/cXbG -QEpRrMp8fA1xva3Rq6MRwv1MCQ+bIWmAheixX0KY/sYmZw3fYj8sNHjetO+N -Cbt3Q2RkP3CPKmNsrtmwhoH7LG7evCHi8skTR3AnIxof3kZi/LDK6EK+cWhQ -cSQNqYOxSVOwctU6skfWPdwlG2fM+FUcE+to+Tpq2KgJ/AN7CWwWFdUfa+a0 -g+qBZ9FxMCah61apik853h87NzecUKdyiR721kX15n89n/fvWEKT37ZB6X1R -3U1Zq1i4cKS1XGQzOJPuyP3pqjPkxw6m2ufYWupZ+bUo2Yb1r+yDeTYH80jG -35q6v/cPtlVZM6u40AvzJzZBQHAUogcOyPmzQathNpaGhtMGlXx5JK067p0M -V3Zvm4XlaauQnr5CYAvupeKeqY4dO6KoR13o5lifyX/bsH4N0tLXY/GsCNza -aA7cIZv6Wh6vCAcPGNifOFsKxc/1wp9o6ymcG2fbktQq5H9VcH5XH1xfb4Zb -e91x74YH4ZcyGN7LjGcaYZ/gMRoti/oR2ayqLFal/YaatdoRzu4msB/Xmtje -OU4zh2PeynibNQ3XrjGXyyN7fo99OxYjvIcnIsLDkJw8EatWpotrhzE58z3t -cWlw/3skDI9GQJcaGBZeG+uneeDFQQcNh375/fzKitACqnq2M/TQmtJPpuET -B2Vhomfj27z0ebatEb01M6XmjrASNQzO7VJs+FK/Rok2JYrr6CwcaXlj41Q7 -JbGfucR/41rCNz0m2xZjMpW3qElL+d6y8rEc1k9132Dn4NZQv5hhaaMSOjpt -/yxZf87EYLret+FSxkOyhxyBw/nBulKugyQkJKB+/frCtnr1CkVM9ECMGhlP -sWE8xo2fhjGJw7F2ihue7HaG6ibtvdqL7OhP+Pv3xZgxo7B8+TLh39iXML5m -2/r06ZPIX7/LyceZA1Nxf5sV2aRG+/6cYn4/XxOMCbfAwUX2ojYkES9UOPeo -qoAPrythZNwfdEytKB52F7Fq5MgE8q1TRFxkm+f8KOPtrKynyM39QD5Iw1sZ -J/n798To0YmE0xaL78fHxfNptL3enKfiZx/YsQBRfjqE/cyxKtmKtati7onM -tf7n5UTvquoz4V1VRYyPNBW9+SWK6xX/e83on5c2HpsZ6xq2+L3EaIoND2OD -TOXR/cwxJsL8Q1R34zXl3Qxq8HMqexXzJn8mrUy2IU5lpnCum3wW7m7XzPn8 -psfka4tsTMksq2bOPiHKpA9rioaHGvlmH3Y4vmFZSPaipZuVM2dO4dHDe3if -8+5bDoEXY3PGxqzD5D5izh117R5MPi8cvXpHYdb0AMwZ64aVSVa4vc0N+ZcY -Y3vi0L7fuXdH9AUy5mdeyflL3kONHiqTsH8mHj3Oxq7NM3B8iSUdtwfkR15Q -ZZcVuXXW0jHGxG1t78yPOZdKWDCnDv74ow38/LpBM5dhoNBhxMfHC80o15w5 -98T2wt+J9dRsd9x7xPlS7XGxz+JeSI7TXEPkPu8PHz9jx9bl8Guqg0GB5sSh -NfkZxrEvDruh4DId6z3CHI89lK+3KihXLu6/3LdvhB/vDfeX/5129K/Wj1iv -dEldIxc7vfJlXfVrmBrrORQryiowx6joUazuxGgLmXuJB/Y0VTg3yvWqon4T -wmRuon5ScMVDaEtyz7krxDElwlJhqaNsVuO+G+6dqIv4UUlYu3YV4aRTYg+0 -uuMfc1NcW2N/MGToMPJVkRjctw7mjPkdlzbXRD5xrWnxlpg91Jx1fnhzxEnk -1M8frIHWrbl3JwQjaJ/nzJkj9pD9FmMy1q9cuXwJx09dxsENA/HprD3ZfwXu -LxY5qu2pDthPMZA1A6Km/rH8D7MCqxbpuiojZUJddPBpja5duU8tQNgXXwPs -i7guePVqBrKzMoXuit4AKSnJaN++LWtoBSdhO9sialLHRB6M8+ucp+Kfp04e -x9g4HwR3MEFUt+KYTph//WSNFpCv3xeHKTbut8TjY36KNkc8btw40fv6U9qW -Ribzv83RWprpOfbvYZI/L8FamRRtofRobYSRYdwLaoXN07nWTtxugzNub3UR -+WDm7OfXOCmXNjjh0hpnSDdd5NSZPtKQoWOVVau+z/ThOhvHKLYtbW6K6yPc -Tzh5ygzs2rKA4rIZzqy0w9cLblAeumFMlDHGDXDH9gW/IWNzVbw/4YivVx0Q -0L0p2rTthL5hvYUPYVzG/fqM+3fs2I6d9EhLX4ebuxoCT105VgtfdPMK2epg -S+xPtcez/awV9RS1nB81Zhq7Ir9FcfHlk0pkB9XpPf9E587+iI4eIPjGhvXr -cPT4WWRcf4gHD7Px+bMaixatRe06PJ+mB/d8sB18w2aMyZiLcP5eY5NXkf+l -AHdvX0FiTENE+BUjXGKjpCbyXAAH7J1nQcfohkd3T6KgUE3QTGL7Ujdp0qQq -7xHPUPrPWMz/bOkWDRDg3+tWLmaT2M8k+PhKu3GjhloOC/YzaVOySHndoVHp -Y0NDzBh/qWOI5wa0NcLQYDNMIkxGMRIUI6VN0+zA2J+vs5tbnbFigi0urHKS -8i6WQXxsFwyMHkbX7HzBp7i2xjGKbYtjB3M39l+MiVauXIEDh45jy5oUDOqu -g7Sxhri92RpPjvyJlUvHElY+IPSkTx7dQebdg/h4PQAbZ5VFnT9awMdHg8tY -B8GckmPU3LmzMW3mIiyZ3Q+vDjtBeVyW574LH7R2oSOSIi3ETBq+LgQffFr2 -2/zkH/mIwq95y3W+crh5qyZatOyCkJBAxMUNx8zZC7B9fQpuHuqLd9e6oiAr -AA9u9sPA/vXRoD77uG6C53FegbX/3C/Cs9uYj/AjK+sZCjXj2JD3OZds60/y -W3oYF2mKKYNMMDexAg7sTsPjp89F7MzLyxP9vvRe43l/yK6K/ftd/s8vbZ40 -eYBZ2Jfz7i/EbJNvdcIqdG48z4V1Nf7N1FC3fFgX46+DA81Y86gaEmwm9e5k -LEX1MFUz5ieeiOlDLZFCf2PeSP5KaCPZj7866oZBke3AffHJE5JE3zDn03/s -BWMs+/DhAxEfZs1aQM9ZiRVLZ2D2xBAc3p6M9UvC6VpfhGMnzpE/eIi37xib -FYKzUzxj5vXtmZgRXx7NmrVE23bthZ6L41R4v76IjolFwpAAbJ/NdXAXSLcJ -l7/T1ADnjLdFQm8zLB9vDe5n5fqO0N1kfZ9vKuyLHsq78vhytSy+ZHrj42N3 -+HWujZatfNC7dwjSp/2J+9vtIWXY0sG40OvcRI6YP2PHtlrEc1vCl7BZeHg/ -YfNcB+U8VXJysuhbYo4oZk9o50heP/e5WzvPN/0CamHYQF9l/vy52LP3EOGE -89peazXPb9uxY8eioq38aWIh2xR7z7gQk+g3tPesuVXnlicPW0nNtUG1pLn3 -DNlZHuH4ymWc9JoHdzB6QTYldI8UE8VMYp61QbFxaf3qxVpNi7XIZby5c469 -MrKvOflwe2Ttd6Trrz46dOqJ2MExor+UbYvOiYiJ7Lu4PsJYaPfunVi9JAzz -5kynWHEAT5+9xPmL1zEuaRq4T/9METbja1Yl6tGyeBSogYz9/TA/3gzBAV0Q -FByKiIh+mDhpKqYnR2B035LCj97Y/MMMl8IKmD7WGgO6mYrrgvUO3F/F50LY -1pOiOnlOOVHbUd32wNUTs3Dnxmnkv16H9ctj8Gf95pgU64kzK6wEzlTuE4/8 -qNEbcfzU9u+fPV0TTZs0R+s2bRBKOJAxF/cjcT6Mvzvne5m3cP6B60N5eV8K -+4VH5bdr3xnhEQMpho7HsqWa+jTP4aHrT83ngfyfyC3q6en9LfXmvy6tVqZK -OQPvg6n2haIv4pGXrO3J1eoaJHUVlUS/f37qdd3KRE/HzlLXtm7V4rHdWpbe -1M/X+FDPNobziC/+ye9lba5rNy7SXGY9Ae2RMqCnqajfnE6zw+op3mjYpC0C -AnrS9TpI6AM4p85aOMZAW7dswprVm5C2fBKWLo5Cevpa8mdniTc9waRJyUgc -lUBYfN03PQlzKd4DzitqcL+ERw9uYsTAFhSXhmKx0G/uxrOs19iyajSiu+lg -Zpwd9syzA+teuW7LtebNxD16tjLGKLoGOMcidL/rya8d1Mw2VV0nLkb+Tbru -isxDNUUN513OZ7D8jgHOqtRBSI0viRNpLoK7yXc9NTptrf6GbEuSqgudzMlj -XGNeSDGxs7AtxvLamU3MV9hvi16kN29EL2JCQvyVWrVqyh3atxOzLDiu8zmj -60veunWrmv1c3bp16/G5/1mwu7Yvwr+t4TjWX2Tuc1WLc/LhH/Vu/JC4L0Lx -VmIDTFprXv19sCX/rOJZzLxRrVINA3wMA5KizAumEObaMt1OCe9qIvqtFo+2 -xpHF9ojuXRv1G7UVeaDIiHBRG+He5WlTJyNl8kxMnZZMfioICSPHCd/E55q5 -HJ9T7R4wxuV6NPN0xmOsVWK8n08x5MWLlxgYEydmimhmXK3E6TPnsSZ9OgLb -Fse0IdaiBvjujDvy7mi01M/PuqNnSyMEtdfYFmt/mIucJC7Cc98f73FB5n4P -3NtKHHRnFO49yML7nNeQJRX5lS9YOOEPzIkzxoFU1he6ftfcF/xYh6hGds8x -MQSvX7yheOgr9A+cZ2VtPF9bjOO1uIBxJ+OBa9eufWFOy30/nC8mH8c6bYVz -szyvIjAwcL6BgcE/zJH/CZYe6xoGB5rsXD2RdQ3O6i9avRtjVkmLWStRzPeW -uJ6wIMFqVJF+XWDEP6qWqnhimd0GPPB8L/KihCXyP1RQrp10x9ZZdgIPM3cc -3ot9gSXWpNjJkUE1lBYt26JTlx7o4d8LfftFIaL/EAwZFIVrR//E9MkdMTh2 -NMXJ5SJvzuebsRLngHg+Hvs29llce2ZMxtc3xw/W/z0hzD9s2BCRU+Way4oV -adi2fSe2bVmPhaNd8WiXE3DXS3Pt8Hw80R9WCdfOl0HvLiYIameE+D7cM2ON -JWPssGmaA3bPc8CBBebYMu83HDywD7dv38HLF8+hJjqWlXmHni/mpAm+wvpz -4QcfaLRRApt9s62KhDEq4d6t4wgJ7YumTZsI++fvxbiArxmuPbIP4twbxzv+ -XgLH0zVDMZPnfIs5Jf37989p0aJFvE7RDHydf92f8HctcUeOwPZGW2cPt1IO -LnJQP9tXNKOE+RDjWuY/rHV7W07Cs7LK7GFWifzCMh5elkOje46+tNb1NW6U -gfKmPPl6b1lWKsna+Pn5XQVsILwS3dNUps9QD+hhKjEWWzjSAmOi3BAeUB3D -BzRGRGhjTIyrg1vbPCHddUVsTGdE9h+MOXNmiXPLGIxzi6xzYKzLGho+/9r6 -HNd/+frm+ghf72x7vEf8N86HZmW/wPalnXB+lTXtuQZXKT/0QGrwTzU8vlcW -wR1MEdRWH9E9iiE+1ADJ/Uti3nAzTImrgtmzpmLHzt24cJ54w4P7+JSbh2tX -jiEmwAxjI83JJ9vg2FIH0SfE2n9xTx4+h1+K6hD0kF964c61A1ietgaNGzUU -WkC2rejoaJGD4F43xlvz5s0Tfpn7xcgXi3wV4fSc2rVrB3l5ebW2ocX78DMO -udLqGv6sVmI8zxVeMsZGzTzuhxklUPi6o0fBVQ8p75wHerQs1s7BydNy8aIF -N3Yu+gN3t9pCfctTwsfyijY/zVhVUmt6vd8Sn08put8I1+D6dzPJGhJsnjUh -yhT7F9gQhnEh/G+OlUmWAk9/PFMGMREt0TOgN8aMSRQ1Es5JcM9Lp06duKcK -P876Y07J+Wv2X4z/mbezTTGuffDgHvK/yrh4fAmWji6Ji2s1tQGhWc37C4aU -qgktytVzbTFhVH+MH9YY85I7YH5KV/Tyb4o+Yf2QNGEiVq5MI3/CNaKLePL0 -Ga5mnEZ4V3MMCTYV+ZZ1k+1E/YXzYOz7Fc6RM6/kntIXnvh6sypePLuNgkKZ -roebArs3aNBAaDj4d86xci8S53U5n8W5vM+fP3O9R4gyiN8KXW3R/Z1+Cjz1 -16Xtm3Cx06vcp5OxmribtHSsjbgPG/e5cP31xSE3Pkfqx/T77rk2DyzNSxoM -iI47sGhWDNLHGRbe3+GqiDkp78r9RWvKPKiymJeyaKx1Rucmpec0qV2qj7Gh -nnktbz3f8f0tsX2mrXRzkxViA4qTbyiB9SmmyDrghNmja6NZyy7k6/uJazg9 -PV3UDPn8czykGPAtB8TXNmMTrT1xrYT/n/P5jIE/fMjF4kkNsXikEc6tdsG7 -E0X1zA9/0cYqnFOvCNXnWti9fT2OnsjAvYfZuHL1Njp26kJYqBtxjRhMnjIL -y1dsJL+1F6fIli9dvIWokHrwb2WAERQPWXfDObwzrBnc5SL6Sdm+Cq+WRf45 -Gzw92Q3v3n9BYaFGy8D6Lf5ubFfdu3VTQotmfWl7EdkXc36P4qGa7EtZtmzZ -Gg8PDwvet5/5nojaWnjtysWjIwhj830ZpsVaSmnjbdRbZ9ipCc9LbGd8P6S6 -VfQbWNk4Vp2QPAWTE5pJixONNZq18+5/6UHQ4Am+jynPQDm20n7Oj5/p4mhc -LtrfNH/KUDdl/yo/ZdXCAUidGYkVM1pi20xLUDxG+7bN0Jb4NWsBiBORvUwT -PLJp08YUE/1ETORrm/eAbY95Etfq+P/ZDo8ePUK8/SHu3c3AhGgXwnYWOLTI -UfTpCP0i94Pllf+H4+V+VqXACztWh2Pjqrk4sX85zp48Tpg5Bo0aNUWPnsGY -kBiKg6vaI/N4Q+TcaID3WV1xfE9ThHUxRPcWhCN7mwtdFM9mPpBqL+oON7e4 -CP55eY01rl9YS3aVh8KCrz/cE0FFfncf2rZrg9AQzVxlrmNzvedH7Rn9VDhn -TFjrGX3XID6XPHr677Cb/8liv8X4vUGN4gPDOhu95FksSQMsRR8Vz5CbMdTy -Ub3qJdvyc+vUrhk1fMRoZdTAOuqpgwxprzQ+X6XNI37SzHXhGohS4C20pq+O -ut45s9YqdfWchrMnT56++vDhg7fTl88pXLsmDRcv38bzF2/xOa8AuZ8LkXF+ -OzbPqoAZcc5o27oZWrbpAv+AEOKDAzAoNh6dfQPQunVLERN7+vcUWjiOjYzR -OQfKGJhrcIzJMq7ewNlT+yhGGSNlkObeS1xr+j57oehaYOxDvotnY7Hf/Xiu -LL7eK4fC18RB3jfCycP+aNWqMcbFVCV+6IDCiw7AczdNnzLKiPj5KaciZiVZ -o0cLzT1Tkikm8n0S0yfYYssMG2ydZoKdq6Jw9dpdZD3LFLUFrl2xTbHPOnJo -f36zJm1ymjTtQNdMqPBhbFvstzgHwTievxPhRVlbG6Tryof35GfJL/ybJXyq -nZWu7W8ViwV3blJqbJfmRuPqVi3d1cq8mCnTDZ4DUtbLMzQicqASHdZAHd+7 -NFYk2QnezvFSxXj/YVFvKPNs+vn1sgc+XHbGzctdsXnLZpH7496DxUuWEdc7 -TbHqvshvip4mRaNFun/3GuaPcidMZoPYvtUR2KM5gvx9EBvVBUfWNMKBdTXR -qbMv+hIvGjtmrOCHjNd5hjpzJc6Lsc86fPgo7dceRAc5YEQvE8xP4Dq5A+5s -cxa6RVEHfFqEfTiOvykH1U0PkftkTZe2J5vtZtsyd+ybayOuIfUNzXws7t9T -fsD9HE9nj7eBb1ND9O9qioTepsQrzZEy2BEzJoRgw6btwv9wbOO+C+Z6nKPK -fPYCL+8G5V046v0qZkB9NG7cgXNbIp/AuXi2L8bzzFWKdP4UBxSFXn/J0dGx -6BaKPyGA/76K7P5fHiIPbdC3srSs0rVbD/QJ7iT18zVUkqIsNTMJVziyhh88 -5557kL4QH2Lu9Xi3A45s/l2ZMGmmev/+Q2rCvFJ8fLy8cmU62dVJaO/3oL0H -liJrfu7YMA2p8SXo/VxFPom5/L4Ftvh4ygGZR8rDz8+XcFYUZhTp4Flbx76L -59hwjYRrgpy72rtvP9lmLfTtXFxo7FlXxvOHuaeWe8++0LGydo51PsyDX3CP -DmPtggo8m0j0Zd+5Vo44rKXoSdTUpT3+qS4tNA9kW4VfvXF8szN2rHVA0nBP -dO/cCH16B2FUImsBNbpqxk0c2+7fvye0DBlXruN9Tguwdptn4qQtrYNmzXz4 -Pj3ifhfMFTkPwTn5ov4yvvcO54S//v77715i436ymvNfl3ZWqrW1dan27dv9 -GRoaHNiuXduGFhYW3+6l90fduuu6du2Onj5lVbRf0rj+ltKS0dbyjtl2ysk0 -B54PIjPu57zi+bX2SBnnj+SJM4ivHaT9ni5iFWtDtdpJzjtpZrJr7iPC8eHm -jctkT67E4Rx4fra4j+BCnpM20wGPdtoiMrgWWrft8q2Oy5idsVWTJo0RGBig -6Q8lv5W2YhVSkgaiWwt99O9O8Z2uA9Ybcz8LzwBi38W90pxfYb0P921zX57y -7Z6aVbByjj2mD7bEPvJ1PKtY5GGea2eF/oj9i/pGRN3HE+d3VkO9Bu3Rs0dX -kQNmHMg8lv0r5xBOnuTZu2cIW63Fl7wagufICt/frjIWza9zvWWLDrkBgf7i -OuEaNefxOEfM89s0erJnco0aNaoV7ctPa1faW8x27ty5E3336xyzGAfwnhNe -fD5q1KgBHMpNTIxNGjZstNfPrxP8O7oj3K+00MzwbJDUxKIehGRbrJlkg+tb -yiA2Oghjxk4gHLpZYFLOMTMG4nj4Yx8mfxZrZjiHznrx4zsa4fASS9p7V2RS -3Hp31xPPb7pif3o9rFk2FutY437ksPBV3G/PNdxOnXzRpGkL9OzZQ+To4wnL -T5yUgvCg39GjpT4iu5kiMZz7GaxFDN82yxF7FziQL7QXtsa5dfZdyivNPImv -XzXzjqbEWGDzNM57Omk0snzvkXd/yXvyLFr6PZ+wAN8DKueCO/r4/4Hf6rQi -HusnjkfLYzW66nQsXLQR5w4H0Gd5iPyMInPvCcVVVfmMrp3qXW3foQvXOMWM -b7YtPmfHjx+XyHfxPQqeUxw00fmJ46C2DuDj4xPAc0G5fqK9lx75kW86MuLx -oj+1ePFi+p5eXhHNmjXb6tOq8pmgDqY3o/3NPseFmr8f3svsXnyYecHKZGuc -WUXnNtQXgwYPFTkBtimOV4wbGANxjUI7I4Nz55nk5zk2njx5Cqd31MOrQ/aE -gcoV8TZvHDsRilVrCE9dyCD+nS1yOxofV4BDhKeGDemHrn4tCWe3oZjYWeS9 -wsL6YsiQoQjoUl1oe8J9S2BocCmM6VcakwaUxJzhFmRnVmIOqMiXs/71vpfQ -Mrwknju8j7m4b9jSsTY4sdxBcErWb4qepZwiniJpZgNwz7SU6QWe2QTFG6+z -KmFSUl00qN+CMGFHwWNjYgYRLk9E/KgUrFkQCum+h4bvFNXOZDGzuWLh7LGN -V9Wo1VjVrl0bheIhz2ZV8z0UyCYl3qPAwMBBRXv3U+J2rQ91cnJyJMz7mf30 -lStXJM6bcO2tSMvJ9ySSeB///PPPmt9fq0/fSyP7IcZrUqqErplxaZ0SvTsa -ZaQMssHe+bZSREgT9PAPpbiULLgb11g4R8BauB/vI8L4gftoTp06i/VrF+NQ -qrNmJtLz8vT5ZSkO+GBC0kLs2b0L165lIDv7+Q89xwr4bnOvH6RiUUpNtPcJ -QP/IPuQf4smXLcb2bVvRtWtPhAb7IrpvU8RH1cWEYX9g6axeiOvrRXZmJOaR -ci8x96p+LrrP+JfHXhhC/Dg2yFT0s27+pg12ReGVohk2rzRzAYTGlOJj4X3y -d+TrlG+5vApIW9IYPh0DyeY7IyiwJ8LDemLaqPq4u80RXy66a2z0o8b/8X0T -lVxPvM3c9uXgoZMya1NZk815U62mzNfXd772HuY/sa8SmKpevXpRzKUIB7Of -Ff6D+QfjHc61EE7ke/Wxz5pR9F2EZt/QsLTub7/VdixTxtNY+441KxgM6N1B -T5k1zFQaM9BbadrCRwkP55rpYLlVq9ZK9+7dFbYt/jzGHKxr20z2vGXzBqxY -tQnzJ/vj9HIrfDrLPRleePmsGoYNi8GcOfOERoFxL/eFsp1r80B8j6+v+TnY -nNoRTZu1RlDoACQkTsOiJeuxddse4osBtLedEBU9AuMnzsGipRuw7+BFjB7a -AX066mFspJXoVeW52NyTzf30IIw+IdoSwR00NWnWx+6cbSf6WLk3mu2eZzUJ -7TL5OL5H3SeuZ2trD3K1Ir5YFbdubsTihXMQ3NEc8WGWYi4l9z7xTJ78C+7i -9aI/4nV5SPc8kPvmivhezzKfqtq0abO+7u+1Nzdt2miul5dXQ+3W/R328n+w -hF3Rsc8jrqYQVlFzvoTrutxnzHinaJ6LxHtJGHkXP9/Kyqo4+Z9hu3btyiD/ -9nHHju0vN2/edJvweNbRo4evzJs2sLCfnznFG0ME+bG20gehvXqJOj73YXbt -2pXvwSTmi3L+KWXyZEyYNBtjEiLJN/B9Y+zx8hCd72x3HNhWH7378EyX6WJ+ -N+cVOF5q9UqM+TmHnfOxECd3jcDgUE/MSGyAnauaYufablhNeGzo0EQ0atwU -UX1aY2FKF2xaEoKNK8dgSnIiujQ1QURXY+KMllg6hv2svZh/xPyPdaRdmhmC -5+kk9jMX+QptnzHPAuNeC+aWzCXv0P8X8DwC6UcNc3V6lMHLrBCsStuIoA7W -CGpbGqMjrOizNPfHYf7w9ihzabZNe2Qdb0XnnGdJqkXy5dChwwt/3LC/uwf1 -f7K0/oq4RRLPNJw8ebK47yxr+1mPou0zvnv3rppzvpMmTVpfunRpXcKgWzkf -wzaoqZ2cFtyO+8q16/yZw4gJ9siOCzX8GBlQPsenQ6sH/gEBuV27+hWy7oMx -EPPpsL4RAtcundYZW6Y7ICHMFBum2olctXLDFemzG8I/MJyw+TgROxmrs89i -n1o0F0/0M2e/yMGhbeORvc+Srn2er+gh+LtMuOfQjmbYNKMycs8R58uiOPeZ -sPIXL2Q9aoopY2qgQ/1SgoOM6sv3gbZB+gR7sh97kTfnXLFPY7It4qXst6YP -tcKKCTbYPstO2AXPqDmw0B73KYZy/VH5+EMuX9FomAtyvJGZ0YDs3hMxIabw -b2WMMYTbFozU1H6OLnXCxdUOOJVmg8un0vHmXS6+5H9WVBTgP318pdqzsmZC -y/qaefl6P+k80R+XFve5uLi079GD73MVw/hQ1Ny4rsvYh3MutJcq/v/mzZv3 -qFOnThDj7i1bthSmpKTI9FMh/6YQJuN768qapbnWjh87st/cRM+6dDEdQ77I -DAyK2ZuYmFRs2bJFTkhIMAYOCJfDelTCuAGOOJ3GMxNsibcJHb3IY74+4oS0 -ybXh0zmQ8PcgoVfgmjPnKb73tDzC40f3cenqA5zdPRTqDHvI7zQztjhn+eRO -WZxcYY0PJ1yEzkD5/I/4R5EqY8GMmujexpVwfUkM8i+GxLDimBxjIvr+2a+w -9rVrCyMREwcHcS+vph7IfUn8YL8m7lmjnX/06S8a5jdFs0Tpc1UFlZBKWI3z -84MDTZWUGFNlYQLPUSIevXQ4Tp+9jPv37tJ1+oLixXs8fXKXXteUjzV3aKxV -UQ3np9Jc/bulV6JEiWKNGjU6xrY1cODAQuLt0vz582WKixI9VKwbJsx4zczM -rESvXr0yFi9ezPd5k5jfc08m+zbt/QG1mId52vv3HxAc0ruLr1+PRi1btmpA -/MDI3NxMp27d3+NatekohfYZJAV2roZe7YshJdoaq1PsoNUDLkq0wekVdtg6 -pxxatdbMXuEaB+tIuMah7Wlh/cKZMyexdccBnN3UinCRE5QcjWbh3asKop5y -Js2JuF4ZKE/L/jDnlnOamlw5Y6Epyb0xYkg4Jo8NwYpFI5E4qJ6wM64DsW9i -vzIt1lL4LK7VsK1xTZD78Hk+O9cDWYssapCPv8/64p8qwvOqwopFcwE1mGvv -akeyTRtEBnhgYK/aGDEsEgtTlwmewdqza9euEi67h8uX9xGHqqkW88hQHb2D -Tevzpv0Mcx//d0vLKchmrNm2uL7ONRHmH7yPrE0ZMmTILQcHB3cDAwNjsqv3 -PPskOjpa5FaYQ2q0KQ+EhpZti3t5mU/ybAvNvNeXwrfs27f3xdGjxy+dPXfl -0rwp/QrSJtXAmc2/Ye8KRyydaIupMZYYQv7Av52mjss8jec9BnX7A81bafq4 -uMbM2gVtf/3Gjeuxes0mLJo7GlfWO2rmY/PsdeL+O1Y6YQH5vgvE47h+I/Y7 -768z5KqJms2Jg/XQu3cskpInYf7CFUgaMwgBbYojJoDryZp7ozBm55l/3AvC -M9x6tjGm49Tcg4Bx18UiXPZdw+wpNA1vr5T5Ac+LnkSZj+HYIsfzf/ze6Eqz -Fr6sC5UTEuLFfXfWrVtLHGUHNm05jDOnhol4LklV1XwdZN713GtYUve/5b67 -wq8WK1ZM39PTM6Jp06ZbfXx8eMb/4T/++GOQhYWFuA9aqVKlTInnZpKd8Uwh -mWc3cW5Ke89mti32W5zr5J/c23v27Fm+V4mcviJNvnzlKp5nP8Xd45Ga+4S+ -pmtbKQdtL9XTW56YTbwrrJMJQjuaYmBPMyQPMMXUITZo17oOWrZqQ9wuUOTC -uM9w/PhxhLuSMSYxHrNHlsfZlbZ4d9xd5AAKyU/MIJw9b7iVmCfMvkTUnP9h -Bn1lMauE9/xDdjVMIgzH9rpu3WrMnjMXAV2qolszXZFT5XsMrE8h37fCATe2 -OONQqgPFMkOyLSMxh4Br9dybcWypo5i7zvl51hhd3+ik4YkcFxWtfqKKwv7r -7XW3y/vXVTraza8BmjZpi5DQIAweNEgZP248klPmYPHcRHy8R3ao4nwLz2eo -rOS+r/DOzFhP8O//Egz/L+/PrF16enolWJtRu3btNawV6t69eyHrCLR5TrYt -7q1hTM39BRwbGWMzrmcdN9fmb966LR9c1V76X+19B1RUabNtEyTnnDMCopjG -MArqqAiKIipiQBRFwTCCCoo55zDmNOacc46YI6ZxzIyKGBADiCChzzn1vv2d -bkXX3H/Nvfe994/z883q1Q40TdOnumpX1a5dd7YYiJhHEPMqQc+C+F4+UdY1 -ffvclwbHmlByFz2GY0wpOdaWBsY607DEpux9j6WI1uHsd3eQMCco17FH0aAe -HjQl0Zh2z5Xzq5JrHpTH4tG4n6FrbMk1szE3/HkWJ9dHdZ39ZWwt+VJxVjW6 -eeU418nLz//A6xgXLlyk/r2a05gEE87Zgx+SGDYXWHz79M6XzjO7iW9vTB0Y -VsKcEvZPggeCvumeefaftf2h4cr7iqp9Xtymiyp95q7m51VhcbD+x6ZNwj/G -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 -z1/m0KMHt2nj0njq3VaT+nYw+ZTSzTRvUqINje/vQskJgcKIkWMkaNHv5Lnj -UeYHz9KB/fvp/dN63E+LYgB2gUtv7ntecDHmnZDvpr7+Z0dtV41r6w1ZOMJK -Or3SUeD+BHWA92W1rRjuzPGR7uxy/oS65dvTbgK98pGy2eMyj7tTEXY45/hy -zgeu9bkDLtssTDTbsPj6Q6uGBsu7tzZ+j5kphrulvfPsOZ8Sew8/XvYArpcK -LnuKmYccpFkTY2nZ8rU8/lxLv0hrpnjTpXU29Cm94jf1dDXeDxCUH/2kktIa -tGVthw3JKWMS+/X7ObFevXrVnRwdGwYFBd3o0CGK2Uoc/fxzIg1NHUgpA+OB -jSTU6TCDDWyPeIhZH/w/9D/Hjh3Lc13YHGJm2d3A8Fv5+fnS3Tt3hKdP0GvI -J6SYKF6sW5p6xNFGw8POUsve0kTh/sMPta+HR0Tx5xw8OAX2LC5ZspTmL1pD -Z7Z1ZNjehWFZcDpQq/KXcm65n3M05zz2v+lU8187mir9Pi9n7abgWa6fbCPc -Uu2D47zwTNV+7ayK0kmGk8AXmJdqJX246EGPjrrS6eUOnP+r7gmjjleq2i1w -86zbRWtTGXKaGGrodQkzPNM3yhQ7BQRgLfAFWFyUrm3CTh07mjKkOnWP6yPN -mjWN9u4/RhuWJ9Oiofp0dZObzIPC6yj5YlckyTMuUpEPHdw5Sjxy4jLzOZm8 -TgWsxPDRXGsbG1NnR5vQJoFuK5o39jndqYXTtpAghxkhoSEU1aGDOGBAksB8 -E3iv4LqKqampIrgY2JELzU/kuZiTAeZCDQwzu4iJ4Kip94nDj4kidtdIlPfh -U+6KletObt+x5+CEiVOSq1WrVjUgoPKvbdpElMC2oWk5IKmfOGdMI7q51Zbe -Q5frjhcJj72V6LWvm2KzAO/X91YD/fao+uQaujoKXXbdr4/vZ4GaUMnl9U4i -+J1vTnsw3+QpoKd/aoXDk4imBmfBxZw5yFLcOkPu5fH69zfzLiWlAaW4n5Fq -EeNqq2mzfab1vN93O7/oHmkisbgoDWJ59bgES2n+UFtaO8mmKLV3tXvhrdtK -7du3p+RBA4XFS1bQzDEtaXayAZ1eKfd9Oe778K2WI7OtEjdKPzWBLl+9K7x8 -kSUUFBQoSzHcKffAVzo52Ol3b+sSMme4+6DhvQ3bB1ZV6Hm7OaW0agndF3k/ -0ogRw/h+wcTERGrdurWEGgp0EVBDARYDzgLeR28BeAs+DL0G5JfoYak1IzDn -hnmknJzX/P8/fPjwNC4uro6BgYGtqalxUJMfLa4mRFljn55yw1Rb4fxaR+Hh -XpdS1HpZrlxSw0/HDxfke6xVfXvUtRFrc80q3cKNs+WZXPAdLejkchPp/Foj -dm+f37CmXt36nnopqAsvGG6lXDbWmvNdlL97fdZH/8IrDhCh7/TknOu1nTNs -bxPDbIV/eNPRI66U9dSPTh50Ek/utaE5w3RXWRgrrLW0dSvY2toGNGrU6A40 -hwYlpyoHJ9QVJvYzlHbOlueKeX/2mYoHpVRx4gTmu3Jc6NqJcZR+4yHlZL/k -/gMXlV1vAb5m544t725eO0PPntygd69OkJjfL2fyCMNYa0uz9o0a1LkUEtoy -JzyiQ05M127Xo6LaZTZr1ozat49SgksNPQk1vkf+iOeDjcHWUK8D9oLvgo9E -jMzLy5MePXokQoOA/X+pnMsWFYwcOWJ8RJt2HXpENwqObKx5rmdbIz7Dj/cZ -+dL+BXZvmtTRb4vr8E+wKfVR7wtmtuXVupH+qv6dTJ4mRfsxDNpMbNe0/WUn -G62K+L5TuFarxCjT0on9LARmWxJm57iGxXMVV1fFLeb6+2IlenvFg66ud+K6 -3fSB7xvnfM8P+U3EzKx4unYh5U7riMgwW1trvrfYxMTEu1HDBqc6R8dynfch -sUa0aIQNoVYBrmnxDc8vnDjoUWX70qfrLnR412y+Uycz8wmPgZhpxP4P1Bgw -X/Mo47GY8yZX+JCvFN7x0sUamjTSqKuzjULh56HnU62iYUX9CloKTW0z59Dm -oXnNm4cy22ovMAymZH5LnDdvngi8hdlFzPXjuVG7QC0fPQbEQ9Qq4L/gyxAv -0SuFfiNSSLXeV+Gn4vy9uzctCK5v3bVtE/21cW1Mtoc3Mhzr5aLtib//n2RT -6iP7LRksGuiZ6tf0W3+2ht+1m+E/bVnxUy0Db20wqnYrYu0faFF0L2Oa0tuS -9sn7UOS9xNBGgS/BLBP4RG98pPv7XMQLax1Fzj3O86FPn/wZRv6Ztm/bxa73 -HXqaiZnWj7gez1n84Vq5Bvr6Wra2dg0qV3Ib2LGZ5psxvaGNYMv5gJi5gYYZ -9mkW3/QSP11xEi9sqkHLV6yitFNyXR3XELxqzNbCr1y7dk16zq47fo/ENU0F -sYBBopyMlE+/bTa98jHdK4syvZ7fPu96tF834zAbK7uKP9YLPITdrdDTwt5p -zEyOGjVKmjBhAjAYj5HQdsMcEnwYsBa4tpjVRQ6J3BLxERgfOv8M9ytfv36t -VOtfbt22c6TqXf/8/n/PdYV/dVRYS9PKXNPw19G201+f9s5eNnW4SBJ4RJVK -r25z2ek3v0JzxU3FLLez2tcHtDMrXTTSSsT8J3wJdm9z/Z4n3iQ+9BILr3pw -XvfRJQ70keF8ZZYnbVjbgxYv2cr5NdiN/DE/T4LOlswxKFA2adKkMV6LlZWl -VnBwSGDfHk3SokMVNLynibh8nD3tW+AgnlvjqLyxxVlAveLMSgcaOqiTBJ31 -bdu28llGxCfkepgLgk/5tu+MXWAS++/pg0tUdB07kzAfpMaG1WjTCtvpcBoW -FmaBVasGzK9fv/7lVq1a/Y76A+bcIiIipL59+wrMbqVff/2V17lgv6hRwJ8h -hyyL8+E7wRlCrQL1L4bF2IuQpDp1avvh/a6graXzPdbU/8pR5bUaZkYaOktH -WR0ruOjO9yVcutCJCopqSSLJehpZb7ye1Wuqa6NRX2HTorb+2mE9oeNjVXpk -sb3w23Zn8elhVzHrqKvyBcsV05Y7FLMcsxh83BfHHOnitjo0bPhkrnl17Zpc -L1LVsIF71XzASw0bNoxgmObx1avp9ORpJm1aPZni2ppT30gFw7tGXPdl+y+O -9OtoiwfR7Wr+3jYymlKSB3HtEuAgaNhCJw81KOiFwIcAa+MaA3splQL3I8+z -nksf7zYSpEJPCbPIqFmUck5LZdq0PGhJYlLqrKlTJ61ivinZycnJ1sbGJiQo -KCgdujioi2HP4dDUIXzf09y5c0X8PujNYp5Src0DewLex2tA7wgxmn2OoG8M -vaZYvPdaWlrfIU/hrx31jpPOzQ0SgJnyL3mUSm+BhyqSaveZxHK8YmDy7XPt -ZsOxWZprmkU1MziS2l3WKsA85p55dnRiuQM0fTIa1NQJ7t7aKOOXFGvp5DJr -Ydbo5jR0xETatnXzZ61f8OdVOATXWgLfBtgFc9J37vwuwhZwXjzPEE8eXEJD -etc8U7+KYlTdyopIvQoKHRNTq4rNgpu+6dSpM+bMoKkkJCcni126dJHAXQfm -LrsPTNa6zqX379/RvbsP6c3NpgwXqvksqImBW+Et5r8Lo0MHj9HZc/IOCJb7 -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 -5af8lJ/yU37KT/kpP+Xn73D+D9MhNKw= - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]], "ExpectedOutput", - CellID->1085311898,ExpressionUUID->"a4a3a97a-e6fa-441c-950d-23ac9014a40e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1500591078,ExpressionUUID->"32912647-2864-4200-98a7-3e19a90a85ed"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]RotationMap\[CloseCurlyDoubleQuote]", \ -"Subsection", - CellChangeTimes->{{3.787054511995885*^9, 3.787054514257711*^9}}, - CellID->1480566444,ExpressionUUID->"128fa9fb-3098-496d-8324-baffcf869b06"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"SeedRandom", "@", "1234"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "=", - RowBox[{"Import", "@", - RowBox[{"First", "@", - RowBox[{"FileNames", "[", - RowBox[{"\"\<DemoBlocksAB.m\>\"", ",", - RowBox[{"{", "MaXrd`$MaXrdPath", "}"}], ",", "2"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"blocks", "=", - RowBox[{ - RowBox[{"{", - RowBox[{"blockAu", ",", "blockAg"}], "}"}], "=", - RowBox[{"Keys", "@", "MaXrd`$CrystalData"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"domain", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"3", ",", "3", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{ - "1", ",", "2", ",", "1", ",", "2", ",", "1", ",", "2", ",", "1", ",", - "2", ",", "1"}], "}"}]}], "}"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{"MaXrd`DomainPlot", "[", - RowBox[{"domain", ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorReference\>\"", "\[Rule]", "\"\<Unit\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"2", "\[Rule]", - RowBox[{"45", "\[Degree]"}]}], "|>"}]}], ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorShift\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"0.5", ",", "0.5", ",", "0"}], "}"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`SynthesiseStructure", "[", - RowBox[{"domain", ",", "\"\<Demo\>\"", ",", - RowBox[{"<|", - RowBox[{ - RowBox[{"1", "\[Rule]", "blockAu"}], ",", - RowBox[{"2", "\[Rule]", "blockAg"}]}], "|>"}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorReference\>\"", "\[Rule]", "\"\<Unit\>\""}], - ",", "\[IndentingNewLine]", - RowBox[{"\"\<RotationMap\>\"", "\[Rule]", - RowBox[{"<|", - RowBox[{"2", "\[Rule]", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", - RowBox[{"45", "\[Degree]"}]}], "}"}]}], "|>"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<RotationAnchorShift\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"2.5", ",", "2.5", ",", "0"}], "}"}]}], ",", - "\[IndentingNewLine]", - RowBox[{"\"\<UsePlacementBuffer\>\"", "\[Rule]", "True"}]}], - "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"\"\<Demo\>\"", ",", - RowBox[{"ViewPoint", "\[Rule]", "Above"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"Thumbnail", "/@", - RowBox[{"{", - RowBox[{"plot1", ",", "plot2"}], "}"}]}]}], "VerificationTest", - CellChangeTimes->{{3.787054477524249*^9, 3.787054592935989*^9}, { - 3.7870606908413773`*^9, 3.7870606969355583`*^9}, {3.787479937297727*^9, - 3.787479938155121*^9}, {3.7881991728060913`*^9, 3.7881991772610073`*^9}}, - CellLabel->"In[422]:=", - CellID->1357970175,ExpressionUUID->"a1bb0a33-07e1-445b-aaf4-73d5a00661b3"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnXuQHMV9x78zu3sHWAa9EFZkYkGQyMMSIGHAjrGkmMKAMRYWMZZ4O5KJ -bEc4AoxJyMuxE/yIY5WRKBSVsctVJFV5IEpIyMU/CaFcCQLyh//AGAmVpAOZ -0x0n6XSSbh8z6d+vu3d69/Yxezu723Pu7mrNam+3+ze/32d//ZuZflzw+fs+ -8wUfwP1niH8+c89DKzZuvOfhVdPFf/5ww/3r792wbu31Gx5Yd++6jVd9PiPe -3KJKFi7FTp4qLrmUVJI8+VwcWy4lkXz1b078m1Ov/R7K41L6k+Qngz7x7wt4 -gEufes+x5dJkEnHjiRC0Xxyfx5cQqkyv+9XfHFsutZI0U9Tv7caXmac8ilzo -Nb2Xg2PLpfhJMpVhn7Rb+SnJU8AlYkv7LdcnutQ4aT9FMdRufJH5KZSZ0jlQ -74X8mT44v+VS/WT2fbsUU3mUqpiK2JJ/C/mzrk9sK9Gtm6ywQEZcD2UtLUo2 -v6XbTJV+an1V31cvm33i+sn4rSmrT5cipujhw84yU/X8VCO/tZ7rcH4rdtKs -zgX6bwSWfhK4Qhw/ZGm5UpRLz1aPqRr+znSMLvu+P47pp+r7Laojh6axvJaJ -ZCRZlcy91lvNomy9lGzfVJ8tpqy6Q7gaWBACJ0UJLS2BOr51GTBToVNbFWY8 -tRP3qhg9rp+ayFZB+S2qq0m8pWUiGUnWKtltLCfJ9iYLSXK1StRdAMZOi7bE -MSjIo02llJfHgUWNuDL7vmcVU/H7vuZ9ItXZoE/UMpGMJKuSuWSB/qpLoGw9 -tqqDXN0i/dWJgvxtldRvzKZSDOTx0OJ6XMmnx5V+qn2mJrKl/ZY/kS0t02Lp -rw4pmYsW6K+6lJStT9zSea7GCvb67VIgjwM1udJ+igYL7cAXEmZqIlvURgYT -/FYVVwNK5pIF+psQVyhbjzmu6nAl/VSG+6cdWKeYajVGb4WtomJrHbfpR7G8 -42qKcGXGUzuwlu09+Rg9PluFst9aa8ZbjqspwJUHr9z3PaOYSr7va+S3JFvU -tuoTWSbHVXq5It9AI/JMP9U9piaypfwWy+Q7rlLJlS+4Ej0gP4DYjj/qEVMT -2RKy+HKsvE8yOq5SxJXHXM2hfsff3jM/VZctlknIRjKSrI6rFHDlISxl8fYl -1Pdtx50+WbTzMXp8toQsvvRbdy7OCaF9vE0yO67s5qqY5eMvP/jP2CisV/Lz -ajxer4ky2FIylRY9hY0ka+A7rmzmqiCZCv9pLU71CQv6BeUjek1SVfYCIZPw -oOcdQzh4Lk6RzMpn2VZ+7bnSTP3wHmW7IgK2X88pqskVHYMZQwgOvV/KXfJ7 -r0PHVW2mnrxb2swvlW1nZdayzRxGODDPcWUjV5qpH90lbWU7U44r+7lKI1OO -K7u50kz9+M509H2OK/u5MpminCamHFd2cqX1/5PbJU+6pCk7ruziqpiJmKKc -KabLTzmu7OSKdE/3D396LcIZ70rbpM1XOa7s48rU/4u/j/DsY9I+mWKvSXFc -pZ0rKjpu/++PIpw+Im2UJr/luLKTK5OtF65GeM7RdLHluLKXqzSz5biymyuT -rf/6WHrYclzZz1U1W+89XmbL2jsQBleB48perky2/nOZ8luBGufUc4rqchVM -F/7q4PmOK5u5UmyxTM9fg2NnlTDmFdiG1vWKLJOQat4QxoZn4hjJHHj26dNx -VS7lcciXPoWVwoYjfp5taRNbJSXTyCVCxtCNQ04FV2rexOHF/fCwA1f7IY6j -YA1bJZKFZRKykYyhj8Nu3kQKuKIjzfPycB6t5+LvwAphzxPovd8qKRlOsExC -NpLRzfNKEVfmvFS5dgyxdayHbGmmjuFZrPDlfHo3LzWNXJnz6OU6j38g7Dra -A7Y0U6MsQ87No089V2AbesbafN1mK2KK2lZryvi+W/cj9VyZ6xRJv/VxtnPn -Y/mSamOU2zTWHHXrFE0RrtSL8hrtu3CNsPdYB/2W9lNj3FbV2u6OqynElclW -tsxWJ/pEM566ptb6tY6rmly1tG4t3ZtJosRpKzTWrb0EmEX2k8tNwSsXEdv4 -Hvp84UP8n+JaP8RJuk/pJcCWp+55cp1Udz+v69bHbRoyaJlIxrDFdWu7rM+u -rFu7Clgo2smfQrx1mvV49CQK1RWnTVqzugj86mJedr9Okn5L7n/6HJYJJkba -fZ7I35XfHuE6c0ZbdRLJSLLmLdansnWebG+ykETSda0BLhQyHRDliCiDdYvH -fx+izw7PxPjguQiPzOY1Lloq9J135iA8eg7GuF0fww3bBd5Rx59fD/zWBcC5 -F4oyv1bx+Th3fj+mzX8aa/yi6LdorZdJjINQ3wmoDqqL66S6/dptk0wkG8lI -slbJXrvIcz9AuiCdTFafdCSbKDsOKVs10in9/QDZPmmudIAyD8jcLHz3p4HZ -N9crHmavzOB94vV7btiEtXPfxtisQZRmH0EgSthiCWYOIjj/IEZuuh+fEnVO -W5nlumu2LX5Tc0i+R4DfFX3LG8IXDInjoChHahah06KHd8XrgztvwMkzT5Y5 -aYUpPtJ3qQ6qi+v06rQpy6CS7Q2SlWRWstc8L3XO00gHpAvSyWT1SbYgm5Bt -yEZsK6++PZWtZ5HtTRa6mqjRjHq9DTcKfStLtbmPgzwO4mu4guvO1ZWA0+XA -+8Rv7FgxTp8gnyfya5rn854T8dnSn6Hv0HepDq4rxppDSrZjJGvDk9HnSudO -OkhOnyfZRlA26+GGXWpfM69m8UTJIEeXP9ltuDkbIp8Zl2NCPBm7TLoI+5Wy -BYSizpHsw/gIt5Hltipk6Jd7mnkfB95PPr7YwvVFPiftvfsT0vc0Y8v0U/Qd -+q6qI1Y8rGQbIllN2StKVumTzpnOvSB10a4+ySZkG7IR24raINt5dWwrSg/9 -FO+fJX4DN4FW80z6vmNQvs84gofwEW4rq9pUKaP6/uWiyxY2G1Y+Ifb9ED02 -kDg5a6w+W/o9+oxmSn83ZgmUbMPLObyIZC8nfW50rnTOBaWDpPQZ3bfNs82g -bGjLRoMmU1vxaSHneMfuNwYoKl0Mi37hw9xmLmKrXa5MPp67rjZbJlP0mUkw -1ZwrfU50jnSuBXXuSeszutc2zrYD7GBLdoymnzrd8WdvEVvkt67itpUdkuDK -5GTX9QjPOBXxpJmi9+hvk2SqMVe5sp+6CpGf6uTMW83W6bLfyvaQLdNPPcFM -dc5P1WJLtjWMB8tsZZLiqpot8k06NqHXbTJVn6ucuup5kJka5nPsLFPVbI2z -LYHe+C3TTz2BTwl5TkGt8dsFHUS6kH5rCF/FlawKOSImEa5MbnbeIGLcgiz0 -uk2manOlZOdzoXPq/hjXkrLhKbYp0F2/VemnbmTGezXON4rlh/EArsxIXfhJ -cWXy8/RKWRJgaiJXWd47HHQOiOKp3ow/lPocZ9sC3fFbJlOPM1Odj6eas6Xj -rSOZB6XfWp7D/KS4omLOwUpoPlbElZCVzfcgM3WkC/FUc7Z0vPV4F9iq7Ps+ -Cdn39ZapKrYyId4Vv/kly4FpYQZHk+KKCj1PS/D5HHNVyuIoyUoys+y9Z0pn -zdYptjXQmT6x0k8RU733U9VZ2CMj/dbhFRtwk7DdgOLAxvE8+j7sAMlKMme6 -F6PHzabfkmwl6bdMP7UFImrFSeuYUpnuRVPkueAtnBg7C6NkQxv3cdDx2c+u -wuj0PE54RTvnzyJi6yTbHkjGb5l+agvE1bVg1565eBOyur8UzD2EcGiWtJ1t -XGmmXvqQfBbM43MsXksCUSx/mhkA2vNbJlObmSlr/ZTO+r7lvAEEwzPt40oz -tedyhOcOlmW2mSmdI7+1uQ22Kvu+65ACpigbXIW2caWZenkpwllDUs6UrV9p -9onXMRut9Immn3qMmbLnuq9JtpUrfR1JTM15R8qYMqZ0jq4TH1NsxfFbpp/6 -AT6Bzs5ZSTzbyJX2U68sST1TOkdzjYiRZn7L9FM/wLUgf2dxjF4r28aV2ffp -eCrlTOmsY/mTzEojv+Wp5+mbmKlU+SmdbeJK35d/9TKE5/1KyjVFmNI58lub -FFueMdZH+ikf/eL4Q14zyoa1VyaVbeFK719A64DzvYRwyjGlc3mNHGanX7Hk -lbnKKK6+xJ/K833fNFz/VmRbuNJxOj2nTusePjFzoFgJmZ1+xZJX0Q9mVD+4 -nj+Xt2YP99jZFq7MfpDYyhYq5ZsiOVCMhMyMydDEuD2j4nbptwrp8ls2cUVF -x+3/cTPCnOwvUrlPVI0cKDZCZgU1/FQ1W9F9hi/z91Lkt2zjymTr31ZJtvQe -nCnOkZ8iRoB490cr74tqtlLht2zkioqeQ0Zs6fg9pWxF8dRjiqlWnudUPsf5 -E64nBX7LVq6miN+K/BQxEddPNfJbm9PRJ9r+3Fn7rX+9JfJbtu5dUJUjpjZP -wk9NZMsrx/Lab1kcy+txMr8xYP84GWIrJ8fy2c5WFKNrPyVj9PZGYVX2iRu4 -fkv9Fo85EZLNP4jw2Nk4bSNXJltPrcbpfmExv8BrZ1mnT1T2fRuYgSTHI1eO -Q9Zs2ea3eM0BkceXPY37hN0OWT0OuY+Phz72DO4jmZXsNkVcUYz+uGKqE/Mn -olWFad7EfdyePWzRc9AgEwp5/gcrl8/EmaGPkWK0Ll2vOZrAVVGuYzOyYgbO -JJlZ9kLX52DWyxFTZGtK0k91ZlZOpd/SbPW6T9TzKUuZPViN6Twv9QO0DlmS -83ES54qOPs8f/ADJzLIb59JDfUZ93+OKqe7MIYxi+SfwFW6/d7F8oH7jRfwv -bs2cw1L5y/3k5qV2lCuaP+jzfGefZRfngMhv9Uqf2k99RTHVfoweny1zLuGf -shzd91sRUy/hc/ybh9zHYXmC8507zhXNd/aV7OIc+Fx6w1bkp8imQG/W/zCf -J0Zsdctvlcp6p/5jBkuRy/jJrfvRVa5IlVL2HJ+L7BODLsZbZjwlmWr0vK/T -yYzlt2Fjl9gqGX5qNWTflyXCk1xPputckewZdS50Ti8xW92I5SOmyIZSgs7F -6HGTjLf0umqdZivyU69gjfZTenRG6rlSL6D9Fp1jZ/1WxNRWxVTGAqZ0MmP5 -bbif5Uw+lo/0u0foezq3VrGPw5TgipKvzo3OcQ+zVepAvBXF6GQzKUT3YvS4 -yfRb2/Agy5tcLB8x9QpuU34qWx0BTBmu5Bvy6kj6rdsSZiuK0clWsj17/FR1 -qmTrAZLbz7enB3q+4avxlkK/t8tdb+R1X3XylW2WCVsVhM1or4Q83duWx7ql -kEnmeQ/VQXU1a49kUvs4DC9TXPm11tvXK0PSOdO5h8k88ynbhGxEyQKmvGZF -/ONl5LrM3pN8nTjuFeTa0C0zFUDt3I5RT1x/ezO4DU/UX7PtrDqukOu3j8Ti -QY4XLoRyf5p22SpyXfHXyBohWU3ZJ5SMOmc6d3kPYhRyre2WNcprWRZYn+Nk -G1W/xzZrYtdOJO2jrwd+cz/w4hvi1yOOe0R5uWbx8Mq+DF6lz/7dw3JvAHom -3Apbaj3PwBNa2LoOR988Ay/sBf5vv1+nTVn2vAm8ehh4fitw9TeAJd8ELhfH -pTVLFleI46JHPofVH/4ZRpa8jGCpLGGLJaDvUh1UF9Wp6q7ZrpJpCclIspLM -DfUpzpnOnXRAuiCdsG5a1KdeC4JsQrZhG3lsy7r6VLZ+kWxvspBE0nui3Aos -jP3b9cq+IPzWV+W5ZYrxxneba9j/5I6qOuO1P3Q+cGazk+J0t9BXiNdU2+1c -c+nvvsZ1mm3USSRjKPcRiqdP9Zp0Yuoojj71eC+yRdlPt9D339rBfZdWAQtK -wOg4UBLHYkke6xcPJT0mJC5behwlHX98p/wu1UF1NW1P9EFFuQfhwSXAbNpK -uZ+XhIVfUXLoo0Vic3fjd3IhDvA+DkWUzDlZkypFuS8G1cl1UxuyrYr2tUwk -I++no2RvRZ+kG1NXrTDVgj6Lytajqyzc11Lr4tGHGrNl6kgzpcdYxiyN97Wk -pO923SV+f8L+6m5IcrNGqS5Z2wHhtxZWtKlSu/taap2QjszfYiOmSPemLWIW -q/dL5eukJmzV81Mt6KA5V9q+dzBTbybO1ES23uS2qthKYr/UZn6rHlMtXvda -zVU1W3//tUr/ZMYJP7prUn6qOVeRn1rA9i51iCmTrZJi6y5pEy1DUvvwah2R -zjRLxl5V/B7pepJMpYIrzZaeY67ZUntUVTDVxvrotbnKVvip/R3zU/X91n7T -byW5v7PWlWaLdKnnV2umipO/P5cKrur5LcpP3t02U7W50vvN3IGLRDv7usbU -RLb2sQyGTEntG651RjrUuU0/lTqudNF+62/+EuHmLybC1ESucrw/t2ZK+6lC -y2y0z1bB8FsXsUxCtiT3o9e6I12STk0dt1FSxxWVDuzjEHGVwxyS2b+N46m9 -XfdT9f3WXpZJJJIxKa46pM9UcqXPPyEdlLkqZXF4EdCH2zHfp/6n0zF6K2zR -fS6SScgm/FVfmMHhpLjqgD5Ty1XCpVSU/cHey9ZgibDk674tTBlsqeuU1y+9 -DUtI1sBPjquEi+MKHE+wTL+4GIOzTmLAk2vu28OUyr6Saf4gBkanYZBkFrG1 -dfp0XEUx6r4LEV64T9mvaMVcvAnZk6OoStOHEB48X8qdYN/luOoAUwt+ybYL -bN7HQd8DnjmMYGCe1KPjyi6uNFP755eZsn6NWIOrUHAVOq7s4sr0Uxe9kQ6m -HFd2c2X6qYWvSztlu3/H03E1hbgymdJ+Ki1MOa7s5Eo/6yKmLv6FtE8a+j7H -lb1c6X0cfv5BhL/9WjqZclzZx5Xu/74vV0gK+8bTuR6648ourkz9/9VfS9vE -nYthU3Zc2ceVaYO/+Lq0D8XsaWLLcWUnV+a400f+VtooTX7LcWUnV5otPZbN -ZCsN2XFlL1eaLe23/vwb0lZp6BMdV3ZzVY8t2/tEx5X9XFWz9WfflDbzC3aO -kang6ghKjit7uapm66FH5bg5xZZ1nkuvkzP7BMK358p1bBxXdnKl2ApKkq29 -C/8dW5itvIXjRZVMv/cv2FL0y+OQrdOn46pcSoFcx2bg0gxy2I6v+2TJAs/t -ssFv0YyvAsskZLski1zoYUA983Tj223mio4e3lrsYxYv1rQd32KL9n7PlfIa -sSyTkI1kJFmTnI/juOogVzR/kLjy4Pk0Y307HlVs9W40jW5byOLLRfA85irB -+YOOqy5wRfOdadFOX60wv6OCrW7v4yCZIhmySiY/uXn0jqsucyWS8A1+eeWP -Zyr6xG75KdnWM7LvI1lYJjiuUs0VWdLn1X595be+zXbufCwfqDZCblMuTEu7 -lXhJrifjuOohV/KFxzuFmGx1LpaP9nHQTFHbvpTFcTWFuNJs6Z0xduA7iq3k -Y/konvqO6vvKTDmupiBXmi3yHbSo7M4KtpLax0EyRXXnUOGnHFe1uVoFXFQE -jp+W6w7ni/JoU8kX5PHAonpcabb0zhjP4rtGn9iun5J1UJ0ynprAlCkTyUiy -FizWp7L1cbJ9p7haDVxswW8oTjl+GTCrLlcRW77yW//APEw+lo9idKorh3KM -Xrtp+T7JSLJaoK+mhWyfNFdq2xB8FHjvc8BnnwXWPGdnWa2OKy+g9a/QZA8O -7beIg12Krdb7xKjv21Vmqqaf0kn/gWQkWatkt6ooW3+WbG+y4FKTZPaJO/E9 -g624fZ9m6nuN+j6X6ie5pRIyaSgtGVazRR5udwVbjfxW5KfoO31omSm5lXHv -dRVTn+63MplU2Sf+Y0Uc3ihGp8/G6Ptc+jVOOpaXfuv7dWL5KEanz0g/VTdG -d8klTtpv9SNiy4y38gZT9Bnnp1yKm8w+cTc2lXmKmNrk+j6XJpVMv/W8Yosy -vXZ+yqV2kq8u2SiGegFbufBdMceUS20mX21xzJtU8jueY8qlRJJX/rfHu7a7 -NOVSJzdmn4Lp/wFo0SCk - "], {{0, 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -F62IM7o1MQ/GeYh5tXyi2V3v1qiS22VqQ4J+qQ3Wr5WFjevpy8fEC+sjZBoT -hbNrI1j5Qg4fWbwCfIYNG3Jv/vz5bOvWrdaTJ0/KN2/elJ89eyZLkiRarVZu -YAMHDvwE7cO0dGpfoDFRFx4e/kFUVFSz2NjY+haLJTjrmZRxk2J3p44dO+6Y -NGkSW7ZsWQbZrnTu3Dn5zp07qCWifV5P3LB+/WyEdyULOM1pVt0T/sX6eVsv -1pt8TstaHgz2Qj4Mfsv6Pc31vmhj0eJsk5b3cnPRu9ct53aRfJxEMYEE3Y3/ -zAe2yNpTrNac+3KzBH/YuYHn2oKpjh+p+n+nc1avE003+DnE35jctKr701a1 -SI8tLFbyNdLcYQES+W1p5YRA64ZvgmlM9L/sazEE6HiqQdGLFq8lRzs0QazV -ooan1LOpRaC4Qpoz1E/6YVyASDFXxq8zQ8hWvVfCQipVqjxm6NAhbObMmVbk -NZEzpzEQmBeGErIgCCId8qlTp/42m83Ouqw4/FXvwqh+h/f/Dz74oAHGxxEj -RliR1yLbZceOHWM0DrKHDx9qtWqaRzChdJnyoT6eupRPqpmffkxxUUuyLYqX -pNFdfaSxPX1FisetKyYEsZ+/CTwVH2H0Rl5Cq2lptcDcCQ7tYIPk58RWNT0E -Ggsl5LCmf+EnTh/gZ0X8T/PHVa5qLf59tilN9ArGiMcaFCtU/qSa+7XODS2s -L41nQz/14XEB6YfiJu8L+ZMdi6rnvKAXnkan3xTL69izeXV3qXNDM+vXWhkP -J1DfnTHIj/VpbtnqZzF4493Xr1f3MMU9MvkT6ccff+R1ZLx32Nbt27c5ToE+ -ZfxMMVUxXAPjYeYtK3gsE9qytTXVrvSlS5ee16FDB+nzzz8Xv/vuO0Zzxcx6 -4uXLlxn5LRzwW6xr1y481v8g3akaPft9+K0O9ZXxb3Q3H4a5yNefeR8l20l5 -6bPT/x2pZ5Ur5PxVc7ItNR7g5yOmwPljulnWRoUYUH830FO80znQtxWt7/l7 -G8I/yuvYj2KAA59+7H6K+t+eikVdB3p5GvzU772qr/HfhwYYPyxbyGVu0ypu -x9rVdT9OdrahRH7nNiajYrvk50xVqlS91K5dOzZ48GCJ4ij+3mFbwFUh1rpw -4QI7e/ascP78eVakSJFaOC8ndRklTWXUlSpVajPqiRTXizQv4PVExFmI5f78 -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 - "], {{0, - 150}, {150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->2096014556,ExpressionUUID->"de5a9087-0f93-4ccd-a4e0-d9d7ed39a1db"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->386297578,ExpressionUUID->"f560471d-9248-4001-8f97-9ace0373f676"] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["SystematicAbsentQ", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7870546289517307`*^9, 3.787054632383136*^9}}, - CellID->383384807,ExpressionUUID->"5b435e1c-0f87-42fc-9597-7c6ec5df93c0"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1097510249,ExpressionUUID->"90781c4e-0960-4db8-a4eb-4049924ec9f7"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<I41/acd\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", - RowBox[{"-", "2"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870546430713053`*^9, 3.7870546437356253`*^9}}, - CellLabel->"In[423]:=", - CellID->15933010,ExpressionUUID->"2ee3d541-3dbb-4fde-bd3d-9698ae1da3bc"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1498126842,ExpressionUUID->"04d3c53e-70ec-4598-b01d-14d5a0060564"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->660328565,ExpressionUUID->"67be48b9-099f-4abe-bae7-d7e869013bb0"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<I41/acd\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870546499432793`*^9, 3.787054650575674*^9}}, - CellLabel->"In[424]:=", - CellID->1644501682,ExpressionUUID->"21180b21-b31a-43b6-bd85-b75309fb48ea"], - -Cell[BoxData["False"], "ExpectedOutput", - CellID->1025232484,ExpressionUUID->"247d0bee-8df6-445a-9562-90b2f63cb412"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2094187906,ExpressionUUID->"2b08e8e6-58c3-4583-9199-6a24dc8ea288"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870546586228724`*^9, 3.787054659407411*^9}}, - CellLabel->"In[425]:=", - CellID->1617467178,ExpressionUUID->"68924644-efb6-40c6-bab4-a5593a910898"], - -Cell[BoxData["False"], "ExpectedOutput", - CellID->1922856920,ExpressionUUID->"1a4721bd-ae56-46be-b812-0f434c17cadb"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1906645459,ExpressionUUID->"dfce0cc3-534c-417b-9cd6-9fdfb7dd898c"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{3.7870546727993937`*^9}, - CellLabel->"In[426]:=", - CellID->2076045653,ExpressionUUID->"0dd605fb-46b0-41ea-be55-2857ee2babb2"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1932477162,ExpressionUUID->"103be461-64b8-4fcf-ac07-71d8d114d143"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->239248879,ExpressionUUID->"b0e4a504-1129-40c9-a5d4-3f70152ff937"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "2", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "3", ",", "1"}], "}"}]}], "}"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<CalciumFluoride\>\"", ",", "hkl"}], "]"}]}], "VerificationTest",\ - - CellChangeTimes->{{3.787054682814349*^9, 3.787054703398315*^9}}, - CellLabel->"In[427]:=", - CellID->991276385,ExpressionUUID->"2453474b-4eb6-45c8-ae0b-30f374b69e69"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - "False", ",", "False", ",", "True", ",", "False", ",", "True", ",", - "False"}], "}"}]], "ExpectedOutput", - CellID->204069269,ExpressionUUID->"c6116160-e6fd-470c-8546-1716a77f7468"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->966522169,ExpressionUUID->"ce5db257-d0a5-4e61-b41c-88ffb8f17dbe"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "2"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"2", ",", "0", ",", "3"}], "}"}]}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787054695934184*^9, 3.787054699206756*^9}}, - CellLabel->"In[428]:=", - CellID->693908363,ExpressionUUID->"f962a455-9e87-422e-8433-40010d73f7eb"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"True", ",", "False", ",", "True"}], "}"}]], "ExpectedOutput", - CellID->1681653731,ExpressionUUID->"e656337a-4ae0-40dd-af17-d939127a3402"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->771788475,ExpressionUUID->"089fe992-fc63-4970-afa1-1099877933b2"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1117710860,ExpressionUUID->"edc23401-772f-45aa-8deb-be7dd0e769ec"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"MaXrd`ReflectionList", "[", "2", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"time1", "=", - RowBox[{"First", "@", - RowBox[{"AbsoluteTiming", "[", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", "#"}], "]"}], "&"}], "/@", "hkl"}], - "]"}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"time2", "=", - RowBox[{"First", "@", - RowBox[{"AbsoluteTiming", "@", - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", "hkl"}], "]"}]}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{"time2", "<", "time1"}]}], "VerificationTest", - CellChangeTimes->{{3.787054726174251*^9, 3.787054750604472*^9}, { - 3.787060703494114*^9, 3.787060705804659*^9}}, - CellLabel->"In[429]:=", - CellID->1260877131,ExpressionUUID->"0dd4e555-2fbe-4f4d-8fc6-7f7d7c3a1872"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->193312121,ExpressionUUID->"0de55598-ad23-4aff-972b-3590d68600a4"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->647671445,ExpressionUUID->"26718ab0-b040-4c46-a41a-d5a2f450c3c4"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->1326963711,ExpressionUUID->"8b824937-2849-4493-b5b3-889fc062e021"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]Threshold\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.7870547700689163`*^9, 3.7870547828762493`*^9}}, - CellID->661416682,ExpressionUUID->"17ba2951-0894-4394-b4b0-262f1bb476f9"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<ManganeseSilicon\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", - RowBox[{"\"\<Threshold\>\"", "\[Rule]", "15"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787054803579859*^9, 3.787054804180459*^9}}, - CellLabel->"In[430]:=", - CellID->324479163,ExpressionUUID->"903abb7d-d835-4467-8a7b-e814addd96bd"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1060312808,ExpressionUUID->"e004cc57-40ca-48c0-9513-bac188242ff8"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1966853119,ExpressionUUID->"356a4c85-3fc9-4825-b369-f143f6c6d7a2"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Applications", "Section", - CellChangeTimes->{{3.787054832267293*^9, 3.7870548341468563`*^9}}, - CellID->39537880,ExpressionUUID->"5a9a83b1-d2d0-4756-bc1d-0295bb9d771e"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"hkl", "=", - RowBox[{"MaXrd`ReflectionList", "[", "5", "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"time", "=", - RowBox[{"First", "@", - RowBox[{"AbsoluteTiming", "@", "\[IndentingNewLine]", - RowBox[{"Pick", "[", - RowBox[{"hkl", ",", - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<CalciumFluoride\>\"", ",", "hkl"}], "]"}], ",", - "False"}], "]"}]}]}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"time", "<", "0.250"}]}], "VerificationTest", - CellChangeTimes->{{3.787054839659286*^9, 3.787054856066166*^9}, - 3.787060707292324*^9}, - CellLabel->"In[431]:=", - CellID->1526848487,ExpressionUUID->"0bda1d53-a076-4b5f-a72d-a4862027dead"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->1460423006,ExpressionUUID->"277d7e0d-83f5-4573-a921-3d70281700f7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->684592762,ExpressionUUID->"b232b0a6-0185-4fb5-9055-82900075a73a"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->840250129,ExpressionUUID->"2ea3a768-e9a6-45a3-aecb-f8c143561a75"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<mmm\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787054935264762*^9, 3.787054945024746*^9}}, - CellLabel->"In[432]:=", - CellID->308626878,ExpressionUUID->"f3290605-2c24-4c34-bd6e-2e90f01f6a31"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->918931041,ExpressionUUID->"593d477e-ac09-40eb-8d3e-b7ee9b206976"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidSpaceGroup"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.78705495120798*^9, 3.787054951834012*^9}}, - CellID->670597747,ExpressionUUID->"8e975d60-e397-4c85-a49a-a1edaa924fa1"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1880653955,ExpressionUUID->"af8d8cc1-0eeb-4076-a494-662ffe10df6f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<222\>\"", ",", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}], "]"}], - " "}]], "VerificationTest", - CellChangeTimes->{{3.7870549785677967`*^9, 3.7870549792082567`*^9}}, - CellLabel->"In[433]:=", - CellID->332482973,ExpressionUUID->"8a921ad2-6b68-4c63-903e-3b07b4e6a7c6"], - -Cell[BoxData["True"], "ExpectedOutput", - CellID->288877717,ExpressionUUID->"c04963d1-1903-4584-b535-a22c051efc3b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1486705139,ExpressionUUID->"4cd9dddb-ae5b-473c-9946-d7e7693791ae"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", - RowBox[{"{", - RowBox[{"5", ",", "6"}], "}"}]}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787054935264762*^9, 3.787054945024746*^9}, { - 3.7870549968161087`*^9, 3.787054998207131*^9}}, - CellLabel->"In[434]:=", - CellID->1799999112,ExpressionUUID->"f88b80a6-f7d0-4949-bf5e-5bbd246ae90f"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->982940095,ExpressionUUID->"c838e788-d53b-41a9-a16b-79ab25590a29"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "InvalidTuple"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.78705495120798*^9, 3.787054951834012*^9}, - 3.787055001608303*^9}, - CellID->1829963941,ExpressionUUID->"02d706ab-809b-461a-a35b-3899e27923bd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1081038328,ExpressionUUID->"a4d5e98d-08da-4a34-8830-3e121cf6a35f"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`SystematicAbsentQ", "[", - RowBox[{"\"\<Silicon\>\"", ",", - RowBox[{"{", - RowBox[{"1.", ",", "1.", ",", "1."}], "}"}]}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787054935264762*^9, 3.787054945024746*^9}, - 3.787055010983972*^9}, - CellLabel->"In[435]:=", - CellID->525269722,ExpressionUUID->"77d9095f-ce54-48fd-ae28-1c27f967fe73"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->2050428484,ExpressionUUID->"1b400c3c-881f-4c56-a889-555641e0a571"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`InputCheck", "::", "IntegerExpected"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.78705495120798*^9, 3.787054951834012*^9}, - 3.787055014927679*^9}, - CellID->881447179,ExpressionUUID->"c3462a0e-7ce9-4ddf-9a8d-d73903b2f68a"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1299525076,ExpressionUUID->"8b86cca1-cb84-4148-9c00-0dc8e88482ba"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["ToStandardSetting", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.787055030487278*^9, 3.787055033158531*^9}}, - CellID->1292749794,ExpressionUUID->"84e7819c-6361-4964-b3d0-46133a993eee"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->1153731059,ExpressionUUID->"79d80f1f-f5e9-4997-a8da-a31097cdc688"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<4/m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", "2"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705504365427*^9, 3.787055044327141*^9}}, - CellLabel->"In[436]:=", - CellID->1910131516,ExpressionUUID->"fa2e2931-fe8e-4bee-baff-046c7ddf1d04"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "2"}], "}"}]], "ExpectedOutput", - CellID->847350409,ExpressionUUID->"2d98fbc7-9f82-4626-9c75-1b40816cf95c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1209262342,ExpressionUUID->"3a03bd9f-25d5-4520-92c9-63c2325eee40"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<\!\(\*OverscriptBox[\(1\), \(_\)]\)\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "1"}], ",", "0", ",", - RowBox[{"-", "2"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705504365427*^9, 3.7870550522628927`*^9}}, - CellLabel->"In[437]:=", - CellID->672328760,ExpressionUUID->"6e6b4bb6-072d-418e-908e-4867ee239066"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "2"}], "}"}]], "ExpectedOutput", - CellID->1918002453,ExpressionUUID->"f6222898-002a-4964-b66a-f72820031c3d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->286946786,ExpressionUUID->"0d6f433d-9017-40dc-a622-ce737ccf24c9"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<6/mmm\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "7"}], ",", "5", ",", - RowBox[{"-", "3"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870550688455667`*^9, 3.78705506949437*^9}}, - CellLabel->"In[438]:=", - CellID->764818845,ExpressionUUID->"401dea31-0f34-49d0-9e38-ad58c53b6e12"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"2", ",", "5", ",", "3"}], "}"}]], "ExpectedOutput", - CellID->1620700620,ExpressionUUID->"baf69250-dc20-4ac0-b9bb-6d38870d81df"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1613844787,ExpressionUUID->"8db43021-50a2-4b0e-b35b-e4ef1a5e6202"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "7"}], ",", "5", ",", - RowBox[{"-", "3"}]}], "}"}]}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870550773329678`*^9, 3.787055077966218*^9}}, - CellLabel->"In[439]:=", - CellID->151862212,ExpressionUUID->"3125861a-1c06-41d9-bb7f-09298f84b0a1"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"3", ",", "5", ",", "7"}], "}"}]], "ExpectedOutput", - CellID->1137624448,ExpressionUUID->"451d4ec0-5006-4f4b-89db-b1211b8760fc"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1170873499,ExpressionUUID->"c43795a0-b301-4519-8699-50d24d63f252"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<m\!\(\*OverscriptBox[\(3\), \(_\)]\)m\>\"", ",", - RowBox[{"{", - RowBox[{ - RowBox[{"-", "3"}], ",", "0", ",", "2"}], "}"}]}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870550857571087`*^9, 3.787055086462061*^9}}, - CellLabel->"In[440]:=", - CellID->1719215443,ExpressionUUID->"645c6e8e-0ac5-4e41-aa2b-cf14eb990f89"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"0", ",", "2", ",", "3"}], "}"}]], "ExpectedOutput", - CellID->461480116,ExpressionUUID->"50affafe-34c3-4e92-a74f-4586679d28de"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1478240232,ExpressionUUID->"c6584eec-2738-4af7-8da4-b5db2fa788e6"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", "\"\<P 6/m m m\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.78705509514088*^9, 3.787055095741955*^9}}, - CellLabel->"In[441]:=", - CellID->2073945954,ExpressionUUID->"b4062b15-a948-4afc-b576-e42b15e75985"], - -Cell[BoxData["\"\<P6/mmm\>\""], "ExpectedOutput", - CellID->1002574421,ExpressionUUID->"85ce0f1e-dcc2-4ddd-a99b-a8d1d2da371c"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->545267081,ExpressionUUID->"73828ffd-c8b9-4751-b937-41b9f4cb0296"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", "\"\<F 2/d 2/d 2/d\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055104396597*^9, 3.787055105029636*^9}}, - CellLabel->"In[442]:=", - CellID->973720311,ExpressionUUID->"4efa4a84-c131-4ab9-b6ae-661727c47101"], - -Cell[BoxData["\"\<Fddd\>\""], "ExpectedOutput", - CellID->1491876837,ExpressionUUID->"e0b4c58e-de7f-4bc3-8450-92e111f8745b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->991108618,ExpressionUUID->"094b335e-be01-4a50-85cb-8a209be4fabb"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", "\"\<C 2/m 1 1\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055112836439*^9, 3.7870551134856567`*^9}}, - CellLabel->"In[443]:=", - CellID->1834568706,ExpressionUUID->"0cb1173d-d9a3-4d10-9789-453a36a7ee1e"], - -Cell[BoxData["\"\<C 2/m 1 1\>\""], "ExpectedOutput", - CellID->26038116,ExpressionUUID->"98741254-0443-410c-955b-b88c2158204d"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1679376594,ExpressionUUID->"b9b0c942-06e5-4b0f-841b-2b1fc50b5db0"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", "\"\<C 1 2/m 1\>\"", - "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055123876379*^9, 3.787055124653211*^9}}, - CellLabel->"In[444]:=", - CellID->1181281855,ExpressionUUID->"25945366-7d48-4fbd-8f85-f423f3d5025d"], - -Cell[BoxData["\"\<C 1 2/m 1\>\""], "ExpectedOutput", - CellID->317820470,ExpressionUUID->"db3a3259-60a4-41e3-9034-2b674b229b40"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->904842837,ExpressionUUID->"76470c6e-3c54-4bf2-b5ce-fa5fd88d4f75"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<F d -3 m\>\"", ",", "2"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055131708116*^9, 3.787055132396995*^9}}, - CellLabel->"In[445]:=", - CellID->1608383613,ExpressionUUID->"3bca5386-3667-4f3a-ab56-47aff6f60869"], - -Cell[BoxData["\"\<Fd\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m:2\>\""], \ -"ExpectedOutput", - CellID->1726718902,ExpressionUUID->"26a77ec8-eed2-4f7e-9691-709773e35b14"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1361857052,ExpressionUUID->"e34ce8d5-fd44-4e20-86a0-36e35169406e"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<R -3 c\>\"", ",", "\"\<r\>\""}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055140171782*^9, 3.787055141244753*^9}}, - CellLabel->"In[446]:=", - CellID->1740916757,ExpressionUUID->"0af02cfb-79e6-4274-b608-993004e96f7f"], - -Cell[BoxData["\"\<R\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)c:r\>\""], \ -"ExpectedOutput", - CellID->123244524,ExpressionUUID->"b94d92b1-873f-4bf3-9a10-c33843ae042b"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->850763238,ExpressionUUID->"b9bb3e7d-9d86-4568-8b25-3b89e500a9fa"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->43049347,ExpressionUUID->"45d812a1-aa03-4529-ad9f-4a4805dc8681"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`ToStandardSetting", "[", - RowBox[{"\"\<F d -3 m\>\"", ",", "3"}], "]"}], ",", "$Aborted"}], - "]"}]], "VerificationTest", - CellChangeTimes->{{3.7870551604118643`*^9, 3.7870551723236713`*^9}}, - CellLabel->"In[447]:=", - CellID->1943384574,ExpressionUUID->"80fc4321-c585-4b49-8fdf-24a9240ae6a2"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->1385747995,ExpressionUUID->"a06e4a28-ea1e-4ed9-89ab-f8cea0eb8452"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`ToStandardSetting", "::", "ext"}], "}"}]], "ExpectedMessage",\ - - CellChangeTimes->{{3.787055177835641*^9, 3.787055178325268*^9}}, - CellID->1636869786,ExpressionUUID->"1d5d7da0-06c6-4782-9241-9dc47ae9cc56"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->831619340,ExpressionUUID->"4d52f9be-1cf7-459c-a637-6eaed52b8a9e"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["UnitCellTransformation", "Subchapter", - CellChangeTimes->{{3.7455639451776543`*^9, 3.745563949860154*^9}, { - 3.745567276869268*^9, 3.745567277062462*^9}, {3.7455932812714787`*^9, - 3.7455932831991997`*^9}, {3.7870551883635406`*^9, 3.7870551930088043`*^9}}, - CellID->1158524046,ExpressionUUID->"2bbea92c-699e-4950-99ac-0451c28381da"], - -Cell[CellGroupData[{ - -Cell["Basic Examples", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9}, - CellID->79413773,ExpressionUUID->"fefe5520-d607-4fb1-a0f9-0f5fd18f9cbb"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"cif", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "@", "cif"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"\"\<Ferrocene\>\"", ",", - RowBox[{"\"\<UniqueAxis\>\"", "\[Rule]", "\"\<a\>\""}], ",", - RowBox[{"\"\<CellChoice\>\"", "\[Rule]", "2"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"result1", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Ferrocene\>\"", ",", "\"\<LatticeParameters\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{ - "\"\<Ferrocene\>\"", ",", - "\"\<\!\(\*SubscriptBox[\(P2\), \(1\)]\)/c\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"result2", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<Ferrocene\>\"", ",", "\"\<LatticeParameters\>\""}], "]"}]}], - ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"result1", ",", "result2"}], "}"}]}], "VerificationTest", - CellChangeTimes->{{3.787055202187628*^9, 3.787055328983818*^9}, { - 3.787480153628564*^9, 3.787480203211467*^9}}, - CellLabel->"In[448]:=", - CellID->841773708,ExpressionUUID->"6b48c952-98b7-4a11-bcf5-1ea46aeb434a"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "7.612`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "9.041`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "5.9285`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"93.156`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "9.041`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "7.612`", "\"\[CapitalARing]\"", "\[ARing]ngstr\[ODoubleDot]ms", - "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "10.534940555671229`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"145.81319317157215`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}]}], - "}"}]], "ExpectedOutput", - CellChangeTimes->{{3.7870552986028337`*^9, 3.7870553340021067`*^9}}, - CellID->68443920,ExpressionUUID->"4b3de599-942d-4e5d-a04c-4594b83855f7"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1202672704,ExpressionUUID->"372f10d4-efb1-46ea-9247-0e5b2432ab4a"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Scope", "Section", - CellChangeTimes->{{3.74556507265516*^9, 3.745565075652216*^9}, - 3.745566497179695*^9, {3.774202989351954*^9, 3.774202990015049*^9}}, - CellID->1030120940,ExpressionUUID->"ed8723a6-72d3-45c6-a124-4a6884110c06"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"cif", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<ThioureaFerrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "@", "cif"}], ";"}], - "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"\"\<ThioureaFerrocene\>\"", ",", - RowBox[{"\"\<MultipleCell\>\"", "\[Rule]", "\"\<R\>\""}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{"result1", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<ThioureaFerrocene\>\"", ",", "\"\<LatticeParameters\>\""}], - "]"}]}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - "MaXrd`UnitCellTransformation", "[", "\"\<ThioureaFerrocene\>\"", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"result2", "=", - RowBox[{"MaXrd`$CrystalData", "[", - RowBox[{"\"\<ThioureaFerrocene\>\"", ",", "\"\<LatticeParameters\>\""}], - "]"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"result1", ",", "result2"}], "}"}]}], "VerificationTest", - CellChangeTimes->{{3.78747617399599*^9, 3.787476359137733*^9}, { - 3.787480329497901*^9, 3.787480331488448*^9}}, - CellLabel->"In[449]:=", - CellID->1908869099,ExpressionUUID->"6d8723de-5873-4f89-a65f-cd143d21f73b"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "10.29385785429566`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "10.29385785429566`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "10.29385785429566`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"104.92292908076631`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"104.92292908076631`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"104.92292908076631`", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}], ",", - RowBox[{"\[LeftAssociation]", - RowBox[{ - RowBox[{"\"\<a\>\"", "\[Rule]", - TemplateBox[{ - "16.324899999999996`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<b\>\"", "\[Rule]", - TemplateBox[{ - "16.324899999999996`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<c\>\"", "\[Rule]", - TemplateBox[{ - "12.416300000000005`", "\"\[CapitalARing]\"", - "\[ARing]ngstr\[ODoubleDot]ms", "\"Angstroms\""}, - "Quantity"]}], ",", - RowBox[{"\"\<\[Alpha]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Beta]\>\"", "\[Rule]", - TemplateBox[{"90", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}], ",", - RowBox[{"\"\<\[Gamma]\>\"", "\[Rule]", - TemplateBox[{"120", - RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", - "\"AngularDegrees\""}, - "QuantityPostfix"]}]}], "\[RightAssociation]"}]}], - "}"}]], "ExpectedOutput", - CellChangeTimes->{3.787476249683766*^9, 3.787476297467121*^9}, - CellID->1104744360,ExpressionUUID->"8dd895af-c3cf-48fa-b5cd-6dacc6a85457"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->1204050564,ExpressionUUID->"c1c90d07-abe6-4cd2-b4d2-fdc432617a85"] -}, Closed]], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"crystal", "=", "\"\<Diamond\>\""}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CheckData", "[", "]"}], ":=", - RowBox[{ - RowBox[{ - RowBox[{"MaXrd`$CrystalData", "\[LeftDoubleBracket]", - RowBox[{"crystal", ",", - RowBox[{"Sequence", "@@", "#"}]}], "\[RightDoubleBracket]"}], "&"}], "/@", - RowBox[{"{", "\[IndentingNewLine]", - RowBox[{ - RowBox[{"{", "\"\<SpaceGroup\>\"", "}"}], ",", "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{ - "\"\<AtomData\>\"", ",", "1", ",", "\"\<FractionalCoordinates\>\""}], - "}"}]}], "\[IndentingNewLine]", "}"}]}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"result1", "=", - RowBox[{"CheckData", "[", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{ - RowBox[{"CheckPlot", "[", "]"}], ":=", - RowBox[{"MaXrd`CrystalPlot", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<StructureSize\>\"", "\[Rule]", - RowBox[{"{", - RowBox[{"1", ",", "1", ",", "1"}], "}"}]}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot1", "=", - RowBox[{"CheckPlot", "[", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"crystal", ",", "\"\<Fd-3m\>\""}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"result2", "=", - RowBox[{"CheckData", "[", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"plot2", "=", - RowBox[{"CheckPlot", "[", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"crystal", ",", - RowBox[{"\"\<CellOrigin\>\"", "\[Rule]", "2"}]}], "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"result3", "=", - RowBox[{"CheckData", "[", "]"}]}], ";"}], "\[IndentingNewLine]", - RowBox[{"{", - RowBox[{"result1", ",", "result2", ",", "result3", ",", - RowBox[{"Thumbnail", "@", "plot1"}], ",", - RowBox[{"Thumbnail", "@", "plot2"}]}], "}"}]}], "VerificationTest", - CellChangeTimes->{{3.7870556294020452`*^9, 3.787055671040803*^9}, { - 3.787055735383709*^9, 3.7870557890544853`*^9}, {3.787060717493484*^9, - 3.787060718593966*^9}, {3.787476119797351*^9, 3.787476120830256*^9}, { - 3.7874764528936653`*^9, 3.787476461437091*^9}}, - CellLabel->"In[450]:=", - CellID->529793376,ExpressionUUID->"f7197770-9b79-4c60-b18a-6a8318b1fe95"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"\"\<Fd\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m:2\>\"", ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "8"], ",", - FractionBox["1", "8"], ",", - FractionBox["1", "8"]}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Fd\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m\>\"", ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "0"}], "}"}]}], "}"}], ",", - RowBox[{"{", - RowBox[{"\"\<Fd\\!\\(\\*OverscriptBox[\\(3\\), \\(_\\)]\\)m:2\>\"", ",", - RowBox[{"{", - RowBox[{ - FractionBox["1", "8"], ",", - FractionBox["1", "8"], ",", - FractionBox["1", "8"]}], "}"}]}], "}"}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1:eJztnQuUVVeZ5/etB1VQUEAVUEAVECggUMUjQHjlAYGQN+8kJBASHgkESEJI -yNOQp8bEpO1Eu3XZ7fhqx6xutUeNOr4y6rS9tJNlt86sGXWcmTW9lt3amqit -tnbCfc3/d87+bu063IKqogqq4Hxr7apz9zn33LP3+e/vtb/97am77968t8I5 -d7hWfzbvenDVvffuevjaUfpw/cHD+28/uOe2qw7et+f2Pfcu212pyvf7UuVS -SimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRS -SqnblPElpZT6iioSnyt9XYqzlHpLhp3xKpNUqstcUxGUlFI6HoW8aIXKEyqH -VW5VuUlltcoUVx5nfLfSpfwspc5U6f/XqOxS2a4yzcU4Iry/VWWli/G1119z -qUqbSm2Z+4X8LMXa2UkmyyarPOxi/EDnqiwscz04m6hykcr1KntUdqqsU5ml -MrLMdzIuxdnZQuH7hffc72KdCuL9z1FZ7D+b3l7pyhPfA4M3uhhnyM5rVNpd -eZyF90xxduaQ8Sh4DxjY6jqWs9n/81QuTFxvFPKfcjRWZYnKdSq3uRhr612M -0zFlrk/52eAn4zlJuQfZ+4XOD86dyO6z73Wlu7NGc77KWhfLTHB2rYtx1tzF -PY93v5QGDoXvZ43K3S7Wx6FQvhmG4FWXlznf3d86Hi6Gu1jnB2c7VPap3KCy -zMU4K/edlJ8NPDKs4CNA5u1xHf6CJC+yz8tVrvLHPcVVkkI5V473DXOxnXCl -yi2uA2foffjQurI5U352+sjeIzbcIZXLypwrdz1y8Bp/fLK4SpLNEZnunqQh -KtNVLnGxz2OP/w/OsDm78tUazlKs9R+FutJSlbe52B8FHQ8n9h3su7XduL6v -6Hg4ox6+hb4HH9vvYj0NOQ3+hnVxv4g/ZmKqCEqKvd5R+G7QXxjvNf7ziTBi -38XPsLHM/U4VHc/m5By+jQtcLNeRmztd7ENrE2xGA50YPsf5gUymsqKiIpWl -3SPDDXLvHhfr6Ebd6T+7Bn3nOn88EOYBQ1ugHIGzJcLKFhf7Tvi/SuWckSNH -No0ePXp6Q0PDuY2NjTP0f1xlZefbeHyldCyFvB37HV1qlv/cE1zYPWa6gYWr -JHXyeYW8qa6uzrW2tm645JJLvrFu3bp/u+22235+xx13vHX33XfnDx8+nL3/ -/vt/rrq/37hx43tmzZp15ZAhQ6L2eRmZ8q8OsvdOf6B/IPeGJc51l6xPz3Gx -/7w39zil5LHgqqurK+bOnbttw4YNr918881FYad44MCBojBVPHToUPG+++4r -Pvjgg8VHHnmk+OSTTxbf8Y53FN/5zncWDx48+OqSJUuuD+5nh2czxuyd48e+ -U2VTmXM9IetH/EjbT+I+p4QMU+PGjZso/vTZLVu2FG+44Ybi9u3bC7feemth -3759BeGmID5VEKYKb3vb2wqPPfZY4fHHH88LWzkK2Hr++eeLW7du/fCwYcMW -6XbjJReHnuamnS4K5R5zLth7s/3nkxln9r0JKjf74wGJK8NUU1PTiiuvvPKf -xKeKmzZtyt144435nTt3Fvfu3RvxK8m/iFc99NBDxSNHjhSFqRK/evrppyl5 -Hefe/e53c+3vRo0a9YBuu0P33+Y65gPOBr4VvmfsoQOuw3fYFz5MiDm+HYm6 -AUOGqTFjxiy79NJL/1W4KkqXyl577bXFbdu2FQ1XJgOlUxUffvjhEq6eeuqp -CFPwqmeffTYq+nwUbOna74n/NYhn3aPfebf/yTNdr7f2jXNx3N0VwbmT4ite -b61Sf1LGqtzmjymVnD+Z+/cV+efIiK9MuPDCC38iXBWFq9z69euL1113XVlc -JfkVuDL9Cky9613vioqwlXvxxReRpa/qNw7ot7b6nx0Qbe8HCuUesQJgao7/ -3Ot5M+8zrOri+zeVub7idPt8eIaqqqrM/PnzP71ixYri6tWrs55fHYMrk4PS -ryKdXfpVUfpV8Yknnii+/e1vj3D1zDPPlHBF0ecc/E33/YR+7lKvx5+JuArb -RBzAHSr1/nOv+bPJEn+M7jtr6dKlN0r/fceaNWs+dNlll31H7+t9KkfOP//8 -zdJjJnd6KFFvf/tkn3nixIlrL7jggqL4VU7vv3jFFVcU165dW0QOSv8u7tix -I7IH9+/fX7zrrruK9957b/GBBx6IZOGjjz5almcZ3wJnzz33XJZr6uvrLw5/ -9wwia0+ji/2c64NzvXqv4TzGyJEj6xYvXnxAY/1vZT/9gXdgYxt73N4BRe/k -17fccssXxSfWmS1+GvobOGfa29u/tmzZsgK40jgoagwUr7nmmuLmzZsjexA/ -g9pTvP3224t33nln8Z577inJQtoV8iyvu0c2IZiiqD4njBV0z0O09Qzymyb9 -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 -qqqq4cLsD8k/JmzlkIm214ztIxDmXLM4T9uzwfKtWT5SyxtJ4VkpYI9rwAm8 -ytbfGz8EV+G8EXikHtyajpb07Xc1Z0S9rslhJ+p3iA2sl+5JbDO6Bmtt8H+y -DirsC+K8pgX9MsjJ5gQfWefcEj9eotzAkfyaMWPG9eIRv/R+HfY1zWr8F5Lx -dUGu/oJKXp+zjz7yaPHIk0eKuw/sfq1lTEu0fjcpU41nsV6Vtct+nX2xK2yZ -vmX5sEyfBw/hng1gwwp18Ciugydxj1CHS84bcT08jt/jXpZzudx8ZDInjeWl -we/ANXq+D/r8IdZkeDZxxuT/JTe75Xvc6eKch1G39NPLPoVkuLp8hXOPkx9U -fVAV+VCmT59+J+MY2aP+zlkssM2jlJufs772fu7CY0ceO6pSPHTvof81ceJE -2zsoybNYO1gjnvV9n8MhZ7n1LZ9fmHMNHKAThfnWwBfYt/0awAfF1kiAJ64D -P2AqzONmvjKbNzK/qO0NaHaA+faT8fTl9urBZ8p1wuer1dXVlgM4Kd+wiYl9 -g4897Hqxx8fAJYvl29ru3Kc3Zvwy+8mTJ6/17y6vd5JnDCNX0IvRpyy+3HTZ -UOcI99mijx97/LEs70Fy6u9qamqGlskLGz1DXV3dAslC8vtFe84k+Zbp8uFe -RjwjWAH/tleD5YK0HH7Uc57ruIftqYI/I5kzxOwCZCm/Ba5sTXQ4153EVjhn -5OMHC/A26Xs/F67Mh26GUhJj5I9ZEfbF4CfzK1zRnMm8l3GTqa9vnLxq1ao3 -9M7YnyVve5qiE3eVW7Gr/ZdNLqifj8LXgj0ny8rDMWPG3OjzVJMDJG97Gdle -FZZHhnee3LPB8vUlC7yI8/irwJTZnOFegSYLzQdLe9HBkKO2L+CJ5o1s7yc/ -X8Q+iPTZbyxu3nXmRdZ+ckcO8hjR41HFsEzmr/ZnMo1u3ry2ly67LJI1WfoZ -uRDKwDB3dYir4+yRG8lE9XVO38uJF0brmMrElhi2bvW6VknfCvf3C/Fl+2UZ -xmytMzixQh3nDVfJPVVsfwLzN1g8IbwM/Srp2zfbN9ynx+aKgvmiKN+R+N4v -xa9sX6skrmgvcYNjXd/mDxkwJKkkPf21Gxsa5ixfsWJp9tJL15T2YDZcWaxS -T3BlPAsZgS7Pd4TVTx0nL2xkL0iPv1b63c/gXWYntre3FyyXZJBbP7lvQ4F9 -G/x6m0h/AoPgB+yAK3Bqe6qYP8P0d4vPQVejHn3f/BcnmjeyXEd+npo4CGyA -/ytcWVBg0mdFzOrqRN0ZRLFMymRe2tDWtuYzwpXG+GU5+pixG67fM1yFdndX -/pwkrrAV2cdNusrvxZOmxr9Zdt4/wlttbe2USZMm/YVwlff+rWjfW2ErK1zk -hIuccJGTPMuxx5OwkzOMwcvAjOHQ9mrlGF4Y7qli50zPMl2NeuxM81/YfHe5 -eSPLdcSxjw/M0le6z+cr4rQF1k7DFrlID7ryey6cIRQncqmo2LZ9wYJtb118 -8aK8+FXBcBXKwTAOONzX+3j+nABXjOccfa93jp19vPmzUv3w4cMXtLS0fED8 -6/UwZxayzHiO6eHCwls6/4qu+43Xzwqm+8OzuNb2RArztnHOfBnoY+ha1Nt8 -t8VSnGivHtunR9dkuUbPdCTu21L+W8MX+bib/fEZJ/9ishiG/Ze3tx/S2J1f -WL067l/0q+QavtA26q4/x2I18Z3C66TvvMAvniDfcCe7Sfrv6Pr6+nVNTU0P -TZky5T9MnTr1M9LvPy+8fWLatGnvHDt27M0jRoyYjak5bty4Iz7P91HLaWr7 -hnjZGuXKSvrJbE6SQr3taerzQ5TmjcK9emyfHpsrYvwJg+S5KWg8RLqk58vW -FvbjWx+08QylSj9Xs/bymTOPSBeeI93k0tLe3qGfPYwDPpE/J/BjlWI1ibfk -u8SQ+3xX3ZEBPZUVFZWVlVXC3bfgTewNGGILXkVO03BvEfhe6HdAz6c+yBFR -8u0n9+qxPXpsnx6dI58E8vS71XFytkyQrx0d/ZBvzxmMqY7cYfX10/e0te2V -vjovu2JFPG6T87GWu9ri6ZL+nDAOONx72WI1xefIBYOfKJkPr5uPGslNyyEU -+hsrgxiK6H2xn6n42D96bHWyK8M835YrN4zRAV9gDnkYznlbbptwv2/6xfY7 -xH7ctm1blvPC7Rb/0CGGsP9svuaswFVDQ+P+88+PfNFZ7Hd0jXB+I8xdbfPN -yRjzME9QuO+yxWoSK+5j5r7OXLbrP90iemc1NTVTyTPpZSL7HzH/GPlcLce3 -7dljef/Q/ZGL1OH3otheUPAu8GX7Qdl+PcEePVnOi+d9TeOmMiH/yKG1MXy+ -M5kMV6NHj97g9y/LL1u2PJIF5XJXh2v5wjhg8xeGcZoWuwT2kH/sM8l3xQs/ -XRmL336zhcwmwM6fOHHie/BXBPvGs/dkzu9xmgdbxrfQ18EYdbYPgc0dhb59 -8+lb/J/qcvTV+vXr/19DQ8Mk/wwm/1izQ64HmPQZjynIbH3pxMvMztJ4LWB7 -40sMY7/D/ZeTNrfZ25bDmmKxmn7fZXTaLN+V/vyo/+3+zqlReodq3xLp0R8T -j/pnw5DtdcE+lIYtbESfazmSh+F+PV359mXjRDnZVH43YcKEFUG/2u/vdLFv -vdMzneEUySKN68ZZs2a/7v06ndbGWByJzfeH8XRmc1v+6mScJvXe9o7sJL4/ -adKkaD+FHuyZdbLtC+3KxlGjRq3X+3+yubn5Jen33/N79hTgYX4fgmhflXCO -2vayw2a0vVRYB8aezOiiwtwvZKsapqqC3yTP7SBfH987Mp7V0jLppblzo70X -oz10bT2fyUPDVhhnjh1k+LK5NCuJOE1ypJF/6BfDhw8vl3O/v6msXUmOImHs -efyvtqeKsJY755xz8sTcU1grxDo0vy47T85I9U3e+Jh0h5eF1VbfpnAfQWIW -7nJx7qGuYpHPWLK+GDly5Ma2tpnF9jnt9GnJPgrjdS2mztYFmz86jNe0EuYa -lm6bA5PC6/PBb56m5nbKuRyR5OQl7Jso2fgWew0IW6X9CmyfRPxfNjeJfBTe -fkB+CcsRHrQplH/zE3VnEfkImcyslknjb/z3tplTinPmzivY/swhtiwmy2JK -LB7YbG5kZJn9cQvkdJRu+xtht9l1+HQGAnWSk8LXfPGePxMP+wdh7Kft7e2/ -F7beFMb+XTrZ65KT3xXunh8/fvx64sb81yqC9hhPmus69qc8Q+dqTkQVmbg3 -Vo+qmPTV9087v+HNtlb80XMK4ToGiwcPYzbBV7hHLnyMwrHFaAqHR7lWejE+ -wd7un9zfxDPZutDlesbFwk2daNKIESNmqEzT5xEVFZ3XLJXhu9wHvLFXNHLw -jIxV6DZV0vaGqmlrH/jTmTvqPzN+Ylt25uyZR/H3mD8afctiTmyf3GRMndnd -3vbGnjzKNZIhH+dnTqP86w6ZD5M1V+d1dZGtm3TH4sXadpPKUru8rx9yMJEt -8tqSqV75jUzlrnuamr5/brz/FutkcjaPZntNWs5XbCHbu9Tb2lHRZ3Kk5agX -v/t0bW0tuQt6m3PlVJHhgvUOs50r7VtdEfiiunp+48HkR9uTqDvLKe4yGS8s -IJkxY8KEF6f7fd2kZ7AXTR4fhMUFW9xTEFtXUMmr5Gw/U+kkH5FtX93pBwYu -GQ5Yz+D3Dur2M/NdJhFYD1Hvznb5l6AK58dllNI94/D1tLa2vmbx5n7Ne056 -V27J4sW5C5YuLVy4fHmevGi2LzM4k9z7UXNzs1+fHy+/P53t6iYZrojjOccf -d+e57XvM0yxP1KXkyRtIJX+P9NUMseeyvb9JbNM8b3vPk07fKt7Vhu0t/rV8 -6dI/LFyw4NstLS17q6ur6/ztBpPfpjd51MMcC7aHToqpE1NJz/a5NqeOHj16 -7dQJEx58oLHxPz3X3PzDmyZPft/I8eOvc8OHT7ClYxk34HX0cmQYYQ3JmERd -V2TjD//nOJfKv56Q5RXoNA5xmt/p3LSPif9TLnVu/gjnhtl2vxVxgprB1Mf2 -rKxLHp6oK0fWH6yDvyJRl1LPiEUPkb/axSXSw1ZnMs0PZzIbPy9bSFhbv6Bj -T9GIquJFZYMFY8izoSe4xtqCvNzvOsZeSidJviMrKoIxOlEQkpG+5K8lS55z -7pbtzp1XG+wrW5G4fgASzSIn44liLawNyL8zIC/owCT8X5WJ8TpP/f1e5679 -c/GwZyUrpsXrUEpU5Uob9Qwkwiey3x+fyFdFbuxrEnUp9QMZD3PhnJv41QHn -LvyCeNinnNt1lXOLaoJ3Vjmw8IUdu9cfHy8XGjo6fK1c7oWU+pEyCR5GsMjF -0vM/6ty6r0vlf0j/Z3XYXSVMniY9zH6TnC+7E3UhWXvQ7Scf57qUTgFVJvxY -Y8UXjkgP+6pzBz4uPia8tbkAg6eBh9lvkS/I9u5O8qEwVv3qLq5J6RST97dm -knr7BuemvujczV8UD7vDuTXj4/zA9p1M1fESn/bt40HwINvP8pg8cC6OVWet -8hCXYmrAUWBLliDT6tyw+4Wrl6U3v9+5rSs65ugi6mc93+5L3OcWfxzixngp -utfsxHdSGoBU6XmSfeZgnd6d7Mgd0vX37XLuombn6oPzmcq+52F2OzCzOXiU -8P/5Kjcm6lIa4MSLrUq8rxmSifdKl3lFPOxPnNu4JsHDKuPkcH0BMftd9j7a -ENSZ/MP/jvwb6lJMDVqq9DzJPpP0/TbnFr7k3PbPObfzHudW1nf2iXe6vhcU -rp8xn1Q4d4UuP8d+6yR+J6UBQJmEjISWODf+Cecu+5qg9gHpQgula4cO2V76 -Kuw3WKt1qT+2uLF216HLp3M1ZxCZjAxtSRmNVdeJh3xGPOyzzu3Z4dzyocF+ -7hlve3YTYHbfS1RW+mMwBE+80/9PYxXOYKooI/PaBLMXnbtCduSBdzm36dzE -vHc3/GF2P/Z9uCCoZ03pWbxW6+wj76sgoqL0vnEu7ZXu/UfSwf7Sud3rpS81 -BnPIISZ9HE/S5mNvM1vzMMt17LOVYuospGBeskTLnRsnW3LtF8TD7nNuncAy -odx3K1gb0TmWeE5cHeWqGu1S+XfWU7nYnTHiV+JbCz8pPf8jzt28WzxsrPQl -4e3W9R0+zmqv67NmAvzBty7051JelVKJyulh1zg38d3OXftXzl3/lnM/KDr3 -xgHnLg8SgOITJVf/7o6qlFI6lmwdSKiH/YP0JmGqaOVvnPvouNiWvFHXPeNS -+ZdSD6gy1tUr75JO/rhzVz/h3B3/w7nn33DuFWHtmZXOsS77cg/AlFel1Gsy -piQ9bNjMeB7HDaJY/JQGEEmfylSLb1XHPogwD1pKKfUZZTpKiq+UUkoppZRS -SimllFJKKaWUUkoppZRSSimlM5j+P+jHbOA= - "], {{0, 150}, {150, 0}}, {0, 255}, - - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}], ",", - GraphicsBox[ - TagBox[RasterBox[CompressedData[" -1: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 -kDC0cWoQ7Lgg9zxRqIbPfbahoWEW5iPle2VnOBfhHOWoWrBwj++IHmf5fE3q -WfhcBt/xLeDlCvCRT2Kun4Jc/Q3w+kvIlSfwW3cBT+f6fPzhwF2H72VW39zc -/C7fC8np+Yz5UC6Kt9kh34T2u5DPy/ZJUYyR16OephryoRJX1hdh91bxPTUz -4POuZ19E77ZBRoozjxsfBI+t8ccK4codh95ztZcl3OPY4Ul9N/Kxv1AvZlvD -V8gXZPM1+R4/x7/TvgDKR7B90qg7Yz6/AcycZ88VfKEOfOvnPq8nhfl0OhnP -U/6JqL6TyhEM98sNxwOIIQ71MuVnKO+tD9X6IpgnyEfcN9sHaRCTcHVKcxB8 -aZ22Voj6pPKMgKs7vJ6Soo7F+VDtKnVg9WKOqjGUvW5tQlvLZ/I1ncyErMls -3rw5he9g/4Q0eB73TGWfrbTf2yet72CPoUQiUay+D5CTF6hXTUtLS5pYko4l -/4T8Xtbfyuuw+0VE5cJqEG+qTbK1udYXwYHXbo8F3J+3+Hs57DWZ3teN8ttT -VgXBF7f0PtabhKu2trYHfF1rkutbvYLUy039J5VjFa47ttiy/XKVs+n7UTlb -i39Dnkdcqvd8uLbU7+njeiFBdr0f2CqSns+9fokhyEX272fdd4ayjz4I+SY8 -T8v7VMP+etvTNJwLS8yRr1EW2jwf7burXq3cr4fXDPzd52/nIOdXuRBfrr3v -u3YEwehhhdryCFetra33+JrCFPVd6yeiTOxrL21776PyNSXb1C9XuSqH6xOK -R/onXN4KsLCH50n/BPVj6IMbgKtnuS+E74PNuu8UMJYCttygL18yMcqnKp9X -VB4seZVsRrs3qnK6fI5gkusJesJd9l4OZgJLTkDyYZF/altR0TmNvl6nxNee -FB/6XD4WuMbXTLv9aOXfpnyhvS5ZqNoY298svLdNeF9am6tJucn5og5j/V+2 -f1tor1Rii/3R/gh9aoLvAe74FvSt9bAdPw0b8Y9WpyLvUh8Ljy3iLaO1Inwp -11r5XxpcP+p/WKhvKx8pw3k9+D310hm0vgaPmcQhufeZpUEwuzH6o0X5PdvL -KsrG4/7Trs9wbmRniWfx3otnqU5U9pRsdeXU2ZzNqH650pHDe/tE4Up18ORj -wLXr5+h9qpzDlRjN9E80NjbuhI74XvCvr3Z1dT0BDH4G4xvEl2LYXl6q10BG -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 -0O39bHuw29y7cM1J1L68u/bsSW+C7LxwxYrvV5WXVxR72+BVpGJ/3iOampr2 -w3b/EfUt6f2Ui+S9ePwj8PZ52LrrlC4essFs/+u19rv7ul+g1iDHqw73+aFM -7r5AP34U88L9S1K2B5XNYyG2Cu3Nqx7sV7K/wqZNybvwt/Pnzv2AfqQolxRf -sCnbEVAeH8xVqqqqOhM8bD33wYCduQ3ybglshk77BwV0PBI/d4m9HwVIspO+ -rlHBIPU9vRok/xX3ylFvPZsjJWypZ6L6Q0X17+GxbcDetnXrUgfmzk0/2tj4 -0ANBsPSEnH6bJwAiMaDmIX2cfnB4X2ZRH3a9jrFu2teEFMSVjnMv6rin8eHJ -3VvYX03Qg5+ljUUdXn2yhS3bf8z28An3YKd/6JK1a7NzFi36l7pEogrG+9Qv -wNb6uyDYvCwIzmzMJTTnf/tV4mFFJg6skeiHTqefnhjk9v4mReFU30MdfUvo -WEyFyd1L8KydPr+7h3E79YlSrxXt4xDuwc7h9+PlPm/sE5Nqa2mZ477Z61Uz -oBtfGwSLPxsEW/cGweqzgmB8ovcJFCde47kS9jCmYKz0PrZCuGLeAn3qw4NY -/vWX3P3kbR0zZszf+1h8j2x3WzOnPXpt3Qkfgbn0smXLuCcSfUv06VBZZ/Jj -rzlowHPwrUkfhdz5XBBcAeV3PpSbGnsiJbkGEH+RefM57drjTcT9RbQPxLBQ -3r5wRn420D1SY/JxhkQiUQ1sPeb5Vpq1D8zftntAMyan2hOMDGRlkvKSA393 -p7f9eq37Yi/z7LGuIKi7Jwi6Hw2CK98WBOsW5fZqt39TXPzq6fpFIVuQ+Xg1 -9K/V1tauhZ6/Dfy6IfQHquGbEhxe/4qpMOUAkUgMg131kHr9+Dxu4os5REkT -D06r/mT27NnPtLW1OVu9L73GB8mIlUP9bTEgNCe8HzbZ34OHXRMEyzocaztE -iRzGjghi9nyAoXqslSvBfx+FTP/pli1bnl+yZAlzy/8MW/eX4L9PTJ8+/dqG -hgb5O9nHmH1By4MYU0dD+bmDnX5me3v7B8G3nlXuo/ZvUEwYr3/R1dV1b0VF -hXqU9ztG75WZXnPVCjYCITrrn4Jg28eg7y+GTl1jzql4gP4KYQp2ScWpp566 -C/j5ueo0aH/QjpXeqH5CjCfs2bPnefDig+Xl5cx77/D+r1inOjqye7owNsw6 -gSXgYfuBswcgJ+8Fb9qBY92M5eX/6CjyPqLk5NlB0P630Gv+MQh2XAX7fuqh -/bYdHY6HCVP19fVtWANfUx4q7Fr2eOP+8qzZy9DehQ3i9ozYv38/c3yS6te4 -adOmn7S0tIy33xfT0VG4FqWPz71qeR9Fh/CV/74m2GKrYVJ+IgjW3w17cn0Q -vAEAqzR/Q12/2Or6wgDkXhv0wh/5WDRrFDJ2z3DmjyovVjFO33OSOEvyOfjX -s/PmzaMvYgj0eXlNydYJWP/QXzSPKIqHnRYEIx8MgoWfD4Kd0PkvPufQPkaO -Sg7JyWLw0jLI7q/5nscurywq/8fmaIR7zrKvg99L6cfQ7Uf6647l4SAgo4fl -MUZn0vYgOBlycvP7oItBJ1swMlT3MGH8+Nt8znyP6vbV09TWhYV7hdi+SL4/ -oNtLCTrZh9z5xPJw0FFRBA+DwVB/IAjO/wfYkm8vKtoEHjauvba2a/rMmS+c -3d2dXrhwYYa4om7OPGX13IrKgw330jP77iZZzzZhwgTVsg7mHOIhS56H9cIY -jy0pKhr/ySBYsaOt7fOnMV6Qw1WvXrkDwZV6mnLPCPIs8LsPl5SUDPbc9JiC -HA8rsTwM837S5MnfOYv1oMCV9rMM40r9tqLkYERPU9bfsg/ziyNHjuxwvxvL -w6FCFE5FVWVlndOmTn3R9wTNMPddfYxtDqzN24/qw2xrQnyvXNaw0Y/n8tlj -WTg0SLJpxIgR3b6fY1r786rOkPFx9aIK98sttB+BakL8fqiZ7u7uffydwd8D -NCaScNXY2LjC14ul1V9E+/syF8P2cRPPCu9DT2xF9AtJkl+BB7pejTGuhgYZ -XK30/fTSbi/DOb33MtT+vpZn2b2ebF9T9Qsh3tgvhNibPXu22+8txtXQIOGK -Ocm+11aG8Uz1y6XPnb5R1dyHe0+G96HXHjd8zmN4P4nBvelu5u/EuBoypP0u -mk488cTnfB5GJsyzbD2IxZZ6/oX3Clc8mj1A+bmTTz7Z7R0b6+1Diop9fuLj -vgdoSn3cmFetfaPV3yhcD6I+IdS51FeWdSHsE888/q1bt75QW1vLepzYzzC0 -SHUgW9n3YdKkSSnqWnZfAtvX1PbMVR8a1Rtp+L6yKbzPPK3HwA9jTA09cnnP -rMc/4YQTnva5iWnby0E9aKL6ydr9wsnD+Mj6I+5pwXytjo6Ohe5HYn/7kCPT -R34r86mha/VQj7d9TYkt9Z7Uvm/aj157ORNnHBs2bEhSZuJvPudTGWJeNURJ -+Sytra3v9/t2vRze44YyUb0nlTNK2UiMmf2cUzwO/P2qrq6OeYW9ch5jGnLk -5CHzjzs7O79IbLHHEWVi1J70qjUyfSeZR5rka/C137W3t093XxrrVTF5vwN7 -uLW1tX2A9Wu+TwjrjJL0m7IfxezZszPsKTd//vw0eBj3tkuqbzFsyB+3tLQI -U7FOFZMon9sJG/Hirq6ub9t+suG9nSkfycOg3z8H3nZfRUVFvfuSGFMxvZLy -OhH3Hxw+fPhyyLWHIRt/PHny5Oegz78AbD0PjD2N14/D5tsHXSq/p0ks+2Lq -i8I8h3iprKxsqq6uHldTU9NhehSLBnsf0JhePVLdcyG5VuTrQmIeFdORkvYD -0v5KMW+KKaaYYooppphiiimmmGKKKaaYYooppphiGuT0/wEkf3Kh - "], {{0, 150}, { - 150, 0}}, {0, 255}, - ColorFunction->RGBColor], - BoxForm`ImageTag["Byte", ColorSpace -> "RGB", Interleaving -> True], - Selectable->False], - DefaultBaseStyle->"ImageGraphics", - ImageSizeRaw->{150, 150}, - PlotRange->{{0, 150}, {0, 150}}]}], "}"}]], "ExpectedOutput", - CellID->770069970,ExpressionUUID->"e10083db-c922-4906-9d1e-bcca07f4bcbd"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->739423467,ExpressionUUID->"38becc9f-8a76-4a4c-af5f-87c9104deaab"] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Options", "Section", - CellChangeTimes->{{3.745565055245956*^9, 3.74556505589397*^9}}, - CellID->788199145,ExpressionUUID->"d60a7986-18fc-4fdc-a404-abfde5330b90"], - -Cell[CellGroupData[{ - -Cell["\[OpenCurlyDoubleQuote]ReturnP\[CloseCurlyDoubleQuote]", "Subsection", - CellChangeTimes->{{3.774202992959524*^9, 3.774202995182953*^9}, { - 3.787055807350271*^9, 3.787055808389511*^9}}, - CellID->1808025706,ExpressionUUID->"54e0b0b6-f57b-40dc-bef4-ee782f9db54d"], - -Cell[CellGroupData[{ - -Cell[BoxData[{ - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"cif", "=", - RowBox[{"FileNameJoin", "[", - RowBox[{"{", - RowBox[{ - "MaXrd`$MaXrdPath", ",", "\"\<ExampleFiles\>\"", ",", "\"\<CIF\>\"", - ",", "\"\<Ferrocene.cif\>\""}], "}"}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ImportCrystalData", "@", "cif"}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"result", "=", - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"\"\<Ferrocene\>\"", ",", - RowBox[{"\"\<UniqueAxis\>\"", "\[Rule]", "\"\<c\>\""}], ",", - RowBox[{"\"\<ReturnP\>\"", "\[Rule]", "True"}]}], "]"}]}], - ";"}], "\[IndentingNewLine]", - RowBox[{ - RowBox[{"MaXrd`ResetCrystalData", "[", "]"}], - ";"}], "\[IndentingNewLine]", "result"}], "VerificationTest", - CellChangeTimes->{{3.787055816013554*^9, 3.787055853300542*^9}}, - CellLabel->"In[451]:=", - CellID->192418063,ExpressionUUID->"6796853a-b12a-4c58-90dc-ed4aed6883de"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"0", ",", "1", ",", "0"}], "}"}], ",", - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "1"}], "}"}], ",", - RowBox[{"{", - RowBox[{"1", ",", "0", ",", "0"}], "}"}]}], "}"}]], "ExpectedOutput", - CellID->2007496106,ExpressionUUID->"ecc07818-3e00-4091-85c4-2ee4aeec4aad"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->2344680,ExpressionUUID->"bad4c5ca-b1b4-4ed7-9e50-8bf6c505f017"] -}, Closed]] -}, Closed]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Possible Issues", "Section", - CellChangeTimes->{{3.745566564438538*^9, 3.745566566439196*^9}}, - CellID->448371665,ExpressionUUID->"b99d1feb-8044-429e-806a-d68d54b65189"], - -Cell[CellGroupData[{ - -Cell[BoxData[ - RowBox[{"CheckAbort", "[", - RowBox[{ - RowBox[{"MaXrd`UnitCellTransformation", "[", - RowBox[{"\"\<Glycyl-L-alanine\>\"", ",", - RowBox[{"\"\<AxisPermutation\>\"", "\[Rule]", "\"\<-cba\>\""}]}], "]"}], - ",", "$Aborted"}], "]"}]], "VerificationTest", - CellChangeTimes->{{3.787055867292461*^9, 3.787055876772293*^9}}, - CellLabel->"In[452]:=", - CellID->1533935521,ExpressionUUID->"5d9df66d-32b0-42af-902b-29908f1a5174"], - -Cell[BoxData["$Aborted"], "ExpectedOutput", - CellID->313119212,ExpressionUUID->"896bf2ff-bdf3-4e30-b262-ff6b584470e2"], - -Cell[BoxData[ - RowBox[{"{", - RowBox[{"MaXrd`UnitCellTransformation", "::", "one"}], - "}"}]], "ExpectedMessage", - CellChangeTimes->{{3.78705588314849*^9, 3.7870558840219*^9}}, - CellID->794012427,ExpressionUUID->"dc857c56-7482-4dc7-836e-2287168b083e"], - -Cell[BoxData[ - PaneBox[ - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Label"], - ImageSizeCache->{81., {3., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addMessages[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "AddMessages-Tooltip"]], - - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddMessages-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{120., {9., 17.}}], - DynamicModuleValues:>{}], - TagBox[GridBox[{ - { - DynamicModuleBox[{MUnit`Palette`Private`hover$$ = False}, - DynamicWrapperBox[ - TagBox[ - TooltipBox[ - ButtonBox[ - TagBox[GridBox[{ - { - PaneBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitExpressions", "Add"], - ImageSizeCache->{12., {3., 9.}}], - BaselinePosition->(Center -> Scaled[0.5])], - StyleBox[ - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Label"], - ImageSizeCache->{69., {2., 9.}}], "ButtonText", - StripOnInput->False, - FontColor->Dynamic[ - If[MUnit`Palette`Private`hover$$, - RGBColor[0.9059, 0.3451, 0.102], Inherited]]]} - }, - AutoDelete->False, - - GridBoxItemSize->{ - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - - GridBoxSpacings->{ - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], - "Grid"], - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], - - ButtonFunction:> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`addOptions[]], - Evaluator->Automatic, - FrameMargins->{{10, 10}, {0, 0}}, - ImageSize->Automatic, - Method->"Queued"], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]], - TooltipDelay->0.5], - Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AddOptions-Tooltip"]]], "Tooltip"]& ], - MUnit`Palette`Private`hover$$ = CurrentValue["MouseOver"], - ImageSizeCache->{108., {9., 17.}}], - DynamicModuleValues:>{}], - ActionMenuBox[ - ButtonBox["\<\"\"\>", - - Appearance->FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearancesNoLeftBorder"], - ButtonFunction:>{}, - ContentPadding->False, - Evaluator->None, - Method->"Preemptive"], { - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "MemoryConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["MemoryConstraint"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "SameTest-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["SameTest"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TestID-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TestID"]], - - DynamicBox[FEPrivate`FrontEndResource[ - "MUnitStrings", "TimeConstraint-Label"]]:> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`InsertOptionRule["TimeConstraint"]]}, - Appearance->None, - Method->"Queued"]} - }, - AutoDelete->False, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{0}}, "Rows" -> {{Automatic}}}], - "Grid"]} - }, - AutoDelete->False, - GridBoxAlignment->{"Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{2}}}, - GridBoxSpacings->{ - "ColumnsIndexed" -> {2 -> 0.5, 3 -> 2, 4 -> 0.5}, - "Rows" -> {{Automatic}}}], - "Grid"], - Alignment->{Left, Center}, - ImageSize->Full]], "BottomCell", - CellID->752331114,ExpressionUUID->"b41c1e55-7880-4f3d-84b9-534861f9dbb4"] -}, Closed]] -}, Closed]] -}, Closed]] -}, -WindowSize->{720, 791}, -WindowMargins->{{0, Automatic}, {Automatic, 0}}, -DockedCells->Cell[ - BoxData[ - PanelBox[ - PaneBox[ - TagBox[ - GridBox[{{ - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "TestingNotebook-Title"], - ImageSizeCache -> {100., {3., 9.}}], StripOnInput -> False, - FontSize -> 12, FontColor -> GrayLevel[0.4]], "\[SpanFromLeft]", - "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", - "\[SpanFromLeft]"}, { - ButtonBox[ - TagBox[ - TooltipBox[ - PaneSelectorBox[{False -> PaneBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitExpressions", "New"], - ImageSizeCache -> {11., {4., 8.}}], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "New-Label"], - ImageSizeCache -> {26., {0., 9.}}], "ButtonText", - StripOnInput -> False]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}], - True -> PaneBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitExpressions", "New"]], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "New-Label"]], - "ButtonText", StripOnInput -> False, LineColor -> - RGBColor[0.9059, 0.3451, 0.102], FrontFaceColor -> - RGBColor[ - 0.9059, 0.3451, 0.102], $CellContext`BackFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], GraphicsColor -> - RGBColor[0.9059, 0.3451, 0.102], FontColor -> - RGBColor[0.9059, 0.3451, 0.102]]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}]}, - Dynamic[ - CurrentValue["MouseOver"]], FrameMargins -> 0, ImageSize -> - Automatic], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "New-Tooltip"]], - TooltipDelay -> 0.5], Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource["MUnitStrings", "New-Tooltip"]]], - "Tooltip"]& ], Appearance -> - FEPrivate`FrontEndResource["MUnitExpressions", "ButtonAppearances"], - ButtonFunction :> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`PaletteInsertTest[ - InputNotebook[]]], Evaluator -> Automatic, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Queued"], - ButtonBox[ - TagBox[ - TooltipBox[ - PaneSelectorBox[{False -> PaneBox[ - TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ConvertSelection"], - ImageSizeCache -> {14., {4., 8.}}], - ImageMargins -> {{ - Automatic, Automatic}, {-1, Automatic}}], - PaneBox[ - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ConvertSelectiontoTest-Label"], - ImageSizeCache -> {99., {1., 9.}}], "ButtonText", - StripOnInput -> False], - ImageMargins -> {{ - Automatic, Automatic}, {-1, Automatic}}]}}, AutoDelete -> - False, GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}], - True -> PaneBox[ - TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ConvertSelection"]], - ImageMargins -> {{ - Automatic, Automatic}, {-1, Automatic}}], - PaneBox[ - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ConvertSelectiontoTest-Label"]], - "ButtonText", StripOnInput -> False, LineColor -> - RGBColor[0.9059, 0.3451, 0.102], FrontFaceColor -> - RGBColor[ - 0.9059, 0.3451, 0.102], $CellContext`BackFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], GraphicsColor -> - RGBColor[0.9059, 0.3451, 0.102], FontColor -> - RGBColor[0.9059, 0.3451, 0.102]], - ImageMargins -> {{ - Automatic, Automatic}, {-1, Automatic}}]}}, AutoDelete -> - False, GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}]}, - Dynamic[ - CurrentValue["MouseOver"]], FrameMargins -> 0, ImageSize -> - Automatic], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ConvertSelectiontoTest-Tooltip"]], TooltipDelay -> - 0.5], Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ConvertSelectiontoTest-Tooltip"]]], - "Tooltip"]& ], Appearance -> - FEPrivate`FrontEndResource["MUnitExpressions", "ButtonAppearances"], - ButtonFunction :> - Block[{$ContextPath}, Needs["MUnit`"]; - MUnit`buttonConvertCellGroup[ - InputNotebook[]]], Evaluator -> Automatic, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Queued"], - ButtonBox[ - TagBox[ - TooltipBox[ - PaneSelectorBox[{False -> PaneBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitExpressions", "Run"], - ImageSizeCache -> {9., {4., 8.}}], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "Run-Label"], - ImageSizeCache -> {22., {0., 9.}}], "ButtonText", - StripOnInput -> False]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.3}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}], - True -> PaneBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitExpressions", "Run"]], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "Run-Label"]], - "ButtonText", StripOnInput -> False, LineColor -> - RGBColor[0.9059, 0.3451, 0.102], FrontFaceColor -> - RGBColor[ - 0.9059, 0.3451, 0.102], $CellContext`BackFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], GraphicsColor -> - RGBColor[0.9059, 0.3451, 0.102], FontColor -> - RGBColor[0.9059, 0.3451, 0.102]]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.3}}, "Rows" -> {{Automatic}}}], "Grid"], - ImageMargins -> {{Automatic, Automatic}, {4, Automatic}}]}, - Dynamic[ - CurrentValue["MouseOver"]], FrameMargins -> 0, ImageSize -> - Automatic], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "Run-Tooltip"]], - TooltipDelay -> 0.5], Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource["MUnitStrings", "Run-Tooltip"]]], - "Tooltip"]& ], Appearance -> - FEPrivate`FrontEndResource["MUnitExpressions", "ButtonAppearances"], - ButtonFunction :> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`PaletteRun[ - InputNotebook[]]], Evaluator -> Automatic, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Queued"], - ActionMenuBox[ - ButtonBox[ - PaneSelectorBox[{False -> StyleBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "More-Label"], - ImageSizeCache -> {30., {0., 9.}}], - "\"\[FilledDownTriangle]\""}}, AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.5}}, "Rows" -> {{Automatic}}}], "Grid"], - "ButtonText", StripOnInput -> False], True -> StyleBox[ - TagBox[ - GridBox[{{ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "More-Label"]], - "\"\[FilledDownTriangle]\""}}, AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.5}}, "Rows" -> {{Automatic}}}], "Grid"], - "ButtonText", StripOnInput -> False, LineColor -> - RGBColor[0.9059, 0.3451, 0.102], FrontFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], $CellContext`BackFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], GraphicsColor -> - RGBColor[0.9059, 0.3451, 0.102], FontColor -> - RGBColor[0.9059, 0.3451, 0.102]]}, - Dynamic[ - CurrentValue["MouseOver"]], FrameMargins -> 0, ImageSize -> - Automatic], Appearance -> - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], ButtonFunction :> {}, - ContentPadding -> False, Evaluator -> None, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Preemptive"], {TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "AssignTestIDs"]], - ImageMargins -> {{Automatic, Automatic}, {2, Automatic}}], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "AssignTestIDs-Label"]]}}, AutoDelete -> - False, GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"] :> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`PaletteAddTestIDs[ - InputNotebook[]]], TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "SaveAsDotwlt"]], - ImageMargins -> {{Automatic, Automatic}, {2, Automatic}}], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "SaveAsDotwlt-Label"]]}}, AutoDelete -> - False, GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"] :> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`PaletteSaveAs[ - InputNotebook[]]], TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource["MUnitExpressions", "Help"]], - ImageMargins -> {{Automatic, Automatic}, {3, Automatic}}], - DynamicBox[ - FEPrivate`FrontEndResource["MUnitStrings", "Help-Label"]]}}, - AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"] :> - SystemOpen["paclet:tutorial/UsingTheTestingFramework"]}, - Appearance -> None, Method -> "Queued"], - ItemBox["\"\"", ItemSize -> Fit, StripOnInput -> False], - PaneSelectorBox[{True -> ButtonBox[ - TagBox[ - TooltipBox[ - PaneSelectorBox[{False -> TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ClearTestResults-on"], - ImageSizeCache -> {9., {4., 8.}}], - ImageMargins -> {{Automatic, Automatic}, {2, Automatic}}], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ClearTestResults-Label"], - ImageSizeCache -> {96., {1., 9.}}], "ButtonText", - StripOnInput -> False]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - True -> TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ClearTestResults-on"]], - ImageMargins -> {{Automatic, Automatic}, {2, Automatic}}], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ClearTestResults-Label"]], "ButtonText", - StripOnInput -> False, LineColor -> - RGBColor[0.9059, 0.3451, 0.102], FrontFaceColor -> - RGBColor[ - 0.9059, 0.3451, 0.102], $CellContext`BackFaceColor -> - RGBColor[0.9059, 0.3451, 0.102], GraphicsColor -> - RGBColor[0.9059, 0.3451, 0.102], FontColor -> - RGBColor[0.9059, 0.3451, 0.102]]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"]}, - Dynamic[ - CurrentValue["MouseOver"]], FrameMargins -> 0, ImageSize -> - Automatic], - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ClearTestResults-Tooltip"]], TooltipDelay -> - 0.5], Annotation[#, - Dynamic[ - RawBoxes[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ClearTestResults-Tooltip"]]], "Tooltip"]& ], - Appearance -> - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], ButtonFunction :> - Block[{$ContextPath}, Needs["MUnit`"]; MUnit`clearTestResults[]], - Enabled -> FEPrivate`SameQ[ - FrontEnd`CurrentValue[ - FrontEnd`ButtonNotebook[], {TaggingRules, "$testsRun"}, - False], True], Evaluator -> Automatic, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Queued"], False -> ButtonBox[ - TagBox[ - GridBox[{{ - PaneBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ClearTestResults-off"], - ImageSizeCache -> {9., {4., 8.}}], - ImageMargins -> {{Automatic, Automatic}, {2, Automatic}}], - StyleBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "MUnitStrings", "ClearTestResults-Label"], - ImageSizeCache -> {96., {1., 9.}}], "ButtonText", - StripOnInput -> False, LineColor -> GrayLevel[0.7], - FrontFaceColor -> - GrayLevel[0.7], $CellContext`BackFaceColor -> - GrayLevel[0.7], GraphicsColor -> GrayLevel[0.7], FontColor -> - GrayLevel[0.7]]}}, AutoDelete -> False, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{0.4}}, "Rows" -> {{Automatic}}}], "Grid"], - Appearance -> - FEPrivate`FrontEndResource[ - "MUnitExpressions", "ButtonAppearances"], ButtonFunction :> {}, - Enabled -> FEPrivate`SameQ[ - FrontEnd`CurrentValue[ - FrontEnd`ButtonNotebook[], {TaggingRules, "$testsRun"}, - False], True], Evaluator -> None, - FrameMargins -> {{10, 10}, {0, 0}}, ImageSize -> {Automatic, 28}, - Method -> "Preemptive"]}, - FrontEnd`CurrentValue[ - FrontEnd`ButtonNotebook[], {TaggingRules, "$testsRun"}, False], - ImageSize -> All]}}, AutoDelete -> False, - BaseStyle -> { - "DialogStyle", Bold, FontColor -> - RGBColor[ - 0.33333333333333337`, 0.33333333333333337`, 0.33333333333333337`]}, - GridBoxAlignment -> {"Columns" -> {{Left}}}, - GridBoxDividers -> {"Columns" -> {{False}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{Automatic}}, "Rows" -> {{1}}}], - "Grid"], ImageMargins -> {{5, 5}, {Automatic, Automatic}}], Appearance -> - FEPrivate`FrontEndResource["MUnitExpressions", "StaticToolbarNinePatch"], - FrameMargins -> {{26, 12}, {8, 12}}, ImageMargins -> -1]], "DockedCell", - CellFrameMargins -> 0, ShowCellTags -> False, CellTags -> - "MUnitStaticToolbar"], -TaggingRules->{ - "DocuToolsSettings" -> { - "$ShowPacletVariablesPrompt" -> "False", "$ApplicationName" -> "MaXrd", - "$LinkBase" -> "MaXrd", "$DocumentationDirectory" -> - "/Users/Stian/Jottacloud/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project (MaXrd)/GitHub/MaXrd/Documentation/English/", - "$ApplicationDirectory" -> - "/Users/Stian/Jottacloud/(2016-2020) Universitetet i Stavanger \ -(PhD)/Mathematica project (MaXrd)/GitHub/MaXrd"}, "$testsRun" -> False}, -FrontEndVersion->"12.1 for Mac OS X x86 (64-bit) (June 19, 2020)", -StyleDefinitions->FrontEnd`FileName[{"MUnit"}, "MUnit.nb", CharacterEncoding -> - "UTF-8"], -ExpressionUUID->"d91d86ea-6b61-4cdf-aab2-c231ca073f9d" -] -(* End of Notebook Content *) - -(* Internal cache information *) -(*CellTagsOutline -CellTagsIndex->{} -*) -(*CellTagsIndex -CellTagsIndex->{} -*) -(*NotebookFileOutline -Notebook[{ -Cell[CellGroupData[{ -Cell[580, 22, 187, 2, 64, "Subchapter",ExpressionUUID->"79a72103-41dd-4db2-abbf-0ae2658191e7", - CellID->757684223], -Cell[CellGroupData[{ -Cell[792, 28, 199, 3, 70, "Section",ExpressionUUID->"902260d4-2fac-4e19-8b92-4afd59b9fd1c", - CellID->969600299], -Cell[CellGroupData[{ -Cell[1016, 35, 396, 7, 70, "VerificationTest",ExpressionUUID->"210baa7d-6649-495a-bc4c-08d2d30d2fb6", - CellID->1333280870], -Cell[1415, 44, 430, 8, 70, "ExpectedOutput",ExpressionUUID->"7cf6347f-c994-4160-b445-2e6bbdc11628", - CellID->1607209292], -Cell[1848, 54, 6109, 156, 70, "BottomCell",ExpressionUUID->"a42a52bd-f502-43bd-b2a4-6fc9779f48f9", - CellID->2025010483] -}, Closed]], -Cell[CellGroupData[{ -Cell[7994, 215, 869, 20, 70, "VerificationTest",ExpressionUUID->"8ec96452-a139-4ba0-b7a2-533e4e10bdd2", - CellID->1861574522], -Cell[8866, 237, 287, 5, 70, "ExpectedOutput",ExpressionUUID->"c7d8b865-330a-4a5c-a6be-96582e98cd06", - CellID->793738111], -Cell[9156, 244, 6109, 156, 70, "BottomCell",ExpressionUUID->"70da3d4f-43d2-4011-944b-6acf6436d675", - CellID->1030350125] -}, Closed]], -Cell[CellGroupData[{ -Cell[15302, 405, 346, 7, 70, "VerificationTest",ExpressionUUID->"add49b5d-9463-4777-b34e-8c855526ec9d", - CellID->1530363459], -Cell[15651, 414, 128, 1, 70, "ExpectedOutput",ExpressionUUID->"0e7acf35-e981-494c-abfc-d6c08dea831e", - CellID->407015294], -Cell[15782, 417, 6109, 156, 70, "BottomCell",ExpressionUUID->"29c48b1e-6698-4456-9e14-0ba78ab14495", - CellID->1933905114] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[21940, 579, 166, 2, 70, "Section",ExpressionUUID->"61d1edbf-f472-4637-8515-a6687829cc80", - CellID->226276337], -Cell[CellGroupData[{ -Cell[22131, 585, 579, 11, 70, "VerificationTest",ExpressionUUID->"f16f8b88-ba78-4915-9fda-ce74a352f838", - CellID->828181181], -Cell[22713, 598, 388, 8, 70, "ExpectedOutput",ExpressionUUID->"8df0c90f-3291-467a-ac4b-27f07ae1b0d7", - CellID->1399592860], -Cell[23104, 608, 6108, 156, 70, "BottomCell",ExpressionUUID->"0d70fe03-035a-4820-a3ef-a1343940c0f4", - CellID->978253653] -}, Closed]], -Cell[CellGroupData[{ -Cell[29249, 769, 437, 8, 70, "VerificationTest",ExpressionUUID->"6c73157d-91fe-4fc9-9adb-cd2ec8343c51", - CellID->759871737], -Cell[29689, 779, 286, 5, 70, "ExpectedOutput",ExpressionUUID->"4ea61f46-f57b-43e4-aa74-b484b5018655", - CellID->71410760], -Cell[29978, 786, 6108, 156, 70, "BottomCell",ExpressionUUID->"42509c5e-1770-4591-8319-3fdcf076dc8b", - CellID->374344539] -}, Closed]], -Cell[CellGroupData[{ -Cell[36123, 947, 433, 8, 70, "VerificationTest",ExpressionUUID->"d6458248-5545-46e2-90b4-755214eee21d", - CellID->1922486997], -Cell[36559, 957, 287, 5, 70, "ExpectedOutput",ExpressionUUID->"04d37fd4-6939-4124-9a2e-e083ff905b6f", - CellID->200005817], -Cell[36849, 964, 6109, 156, 70, "BottomCell",ExpressionUUID->"e5ab92cc-3a7c-4fe0-a1fc-899b33fafdbf", - CellID->1629064910] -}, Closed]], -Cell[CellGroupData[{ -Cell[42995, 1125, 435, 8, 70, "VerificationTest",ExpressionUUID->"ac8d2cec-ebc3-483e-a721-dcca1219f5e3", - CellID->2003724958], -Cell[43433, 1135, 290, 5, 70, "ExpectedOutput",ExpressionUUID->"b7c80a8e-19b6-4554-8796-9b71ad3fc9a0", - CellID->1914300499], -Cell[43726, 1142, 6109, 156, 70, "BottomCell",ExpressionUUID->"ed9fccc2-23e1-41f8-9d41-a21b9352b666", - CellID->1424926767] -}, Closed]], -Cell[CellGroupData[{ -Cell[49872, 1303, 481, 9, 70, "VerificationTest",ExpressionUUID->"7ef792d6-1a8b-4758-b287-c2384fbb5cab", - CellID->697949112], -Cell[50356, 1314, 287, 5, 70, "ExpectedOutput",ExpressionUUID->"69b9b142-043f-4dc5-81ff-5123f5cdd504", - CellID->875045470], -Cell[50646, 1321, 6106, 156, 70, "BottomCell",ExpressionUUID->"e8cfc9c6-84cb-4d55-be22-38650efd7400", - CellID->6541625] -}, Closed]], -Cell[CellGroupData[{ -Cell[56789, 1482, 381, 7, 70, "VerificationTest",ExpressionUUID->"53fe9f98-5452-4e11-bc0e-963bda796e96", - CellID->1030927263], -Cell[57173, 1491, 287, 5, 70, "ExpectedOutput",ExpressionUUID->"5693db61-3a5a-468f-94f6-a9f129effa29", - CellID->896445245], -Cell[57463, 1498, 6108, 156, 70, "BottomCell",ExpressionUUID->"7e5c2146-1601-46c1-a77b-c577bc1c9b5a", - CellID->423425378] -}, Closed]], -Cell[CellGroupData[{ -Cell[63608, 1659, 357, 7, 70, "VerificationTest",ExpressionUUID->"ca63ac2b-9482-40bb-aa58-c038f40c0eaf", - CellID->1016240428], -Cell[63968, 1668, 129, 1, 70, "ExpectedOutput",ExpressionUUID->"a5f3863b-c7bc-40f9-842c-1b9e7fa35dde", - CellID->857470304], -Cell[64100, 1671, 6109, 156, 70, "BottomCell",ExpressionUUID->"5b19973b-41ab-4a04-bfd9-ae0249e64ca9", - CellID->1897005535] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[70258, 1833, 176, 2, 70, "Section",ExpressionUUID->"c7391228-8e14-4034-b671-b0dc669d1f77", - CellID->2082761386], -Cell[CellGroupData[{ -Cell[70459, 1839, 378, 7, 70, "VerificationTest",ExpressionUUID->"115d4ee1-47a1-4a61-86d5-55b4a53f6f2f", - CellID->845600635], -Cell[70840, 1848, 290, 5, 70, "ExpectedOutput",ExpressionUUID->"2e29a060-74ee-4720-be1a-7dcbdfcb6caa", - CellID->2110580246], -Cell[71133, 1855, 329, 7, 70, "ExpectedMessage",ExpressionUUID->"8b34e909-972a-4227-9c3a-fd8ade6de9a5", - CellID->1163482521], -Cell[71465, 1864, 6109, 156, 70, "BottomCell",ExpressionUUID->"3b8e0971-8637-4e81-a3dc-7d39833af0e1", - CellID->1429803383] -}, Closed]], -Cell[CellGroupData[{ -Cell[77611, 2025, 343, 7, 70, "VerificationTest",ExpressionUUID->"72f55c5d-93aa-45d8-94b8-3f652fe1a575", - CellID->1820270054], -Cell[77957, 2034, 289, 5, 70, "ExpectedOutput",ExpressionUUID->"5b42a904-ad1b-4ea5-9a2d-103784d453e8", - CellID->226762416], -Cell[78249, 2041, 6108, 156, 70, "BottomCell",ExpressionUUID->"c20de650-3e73-4146-804a-4d4cc458a35c", - CellID->363448151] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[84418, 2204, 275, 4, 48, "Subchapter",ExpressionUUID->"2e8ad939-d56a-40cb-8041-81b446aeeeb1", - CellID->682636485], -Cell[CellGroupData[{ -Cell[84718, 2212, 200, 3, 70, "Section",ExpressionUUID->"ab255d91-23b8-4887-9bc5-d8e8c1ef3770", - CellID->1213761121], -Cell[CellGroupData[{ -Cell[84943, 2219, 359, 7, 70, "VerificationTest",ExpressionUUID->"05624e26-9271-40ff-bf86-3a74ab077419", - CellID->735997794], -Cell[85305, 2228, 256, 5, 70, "ExpectedOutput",ExpressionUUID->"8911166a-1fac-42cd-ab11-2890d6a11cc5", - CellID->409117038], -Cell[85564, 2235, 6109, 156, 70, "BottomCell",ExpressionUUID->"8e520e73-53a0-4549-8b75-505339415b7c", - CellID->1029581789] -}, Closed]], -Cell[CellGroupData[{ -Cell[91710, 2396, 331, 7, 70, "VerificationTest",ExpressionUUID->"f8dd50fc-d7aa-4060-9d47-655f58f4246d", - CellID->745219700], -Cell[92044, 2405, 255, 5, 70, "ExpectedOutput",ExpressionUUID->"7e66fee0-3fd7-43a9-a7c8-13b6f8bc72f6", - CellID->782868596], -Cell[92302, 2412, 6109, 156, 70, "BottomCell",ExpressionUUID->"9e2c0fa2-4160-41e0-9584-8ab2ea354b61", - CellID->1905383844] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[98460, 2574, 166, 2, 70, "Section",ExpressionUUID->"70785719-4bb3-4f47-9dfe-60cacfa62f09", - CellID->1509604896], -Cell[CellGroupData[{ -Cell[98651, 2580, 823, 23, 70, "VerificationTest",ExpressionUUID->"5703a469-8880-4c59-a33f-436e81beea5c", - CellID->1373647616], -Cell[99477, 2605, 967, 23, 70, "ExpectedOutput",ExpressionUUID->"d2b8670c-f0f2-4273-89fe-0ad02a3ef6d2", - CellID->1951340676], -Cell[100447, 2630, 6108, 156, 70, "BottomCell",ExpressionUUID->"54f5b0aa-acbd-4dc3-887b-a32805854238", - CellID->510122044] -}, Closed]], -Cell[CellGroupData[{ -Cell[106592, 2791, 530, 12, 70, "VerificationTest",ExpressionUUID->"bf423411-2b8b-4a8d-9ce2-391a08182967", - CellID->1446276862], -Cell[107125, 2805, 256, 5, 70, "ExpectedOutput",ExpressionUUID->"103852c8-9962-4557-9614-a78a28e30f93", - CellID->933792032], -Cell[107384, 2812, 6108, 156, 70, "BottomCell",ExpressionUUID->"a1155afb-2ff1-42c2-acf9-7ee117bc2a7b", - CellID->866474684] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[113541, 2974, 166, 2, 70, "Section",ExpressionUUID->"d81fb051-875a-41df-975c-e5b4828ce8ea", - CellID->580258012], -Cell[CellGroupData[{ -Cell[113732, 2980, 389, 9, 70, "VerificationTest",ExpressionUUID->"9059fa43-de02-4461-bb5c-9334570c54f7", - CellID->730073177], -Cell[114124, 2991, 129, 1, 70, "ExpectedOutput",ExpressionUUID->"3d8f363d-b400-42c2-accf-28a328e8bb38", - CellID->2028989240], -Cell[114256, 2994, 6108, 156, 70, "BottomCell",ExpressionUUID->"b6c041a1-f8e8-44ca-bddb-2ca52e85d75c", - CellID->753403681] -}, Closed]], -Cell[CellGroupData[{ -Cell[120401, 3155, 877, 24, 70, "VerificationTest",ExpressionUUID->"cf9acf35-66a0-43f0-a487-88e502e129df", - CellID->1765810528], -Cell[121281, 3181, 317, 7, 70, "ExpectedOutput",ExpressionUUID->"758dd047-2caf-406f-b92c-abb6d6e376d8", - CellID->1709147628], -Cell[121601, 3190, 6108, 156, 70, "BottomCell",ExpressionUUID->"a0d81269-5863-4a33-a655-66d79202e9ac", - CellID->892083855] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[127758, 3352, 172, 2, 70, "Section",ExpressionUUID->"ca261d96-a426-4008-aaf5-57e7afbe4ed9", - CellID->185011548], -Cell[CellGroupData[{ -Cell[127955, 3358, 899, 26, 70, "VerificationTest",ExpressionUUID->"47ed29d8-0f6a-4e1f-8288-f6b7d6968909", - CellID->1842967583], -Cell[128857, 3386, 551, 15, 70, "ExpectedOutput",ExpressionUUID->"965b4b99-3b7e-404d-a4f9-99da23ff2068", - CellID->1599526800], -Cell[129411, 3403, 6109, 156, 70, "BottomCell",ExpressionUUID->"13fda7e4-b34d-43cf-be0c-99e34e6f363a", - CellID->1670011278] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[135569, 3565, 176, 2, 70, "Section",ExpressionUUID->"ca819e15-c474-46eb-bdaf-0276ba25fe19", - CellID->1617996685], -Cell[CellGroupData[{ -Cell[135770, 3571, 534, 12, 70, "VerificationTest",ExpressionUUID->"0397d244-3995-4654-8946-121ba883e489", - CellID->84862834], -Cell[136307, 3585, 286, 4, 70, "ExpectedOutput",ExpressionUUID->"49e0a68d-5a54-4767-8068-7d2e94de5d31", - CellID->360509430], -Cell[136596, 3591, 306, 6, 70, "ExpectedMessage",ExpressionUUID->"928ef32c-d9d0-4fe4-a974-abbd89b19c86", - CellID->825428223], -Cell[136905, 3599, 6108, 156, 70, "BottomCell",ExpressionUUID->"6d0dd82b-dd73-4865-bce5-60b76ed123d5", - CellID->268283056] -}, Closed]], -Cell[CellGroupData[{ -Cell[143050, 3760, 417, 10, 70, "VerificationTest",ExpressionUUID->"beb27cd8-e197-4dc9-ad54-80b360a67486", - CellID->1142410614], -Cell[143470, 3772, 186, 2, 70, "ExpectedOutput",ExpressionUUID->"5232003e-197f-4db2-94f9-1525e1fa8928", - CellID->1991385318], -Cell[143659, 3776, 6109, 156, 70, "BottomCell",ExpressionUUID->"1c194919-9b09-4b5c-bd07-9e2465dc5f14", - CellID->1465147139] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[149829, 3939, 429, 6, 48, "Subchapter",ExpressionUUID->"d1ef536e-d933-43ae-8049-8b56c8aabd00", - CellID->643182974], -Cell[CellGroupData[{ -Cell[150283, 3949, 200, 3, 70, "Section",ExpressionUUID->"252da634-3129-4179-b4b2-affeda6b9286", - CellID->1691048667], -Cell[CellGroupData[{ -Cell[150508, 3956, 755, 14, 70, "VerificationTest",ExpressionUUID->"0747a55d-37d7-48a6-8188-cbd085c960dc", - CellID->1656361871], -Cell[151266, 3972, 517, 11, 70, "ExpectedOutput",ExpressionUUID->"1a91669d-70d7-42dd-a6bd-6a449e91afdb", - CellID->643449836], -Cell[151786, 3985, 6109, 156, 70, "BottomCell",ExpressionUUID->"0dce3ef6-b3c3-4a0d-a8a6-44e1061ca7d1", - CellID->1680468671] -}, Open ]], -Cell[CellGroupData[{ -Cell[157932, 4146, 609, 13, 70, "VerificationTest",ExpressionUUID->"a7ced331-d170-4a72-adc3-6cd3d2f4a30a", - CellID->447799868], -Cell[158544, 4161, 1615, 26, 70, "ExpectedOutput",ExpressionUUID->"199f15d5-8206-4869-b65b-8bad24b6465c", - CellID->1389682388], -Cell[160162, 4189, 6109, 156, 70, "BottomCell",ExpressionUUID->"0ac7ca9a-fa18-4c33-8328-a07b256c676e", - CellID->2079511800] -}, Open ]] -}, Closed]], -Cell[CellGroupData[{ -Cell[166320, 4351, 167, 2, 70, "Section",ExpressionUUID->"5ab123b3-ac85-444c-ba39-e332ecf77736", - CellID->1157565303], -Cell[CellGroupData[{ -Cell[166512, 4357, 469, 7, 70, "Subsection",ExpressionUUID->"c99f1fe2-0275-41e9-977b-a76ce41cbf55", - CellID->295571801], -Cell[CellGroupData[{ -Cell[167006, 4368, 501, 11, 70, "VerificationTest",ExpressionUUID->"bb936206-f5c5-4ea4-b754-6c169ff9cb3b", - CellID->1584199634], -Cell[167510, 4381, 2063, 37, 70, "ExpectedOutput",ExpressionUUID->"cb020ae3-f9fa-42cd-96e9-8f4f9bb6f7cf", - CellID->1140993132], -Cell[169576, 4420, 6107, 156, 70, "BottomCell",ExpressionUUID->"92d59f52-e137-477c-8b8f-903ac941bdca", - CellID->58467675] -}, Open ]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[175756, 4584, 276, 4, 48, "Subchapter",ExpressionUUID->"19e2e00d-1dd2-4749-bd5d-ba6e9095c1cd", - CellID->35670245], -Cell[CellGroupData[{ -Cell[176057, 4592, 199, 3, 70, "Section",ExpressionUUID->"be40046f-65e5-4ba8-a2de-772a7d2b7092", - CellID->361870202], -Cell[CellGroupData[{ -Cell[176281, 4599, 265, 5, 70, "VerificationTest",ExpressionUUID->"1e97994d-30f3-45da-ae97-8a0e283b371e", - CellID->273038913], -Cell[176549, 4606, 419, 8, 70, "ExpectedOutput",ExpressionUUID->"bbd6dbac-589e-491a-ae50-46e7ddeb214f", - CellID->1531151171], -Cell[176971, 4616, 570, 14, 70, "TestOptions",ExpressionUUID->"6c5306c6-1bec-47aa-aa8e-56dfc5f17d1c", - CellID->1677346164], -Cell[177544, 4632, 6109, 156, 70, "BottomCell",ExpressionUUID->"0619bd30-9c93-4dc9-bdca-9d809426a62e", - CellID->1266187046] -}, Closed]], -Cell[CellGroupData[{ -Cell[183690, 4793, 239, 5, 70, "VerificationTest",ExpressionUUID->"4b9d7a1d-caff-48a1-b4c0-c6f167880d8c", - CellID->616451577], -Cell[183932, 4800, 418, 8, 70, "ExpectedOutput",ExpressionUUID->"fd3087f1-e204-4301-aa2a-d880658dc536", - CellID->743370593], -Cell[184353, 4810, 518, 13, 70, "TestOptions",ExpressionUUID->"697d4f56-70ff-4092-82e2-286d6c69d2ae", - CellID->429661811], -Cell[184874, 4825, 6109, 156, 70, "BottomCell",ExpressionUUID->"de2d5c36-3b1c-45f6-b693-7b601e37b1f5", - CellID->1390223999] -}, Closed]], -Cell[CellGroupData[{ -Cell[191020, 4986, 241, 5, 70, "VerificationTest",ExpressionUUID->"4932f433-8007-4fdd-9099-d9d004258483", - CellID->450335195], -Cell[191264, 4993, 419, 8, 70, "ExpectedOutput",ExpressionUUID->"8db6f57b-3a35-44d5-85e4-eb65b09444ea", - CellID->1232427676], -Cell[191686, 5003, 522, 13, 70, "TestOptions",ExpressionUUID->"a9740af1-77af-49ea-ad05-6a131fe064c0", - CellID->291105306], -Cell[192211, 5018, 6108, 156, 70, "BottomCell",ExpressionUUID->"ce02726f-8a3e-4f00-aeab-7b52e2261680", - CellID->872671833] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[198368, 5180, 166, 2, 70, "Section",ExpressionUUID->"8ed92715-872e-4cbb-bb08-2345c354483b", - CellID->278796710], -Cell[CellGroupData[{ -Cell[198559, 5186, 334, 7, 70, "VerificationTest",ExpressionUUID->"f319f55f-eadc-43c3-a7b7-d5986153a4dc", - CellID->1112534013], -Cell[198896, 5195, 170, 2, 70, "ExpectedOutput",ExpressionUUID->"e37c9f1b-af59-4051-82a8-60c785464c3b", - CellID->952710431], -Cell[199069, 5199, 6109, 156, 70, "BottomCell",ExpressionUUID->"c4281b5d-feeb-4e3b-a9f7-97e7ff8b373d", - CellID->1829671868] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[205227, 5361, 176, 2, 70, "Section",ExpressionUUID->"78588742-f601-48e2-a9fe-2313ea3917f4", - CellID->2074470863], -Cell[CellGroupData[{ -Cell[205428, 5367, 351, 7, 70, "VerificationTest",ExpressionUUID->"93d7adcc-7ed1-4775-bbc5-138cd4f7b1ed", - CellID->1670837332], -Cell[205782, 5376, 187, 2, 70, "ExpectedOutput",ExpressionUUID->"5c0761d9-16d6-4933-b8e8-2b42e7f7e98f", - CellID->1266870752], -Cell[205972, 5380, 258, 5, 70, "ExpectedMessage",ExpressionUUID->"28aa178b-d074-4847-9583-bd33367f6cb5", - CellID->828430256], -Cell[206233, 5387, 6109, 156, 70, "BottomCell",ExpressionUUID->"0edc3604-a8cc-46b2-8484-b5a6e2ba9e6f", - CellID->1476744083] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[212403, 5550, 285, 4, 48, "Subchapter",ExpressionUUID->"125bdfe9-5894-46d7-9ad7-e1bd39da9499", - CellID->1075876118], -Cell[CellGroupData[{ -Cell[212713, 5558, 199, 3, 70, "Section",ExpressionUUID->"9bffae66-3361-46b8-b029-545555ece68c", - CellID->437607486], -Cell[CellGroupData[{ -Cell[212937, 5565, 276, 5, 70, "VerificationTest",ExpressionUUID->"f1711e87-4d42-430c-a790-7fd1574a1d69", - CellID->1720949978], -Cell[213216, 5572, 112, 1, 70, "ExpectedOutput",ExpressionUUID->"0e2ccd50-253b-4709-914a-b04396a0ee96", - CellID->2048943504], -Cell[213331, 5575, 6109, 156, 70, "BottomCell",ExpressionUUID->"e849a557-5518-44c2-96d7-259765c0b281", - CellID->1169294602] -}, Closed]], -Cell[CellGroupData[{ -Cell[219477, 5736, 274, 5, 70, "VerificationTest",ExpressionUUID->"78da2fed-7a7b-4f61-a8f4-d74ba13e73b6", - CellID->1559060350], -Cell[219754, 5743, 112, 1, 70, "ExpectedOutput",ExpressionUUID->"e7f3ad39-022d-41cb-a279-b3d26c30cb33", - CellID->1173532584], -Cell[219869, 5746, 6108, 156, 70, "BottomCell",ExpressionUUID->"5a69f79e-4df6-4ff5-8baf-947c3f964190", - CellID->711522117] -}, Closed]], -Cell[CellGroupData[{ -Cell[226014, 5907, 276, 5, 70, "VerificationTest",ExpressionUUID->"f5babf0b-e126-4821-8b81-18ace5a3cf3a", - CellID->344904968], -Cell[226293, 5914, 111, 1, 70, "ExpectedOutput",ExpressionUUID->"9ff77a67-0c71-4d5f-8cd7-0d4d5c351781", - CellID->887543056], -Cell[226407, 5917, 6109, 156, 70, "BottomCell",ExpressionUUID->"44c8ef0c-7e44-4430-9b02-b5238a13a19e", - CellID->1363273923] -}, Closed]], -Cell[CellGroupData[{ -Cell[232553, 6078, 269, 5, 70, "VerificationTest",ExpressionUUID->"01509869-82a0-4d81-a06b-04b52a2bb20f", - CellID->818716989], -Cell[232825, 6085, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"6fbb81d3-60cc-46ed-bf02-02973ac25303", - CellID->1005164794], -Cell[232941, 6088, 6109, 156, 70, "BottomCell",ExpressionUUID->"38d572d1-169e-4d0f-bf6a-db51df671fc8", - CellID->1041794018] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[239099, 6250, 164, 2, 70, "Section",ExpressionUUID->"4a39c7aa-57da-4dd6-a07e-12ebe7f6b938", - CellID->375969170], -Cell[CellGroupData[{ -Cell[239288, 6256, 717, 18, 70, "VerificationTest",ExpressionUUID->"db438fb3-62cb-4ca1-b63b-7c9cda4433dc", - CellID->1176063999], -Cell[240008, 6276, 129, 1, 70, "ExpectedOutput",ExpressionUUID->"6ecbaf1e-09bf-483b-b928-ba53b93f1e72", - CellID->668144205], -Cell[240140, 6279, 6108, 156, 70, "BottomCell",ExpressionUUID->"bcbccb5f-50a5-42cc-a6d7-47a4193f0cd4", - CellID->997886535] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[246297, 6441, 167, 2, 70, "Section",ExpressionUUID->"9d7f0ec4-d432-42fd-83ad-3d5e75284f9d", - CellID->1885009874], -Cell[CellGroupData[{ -Cell[246489, 6447, 427, 9, 70, "VerificationTest",ExpressionUUID->"a75e8d58-7435-4461-b245-96e86fd75edb", - CellID->843092077], -Cell[246919, 6458, 186, 2, 70, "ExpectedOutput",ExpressionUUID->"52b05ad2-8a19-4dee-b63e-068b8cba5630", - CellID->751435233], -Cell[247108, 6462, 234, 5, 70, "ExpectedMessage",ExpressionUUID->"60aec3fa-a7ba-4b61-900d-ae49402dc28c", - CellID->895215783], -Cell[247345, 6469, 6109, 156, 70, "BottomCell",ExpressionUUID->"79c4e653-23c0-495f-bf73-a81b0e474eb8", - CellID->1779194322] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[253515, 6632, 376, 5, 48, "Subchapter",ExpressionUUID->"3f40771c-5fb7-4504-a199-fd4415b1e3b5", - CellID->2139589112], -Cell[CellGroupData[{ -Cell[253916, 6641, 199, 3, 70, "Section",ExpressionUUID->"0b385ad0-9338-425a-96bb-e3593f2d501c", - CellID->460536369], -Cell[CellGroupData[{ -Cell[254140, 6648, 642, 13, 70, "VerificationTest",ExpressionUUID->"29eb6210-d583-4693-abb9-7402a118a54f", - CellID->1675146591], -Cell[254785, 6663, 30210, 499, 70, "ExpectedOutput",ExpressionUUID->"50c43195-97b7-4534-8add-da648b72664b", - CellID->678142767], -Cell[284998, 7164, 6109, 156, 70, "BottomCell",ExpressionUUID->"7777fede-0468-4ecb-b637-0fa26d5c9b0c", - CellID->1356669026] -}, Closed]], -Cell[CellGroupData[{ -Cell[291144, 7325, 565, 12, 70, "VerificationTest",ExpressionUUID->"fc200cd7-7eeb-42fd-8ad9-705ad8fb2d83", - CellID->1427253381], -Cell[291712, 7339, 41174, 679, 70, "ExpectedOutput",ExpressionUUID->"651fe703-4d25-404b-ae27-8f2bffddd250", - CellID->455237477], -Cell[332889, 8020, 6109, 156, 70, "BottomCell",ExpressionUUID->"23d31250-32a4-4c6e-9d7e-f8b023b97104", - CellID->1702439783] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[339047, 8182, 166, 2, 70, "Section",ExpressionUUID->"f0315939-734b-46e1-b875-b0f7edddea22", - CellID->725301936], -Cell[CellGroupData[{ -Cell[339238, 8188, 273, 4, 70, "Subsection",ExpressionUUID->"db90a18d-cb10-41a5-9b5f-74763f32af76", - CellID->1032457980], -Cell[CellGroupData[{ -Cell[339536, 8196, 725, 17, 70, "VerificationTest",ExpressionUUID->"92c0525f-da13-41f2-a373-e61e9ce98a9e", - CellID->1248760176], -Cell[340264, 8215, 26372, 441, 70, "ExpectedOutput",ExpressionUUID->"db2671e1-2b5f-446d-abef-d9433dfbc61f", - CellID->554595901], -Cell[366639, 8658, 6109, 156, 70, "BottomCell",ExpressionUUID->"ddb4e95e-87fb-4cb5-a414-a523fbf73406", - CellID->1980803900] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[372797, 8820, 269, 3, 70, "Subsection",ExpressionUUID->"168c8a37-6712-4022-8b41-c4673de3f827", - CellID->853402100], -Cell[CellGroupData[{ -Cell[373091, 8827, 672, 15, 70, "VerificationTest",ExpressionUUID->"79f61f96-0e50-4093-b9d3-fac3ee2c3b5c", - CellID->823534240], -Cell[373766, 8844, 40324, 665, 70, "ExpectedOutput",ExpressionUUID->"1510320c-1645-48da-adb9-1ac13944e804", - CellID->607866765], -Cell[414093, 9511, 6109, 156, 70, "BottomCell",ExpressionUUID->"9c34388b-5e03-4e7b-b5f2-06806b24bb00", - CellID->1079651506] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[420251, 9673, 318, 4, 70, "Subsection",ExpressionUUID->"425074f5-726b-49ee-aed3-4b0954429d5b", - CellID->618582540], -Cell[CellGroupData[{ -Cell[420594, 9681, 712, 17, 70, "VerificationTest",ExpressionUUID->"325c61e8-42a5-4b85-b47f-d2a7efec377d", - CellID->548414653], -Cell[421309, 9700, 13650, 233, 70, "ExpectedOutput",ExpressionUUID->"5b323ff5-443e-4e14-b88c-9294b6ded473", - CellID->205260047], -Cell[434962, 9935, 6109, 156, 70, "BottomCell",ExpressionUUID->"d4e5c42f-8997-416a-a58e-867c8cd87573", - CellID->1613527839] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[441120, 10097, 370, 5, 70, "Subsection",ExpressionUUID->"feb5ca59-3d2a-4944-b9e1-115e5efc1a5c", - CellID->1452106151], -Cell[CellGroupData[{ -Cell[441515, 10106, 648, 13, 70, "VerificationTest",ExpressionUUID->"2bc8787b-91b0-4164-a2c8-0600379004aa", - CellID->1543915349], -Cell[442166, 10121, 30999, 512, 70, "ExpectedOutput",ExpressionUUID->"b5464610-d011-4a70-86d7-06859eb896b8", - CellID->540363942], -Cell[473168, 10635, 6108, 156, 70, "BottomCell",ExpressionUUID->"ba113835-b6ff-432f-b04e-f680da913000", - CellID->138895757] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[479325, 10797, 420, 6, 70, "Subsection",ExpressionUUID->"dadf9d81-39ca-42b5-93b7-83cd511e3b33", - CellID->415246207], -Cell[CellGroupData[{ -Cell[479770, 10807, 869, 18, 70, "VerificationTest",ExpressionUUID->"6d0f21df-125b-40a6-8835-3b46202f3489", - CellID->1868631946], -Cell[480642, 10827, 36397, 610, 70, "ExpectedOutput",ExpressionUUID->"fbfe8ad1-cd45-49cd-9a65-0964b88e553e", - CellID->1296262694], -Cell[517042, 11439, 6108, 156, 70, "BottomCell",ExpressionUUID->"90efe0c0-8aeb-44ce-b62d-7f554942fa97", - CellID->106263610] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[523223, 11603, 325, 4, 48, "Subchapter",ExpressionUUID->"1b58225b-7e40-43ff-ac2d-a4e98fe5b782", - CellID->1281364757], -Cell[CellGroupData[{ -Cell[523573, 11611, 199, 3, 70, "Section",ExpressionUUID->"0cc606dd-c5df-49a6-9f7a-b4028728cfe8", - CellID->931458783], -Cell[CellGroupData[{ -Cell[523797, 11618, 359, 7, 70, "VerificationTest",ExpressionUUID->"77204cf5-61ff-4b80-9469-991c24dee1c1", - CellID->1915191534], -Cell[524159, 11627, 240, 5, 70, "ExpectedOutput",ExpressionUUID->"5e9de10a-7428-46aa-bb2c-e36db72bbcec", - CellID->280326282], -Cell[524402, 11634, 6109, 156, 70, "BottomCell",ExpressionUUID->"65128afe-e227-4c7e-a347-4cfe6a3571e7", - CellID->1413582613] -}, Closed]], -Cell[CellGroupData[{ -Cell[530548, 11795, 424, 10, 70, "VerificationTest",ExpressionUUID->"ccb37431-8985-48ad-ac9d-ad48968d9412", - CellID->1543942913], -Cell[530975, 11807, 281, 6, 70, "ExpectedOutput",ExpressionUUID->"76ff0de8-5ce0-439b-88b7-e497a1a2fa15", - CellID->1087588117], -Cell[531259, 11815, 6108, 156, 70, "BottomCell",ExpressionUUID->"b404ab07-a03f-4472-8384-68aa7225e861", - CellID->471389930] -}, Closed]], -Cell[CellGroupData[{ -Cell[537404, 11976, 365, 7, 70, "VerificationTest",ExpressionUUID->"3e9495e0-a812-4e24-add4-c39c6271c54d", - CellID->734632337], -Cell[537772, 11985, 288, 7, 70, "ExpectedOutput",ExpressionUUID->"f872b77a-939d-4c75-a902-e95fd3b68672", - CellID->151614272], -Cell[538063, 11994, 6108, 156, 70, "BottomCell",ExpressionUUID->"a667d241-3f88-4378-9466-bddc7deed399", - CellID->583379727] -}, Closed]], -Cell[CellGroupData[{ -Cell[544208, 12155, 477, 12, 70, "VerificationTest",ExpressionUUID->"ecd10699-3a36-48de-96bd-f91e9fc055bd", - CellID->570163944], -Cell[544688, 12169, 461, 13, 70, "ExpectedOutput",ExpressionUUID->"94ebff6c-a1b9-49e4-acad-b476682fbce4", - CellID->1095143973], -Cell[545152, 12184, 6109, 156, 70, "BottomCell",ExpressionUUID->"2b4a26d0-0792-4047-b1a8-42b64c39d9d0", - CellID->1600223134] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[551310, 12346, 216, 3, 70, "Section",ExpressionUUID->"ddf58d60-8e8e-4a87-aae0-9049044f587c", - CellID->2019462898], -Cell[CellGroupData[{ -Cell[551551, 12353, 358, 7, 70, "VerificationTest",ExpressionUUID->"13ca0e4f-cfa6-4d1a-bebe-b5988b83f03a", - CellID->1241285353], -Cell[551912, 12362, 190, 2, 70, "ExpectedOutput",ExpressionUUID->"b92c77c7-5fe1-46e6-afcb-43dd6c3c648c", - CellID->1626780913], -Cell[552105, 12366, 254, 5, 70, "ExpectedMessage",ExpressionUUID->"a00f42c3-423f-4706-bbd5-d009a4147e11", - CellID->1401409016], -Cell[552362, 12373, 6109, 156, 70, "BottomCell",ExpressionUUID->"b18977c7-228b-4c14-a63e-dc7a410308f7", - CellID->2012501757] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[558532, 12536, 377, 5, 48, "Subchapter",ExpressionUUID->"9d37990b-5ad2-4169-a33b-fddb129042d6", - CellID->735449425], -Cell[CellGroupData[{ -Cell[558934, 12545, 200, 3, 70, "Section",ExpressionUUID->"de1ad77e-2415-48d2-8acb-d506a3c9e705", - CellID->1930097490], -Cell[CellGroupData[{ -Cell[559159, 12552, 1096, 27, 70, "VerificationTest",ExpressionUUID->"5988f9c2-74cf-4d40-84ad-7a7231ebae5c", - CellID->1520699028], -Cell[560258, 12581, 21724, 360, 70, "ExpectedOutput",ExpressionUUID->"48d582e4-86c0-4b1e-bdc3-f72a72c19549", - CellID->1185680649], -Cell[581985, 12943, 6109, 156, 70, "BottomCell",ExpressionUUID->"f866643a-eef7-4b79-bf88-933618208a6f", - CellID->1249589649] -}, Closed]], -Cell[CellGroupData[{ -Cell[588131, 13104, 1232, 30, 70, "VerificationTest",ExpressionUUID->"0e551b0e-cb9d-4f45-a508-2c9a6711f220", - CellID->1622066742], -Cell[589366, 13136, 22399, 371, 70, "ExpectedOutput",ExpressionUUID->"4c681155-7b94-416f-a630-2a8e85d999ab", - CellID->1918317776], -Cell[611768, 13509, 6109, 156, 70, "BottomCell",ExpressionUUID->"f1f3b9b2-7862-4a6a-9242-d76076d83e83", - CellID->1610646730] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[617926, 13671, 237, 3, 70, "Section",ExpressionUUID->"2f901932-075f-44bd-947c-b4ceba175c46", - CellID->1408026495], -Cell[CellGroupData[{ -Cell[618188, 13678, 4460, 124, 70, "VerificationTest",ExpressionUUID->"8f2ca300-5d63-439b-b423-5550756851f7", - CellID->270641706], -Cell[622651, 13804, 36355, 600, 70, "ExpectedOutput",ExpressionUUID->"b9a2b9ef-6be5-42f2-b905-40ba89f412df", - CellID->304788396], -Cell[659009, 14406, 6109, 156, 70, "BottomCell",ExpressionUUID->"778af5b6-454e-4d1e-b5a9-333a47f90f40", - CellID->1108220675] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[665167, 14568, 167, 2, 70, "Section",ExpressionUUID->"e91f523b-61b8-4988-9aa8-f1f316ff85bb", - CellID->1578995172], -Cell[CellGroupData[{ -Cell[665359, 14574, 278, 4, 70, "Subsection",ExpressionUUID->"3b476a8f-afb3-47c1-b15c-fd11c8e64dc3", - CellID->1716429825], -Cell[CellGroupData[{ -Cell[665662, 14582, 2627, 67, 70, "VerificationTest",ExpressionUUID->"50205e73-aaa2-4dd3-82c8-75ff50705b5d", - CellID->1884936044], -Cell[668292, 14651, 53491, 886, 70, "ExpectedOutput",ExpressionUUID->"fdc3178a-6174-438c-a420-8f8bc6ebe4b9", - CellID->441330964], -Cell[721786, 15539, 6108, 156, 70, "BottomCell",ExpressionUUID->"a2812562-77a8-4073-9229-7576d16bbc3b", - CellID->739214294] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[727967, 15703, 374, 5, 48, "Subchapter",ExpressionUUID->"2e5d2a29-23b0-43a5-a73a-8c656b6e3dca", - CellID->789130893], -Cell[CellGroupData[{ -Cell[728366, 15712, 198, 3, 70, "Section",ExpressionUUID->"9417fe34-cced-4654-b233-a5464c711845", - CellID->63914779], -Cell[CellGroupData[{ -Cell[728589, 15719, 740, 16, 70, "VerificationTest",ExpressionUUID->"2fe3506c-9691-4930-9c65-675a1258d41b", - CellID->1562299943], -Cell[729332, 15737, 4651, 80, 70, "ExpectedOutput",ExpressionUUID->"b5f8ac32-047f-4f59-b5f3-0c2bbc5892ff", - CellID->292590132], -Cell[733986, 15819, 6108, 156, 70, "BottomCell",ExpressionUUID->"895aeb68-85a3-4952-827d-1c8cf1f08580", - CellID->781741363] -}, Closed]], -Cell[CellGroupData[{ -Cell[740131, 15980, 718, 17, 70, "VerificationTest",ExpressionUUID->"b5645bed-673d-468d-87aa-4c5c12272c7d", - CellID->3980558], -Cell[740852, 15999, 23541, 390, 70, "ExpectedOutput",ExpressionUUID->"e01ceeaf-4f67-4aae-ba95-f3ff231479ba", - CellID->329245249], -Cell[764396, 16391, 6108, 156, 70, "BottomCell",ExpressionUUID->"a23b3335-6da6-4267-847d-1d444821c62e", - CellID->422135595] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[770553, 16553, 236, 3, 70, "Section",ExpressionUUID->"0b0b4968-37de-4c5a-8dfe-81d25655f632", - CellID->473867153], -Cell[CellGroupData[{ -Cell[770814, 16560, 1622, 45, 70, "VerificationTest",ExpressionUUID->"ab66e5eb-eb81-472c-8159-742116b50141", - CellID->625211884], -Cell[772439, 16607, 7559, 128, 70, "ExpectedOutput",ExpressionUUID->"dfabfdf2-8f20-4498-9ff2-11d03b3425e3", - CellID->298649617], -Cell[780001, 16737, 6109, 156, 70, "BottomCell",ExpressionUUID->"50af1679-5008-48ca-9808-f861f7b443ec", - CellID->1694459124] -}, Closed]], -Cell[CellGroupData[{ -Cell[786147, 16898, 1446, 39, 70, "VerificationTest",ExpressionUUID->"50260eb1-5082-46ab-a0b4-57d292ba9f28", - CellID->1182357615], -Cell[787596, 16939, 7108, 120, 70, "ExpectedOutput",ExpressionUUID->"978c437e-8b2a-4329-af31-cf2b0461ba18", - CellID->1218249614], -Cell[794707, 17061, 6108, 156, 70, "BottomCell",ExpressionUUID->"ffe84199-b447-495f-ae80-7c3c103acad8", - CellID->993854201] -}, Closed]], -Cell[CellGroupData[{ -Cell[800852, 17222, 1893, 52, 70, "VerificationTest",ExpressionUUID->"b3bf7550-36a6-43f7-b2a2-c58edc2c9809", - CellID->215703698], -Cell[802748, 17276, 4228, 73, 70, "ExpectedOutput",ExpressionUUID->"1bf2ece3-1b34-4fbd-9e97-a1a8985cea66", - CellID->379656150], -Cell[806979, 17351, 6108, 156, 70, "BottomCell",ExpressionUUID->"a8aa5958-7419-44e6-a28a-8501a76b4f41", - CellID->579749841] -}, Closed]], -Cell[CellGroupData[{ -Cell[813124, 17512, 650, 14, 70, "VerificationTest",ExpressionUUID->"85b65047-6fa8-40b5-84ce-5c897cc49246", - CellID->352684327], -Cell[813777, 17528, 13346, 233, 70, "ExpectedOutput",ExpressionUUID->"7146c556-7bbc-4aac-a6ad-d9431e3b84d5", - CellID->510618169], -Cell[827126, 17763, 6108, 156, 70, "BottomCell",ExpressionUUID->"4113cb90-db77-4424-93ab-3afd6c39d979", - CellID->722271248] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[833283, 17925, 167, 2, 70, "Section",ExpressionUUID->"75e79912-c0d0-429d-81c4-9ad915f9f72d", - CellID->1415877395], -Cell[CellGroupData[{ -Cell[833475, 17931, 274, 4, 70, "Subsection",ExpressionUUID->"496fbb4b-4e2e-4ce7-b583-4c7797c82730", - CellID->385085358], -Cell[CellGroupData[{ -Cell[833774, 17939, 1287, 31, 70, "VerificationTest",ExpressionUUID->"be938834-5c31-42e3-8713-f1cd2039608f", - CellID->55421575], -Cell[835064, 17972, 84479, 1411, 70, "ExpectedOutput",ExpressionUUID->"89502802-f872-4311-ba4f-b6c5cb8574d7", - CellID->1609991874], -Cell[919546, 19385, 6109, 156, 70, "BottomCell",ExpressionUUID->"15267705-a330-43c1-a956-879d95168dac", - CellID->1635292292] -}, Closed]], -Cell[CellGroupData[{ -Cell[925692, 19546, 912, 21, 70, "VerificationTest",ExpressionUUID->"e2904578-2027-43b0-aaa4-b5dfbe3880bf", - CellID->1142673876], -Cell[926607, 19569, 7524, 127, 70, "ExpectedOutput",ExpressionUUID->"59a8e966-c71a-4d78-89dd-3f3fe9252719", - CellID->2121062458], -Cell[934134, 19698, 6108, 156, 70, "BottomCell",ExpressionUUID->"45864f78-45dd-4e60-bcdd-f7033e256f06", - CellID->861837338] -}, Closed]], -Cell[CellGroupData[{ -Cell[940279, 19859, 1092, 26, 70, "VerificationTest",ExpressionUUID->"da5c4d8c-c26f-49ab-9c29-7390cb502817", - CellID->1279764065], -Cell[941374, 19887, 13868, 231, 70, "ExpectedOutput",ExpressionUUID->"312fbaba-3a32-415b-8d4e-b76077c5b5d6", - CellID->1945915750], -Cell[955245, 20120, 6108, 156, 70, "BottomCell",ExpressionUUID->"4e618675-acb1-47c0-9d2b-eb2fcb268d64", - CellID->122940751] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[961402, 20282, 279, 4, 70, "Subsection",ExpressionUUID->"d8b4e0d9-4f8a-430d-ae6c-cddada22652b", - CellID->1761383495], -Cell[CellGroupData[{ -Cell[961706, 20290, 1547, 42, 70, "VerificationTest",ExpressionUUID->"4e2825b4-185c-4890-8b78-72d1564b56ad", - CellID->2123727894], -Cell[963256, 20334, 24765, 410, 70, "ExpectedOutput",ExpressionUUID->"6abc18aa-df35-4bc5-a5e8-934c82c9a889", - CellID->169017671], -Cell[988024, 20746, 6108, 156, 70, "BottomCell",ExpressionUUID->"fb84ca97-f929-4a15-9569-67dbef131cf7", - CellID->385933643] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[994181, 20908, 287, 4, 70, "Subsection",ExpressionUUID->"6b521fdb-f718-42cd-b57a-c40ab6a094c7", - CellID->1268663076], -Cell[CellGroupData[{ -Cell[994493, 20916, 4605, 118, 70, "VerificationTest",ExpressionUUID->"9e62f1f9-4f5b-4d02-8c9a-0bf0b868dbaa", - CellID->1734893013], -Cell[999101, 21036, 42244, 710, 70, "ExpectedOutput",ExpressionUUID->"1973bb4d-675c-4f32-b9cb-ed4d40504045", - CellID->1961394172], -Cell[1041348, 21748, 6108, 156, 70, "BottomCell",ExpressionUUID->"dc295eef-630b-4a88-beae-020a6ccd8b7e", - CellID->986123961] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1047505, 21910, 271, 4, 70, "Subsection",ExpressionUUID->"d3647eb5-beef-4f81-b692-a9676148e91c", - CellID->55187269], -Cell[CellGroupData[{ -Cell[1047801, 21918, 1430, 31, 70, "VerificationTest",ExpressionUUID->"31137eb1-bb2d-42a8-a9a4-dcd043f4ecd5", - CellID->1866071780], -Cell[1049234, 21951, 10362, 174, 70, "ExpectedOutput",ExpressionUUID->"9fb69a2b-dc68-46db-aced-5da96f4f0706", - CellID->1217225672], -Cell[1059599, 22127, 6109, 156, 70, "BottomCell",ExpressionUUID->"436bb6e0-4fe5-421f-9292-b41531eadd6c", - CellID->1654108628] -}, Closed]], -Cell[CellGroupData[{ -Cell[1065745, 22288, 1127, 28, 70, "VerificationTest",ExpressionUUID->"114da9ec-e179-4b7c-a4f5-b5714d5b6b93", - CellID->428943664], -Cell[1066875, 22318, 12634, 211, 70, "ExpectedOutput",ExpressionUUID->"d91b4bff-5937-40c4-9e74-3433eb0c1e18", - CellID->153557869], -Cell[1079512, 22531, 6109, 156, 70, "BottomCell",ExpressionUUID->"b68235bf-3a10-4446-8a0f-2119b54c9e6c", - CellID->1427900381] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1085694, 22695, 429, 6, 48, "Subchapter",ExpressionUUID->"dc5f5770-3b79-4c58-be1e-aeedc45871f2", - CellID->685108645], -Cell[CellGroupData[{ -Cell[1086148, 22705, 200, 3, 70, "Section",ExpressionUUID->"3f59c1e9-fadd-4c27-963d-55ae9314d8c7", - CellID->1961164948], -Cell[CellGroupData[{ -Cell[1086373, 22712, 1005, 23, 70, "VerificationTest",ExpressionUUID->"d704e693-7ede-407c-9157-85cacea3d7d3", - CellID->2147286428], -Cell[1087381, 22737, 1550, 32, 70, "ExpectedOutput",ExpressionUUID->"bc2e4ffa-e50a-468a-882e-26c497df3eb6", - CellID->980307561], -Cell[1088934, 22771, 6108, 156, 70, "BottomCell",ExpressionUUID->"bc67d57d-2e41-4c79-9741-682964def4d3", - CellID->591948242] -}, Closed]], -Cell[CellGroupData[{ -Cell[1095079, 22932, 907, 21, 70, "VerificationTest",ExpressionUUID->"23e49ca6-1724-434c-8174-336ebebba92c", - CellID->511145714], -Cell[1095989, 22955, 1678, 35, 70, "ExpectedOutput",ExpressionUUID->"fc941fed-5734-4d3e-87ad-884fa2a7118f", - CellID->891427198], -Cell[1097670, 22992, 6109, 156, 70, "BottomCell",ExpressionUUID->"1c3bb30b-02c9-4eae-bb4c-82d78f78d6f9", - CellID->1729850390] -}, Closed]], -Cell[CellGroupData[{ -Cell[1103816, 23153, 1104, 28, 70, "VerificationTest",ExpressionUUID->"b53ea550-303e-4526-a1e1-90591da92223", - CellID->21363257], -Cell[1104923, 23183, 1678, 35, 70, "ExpectedOutput",ExpressionUUID->"3f63c061-e462-462f-8542-c612da5b065f", - CellID->422491350], -Cell[1106604, 23220, 6108, 156, 70, "BottomCell",ExpressionUUID->"8d77db54-4394-455f-857c-80ca0f454248", - CellID->961891644] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1112761, 23382, 167, 2, 70, "Section",ExpressionUUID->"d6843ead-fa4a-4dce-9845-f59fcdb1132c", - CellID->1720266880], -Cell[CellGroupData[{ -Cell[1112953, 23388, 225, 3, 70, "Subsection",ExpressionUUID->"e4a493fc-430b-49c6-b60e-8fff367acf94", - CellID->828102718], -Cell[CellGroupData[{ -Cell[1113203, 23395, 1139, 26, 70, "VerificationTest",ExpressionUUID->"13721068-b119-4532-a14b-d1f75e8a983d", - CellID->356992451], -Cell[1114345, 23423, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"07cb41dc-10f1-4f12-870f-7b38235db494", - CellID->2050297886], -Cell[1114461, 23426, 6108, 156, 70, "BottomCell",ExpressionUUID->"8d00374d-be8e-4a78-8b68-997cf4ab5647", - CellID->255966092] -}, Closed]], -Cell[CellGroupData[{ -Cell[1120606, 23587, 1135, 26, 70, "VerificationTest",ExpressionUUID->"ace06751-f7f0-4e3d-97de-6323af3d8f3a", - CellID->641521362], -Cell[1121744, 23615, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"8931d362-c7f3-4887-b52e-556da2c8950a", - CellID->1681623194], -Cell[1121860, 23618, 6108, 156, 70, "BottomCell",ExpressionUUID->"e14465fa-c979-4720-a361-ac324455e17d", - CellID->612363303] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1128017, 23780, 225, 3, 70, "Subsection",ExpressionUUID->"2e81e5a4-045a-4712-b225-717e0ba5cc1a", - CellID->1619114539], -Cell[CellGroupData[{ -Cell[1128267, 23787, 1437, 33, 70, "VerificationTest",ExpressionUUID->"fffa1ac7-cce3-4943-8ce6-4b82ba67dfd8", - CellID->1325849222], -Cell[1129707, 23822, 104819, 1732, 70, "ExpectedOutput",ExpressionUUID->"8cd682f0-2b9a-4a84-b22b-5558451f259a", - CellID->1257552882], -Cell[1234529, 25556, 6109, 156, 70, "BottomCell",ExpressionUUID->"1773a11a-ef48-4b15-8331-854fadda6507", - CellID->1248397097] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1240687, 25718, 224, 3, 70, "Subsection",ExpressionUUID->"9322ff57-9983-466f-94d9-db1be446b09e", - CellID->1942578767], -Cell[CellGroupData[{ -Cell[1240936, 25725, 1321, 31, 70, "VerificationTest",ExpressionUUID->"e8eae341-699b-470f-8255-3d0378db8620", - CellID->167905692], -Cell[1242260, 25758, 23606, 391, 70, "ExpectedOutput",ExpressionUUID->"1d2f964b-4bfe-4c62-9f80-393667bd89a3", - CellID->197453286], -Cell[1265869, 26151, 6108, 156, 70, "BottomCell",ExpressionUUID->"a7c968b5-3dca-4504-8665-ed77737e95b0", - CellID->894778089] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1272026, 26313, 220, 2, 70, "Subsection",ExpressionUUID->"e6b13e7d-06f1-42b5-9503-c7b09d47bc36", - CellID->2056601593], -Cell[CellGroupData[{ -Cell[1272271, 26319, 1378, 32, 70, "VerificationTest",ExpressionUUID->"ce0b5d6d-74fc-4d3a-b364-df2e629a0d36", - CellID->1254451027], -Cell[1273652, 26353, 28633, 473, 70, "ExpectedOutput",ExpressionUUID->"fc996a33-d14e-4aaf-8aa2-e9038ee0ee9a", - CellID->1711448190], -Cell[1302288, 26828, 6109, 156, 70, "BottomCell",ExpressionUUID->"a4765e63-3053-42cc-b767-da64bba7852c", - CellID->1854845529] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1308446, 26990, 231, 3, 70, "Subsection",ExpressionUUID->"9cecc297-9507-4963-9dd7-93156ed65059", - CellID->516781490], -Cell[CellGroupData[{ -Cell[1308702, 26997, 1753, 44, 70, "VerificationTest",ExpressionUUID->"45ed16ff-220b-450a-8498-cac34ca15817", - CellID->963121486], -Cell[1310458, 27043, 49450, 820, 70, "ExpectedOutput",ExpressionUUID->"50d540a0-2da8-4bdc-afff-ae7bdd4e786d", - CellID->1598567763], -Cell[1359911, 27865, 6109, 156, 70, "BottomCell",ExpressionUUID->"9241cd54-a7af-4fcd-9e79-0e1a2ffa9e07", - CellID->1516186051] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1366069, 28027, 278, 4, 70, "Subsection",ExpressionUUID->"4adaaca1-3d9e-4b45-90c3-916ca1ca87b2", - CellID->398580461], -Cell[CellGroupData[{ -Cell[1366372, 28035, 1953, 50, 70, "VerificationTest",ExpressionUUID->"7e8cb883-ffc6-42bf-b521-2ca8e4fc4801", - CellID->940313034], -Cell[1368328, 28087, 37041, 617, 70, "ExpectedOutput",ExpressionUUID->"9978caf1-4cc0-4c11-9686-cd2141656972", - CellID->509004165], -Cell[1405372, 28706, 6108, 156, 70, "BottomCell",ExpressionUUID->"7e9bffff-c695-4981-8cb3-4bbe8948e524", - CellID->498003855] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1411541, 28869, 176, 2, 70, "Section",ExpressionUUID->"822aa00b-a54a-4e6b-aeb1-bbe2684a606d", - CellID->2125368559], -Cell[CellGroupData[{ -Cell[1411742, 28875, 169, 2, 70, "Subsection",ExpressionUUID->"85cc4d11-777d-4c59-905e-881f3c44ffbd", - CellID->385434501], -Cell[CellGroupData[{ -Cell[1411936, 28881, 558, 13, 70, "VerificationTest",ExpressionUUID->"75f83bc9-f2ca-472d-9f62-ce2e34bd105b", - CellID->1685173535], -Cell[1412497, 28896, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"ca7695f5-0147-4b0b-bf51-6063fda1d053", - CellID->1697266109], -Cell[1412619, 28899, 238, 5, 70, "ExpectedMessage",ExpressionUUID->"422dbe45-13ae-4e3b-a73b-74b62816c446", - CellID->448574766], -Cell[1412860, 28906, 6109, 156, 70, "BottomCell",ExpressionUUID->"c97df9a5-7d7f-483b-b10c-4f85b5a0deb2", - CellID->1207018626] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1419018, 29068, 169, 2, 70, "Subsection",ExpressionUUID->"7e624ac3-05e3-4683-95ad-5acfd53f3bfb", - CellID->376597698], -Cell[CellGroupData[{ -Cell[1419212, 29074, 703, 16, 70, "VerificationTest",ExpressionUUID->"404ae37f-3ee6-44c5-88d6-302b11a565a4", - CellID->843202577], -Cell[1419918, 29092, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"9cb7f8ff-5f4c-4d47-acf0-df193cb549f6", - CellID->461125086], -Cell[1420039, 29095, 239, 5, 70, "ExpectedMessage",ExpressionUUID->"3621b356-a5cf-41ab-a0c9-7d5614871757", - CellID->2008322026], -Cell[1420281, 29102, 6109, 156, 70, "BottomCell",ExpressionUUID->"4948fdf1-f768-4164-bf07-ab7795fa3551", - CellID->1231517620] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1426439, 29264, 217, 3, 70, "Subsection",ExpressionUUID->"5418be8c-fb59-4341-8964-b597a6a8e8ec", - CellID->29020828], -Cell[CellGroupData[{ -Cell[1426681, 29271, 1140, 25, 70, "VerificationTest",ExpressionUUID->"ba64224b-b247-461f-bb61-fba4649a1db4", - CellID->274268327], -Cell[1427824, 29298, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"14eb35af-c00c-4a82-9794-8e23c68c2756", - CellID->1127865427], -Cell[1427946, 29301, 241, 5, 70, "ExpectedMessage",ExpressionUUID->"ca478f6e-f091-4f28-a41f-26b56e3f88dc", - CellID->196079520], -Cell[1428190, 29308, 6108, 156, 70, "BottomCell",ExpressionUUID->"88cee966-d3ea-4468-9f5f-a425d8cac412", - CellID->669249554] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1434371, 29472, 339, 4, 48, "Subchapter",ExpressionUUID->"c53d81fa-a363-4ec1-b000-cb403733ac90", - CellID->174212855], -Cell[CellGroupData[{ -Cell[1434735, 29480, 199, 3, 70, "Section",ExpressionUUID->"d8ea8438-5c83-44da-a3a9-9900c3eeab53", - CellID->975243124], -Cell[CellGroupData[{ -Cell[1434959, 29487, 288, 5, 70, "VerificationTest",ExpressionUUID->"eb0bbf16-296a-46f0-9bcc-5bf7634f9997", - CellID->1144075384], -Cell[1435250, 29494, 333, 7, 70, "ExpectedOutput",ExpressionUUID->"1eb560ee-95ec-4403-ba7f-db60758ce9cf", - CellID->2053887297], -Cell[1435586, 29503, 6109, 156, 70, "BottomCell",ExpressionUUID->"159e046e-3d12-469c-8f4f-909898a2cafe", - CellID->1705394739] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1441756, 29666, 378, 5, 48, "Subchapter",ExpressionUUID->"652e8606-a3e6-4436-a5be-f47e02ffff56", - CellID->645324955], -Cell[CellGroupData[{ -Cell[1442159, 29675, 200, 3, 70, "Section",ExpressionUUID->"9be333f8-fcdf-4214-a5ec-93cc7d884060", - CellID->1184101335], -Cell[CellGroupData[{ -Cell[1442384, 29682, 561, 14, 70, "VerificationTest",ExpressionUUID->"1d668275-e48d-4c86-bae8-c37f7150e291", - CellID->1264620372], -Cell[1442948, 29698, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"af230e26-4583-4853-9788-45667e62bcde", - CellID->828937845], -Cell[1443064, 29701, 6108, 156, 70, "BottomCell",ExpressionUUID->"799eb1cc-00e9-41e3-8613-43d26750410e", - CellID->105141864] -}, Closed]], -Cell[CellGroupData[{ -Cell[1449209, 29862, 290, 5, 70, "VerificationTest",ExpressionUUID->"35e5c8cb-a33b-44da-ba71-9f0e339aee80", - CellID->29248335], -Cell[1449502, 29869, 432, 9, 70, "ExpectedOutput",ExpressionUUID->"e092bedf-85a5-4370-81d6-af663fea443b", - CellID->1950494829], -Cell[1449937, 29880, 6109, 156, 70, "BottomCell",ExpressionUUID->"3b1f9bf0-8260-4c76-a7c2-52e98bd837dc", - CellID->1887750414] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1456095, 30042, 166, 2, 70, "Section",ExpressionUUID->"adf544c5-6ab2-4232-8054-7d894a3fe97d", - CellID->460180596], -Cell[CellGroupData[{ -Cell[1456286, 30048, 180, 2, 70, "Subsection",ExpressionUUID->"65794c8a-bc9f-4d27-b104-9134dec06379", - CellID->1625816683], -Cell[CellGroupData[{ -Cell[1456491, 30054, 712, 16, 70, "VerificationTest",ExpressionUUID->"e7d07b2b-2469-4858-bb5e-ae5cc1bcfffd", - CellID->1342358385], -Cell[1457206, 30072, 2249, 49, 70, "ExpectedOutput",ExpressionUUID->"5106772f-30d6-4147-aa00-188779c9e045", - CellID->1701664960], -Cell[1459458, 30123, 6108, 156, 70, "BottomCell",ExpressionUUID->"476aa689-c1ac-4e95-8efc-1c3ea6ceadb8", - CellID->497807320] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1465615, 30285, 180, 2, 70, "Subsection",ExpressionUUID->"fe2838b5-f8f8-4dc5-80cd-90f1b98de030", - CellID->756754980], -Cell[CellGroupData[{ -Cell[1465820, 30291, 716, 16, 70, "VerificationTest",ExpressionUUID->"63ba687a-67cc-4614-a2cf-faee6c38fa27", - CellID->1841224321], -Cell[1466539, 30309, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"8a66c516-6899-4786-9c9a-718f14c2ebb8", - CellID->217809777], -Cell[1466655, 30312, 6107, 156, 70, "BottomCell",ExpressionUUID->"ee3d0385-b131-4f18-a4f7-9057c4ce71ed", - CellID->51338528] -}, Closed]], -Cell[CellGroupData[{ -Cell[1472799, 30473, 719, 16, 70, "VerificationTest",ExpressionUUID->"1f56bc2c-3e5f-4a71-b957-ebb0c69a189f", - CellID->1948314969], -Cell[1473521, 30491, 112, 1, 70, "ExpectedOutput",ExpressionUUID->"bfe4b607-09a7-4931-a94a-a257bc93f047", - CellID->499034527], -Cell[1473636, 30494, 6109, 156, 70, "BottomCell",ExpressionUUID->"a255d42b-f3f3-4183-8ea3-d5b156c14cf4", - CellID->1705697649] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1479794, 30656, 169, 2, 70, "Subsection",ExpressionUUID->"8d17c710-76eb-4896-b35e-a24fe3e20db0", - CellID->15575178], -Cell[CellGroupData[{ -Cell[1479988, 30662, 746, 19, 70, "VerificationTest",ExpressionUUID->"fa2943b6-2956-48a1-bdff-045a2208500a", - CellID->1973250071], -Cell[1480737, 30683, 181, 3, 70, "ExpectedOutput",ExpressionUUID->"25736451-bc17-4f0a-959c-4b4c12a21765", - CellID->823982676], -Cell[1480921, 30688, 6108, 156, 70, "BottomCell",ExpressionUUID->"9f2f7e62-dc58-4af0-b79b-c08bc4ae180b", - CellID->901182940] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1487078, 30850, 180, 2, 70, "Subsection",ExpressionUUID->"b1056660-2f18-4997-ac1b-29c9b5cd9f23", - CellID->1035064608], -Cell[CellGroupData[{ -Cell[1487283, 30856, 700, 18, 70, "VerificationTest",ExpressionUUID->"fb4438f4-942e-4a64-a20a-23e350191d69", - CellID->1218764627], -Cell[1487986, 30876, 164, 3, 70, "ExpectedOutput",ExpressionUUID->"478a809f-7097-4b52-af9f-ff983f40a228", - CellID->1078060903], -Cell[1488153, 30881, 6109, 156, 70, "BottomCell",ExpressionUUID->"87275967-8802-4968-a392-980a20321602", - CellID->2126993936] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1494323, 31044, 176, 2, 70, "Section",ExpressionUUID->"f08f37f4-eac1-49e0-9a31-27cb0b69800f", - CellID->1166664125], -Cell[CellGroupData[{ -Cell[1494524, 31050, 217, 3, 70, "Subsection",ExpressionUUID->"8542246c-de61-4815-b541-f6bb4d10b1a5", - CellID->1215190597], -Cell[CellGroupData[{ -Cell[1494766, 31057, 472, 11, 70, "VerificationTest",ExpressionUUID->"e1f12b35-1546-4cb5-96c2-befd76bea2fc", - CellID->196583654], -Cell[1495241, 31070, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"9bfc3239-a947-49eb-87ea-1bb32a9fba65", - CellID->1151623692], -Cell[1495363, 31073, 233, 5, 70, "ExpectedMessage",ExpressionUUID->"934d7931-de92-4890-85dc-bef26721794e", - CellID->402269535], -Cell[1495599, 31080, 6109, 156, 70, "BottomCell",ExpressionUUID->"c4f99e7a-bb64-46f9-969d-520a97898c58", - CellID->1374294390] -}, Closed]], -Cell[CellGroupData[{ -Cell[1501745, 31241, 472, 11, 70, "VerificationTest",ExpressionUUID->"b4431cd4-544a-427e-8242-d6381bcf893b", - CellID->472361584], -Cell[1502220, 31254, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"f8662798-d1d1-43b9-ac0e-c11d8797ffc4", - CellID->1881582976], -Cell[1502342, 31257, 256, 5, 70, "ExpectedMessage",ExpressionUUID->"060978d2-63f4-4c61-95cf-302e3d59e8cd", - CellID->2068375557], -Cell[1502601, 31264, 6109, 156, 70, "BottomCell",ExpressionUUID->"e0487f3a-507d-4e85-b637-395af67f3a3b", - CellID->1579189245] -}, Closed]], -Cell[CellGroupData[{ -Cell[1508747, 31425, 499, 12, 70, "VerificationTest",ExpressionUUID->"80b3b7a2-70c9-4a9d-942b-85522a2bda9b", - CellID->990079656], -Cell[1509249, 31439, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"21551e22-3f5a-475a-aff0-82bd0e902a30", - CellID->1565481436], -Cell[1509371, 31442, 230, 5, 70, "ExpectedMessage",ExpressionUUID->"ad9f146f-6a7c-42e4-a73f-e18ab915a68f", - CellID->76851808], -Cell[1509604, 31449, 6108, 156, 70, "BottomCell",ExpressionUUID->"12836bbb-efb5-4482-bc77-91be9b10dc10", - CellID->683247442] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1515761, 31611, 169, 2, 70, "Subsection",ExpressionUUID->"4312838c-f3c1-4bf9-9f5f-a0b00535c670", - CellID->1355955233], -Cell[CellGroupData[{ -Cell[1515955, 31617, 593, 13, 70, "VerificationTest",ExpressionUUID->"48258b7c-ac46-466f-b3e1-276ceb335234", - CellID->870422095], -Cell[1516551, 31632, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"6a7149f4-657a-497a-9715-478695b47865", - CellID->525547301], -Cell[1516672, 31635, 236, 5, 70, "ExpectedMessage",ExpressionUUID->"76edab1e-0ac0-4420-9376-67d9d3328a41", - CellID->273247796], -Cell[1516911, 31642, 6108, 156, 70, "BottomCell",ExpressionUUID->"8f819f5a-c375-4429-a3d9-a31bbe31595f", - CellID->744697185] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1523092, 31806, 432, 6, 48, "Subchapter",ExpressionUUID->"562f40fa-a61e-4317-b571-4c96236b896e", - CellID->581091722], -Cell[CellGroupData[{ -Cell[1523549, 31816, 200, 3, 70, "Section",ExpressionUUID->"6be044a6-5f04-41e2-af71-06fdcfb85120", - CellID->1800428745], -Cell[CellGroupData[{ -Cell[1523774, 31823, 708, 16, 70, "VerificationTest",ExpressionUUID->"bd9cbeb2-1757-4052-b197-48d731c4a56c", - CellID->415672980], -Cell[1524485, 31841, 613, 7, 70, "ExpectedOutput",ExpressionUUID->"7455028d-ba56-4f24-be0c-2a6191950252", - CellID->451471169], -Cell[1525101, 31850, 6108, 156, 70, "BottomCell",ExpressionUUID->"13e9e4b1-9489-4850-8a1a-006eee850078", - CellID->590893579] -}, Closed]], -Cell[CellGroupData[{ -Cell[1531246, 32011, 551, 13, 70, "VerificationTest",ExpressionUUID->"3e122a56-fe38-49dd-bc1c-3a37b164bf6c", - CellID->310602462], -Cell[1531800, 32026, 1552, 19, 70, "ExpectedOutput",ExpressionUUID->"02e03be0-d8fe-4ebd-9df3-4e025cfa7ee8", - CellID->1910316624], -Cell[1533355, 32047, 6109, 156, 70, "BottomCell",ExpressionUUID->"a9d0c44b-a4dd-4c03-9517-1a6f24be10a6", - CellID->1183998525] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1539513, 32209, 167, 2, 70, "Section",ExpressionUUID->"fefbabf2-f092-4b70-ae9d-b6051881c043", - CellID->1775274647], -Cell[CellGroupData[{ -Cell[1539705, 32215, 365, 4, 70, "Subsection",ExpressionUUID->"b3b8a0b6-beee-40c9-91c9-f7fb7c4daee3", - CellID->2050684358], -Cell[CellGroupData[{ -Cell[1540095, 32223, 788, 17, 70, "VerificationTest",ExpressionUUID->"84d92142-cbd5-4fa0-b8ba-50d43d7b8077", - CellID->615670448], -Cell[1540886, 32242, 906, 11, 70, "ExpectedOutput",ExpressionUUID->"6669320b-a8b6-4f65-9012-f64caa6bb1dd", - CellID->997008290], -Cell[1541795, 32255, 6108, 156, 70, "BottomCell",ExpressionUUID->"63a6c2bc-a3e2-4877-a98b-c6f6c9680241", - CellID->879736573] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1547964, 32418, 176, 2, 70, "Section",ExpressionUUID->"66d6e44c-1271-42a0-96c9-191e167651eb", - CellID->1355295994], -Cell[CellGroupData[{ -Cell[1548165, 32424, 201, 2, 70, "Subsection",ExpressionUUID->"67c2db56-96e2-4164-95b7-8343a80a1971", - CellID->35368834], -Cell[CellGroupData[{ -Cell[1548391, 32430, 802, 17, 70, "VerificationTest",ExpressionUUID->"d94748f8-9472-475c-8482-85650c3879f0", - CellID->683705046], -Cell[1549196, 32449, 185, 2, 70, "ExpectedOutput",ExpressionUUID->"21b58a20-dd64-4121-8a17-be863dbd2368", - CellID->1993196672], -Cell[1549384, 32453, 345, 6, 70, "ExpectedMessage",ExpressionUUID->"ce89e381-c5cf-4693-9cc1-459cb47e1203", - CellID->1381308878], -Cell[1549732, 32461, 6108, 156, 70, "BottomCell",ExpressionUUID->"07534cf0-5cc8-49b6-864d-dae12847bd67", - CellID->307672816] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1555889, 32623, 196, 2, 70, "Subsection",ExpressionUUID->"8ab514ad-e83e-4741-b12e-6d482709a74a", - CellID->832274996], -Cell[CellGroupData[{ -Cell[1556110, 32629, 684, 12, 70, "VerificationTest",ExpressionUUID->"79e1af0b-7b45-4c49-a368-e86fdcd0f438", - CellID->476770095], -Cell[1556797, 32643, 184, 2, 70, "ExpectedOutput",ExpressionUUID->"4ec964c0-fc8d-4965-b7ae-ea2b0c94e0a8", - CellID->813499708], -Cell[1556984, 32647, 339, 6, 70, "ExpectedMessage",ExpressionUUID->"2af29b38-e7d9-4b4b-ab3c-21167d07ae11", - CellID->1608695554], -Cell[1557326, 32655, 6109, 156, 70, "BottomCell",ExpressionUUID->"14d263bd-b5f4-4ac1-a929-eeb1d76583ec", - CellID->2063880183] -}, Closed]], -Cell[CellGroupData[{ -Cell[1563472, 32816, 883, 18, 70, "VerificationTest",ExpressionUUID->"d1780920-72dd-408e-9caa-4467004fcf1b", - CellID->1928452574], -Cell[1564358, 32836, 185, 2, 70, "ExpectedOutput",ExpressionUUID->"83067468-50e7-4b93-8dfb-f6385abd68fc", - CellID->1679210694], -Cell[1564546, 32840, 336, 6, 70, "ExpectedMessage",ExpressionUUID->"60d5225f-c6d8-464c-83a4-0b89bcc0875f", - CellID->264045184], -Cell[1564885, 32848, 6109, 156, 70, "BottomCell",ExpressionUUID->"9854b981-bd9e-436a-b399-7c94b19203b3", - CellID->1478369337] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1571067, 33012, 330, 4, 48, "Subchapter",ExpressionUUID->"8e73a00a-cf8d-4a5f-beb3-a0c1b192bca1", - CellID->1796716666], -Cell[CellGroupData[{ -Cell[1571422, 33020, 200, 3, 70, "Section",ExpressionUUID->"47c77c44-58b8-4eeb-8593-5923ee5e2bce", - CellID->1649444995], -Cell[CellGroupData[{ -Cell[1571647, 33027, 365, 7, 70, "VerificationTest",ExpressionUUID->"377aba10-fec7-4f7c-9e3f-cb32e87da1cf", - CellID->226763144], -Cell[1572015, 33036, 215, 4, 70, "ExpectedOutput",ExpressionUUID->"7bc15458-6cb4-4012-8d5a-2b910b280094", - CellID->1572171430], -Cell[1572233, 33042, 544, 14, 70, "TestOptions",ExpressionUUID->"8f6584ab-6153-4c51-b8c0-4751b748dd6d", - CellID->917016320], -Cell[1572780, 33058, 6108, 156, 70, "BottomCell",ExpressionUUID->"08bb4e74-640d-407e-85e7-a97c527ade07", - CellID->567651169] -}, Closed]], -Cell[CellGroupData[{ -Cell[1578925, 33219, 399, 8, 70, "VerificationTest",ExpressionUUID->"8cd6ad65-226c-4bb4-9376-98c86e49d92f", - CellID->1743983839], -Cell[1579327, 33229, 214, 4, 70, "ExpectedOutput",ExpressionUUID->"e7699b34-e17b-4b0b-837a-9112fea1cd58", - CellID->132084170], -Cell[1579544, 33235, 545, 14, 70, "TestOptions",ExpressionUUID->"69ced69f-5268-49e7-badb-19825d8e5aa8", - CellID->1588037839], -Cell[1580092, 33251, 6109, 156, 70, "BottomCell",ExpressionUUID->"a4a2ce79-b168-4631-9040-6201ff95f2cf", - CellID->1390837409] -}, Closed]], -Cell[CellGroupData[{ -Cell[1586238, 33412, 606, 15, 70, "VerificationTest",ExpressionUUID->"4272463c-14ae-4f70-adaa-8af023a4ad87", - CellID->1285320009], -Cell[1586847, 33429, 396, 10, 70, "ExpectedOutput",ExpressionUUID->"8998a16a-90e0-44d7-a312-474a53612536", - CellID->835386090], -Cell[1587246, 33441, 253, 5, 70, "ExpectedMessage",ExpressionUUID->"35cb1f78-50e3-4aa6-94b4-0766a326e524", - CellID->508059960], -Cell[1587502, 33448, 6108, 156, 70, "BottomCell",ExpressionUUID->"ac765542-6fc5-4ae8-900c-44b6a3ecc348", - CellID->444835468] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1593659, 33610, 166, 2, 70, "Section",ExpressionUUID->"6a7bbc13-3f83-4cf6-a2cd-fea4486b50af", - CellID->657378893], -Cell[CellGroupData[{ -Cell[1593850, 33616, 227, 3, 70, "Subsection",ExpressionUUID->"1f6bc1a6-0c55-467b-a85f-757faee0e842", - CellID->1911174483], -Cell[CellGroupData[{ -Cell[1594102, 33623, 437, 9, 70, "VerificationTest",ExpressionUUID->"93d2cfe9-299d-427f-bd01-df8205cc3da8", - CellID->1962598710], -Cell[1594542, 33634, 212, 4, 70, "ExpectedOutput",ExpressionUUID->"505e2851-acda-4235-88b9-f003fd5e4af4", - CellID->47701050], -Cell[1594757, 33640, 497, 13, 70, "TestOptions",ExpressionUUID->"1994a08e-f776-4d3a-be07-c24af63794cd", - CellID->1214116933], -Cell[1595257, 33655, 6108, 156, 70, "BottomCell",ExpressionUUID->"544b86a7-8363-45f2-90eb-340ca86d29c2", - CellID->959135469] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1601414, 33817, 217, 3, 70, "Subsection",ExpressionUUID->"38195718-89bd-41b9-b9e6-570b0614d305", - CellID->1196627602], -Cell[CellGroupData[{ -Cell[1601656, 33824, 420, 9, 70, "VerificationTest",ExpressionUUID->"f9583e0a-a808-4606-8505-cd7a37878634", - CellID->734247357], -Cell[1602079, 33835, 130, 1, 70, "ExpectedOutput",ExpressionUUID->"e4ebcd96-5d1d-41c4-98ef-2630849142ad", - CellID->1054293437], -Cell[1602212, 33838, 496, 13, 70, "TestOptions",ExpressionUUID->"73e7db2e-e5fe-4f13-804a-a17e2ba8a714", - CellID->622224262], -Cell[1602711, 33853, 6109, 156, 70, "BottomCell",ExpressionUUID->"701db270-e09c-48f0-9de0-d0337de5417e", - CellID->1177573101] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1608881, 34016, 175, 2, 70, "Section",ExpressionUUID->"56f1e6d7-ed20-45fa-a9e3-2dec6edb5366", - CellID->535752659], -Cell[CellGroupData[{ -Cell[1609081, 34022, 388, 8, 70, "VerificationTest",ExpressionUUID->"d2d82a61-11de-4071-b3b3-dbf754dd0768", - CellID->969006277], -Cell[1609472, 34032, 120, 1, 70, "ExpectedOutput",ExpressionUUID->"f29cf593-e13a-4c3e-a873-726df1f6aa72", - CellID->1720002338], -Cell[1609595, 34035, 256, 5, 70, "ExpectedMessage",ExpressionUUID->"9016861e-e203-4c08-a255-f80161209eae", - CellID->2011823026], -Cell[1609854, 34042, 6108, 156, 70, "BottomCell",ExpressionUUID->"1e0e894d-97b2-48f6-8cff-c545622db56d", - CellID->261817755] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1616023, 34205, 339, 4, 48, "Subchapter",ExpressionUUID->"99208a3f-1508-46d4-b45d-79019c58ae52", - CellID->627879004], -Cell[CellGroupData[{ -Cell[1616387, 34213, 198, 3, 70, "Section",ExpressionUUID->"de849ed1-796a-4d96-80a5-c7e35981727d", - CellID->27778870], -Cell[CellGroupData[{ -Cell[1616610, 34220, 374, 8, 70, "VerificationTest",ExpressionUUID->"33e4047f-6f52-442e-a2eb-82a75844e191", - CellID->555505620], -Cell[1616987, 34230, 326, 6, 70, "ExpectedOutput",ExpressionUUID->"27de6ca2-d100-42cd-9a53-a370a6713ded", - CellID->1271541831], -Cell[1617316, 34238, 6108, 156, 70, "BottomCell",ExpressionUUID->"4a804737-168d-46d1-abcd-ad17b372587c", - CellID->177015582] -}, Closed]], -Cell[CellGroupData[{ -Cell[1623461, 34399, 387, 8, 70, "VerificationTest",ExpressionUUID->"5141a859-3e6f-4376-80f0-ad20209abca8", - CellID->1697159244], -Cell[1623851, 34409, 507, 10, 70, "ExpectedOutput",ExpressionUUID->"308f6334-d8d5-4a7c-b40c-a6984c74f61a", - CellID->1277614454], -Cell[1624361, 34421, 6108, 156, 70, "BottomCell",ExpressionUUID->"513fe317-dd77-4413-bc58-1594461e1403", - CellID->836035579] -}, Closed]], -Cell[CellGroupData[{ -Cell[1630506, 34582, 377, 8, 70, "VerificationTest",ExpressionUUID->"094732bc-fd00-4b9b-9138-fbf65fa0aa8b", - CellID->1248937634], -Cell[1630886, 34592, 512, 10, 70, "ExpectedOutput",ExpressionUUID->"b196ed6a-99b7-4a8e-9b6e-88b44c5f1341", - CellID->1389648860], -Cell[1631401, 34604, 6108, 156, 70, "BottomCell",ExpressionUUID->"cd438362-bc26-4617-ae58-56df1fd6b684", - CellID->264473932] -}, Closed]], -Cell[CellGroupData[{ -Cell[1637546, 34765, 382, 8, 70, "VerificationTest",ExpressionUUID->"976ee145-f8ee-4e33-94e2-675d7530d3d5", - CellID->1699550472], -Cell[1637931, 34775, 508, 10, 70, "ExpectedOutput",ExpressionUUID->"21fb96d0-f8b0-4802-8d04-97672a18ee4b", - CellID->664794157], -Cell[1638442, 34787, 6109, 156, 70, "BottomCell",ExpressionUUID->"b4167f52-7b65-4e35-919a-178717ce54e5", - CellID->1869709481] -}, Closed]], -Cell[CellGroupData[{ -Cell[1644588, 34948, 348, 7, 70, "VerificationTest",ExpressionUUID->"9c5c14cd-7d60-4f4b-a4c1-208657132751", - CellID->359741687], -Cell[1644939, 34957, 228, 4, 70, "ExpectedOutput",ExpressionUUID->"adbff146-951a-4aef-a832-7cfd4d0264ce", - CellID->1012067104], -Cell[1645170, 34963, 6107, 156, 70, "BottomCell",ExpressionUUID->"e3d31038-c697-4328-bd6d-598149319b1d", - CellID->79040616] -}, Closed]], -Cell[CellGroupData[{ -Cell[1651314, 35124, 359, 7, 70, "VerificationTest",ExpressionUUID->"69563ff1-5fe8-4586-8665-14212570dc2e", - CellID->18682056], -Cell[1651676, 35133, 326, 6, 70, "ExpectedOutput",ExpressionUUID->"80a9e55d-7aa5-4a90-be8f-0b9dbdedb126", - CellID->456702730], -Cell[1652005, 35141, 6109, 156, 70, "BottomCell",ExpressionUUID->"2b3cb5f9-7745-494f-b034-b3cd677132b2", - CellID->1290739266] -}, Closed]], -Cell[CellGroupData[{ -Cell[1658151, 35302, 424, 10, 70, "VerificationTest",ExpressionUUID->"dd4319de-b0c5-457b-9ebb-58eb18b2896f", - CellID->1061798197], -Cell[1658578, 35314, 768, 18, 70, "ExpectedOutput",ExpressionUUID->"9f762314-5635-4f3b-863c-3d42fbc8ea53", - CellID->53190409], -Cell[1659349, 35334, 6109, 156, 70, "BottomCell",ExpressionUUID->"0f460559-a3f3-4f7a-9cf9-3c803fcc8183", - CellID->1722525315] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1665507, 35496, 236, 3, 70, "Section",ExpressionUUID->"5f27f425-f90e-45dd-bc83-70091d41917a", - CellID->875516691], -Cell[CellGroupData[{ -Cell[1665768, 35503, 495, 12, 70, "VerificationTest",ExpressionUUID->"43828f7f-56f5-4296-8353-9bf1f73d7cbd", - CellID->2031294225], -Cell[1666266, 35517, 1128, 23, 70, "ExpectedOutput",ExpressionUUID->"93a2ae9a-d385-4f83-8b3f-3b20cc9a721a", - CellID->1414503216], -Cell[1667397, 35542, 6108, 156, 70, "BottomCell",ExpressionUUID->"4f31e43a-418c-40f4-8066-df43b04f10d0", - CellID->255923998] -}, Closed]], -Cell[CellGroupData[{ -Cell[1673542, 35703, 642, 14, 70, "VerificationTest",ExpressionUUID->"2ec07e65-c924-45ca-b7f9-7545a3420673", - CellID->2122592626], -Cell[1674187, 35719, 885, 17, 70, "ExpectedOutput",ExpressionUUID->"7d74f5f9-77e9-4098-9ea7-8edcace06ebb", - CellID->415921218], -Cell[1675075, 35738, 6109, 156, 70, "BottomCell",ExpressionUUID->"206b1e9a-8cba-4c17-a404-8ff43ac46c2d", - CellID->2052373092] -}, Closed]], -Cell[CellGroupData[{ -Cell[1681221, 35899, 767, 18, 70, "VerificationTest",ExpressionUUID->"c2529dae-c085-4b29-8f20-af0501b14f13", - CellID->341120066], -Cell[1681991, 35919, 224, 4, 70, "ExpectedOutput",ExpressionUUID->"f4b7ee1a-4515-4b91-9b98-2ef77a5176f6", - CellID->1571095419], -Cell[1682218, 35925, 6109, 156, 70, "BottomCell",ExpressionUUID->"9b955075-c908-426d-8521-d72e464a8288", - CellID->1352219130] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1688376, 36087, 166, 2, 70, "Section",ExpressionUUID->"8f31b6d4-8a86-4733-91e0-b77f5dcc5d80", - CellID->251076393], -Cell[CellGroupData[{ -Cell[1688567, 36093, 232, 3, 70, "Subsection",ExpressionUUID->"37679f32-55fe-40b1-9769-c8a6932bf225", - CellID->35570796], -Cell[CellGroupData[{ -Cell[1688824, 36100, 729, 17, 70, "VerificationTest",ExpressionUUID->"8c454335-a45b-41c2-9a88-e6d4b2639c79", - CellID->1867492134], -Cell[1689556, 36119, 782, 17, 70, "ExpectedOutput",ExpressionUUID->"f7eb5387-e29c-437c-84e7-948cc243ef65", - CellID->1466795233], -Cell[1690341, 36138, 6109, 156, 70, "BottomCell",ExpressionUUID->"60c1ed41-4907-43ee-8565-ee5751607b0d", - CellID->2074965356] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1696499, 36300, 220, 3, 70, "Subsection",ExpressionUUID->"6f951254-7969-461b-bcde-c511eed28f91", - CellID->837914506], -Cell[CellGroupData[{ -Cell[1696744, 36307, 1014, 23, 70, "VerificationTest",ExpressionUUID->"e89d3745-7eaa-420f-89e8-08ec1dbb3c42", - CellID->1797996543], -Cell[1697761, 36332, 3112, 66, 70, "ExpectedOutput",ExpressionUUID->"815201ef-bc7b-4a17-9bdc-7e8c6c748b9a", - CellID->1685501264], -Cell[1700876, 36400, 6108, 156, 70, "BottomCell",ExpressionUUID->"83890704-6565-4d56-856e-7e52b543f5f0", - CellID->955794659] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1707033, 36562, 222, 3, 70, "Subsection",ExpressionUUID->"9984d636-b945-42d4-8f89-c1e75271744b", - CellID->193941968], -Cell[CellGroupData[{ -Cell[1707280, 36569, 1041, 24, 70, "VerificationTest",ExpressionUUID->"97434466-96cc-416a-aa9c-b66e215609d3", - CellID->1774085843], -Cell[1708324, 36595, 3956, 84, 70, "ExpectedOutput",ExpressionUUID->"42d4b22f-348f-4096-a00f-15bbb3839da3", - CellID->1397808353], -Cell[1712283, 36681, 6108, 156, 70, "BottomCell",ExpressionUUID->"2208e5f9-608d-4fff-b90b-2e5349677def", - CellID->863154253] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1718440, 36843, 180, 2, 70, "Subsection",ExpressionUUID->"3a498161-9da7-4f13-934a-1967d655fb69", - CellID->1091240671], -Cell[CellGroupData[{ -Cell[1718645, 36849, 278, 7, 70, "VerificationTest",ExpressionUUID->"4f28065a-a465-4e1c-870f-cb2d8cac75cd", - CellID->1866106496], -Cell[1718926, 36858, 4601, 66, 70, "ExpectedOutput",ExpressionUUID->"ff9aebac-9ac6-481e-bb33-8a4b467e9fcf", - CellID->1800697484], -Cell[1723530, 36926, 6108, 156, 70, "BottomCell",ExpressionUUID->"b5d82149-7d6d-4d1f-9765-fbfd56d9d033", - CellID->781494686] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1729699, 37089, 176, 2, 70, "Section",ExpressionUUID->"61713f2f-1dfe-4f1d-a11d-f6613123e3f8", - CellID->1778828963], -Cell[CellGroupData[{ -Cell[1729900, 37095, 438, 10, 70, "VerificationTest",ExpressionUUID->"74464302-ae78-4fd7-8d94-817abc4e24d1", - CellID->1890280516], -Cell[1730341, 37107, 117, 1, 70, "ExpectedOutput",ExpressionUUID->"2a5ee09d-f544-44be-9393-22eea5b8d325", - CellID->71558694], -Cell[1730461, 37110, 267, 5, 70, "ExpectedMessage",ExpressionUUID->"5cf2c220-d59c-4fc5-b5ca-e3b585425037", - CellID->1990843730], -Cell[1730731, 37117, 6108, 156, 70, "BottomCell",ExpressionUUID->"a60780c3-53f2-4969-912c-783685f1991b", - CellID->571202550] -}, Closed]], -Cell[CellGroupData[{ -Cell[1736876, 37278, 423, 10, 70, "VerificationTest",ExpressionUUID->"53494694-1eed-4e5f-8322-f8a45deed8e2", - CellID->947008851], -Cell[1737302, 37290, 227, 4, 70, "ExpectedOutput",ExpressionUUID->"b706f766-8f9d-454b-a02e-a498293bc3a4", - CellID->1376450840], -Cell[1737532, 37296, 6108, 156, 70, "BottomCell",ExpressionUUID->"9e21f6bb-7e0c-4219-9c4d-badacaa2a460", - CellID->949355760] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1743701, 37459, 329, 4, 48, "Subchapter",ExpressionUUID->"d4419b11-bf49-40a6-81db-6ce575fa1e35", - CellID->138183948], -Cell[CellGroupData[{ -Cell[1744055, 37467, 200, 3, 70, "Section",ExpressionUUID->"5af579e1-a553-4df8-82fb-963111f0e00e", - CellID->1027791629], -Cell[CellGroupData[{ -Cell[1744280, 37474, 367, 8, 70, "VerificationTest",ExpressionUUID->"35671294-c191-401f-866d-21b64dc3bf83", - CellID->604728550], -Cell[1744650, 37484, 484, 13, 70, "ExpectedOutput",ExpressionUUID->"02f183ac-cac5-450c-bea9-ff0c0a9e6717", - CellID->1780122246], -Cell[1745137, 37499, 6107, 156, 70, "BottomCell",ExpressionUUID->"b5dd06d8-ec91-42cf-888d-ecdd5a1387b9", - CellID->18761110] -}, Closed]], -Cell[CellGroupData[{ -Cell[1751281, 37660, 272, 5, 70, "VerificationTest",ExpressionUUID->"0c018454-de1e-4c90-84ec-fe7f27e7b8b0", - CellID->1860630979], -Cell[1751556, 37667, 413, 10, 70, "ExpectedOutput",ExpressionUUID->"ebbb03b6-0c97-4919-9162-23a58d323671", - CellID->2115480086], -Cell[1751972, 37679, 6109, 156, 70, "BottomCell",ExpressionUUID->"eb8ed5e5-9d58-44b5-afb8-cbc67a82df45", - CellID->1785363308] -}, Closed]], -Cell[CellGroupData[{ -Cell[1758118, 37840, 277, 5, 70, "VerificationTest",ExpressionUUID->"0a877c22-1d1e-4a86-af79-6b965efad6fd", - CellID->1337790025], -Cell[1758398, 37847, 465, 12, 70, "ExpectedOutput",ExpressionUUID->"db759b2b-4bbf-4a1e-9f00-5d5742ae44a7", - CellID->83166085], -Cell[1758866, 37861, 6109, 156, 70, "BottomCell",ExpressionUUID->"409b0a17-6d78-4830-a889-904372ec75c9", - CellID->1959601672] -}, Closed]], -Cell[CellGroupData[{ -Cell[1765012, 38022, 330, 8, 70, "VerificationTest",ExpressionUUID->"bd837cc5-95b7-4f06-a0cd-f89ed7303925", - CellID->1603250190], -Cell[1765345, 38032, 129, 1, 70, "ExpectedOutput",ExpressionUUID->"43c02956-2112-474a-833d-f7eb1b8498e4", - CellID->1348624421], -Cell[1765477, 38035, 6109, 156, 70, "BottomCell",ExpressionUUID->"18e80080-19e6-47b3-82a1-43e617d3acd8", - CellID->1216090912] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1771635, 38197, 167, 2, 70, "Section",ExpressionUUID->"147eb33d-cd31-4b80-95f5-e3c161129e37", - CellID->1182665882], -Cell[CellGroupData[{ -Cell[1771827, 38203, 224, 3, 70, "Subsection",ExpressionUUID->"5c4badc2-87fd-4a8f-9ebc-11f270b08507", - CellID->2104325789], -Cell[CellGroupData[{ -Cell[1772076, 38210, 343, 7, 70, "VerificationTest",ExpressionUUID->"b13a2315-2640-4ed0-aad6-828e6f39fe5f", - CellID->686353325], -Cell[1772422, 38219, 410, 11, 70, "ExpectedOutput",ExpressionUUID->"52ef2a6f-1778-4fb6-9d0c-39b96ff08053", - CellID->1405665238], -Cell[1772835, 38232, 6109, 156, 70, "BottomCell",ExpressionUUID->"c0c88b26-278c-41f1-98af-3155ae11d55d", - CellID->1238089485] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1778993, 38394, 219, 3, 70, "Subsection",ExpressionUUID->"5cb6f135-270c-4078-ab53-8fce525aa525", - CellID->495353280], -Cell[CellGroupData[{ -Cell[1779237, 38401, 375, 8, 70, "VerificationTest",ExpressionUUID->"d0522f29-b9cc-4f77-b510-6d7ab39bddd4", - CellID->715363958], -Cell[1779615, 38411, 460, 12, 70, "ExpectedOutput",ExpressionUUID->"869308cd-2bed-4ffe-93c1-22de045f2bf3", - CellID->1508586200], -Cell[1780078, 38425, 6109, 156, 70, "BottomCell",ExpressionUUID->"96404783-9191-490d-8feb-ffce5e34012d", - CellID->1600918612] -}, Closed]], -Cell[CellGroupData[{ -Cell[1786224, 38586, 439, 9, 70, "VerificationTest",ExpressionUUID->"0c03b49b-ebfa-47a2-a92a-3ecab868212b", - CellID->1151354155], -Cell[1786666, 38597, 435, 11, 70, "ExpectedOutput",ExpressionUUID->"8bdace3d-8192-4dfb-a6f5-c7546c057dda", - CellID->1981623615], -Cell[1787104, 38610, 6108, 156, 70, "BottomCell",ExpressionUUID->"099e3fe3-af6b-4caa-9512-7c3c5dacc459", - CellID->816498621] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1793273, 38773, 176, 2, 70, "Section",ExpressionUUID->"aba9d61d-7d4c-4d1f-b7fc-416ad7cca1a6", - CellID->1755961188], -Cell[CellGroupData[{ -Cell[1793474, 38779, 194, 2, 70, "Subsection",ExpressionUUID->"893f7b72-3b3d-4272-b8f2-c465a6c1a489", - CellID->1282817273], -Cell[CellGroupData[{ -Cell[1793693, 38785, 324, 7, 70, "VerificationTest",ExpressionUUID->"2d93aa1e-7f47-4026-9e50-58cb43fcf1fb", - CellID->1948809519], -Cell[1794020, 38794, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"733ffe7c-c733-4f34-a6ad-36e19b085a37", - CellID->221001789], -Cell[1794141, 38797, 322, 7, 70, "ExpectedMessage",ExpressionUUID->"7893d81a-7238-44e5-b42f-a76e36786f63", - CellID->1603662986], -Cell[1794466, 38806, 6108, 156, 70, "BottomCell",ExpressionUUID->"2c33aaf9-c823-43b0-a871-8ae466ce1b4f", - CellID->471818817] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1800623, 38968, 169, 2, 70, "Subsection",ExpressionUUID->"536c7ef3-0cbb-4926-8f3b-f6d31ae7a769", - CellID->652190234], -Cell[CellGroupData[{ -Cell[1800817, 38974, 473, 10, 70, "VerificationTest",ExpressionUUID->"23ed0846-f1ad-4b53-8da1-9f189c786c96", - CellID->1698354], -Cell[1801293, 38986, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"cffff02e-7cfd-4ded-82af-a802c3747985", - CellID->626948267], -Cell[1801414, 38989, 313, 6, 70, "ExpectedMessage",ExpressionUUID->"a0593069-b1ec-4724-9446-3970995cefde", - CellID->1564751287], -Cell[1801730, 38997, 6109, 156, 70, "BottomCell",ExpressionUUID->"ab7f9d86-9447-4335-8815-1f18c76ed4b1", - CellID->1349232595] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1807912, 39161, 355, 5, 48, "Subchapter",ExpressionUUID->"c7ddb82f-e3fe-4380-adfd-d9aa293c8449", - CellID->1077219974], -Cell[CellGroupData[{ -Cell[1808292, 39170, 200, 3, 70, "Section",ExpressionUUID->"50b1162d-1e07-42f3-977d-139cf598a521", - CellID->1548958808], -Cell[CellGroupData[{ -Cell[1808517, 39177, 258, 5, 70, "VerificationTest",ExpressionUUID->"a7f17fe0-87bd-4557-9975-80b099a79d47", - CellID->1405330268], -Cell[1808778, 39184, 173, 3, 70, "ExpectedOutput",ExpressionUUID->"f1a443c9-fbb5-491f-8aa4-608e9e1ba320", - CellID->1360664570], -Cell[1808954, 39189, 6109, 156, 70, "BottomCell",ExpressionUUID->"fa0cae9e-7e8f-45d9-a055-d2e54da4c3b8", - CellID->1272395492] -}, Closed]], -Cell[CellGroupData[{ -Cell[1815100, 39350, 270, 5, 70, "VerificationTest",ExpressionUUID->"b34964ea-8ddc-484a-bb13-2bf4c88cc326", - CellID->777059017], -Cell[1815373, 39357, 216, 5, 70, "ExpectedOutput",ExpressionUUID->"19e692b4-4d15-4b4a-a255-43225f27eb9b", - CellID->1182841312], -Cell[1815592, 39364, 6108, 156, 70, "BottomCell",ExpressionUUID->"524e8899-3159-47b1-b11c-c9573acf796b", - CellID->508877218] -}, Closed]], -Cell[CellGroupData[{ -Cell[1821737, 39525, 291, 5, 70, "VerificationTest",ExpressionUUID->"be6b9561-2903-4f53-aed8-fb18d0c0fa19", - CellID->1968518379], -Cell[1822031, 39532, 172, 3, 70, "ExpectedOutput",ExpressionUUID->"f6124198-3c3a-4d7b-b167-662cfda48dfb", - CellID->755330171], -Cell[1822206, 39537, 6109, 156, 70, "BottomCell",ExpressionUUID->"8e381e1f-9818-498c-a11c-c65e889116dd", - CellID->1419520572] -}, Closed]], -Cell[CellGroupData[{ -Cell[1828352, 39698, 262, 5, 70, "VerificationTest",ExpressionUUID->"6667b892-ed88-49d6-84d0-5c138a2c1731", - CellID->816588543], -Cell[1828617, 39705, 218, 5, 70, "ExpectedOutput",ExpressionUUID->"e1ab6444-c951-43ac-9c83-4d7ec7905c6c", - CellID->1983137871], -Cell[1828838, 39712, 6109, 156, 70, "BottomCell",ExpressionUUID->"1fc3b903-7eb9-4a74-baf5-227476a5afc4", - CellID->1486419081] -}, Closed]], -Cell[CellGroupData[{ -Cell[1834984, 39873, 402, 7, 70, "VerificationTest",ExpressionUUID->"f9edeb87-5657-463f-a29d-3a4d015ad867", - CellID->104735017], -Cell[1835389, 39882, 235, 5, 70, "ExpectedOutput",ExpressionUUID->"f00f5d63-f7d1-45e1-813e-a8c7d47cb319", - CellID->1492323826], -Cell[1835627, 39889, 6108, 156, 70, "BottomCell",ExpressionUUID->"e539d53e-372e-4569-97fe-58492451db49", - CellID->568228816] -}, Closed]], -Cell[CellGroupData[{ -Cell[1841772, 40050, 402, 7, 70, "VerificationTest",ExpressionUUID->"2d924646-db23-48bf-b761-6791f9326ac4", - CellID->743333881], -Cell[1842177, 40059, 255, 5, 70, "ExpectedOutput",ExpressionUUID->"4723847f-2d6a-47f4-9c48-f3b631ec7cb5", - CellID->1300163368], -Cell[1842435, 40066, 6108, 156, 70, "BottomCell",ExpressionUUID->"cf315ab4-020f-4382-8729-17ab6ac49344", - CellID->361932303] -}, Closed]], -Cell[CellGroupData[{ -Cell[1848580, 40227, 300, 6, 70, "VerificationTest",ExpressionUUID->"939a8153-33c5-4840-91cc-2c3d5693b542", - CellID->1895851270], -Cell[1848883, 40235, 217, 5, 70, "ExpectedOutput",ExpressionUUID->"153f9637-666d-4bac-bb8e-6331cadf5882", - CellID->1357424351], -Cell[1849103, 40242, 6109, 156, 70, "BottomCell",ExpressionUUID->"16a39535-3c6e-451c-9475-0d04ffb96c75", - CellID->1322528217] -}, Closed]], -Cell[CellGroupData[{ -Cell[1855249, 40403, 401, 7, 70, "VerificationTest",ExpressionUUID->"e85a0920-de5c-4c13-848c-7ee3f68646e1", - CellID->1781114119], -Cell[1855653, 40412, 235, 5, 70, "ExpectedOutput",ExpressionUUID->"6e330d89-8c55-4957-94b9-37558827fcce", - CellID->1410442500], -Cell[1855891, 40419, 6109, 156, 70, "BottomCell",ExpressionUUID->"c403cb30-72c6-4fa0-b634-95d63e77cd55", - CellID->1275996669] -}, Closed]], -Cell[CellGroupData[{ -Cell[1862037, 40580, 398, 7, 70, "VerificationTest",ExpressionUUID->"23f0129a-e2bf-43d6-9f6b-add23921c138", - CellID->1909555060], -Cell[1862438, 40589, 216, 5, 70, "ExpectedOutput",ExpressionUUID->"06920e6d-237c-4931-bdd6-5bc574ed0ed7", - CellID->1896272652], -Cell[1862657, 40596, 6108, 156, 70, "BottomCell",ExpressionUUID->"82e7a411-9b64-4b81-80fc-c4f539ba517c", - CellID->904316941] -}, Closed]], -Cell[CellGroupData[{ -Cell[1868802, 40757, 727, 18, 70, "VerificationTest",ExpressionUUID->"a9a5b119-81ad-4c0d-98fc-dc66d864a011", - CellID->2125709984], -Cell[1869532, 40777, 679, 20, 70, "ExpectedOutput",ExpressionUUID->"25819446-9838-4642-a3b9-b0d23a5cd633", - CellID->1269749596], -Cell[1870214, 40799, 6109, 156, 70, "BottomCell",ExpressionUUID->"339859c5-d771-415c-900d-8cc1a1a8aea0", - CellID->1113057568] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1876372, 40961, 237, 3, 70, "Section",ExpressionUUID->"b122b7e7-7781-4b97-b754-b9845ede3656", - CellID->1553917122], -Cell[CellGroupData[{ -Cell[1876634, 40968, 275, 5, 70, "VerificationTest",ExpressionUUID->"94ab55bd-52dc-4b1b-9b15-edd773f9b972", - CellID->136502746], -Cell[1876912, 40975, 195, 4, 70, "ExpectedOutput",ExpressionUUID->"1278b90d-d195-4b9a-9909-768279421cc3", - CellID->689117026], -Cell[1877110, 40981, 6108, 156, 70, "BottomCell",ExpressionUUID->"a85ae14f-ca5b-4bb5-9fdf-80131bb51ece", - CellID->428496359] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1883267, 41143, 167, 2, 70, "Section",ExpressionUUID->"f94f2ed1-6e83-4c4a-92ad-295d07e2b848", - CellID->1136438287], -Cell[CellGroupData[{ -Cell[1883459, 41149, 278, 4, 70, "Subsection",ExpressionUUID->"e937e62c-3fc3-4120-be66-b67e93f581e7", - CellID->398733191], -Cell[CellGroupData[{ -Cell[1883762, 41157, 374, 8, 70, "VerificationTest",ExpressionUUID->"09630e18-8ccb-4168-9b38-5bc19c59af47", - CellID->543821940], -Cell[1884139, 41167, 195, 4, 70, "ExpectedOutput",ExpressionUUID->"38ee82a6-dadc-438e-b367-948a10ea5985", - CellID->324943948], -Cell[1884337, 41173, 6109, 156, 70, "BottomCell",ExpressionUUID->"4e33ebab-fc2b-431a-a856-7068335b31d3", - CellID->1225637322] -}, Closed]], -Cell[CellGroupData[{ -Cell[1890483, 41334, 376, 8, 70, "VerificationTest",ExpressionUUID->"840f9921-6828-46e4-9718-d8a056c89c0a", - CellID->1664185864], -Cell[1890862, 41344, 202, 4, 70, "ExpectedOutput",ExpressionUUID->"d162e47e-6f9a-4e45-a7a0-44d6cb8de7f9", - CellID->1144797720], -Cell[1891067, 41350, 6108, 156, 70, "BottomCell",ExpressionUUID->"7c3ffdd7-3643-48eb-91b8-ee867226f397", - CellID->623328830] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1897224, 41512, 267, 3, 70, "Subsection",ExpressionUUID->"ea96902c-3527-4ce1-bfa5-6af88f81a492", - CellID->1359762497], -Cell[CellGroupData[{ -Cell[1897516, 41519, 469, 10, 70, "VerificationTest",ExpressionUUID->"ef9bcab1-f158-4702-9be2-801dfe2cee6a", - CellID->953493157], -Cell[1897988, 41531, 406, 11, 70, "ExpectedOutput",ExpressionUUID->"0182172b-8aa5-4f91-a802-11b551e0ef5f", - CellID->836515785], -Cell[1898397, 41544, 6108, 156, 70, "BottomCell",ExpressionUUID->"1f5f1716-bebc-4e4a-b055-ef1f295cb74a", - CellID->862415744] -}, Closed]], -Cell[CellGroupData[{ -Cell[1904542, 41705, 402, 8, 70, "VerificationTest",ExpressionUUID->"0d30865f-04a6-4f5d-823c-8fd67532b20b", - CellID->378155153], -Cell[1904947, 41715, 346, 9, 70, "ExpectedOutput",ExpressionUUID->"cdb6c9b9-4068-4ff2-8ffb-26212ed3fcd7", - CellID->1249544998], -Cell[1905296, 41726, 6109, 156, 70, "BottomCell",ExpressionUUID->"13ad87ea-6d57-4c92-9dc7-88dcca2643d6", - CellID->1254275805] -}, Closed]], -Cell[CellGroupData[{ -Cell[1911442, 41887, 438, 9, 70, "VerificationTest",ExpressionUUID->"3fea2f37-6fdb-4d81-b624-1a933f559e08", - CellID->155728532], -Cell[1911883, 41898, 344, 9, 70, "ExpectedOutput",ExpressionUUID->"ee00077e-10ad-484e-99b4-2fe3aaf5a6e1", - CellID->1694355278], -Cell[1912230, 41909, 6108, 156, 70, "BottomCell",ExpressionUUID->"0e1e41e1-ea04-4155-95af-cbcd5df5f925", - CellID->913975683] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1918399, 42072, 173, 2, 70, "Section",ExpressionUUID->"5532ef7d-b32f-4410-8214-58106a8f4047", - CellID->7315705], -Cell[CellGroupData[{ -Cell[1918597, 42078, 246, 3, 70, "Subsection",ExpressionUUID->"f719d34f-a02e-4efe-bd76-1ed496dda902", - CellID->1472969351], -Cell[CellGroupData[{ -Cell[1918868, 42085, 479, 9, 70, "VerificationTest",ExpressionUUID->"bef54c93-0860-40be-b824-c22975eaf782", - CellID->942879781], -Cell[1919350, 42096, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"7197ce98-14ad-401a-a696-41e2c08cfeeb", - CellID->698648054], -Cell[1919471, 42099, 483, 8, 70, "ExpectedMessage",ExpressionUUID->"f7059337-87af-4482-a907-16763ecaba4b", - CellID->1884745429], -Cell[1919957, 42109, 6108, 156, 70, "BottomCell",ExpressionUUID->"221dadab-09d4-4eae-a033-e72f6196425f", - CellID->238777190] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1926114, 42271, 258, 3, 70, "Subsection",ExpressionUUID->"78f8f52c-e8af-4816-aecb-639bd21586df", - CellID->574960190], -Cell[CellGroupData[{ -Cell[1926397, 42278, 553, 10, 70, "VerificationTest",ExpressionUUID->"40516d8b-cd0e-470c-804c-cd26a716d908", - CellID->297465828], -Cell[1926953, 42290, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"0ecb0b62-a413-4195-a2a8-1063b5de3fe5", - CellID->166240980], -Cell[1927074, 42293, 479, 8, 70, "ExpectedMessage",ExpressionUUID->"19d8ba5f-c092-4881-b5f9-03e31c1629f2", - CellID->135926113], -Cell[1927556, 42303, 6109, 156, 70, "BottomCell",ExpressionUUID->"4c22402f-58a7-4b05-8b86-a55ccdab6cd0", - CellID->1628779734] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1933738, 42467, 361, 5, 70, "Subchapter",ExpressionUUID->"c7b13ff8-dbf4-4633-98b9-4dca891d60f2", - CellID->861943726], -Cell[CellGroupData[{ -Cell[1934124, 42476, 200, 3, 70, "Section",ExpressionUUID->"9e4528ea-1820-4053-9d7e-ccd8d14856e3", - CellID->1911003867], -Cell[CellGroupData[{ -Cell[1934349, 42483, 269, 5, 70, "VerificationTest",ExpressionUUID->"2991f1ca-3bf0-4f68-bdf8-8bf68e61e407", - CellID->225953173], -Cell[1934621, 42490, 227, 5, 70, "ExpectedOutput",ExpressionUUID->"ab0b0639-ae63-4fb2-9e27-43b5899c7699", - CellID->843890715], -Cell[1934851, 42497, 6108, 156, 70, "BottomCell",ExpressionUUID->"2fcc6d63-96b1-49f8-9fae-1f919e969c15", - CellID->926941029] -}, Closed]], -Cell[CellGroupData[{ -Cell[1940996, 42658, 375, 8, 70, "VerificationTest",ExpressionUUID->"a9a4bfc6-d0f7-4a78-bc71-11246e2fc943", - CellID->1327979882], -Cell[1941374, 42668, 230, 5, 70, "ExpectedOutput",ExpressionUUID->"2ae1f595-152e-4d06-b267-d80c454859be", - CellID->560333503], -Cell[1941607, 42675, 6109, 156, 70, "BottomCell",ExpressionUUID->"b41bfdc9-cf3f-4e99-a9f8-ccf09ff00db8", - CellID->1251499065] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1947765, 42837, 236, 3, 70, "Section",ExpressionUUID->"aa01bc01-4eca-4b9e-b922-0b67bd46076c", - CellID->476568137], -Cell[CellGroupData[{ -Cell[1948026, 42844, 390, 8, 70, "VerificationTest",ExpressionUUID->"9abc8b76-9f28-4f3e-abbc-2b0f928c08e2", - CellID->1667234290], -Cell[1948419, 42854, 1045, 28, 70, "ExpectedOutput",ExpressionUUID->"eb10e0cc-18bc-451c-91a2-7078c98db79a", - CellID->840085974], -Cell[1949467, 42884, 6109, 156, 70, "BottomCell",ExpressionUUID->"a9c3720f-cc45-4037-8b47-91764c82a7aa", - CellID->1489946737] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1955625, 43046, 167, 2, 70, "Section",ExpressionUUID->"ee4bc752-8ec2-4489-9005-ce720f0f2613", - CellID->1714158896], -Cell[CellGroupData[{ -Cell[1955817, 43052, 282, 4, 70, "Subsection",ExpressionUUID->"b45f368b-0d08-49b8-b78d-6791f083c881", - CellID->1375440567], -Cell[CellGroupData[{ -Cell[1956124, 43060, 454, 11, 70, "VerificationTest",ExpressionUUID->"dab45f4b-8b25-4b72-9485-b6e8b85b81b9", - CellID->700267564], -Cell[1956581, 43073, 407, 11, 70, "ExpectedOutput",ExpressionUUID->"22603ef1-8a40-4590-9f07-7f987da7cc66", - CellID->1186562588], -Cell[1956991, 43086, 6109, 156, 70, "BottomCell",ExpressionUUID->"3bfd21a7-fd51-4d8c-9763-8e7bfd7fa526", - CellID->1875484739] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1963149, 43248, 265, 3, 70, "Subsection",ExpressionUUID->"e3204784-1395-4ea0-b0e5-72f28f82ed1e", - CellID->1235320284], -Cell[CellGroupData[{ -Cell[1963439, 43255, 367, 7, 70, "VerificationTest",ExpressionUUID->"c0070670-da2b-4823-bce3-07b4556329e0", - CellID->1272949105], -Cell[1963809, 43264, 316, 7, 70, "ExpectedOutput",ExpressionUUID->"27829cc5-2261-49cc-a7c1-171933bf50b0", - CellID->1223516321], -Cell[1964128, 43273, 6108, 156, 70, "BottomCell",ExpressionUUID->"bca2dc57-06d2-4871-a742-7bd20cc7e55a", - CellID->507037707] -}, Closed]], -Cell[CellGroupData[{ -Cell[1970273, 43434, 349, 7, 70, "VerificationTest",ExpressionUUID->"f6341aca-6736-4bbe-a72a-fab1845fa10e", - CellID->2032055890], -Cell[1970625, 43443, 436, 12, 70, "ExpectedOutput",ExpressionUUID->"f96ddbfb-64e7-44be-969b-635ae2300006", - CellID->1330904989], -Cell[1971064, 43457, 6108, 156, 70, "BottomCell",ExpressionUUID->"8f4d506c-0718-4793-860a-e9c201c388ec", - CellID->567630253] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1977221, 43619, 267, 3, 70, "Subsection",ExpressionUUID->"6df6c175-ac20-4e87-98bd-6c4305cb9a54", - CellID->1515633261], -Cell[CellGroupData[{ -Cell[1977513, 43626, 339, 7, 70, "VerificationTest",ExpressionUUID->"fe1907fc-fcbb-4e73-81de-1cce57dd92e5", - CellID->968363838], -Cell[1977855, 43635, 228, 5, 70, "ExpectedOutput",ExpressionUUID->"0b04ce8b-c282-4ab7-b99a-f5f123058cac", - CellID->1659948300], -Cell[1978086, 43642, 6109, 156, 70, "BottomCell",ExpressionUUID->"b52d4734-9058-4f78-9483-c43ae617c363", - CellID->1039302197] -}, Closed]], -Cell[CellGroupData[{ -Cell[1984232, 43803, 527, 13, 70, "VerificationTest",ExpressionUUID->"1c2ad858-363f-4eab-947d-294c4121d8ac", - CellID->425568570], -Cell[1984762, 43818, 1188, 33, 70, "ExpectedOutput",ExpressionUUID->"094f4778-d394-42e6-9eee-2ca71dcb9d9e", - CellID->1410411480], -Cell[1985953, 43853, 6109, 156, 70, "BottomCell",ExpressionUUID->"fd95b48e-a3ae-44db-b09d-f84c1e6bf25c", - CellID->2067523928] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[1992135, 44017, 383, 5, 70, "Subchapter",ExpressionUUID->"c36c99b5-8ffe-486d-90f4-6c8092695f16", - CellID->1358667642], -Cell[CellGroupData[{ -Cell[1992543, 44026, 199, 3, 70, "Section",ExpressionUUID->"3d142623-4985-4bc6-ab8f-a50533c9d5ab", - CellID->933440543], -Cell[CellGroupData[{ -Cell[1992767, 44033, 258, 5, 70, "VerificationTest",ExpressionUUID->"0c83fc54-1f9b-47da-908c-7b5cc7f1cd8b", - CellID->251359894], -Cell[1993028, 44040, 121, 1, 70, "ExpectedOutput",ExpressionUUID->"d74609e5-933c-4517-aefd-7a8d2ed10aa8", - CellID->505404809], -Cell[1993152, 44043, 6108, 156, 70, "BottomCell",ExpressionUUID->"05e53295-3af1-4d04-a686-34e41a1ceae4", - CellID->441765789] -}, Closed]], -Cell[CellGroupData[{ -Cell[1999297, 44204, 282, 5, 70, "VerificationTest",ExpressionUUID->"e481ed45-ab04-4c77-9f38-1eabca679b6a", - CellID->528795217], -Cell[1999582, 44211, 164, 2, 70, "ExpectedOutput",ExpressionUUID->"47243dd7-4187-45cf-9157-d5819084fbf9", - CellID->1173880833], -Cell[1999749, 44215, 6108, 156, 70, "BottomCell",ExpressionUUID->"5b704ce8-31e7-486e-bba9-f13845ca0189", - CellID->906648044] -}, Closed]], -Cell[CellGroupData[{ -Cell[2005894, 44376, 281, 5, 70, "VerificationTest",ExpressionUUID->"e453f7b8-084e-4513-823e-9f24a2273d1e", - CellID->80614374], -Cell[2006178, 44383, 165, 2, 70, "ExpectedOutput",ExpressionUUID->"84027b7b-eb6a-4f27-989d-2884fa848789", - CellID->1971086208], -Cell[2006346, 44387, 6109, 156, 70, "BottomCell",ExpressionUUID->"942ca4ab-0ad6-4d94-84de-b312cf142d24", - CellID->1637200043] -}, Closed]], -Cell[CellGroupData[{ -Cell[2012492, 44548, 314, 7, 70, "VerificationTest",ExpressionUUID->"405d2545-6dbb-445e-9e3b-263d2a7a181c", - CellID->579877021], -Cell[2012809, 44557, 123, 1, 70, "ExpectedOutput",ExpressionUUID->"93d26baf-efac-4cd8-bcaa-8ea7925c6b37", - CellID->712301861], -Cell[2012935, 44560, 6108, 156, 70, "BottomCell",ExpressionUUID->"5dd9c1e8-ea3f-4415-b400-bf0aa4e3a789", - CellID->713153690] -}, Closed]], -Cell[CellGroupData[{ -Cell[2019080, 44721, 313, 7, 70, "VerificationTest",ExpressionUUID->"f68d4684-51d4-442e-aba2-dbbf12e0a98a", - CellID->388752034], -Cell[2019396, 44730, 165, 2, 70, "ExpectedOutput",ExpressionUUID->"b386bddc-0baf-4acc-ad11-b5553cd59593", - CellID->1110181264], -Cell[2019564, 44734, 6108, 156, 70, "BottomCell",ExpressionUUID->"dfc109f2-6f4f-4655-9acf-071163178406", - CellID->867833923] -}, Closed]], -Cell[CellGroupData[{ -Cell[2025709, 44895, 313, 7, 70, "VerificationTest",ExpressionUUID->"a70b365f-72b6-4637-a221-0b878241ecef", - CellID->1459449735], -Cell[2026025, 44904, 165, 2, 70, "ExpectedOutput",ExpressionUUID->"7dc7e4ee-03fb-4990-a708-53969b774a35", - CellID->413480111], -Cell[2026193, 44908, 6109, 156, 70, "BottomCell",ExpressionUUID->"d47eaba7-e03c-4780-8613-1d34b7922c32", - CellID->2123297084] -}, Closed]], -Cell[CellGroupData[{ -Cell[2032339, 45069, 354, 8, 70, "VerificationTest",ExpressionUUID->"8eba6402-c7a1-4ed0-a90b-ce18d57a818b", - CellID->1059553619], -Cell[2032696, 45079, 123, 1, 70, "ExpectedOutput",ExpressionUUID->"cd886bf4-0fba-48d5-82f4-56fc3fcdccc6", - CellID->983273609], -Cell[2032822, 45082, 6109, 156, 70, "BottomCell",ExpressionUUID->"3ebee73f-a3ae-43f5-a195-9070b1eadd58", - CellID->1518328589] -}, Closed]], -Cell[CellGroupData[{ -Cell[2038968, 45243, 294, 6, 70, "VerificationTest",ExpressionUUID->"62198c7d-2e93-41fd-8fb4-5bd6ec7fe792", - CellID->288445973], -Cell[2039265, 45251, 166, 2, 70, "ExpectedOutput",ExpressionUUID->"b802856f-c32c-43a7-8766-4d1ae53db12a", - CellID->1040876932], -Cell[2039434, 45255, 6105, 156, 70, "BottomCell",ExpressionUUID->"ce35b2b0-85f9-46ac-aa00-7eda6aa4957c", - CellID->418022] -}, Closed]], -Cell[CellGroupData[{ -Cell[2045576, 45416, 291, 6, 70, "VerificationTest",ExpressionUUID->"7f10a5f4-62d8-40ab-8993-832cc8ca0c9e", - CellID->1222428633], -Cell[2045870, 45424, 165, 2, 70, "ExpectedOutput",ExpressionUUID->"30db32fe-cefa-45e4-86f1-027dddb4e6f1", - CellID->381983982], -Cell[2046038, 45428, 6108, 156, 70, "BottomCell",ExpressionUUID->"e841c56c-c9ca-446c-8d29-9a7cb348cce4", - CellID->583244813] -}, Closed]], -Cell[CellGroupData[{ -Cell[2052183, 45589, 291, 6, 70, "VerificationTest",ExpressionUUID->"3d7ef6ed-3b4a-4013-bd7c-d5b6f166cc3c", - CellID->1701777223], -Cell[2052477, 45597, 166, 2, 70, "ExpectedOutput",ExpressionUUID->"f0ea1a46-64d1-4c5e-a8e1-ea0a527e2e18", - CellID->1582576215], -Cell[2052646, 45601, 6109, 156, 70, "BottomCell",ExpressionUUID->"b8b24a44-72af-4339-80d9-3a1c516465f1", - CellID->1480207183] -}, Closed]], -Cell[CellGroupData[{ -Cell[2058792, 45762, 284, 6, 70, "VerificationTest",ExpressionUUID->"750dbc49-2779-4d13-b847-15506d16ce14", - CellID->1789436225], -Cell[2059079, 45770, 124, 1, 70, "ExpectedOutput",ExpressionUUID->"8857d5fe-4eec-4f3e-9ea4-35a0cb50ac8a", - CellID->1693640987], -Cell[2059206, 45773, 6109, 156, 70, "BottomCell",ExpressionUUID->"6eeb525e-6fcd-43ec-b9f6-ec93c79dcc3c", - CellID->1391557833] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2065376, 45936, 368, 5, 70, "Subchapter",ExpressionUUID->"d6dfef84-b8fb-4970-b265-984a494afc0d", - CellID->1065207360], -Cell[CellGroupData[{ -Cell[2065769, 45945, 200, 3, 70, "Section",ExpressionUUID->"80765423-d03f-48bc-b1fb-9978b40096c4", - CellID->1516418128], -Cell[CellGroupData[{ -Cell[2065994, 45952, 315, 6, 70, "VerificationTest",ExpressionUUID->"f8638dd2-43c7-47f3-ba2c-f8632729287d", - CellID->944991503], -Cell[2066312, 45960, 419, 9, 70, "ExpectedOutput",ExpressionUUID->"53c48a5e-d0cb-473b-9256-03f58d041d8d", - CellID->1830621356], -Cell[2066734, 45971, 6109, 156, 70, "BottomCell",ExpressionUUID->"ed169ea9-420f-44c6-869c-7b4c1d80207c", - CellID->1815583401] -}, Closed]], -Cell[CellGroupData[{ -Cell[2072880, 46132, 378, 8, 70, "VerificationTest",ExpressionUUID->"f724ca79-685e-48dc-b591-f808fd98f951", - CellID->1242416559], -Cell[2073261, 46142, 554, 12, 70, "ExpectedOutput",ExpressionUUID->"df2697c0-2189-463c-810f-2156e38c6656", - CellID->1311607332], -Cell[2073818, 46156, 6108, 156, 70, "BottomCell",ExpressionUUID->"3d660573-b66c-4f6f-94a7-1fdf5f86751c", - CellID->915080384] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2079975, 46318, 166, 2, 70, "Section",ExpressionUUID->"4e3664aa-7dcb-447f-9243-9822463af147", - CellID->982088830], -Cell[CellGroupData[{ -Cell[2080166, 46324, 276, 4, 70, "Subsection",ExpressionUUID->"cecc628a-a70c-40c4-be6b-fc0932c1c561", - CellID->407654968], -Cell[CellGroupData[{ -Cell[2080467, 46332, 734, 17, 70, "VerificationTest",ExpressionUUID->"f1b58295-62cc-4ad3-9c5a-70c30546867d", - CellID->547223963], -Cell[2081204, 46351, 1494, 35, 70, "ExpectedOutput",ExpressionUUID->"ca69089e-6ec4-4c4e-a483-92d8f4dd98c5", - CellID->1668169687], -Cell[2082701, 46388, 6109, 156, 70, "BottomCell",ExpressionUUID->"affae465-5590-4b48-bb5d-fb24a6b8c32e", - CellID->1625617721] -}, Closed]], -Cell[CellGroupData[{ -Cell[2088847, 46549, 686, 17, 70, "VerificationTest",ExpressionUUID->"39cf04fd-1f7e-48b7-8bdb-e770a66d0c05", - CellID->2075276770], -Cell[2089536, 46568, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"8fccfb9a-f8bb-4209-a572-95afb06ace08", - CellID->1894762463], -Cell[2089654, 46571, 6109, 156, 70, "BottomCell",ExpressionUUID->"ce54dd09-f3f7-4304-a53c-ed17ddb7eec7", - CellID->1470079713] -}, Closed]] -}, Closed]], -Cell[2095790, 46731, 267, 3, 70, "Subsection",ExpressionUUID->"88b98d2e-5c9a-4e36-ad45-0d3c2fd331af", - CellID->984213246], -Cell[CellGroupData[{ -Cell[2096082, 46738, 218, 2, 70, "Subsection",ExpressionUUID->"61b34711-828b-4aeb-827c-040361b83dd6", - CellID->1523513001], -Cell[CellGroupData[{ -Cell[2096325, 46744, 358, 7, 70, "VerificationTest",ExpressionUUID->"f3ed18b9-38f4-4376-9c2e-5b344787a7b9", - CellID->64482192], -Cell[2096686, 46753, 217, 4, 70, "ExpectedOutput",ExpressionUUID->"b20a652b-b5de-4ab3-bc6b-e9d9fcd61fc9", - CellID->1420442856], -Cell[2096906, 46759, 6108, 156, 70, "BottomCell",ExpressionUUID->"d1141b33-38f8-4fe4-bc35-e50229781e18", - CellID->830377656] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2103087, 46923, 361, 5, 70, "Subchapter",ExpressionUUID->"b16f6e4e-b85f-43c4-889a-c14616276c3d", - CellID->1222079413], -Cell[CellGroupData[{ -Cell[2103473, 46932, 199, 3, 70, "Section",ExpressionUUID->"0e4a785c-ce0c-4cbf-bf44-9c0ca629f75a", - CellID->955094383], -Cell[CellGroupData[{ -Cell[2103697, 46939, 339, 6, 70, "VerificationTest",ExpressionUUID->"7e0f0a7b-32c2-4762-aa51-e35624b5962f", - CellID->1928046855], -Cell[2104039, 46947, 7487, 192, 70, "ExpectedOutput",ExpressionUUID->"6dcc3f16-1482-4677-90d4-3f9b1228cd5b", - CellID->1302742402], -Cell[2111529, 47141, 6109, 156, 70, "BottomCell",ExpressionUUID->"f23938f0-4f13-4852-a612-7e64d02da2c2", - CellID->1808526186] -}, Closed]], -Cell[CellGroupData[{ -Cell[2117675, 47302, 422, 10, 70, "VerificationTest",ExpressionUUID->"08c072be-d2f2-448f-a1c0-f051f8614190", - CellID->804238385], -Cell[2118100, 47314, 167, 3, 70, "ExpectedOutput",ExpressionUUID->"5491e9c6-2f28-45f0-a344-0cff465b5986", - CellID->572462477], -Cell[2118270, 47319, 6108, 156, 70, "BottomCell",ExpressionUUID->"7a9ab06c-5f74-4d24-9f41-03e344ae0b6f", - CellID->416068464] -}, Closed]], -Cell[CellGroupData[{ -Cell[2124415, 47480, 303, 6, 70, "VerificationTest",ExpressionUUID->"1dd7136d-4c73-4869-8036-ba9c57aa0b35", - CellID->219954430], -Cell[2124721, 47488, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"296cc83c-6e42-46e3-95a1-c8d1de1af99d", - CellID->954748523], -Cell[2124839, 47491, 6108, 156, 70, "BottomCell",ExpressionUUID->"2dd029d0-bbb7-4639-90ae-a64c0f46484e", - CellID->655919816] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2130996, 47653, 237, 3, 70, "Section",ExpressionUUID->"8d3e637d-09c1-472b-a534-811c3200510a", - CellID->1978517403], -Cell[CellGroupData[{ -Cell[2131258, 47660, 312, 6, 70, "VerificationTest",ExpressionUUID->"004d4386-fdfd-460e-a6cc-25ca50dfa3ba", - CellID->543999998], -Cell[2131573, 47668, 114, 1, 70, "ExpectedOutput",ExpressionUUID->"d4334072-f728-447c-814b-21dce1933326", - CellID->1170081107], -Cell[2131690, 47671, 6109, 156, 70, "BottomCell",ExpressionUUID->"7b25d380-550f-489c-8b3c-c6bae3c037f1", - CellID->1010787461] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2137848, 47833, 167, 2, 70, "Section",ExpressionUUID->"1eab5a21-e4d4-418c-8588-3f7e4ae88d58", - CellID->1305202073], -Cell[CellGroupData[{ -Cell[2138040, 47839, 279, 4, 70, "Subsection",ExpressionUUID->"fca832dc-8c65-424b-98d7-c2c46dd6ae25", - CellID->2133270453], -Cell[CellGroupData[{ -Cell[2138344, 47847, 1100, 28, 70, "VerificationTest",ExpressionUUID->"c83fc8d2-3a82-4fee-840b-ffc7d0f03946", - CellID->1121897931], -Cell[2139447, 47877, 452, 12, 70, "ExpectedOutput",ExpressionUUID->"6b704737-f91f-45ab-92de-c19aa6faa125", - CellID->832105657], -Cell[2139902, 47891, 6109, 156, 70, "BottomCell",ExpressionUUID->"db3e910f-182f-47a8-a194-00ca532671d9", - CellID->1709209257] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2146060, 48053, 276, 4, 70, "Subsection",ExpressionUUID->"bd0fe39a-7029-4b8f-9317-b0adf9f6aa34", - CellID->1637016906], -Cell[CellGroupData[{ -Cell[2146361, 48061, 361, 7, 70, "VerificationTest",ExpressionUUID->"8f92cf61-7eca-41b1-a440-f75d1ba9755c", - CellID->325803449], -Cell[2146725, 48070, 123, 1, 70, "ExpectedOutput",ExpressionUUID->"98d02772-fdbe-44f3-9a3b-7fcd743b74ba", - CellID->1842751140], -Cell[2146851, 48073, 6109, 156, 70, "BottomCell",ExpressionUUID->"b9ccb508-93c4-4257-af10-be734830b3ee", - CellID->1938720127] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2153021, 48236, 176, 2, 70, "Section",ExpressionUUID->"ba26e189-4546-4162-b457-de8692804980", - CellID->1930137425], -Cell[CellGroupData[{ -Cell[2153222, 48242, 193, 2, 70, "Subsection",ExpressionUUID->"be5c92be-a6bc-415c-9fb8-f83a9d3cdf37", - CellID->1984323610], -Cell[CellGroupData[{ -Cell[2153440, 48248, 404, 9, 70, "VerificationTest",ExpressionUUID->"06be89c8-2823-430e-a3d1-4181fb754c5f", - CellID->1382123001], -Cell[2153847, 48259, 117, 1, 70, "ExpectedOutput",ExpressionUUID->"67eb1f42-9570-4276-8662-0df3ca2dfd7b", - CellID->10668208], -Cell[2153967, 48262, 234, 5, 70, "ExpectedMessage",ExpressionUUID->"e6677259-e5b3-428b-b390-72de68e6f866", - CellID->1393841887], -Cell[2154204, 48269, 6108, 156, 70, "BottomCell",ExpressionUUID->"aea76142-bbb6-4a27-97a0-8c437fa85bc0", - CellID->299798558] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2160385, 48433, 362, 5, 70, "Subchapter",ExpressionUUID->"64dcace2-9399-40f6-b025-40dcc58d4448", - CellID->766406707], -Cell[CellGroupData[{ -Cell[2160772, 48442, 199, 3, 70, "Section",ExpressionUUID->"4954e028-bd0a-4932-83e8-6de820e840d9", - CellID->390609843], -Cell[CellGroupData[{ -Cell[2160996, 48449, 268, 5, 70, "VerificationTest",ExpressionUUID->"ce9bfd2c-e8d3-4f36-8149-7751741785b9", - CellID->848305685], -Cell[2161267, 48456, 1309, 42, 70, "ExpectedOutput",ExpressionUUID->"540877f7-9d1f-405e-83a1-56287b86d286", - CellID->329715362], -Cell[2162579, 48500, 6108, 156, 70, "BottomCell",ExpressionUUID->"fbd13420-920e-4cbc-b149-a0bd8a61b6f9", - CellID->717728444] -}, Closed]], -Cell[CellGroupData[{ -Cell[2168724, 48661, 271, 5, 70, "VerificationTest",ExpressionUUID->"c30a29c8-9b3f-4c1f-9e9e-71d40cab31b3", - CellID->1428743124], -Cell[2168998, 48668, 1264, 40, 70, "ExpectedOutput",ExpressionUUID->"e1fabef8-6c36-4f43-ad35-42494333ba9c", - CellID->1871027961], -Cell[2170265, 48710, 6108, 156, 70, "BottomCell",ExpressionUUID->"5d594286-382d-4b41-b090-6d5c66c5817c", - CellID->446313109] -}, Closed]], -Cell[CellGroupData[{ -Cell[2176410, 48871, 298, 6, 70, "VerificationTest",ExpressionUUID->"2888c1b1-f226-453d-8b86-bd298c4b1d9b", - CellID->1168141576], -Cell[2176711, 48879, 112, 1, 70, "ExpectedOutput",ExpressionUUID->"9ac0f186-d5e0-41f2-852a-cba087d34e45", - CellID->659966958], -Cell[2176826, 48882, 6107, 156, 70, "BottomCell",ExpressionUUID->"d4ba7fa1-e66f-4bcb-adf3-1257f663091c", - CellID->24043992] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2182982, 49044, 236, 3, 70, "Section",ExpressionUUID->"faba61eb-b82b-4b07-9280-b9004ca55e62", - CellID->122122422], -Cell[CellGroupData[{ -Cell[2183243, 49051, 446, 11, 70, "VerificationTest",ExpressionUUID->"39a36c87-e205-4f52-9db9-3d39ad98b9e7", - CellID->1225320918], -Cell[2183692, 49064, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"1f9ba4b5-645e-4f84-a1d7-72ccdf8d48b5", - CellID->1747977743], -Cell[2183810, 49067, 6108, 156, 70, "BottomCell",ExpressionUUID->"c6a1a07d-f2b4-4563-a0f3-82b42a3f8dea", - CellID->380447908] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2189967, 49229, 167, 2, 70, "Section",ExpressionUUID->"2c50ef3b-d020-4912-ab57-f06428b17b0d", - CellID->1664663669], -Cell[CellGroupData[{ -Cell[2190159, 49235, 272, 4, 70, "Subsection",ExpressionUUID->"a62d2ce8-ec4b-457f-8460-fce5e6f4915e", - CellID->585331767], -Cell[CellGroupData[{ -Cell[2190456, 49243, 547, 14, 70, "VerificationTest",ExpressionUUID->"f5aafb3f-1724-494c-9e5f-6b002d2dbf0e", - CellID->1166732670], -Cell[2191006, 49259, 159, 3, 70, "ExpectedOutput",ExpressionUUID->"283356bf-ef00-4659-8f66-00820de77726", - CellID->602803933], -Cell[2191168, 49264, 6109, 156, 70, "BottomCell",ExpressionUUID->"1083d077-9f40-4562-8f3e-b79c231887a7", - CellID->1129172637] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2197350, 49428, 358, 5, 70, "Subchapter",ExpressionUUID->"0f45a55e-3372-4c52-a2bc-bc88288ec4f8", - CellID->534304806], -Cell[CellGroupData[{ -Cell[2197733, 49437, 200, 3, 70, "Section",ExpressionUUID->"95d00941-d56c-43df-a542-1d98a7c0089e", - CellID->1431746335], -Cell[CellGroupData[{ -Cell[2197958, 49444, 1185, 27, 70, "VerificationTest",ExpressionUUID->"93b124ca-9fe9-4d11-a0b6-637b8271548e", - CellID->244418699], -Cell[2199146, 49473, 4338, 95, 70, "ExpectedOutput",ExpressionUUID->"81e9eab4-631b-4043-b407-70835343a8f8", - CellID->1956341029], -Cell[2203487, 49570, 6108, 156, 70, "BottomCell",ExpressionUUID->"78db3b93-9a08-4f9a-8893-bc490597a003", - CellID->691521520] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2209644, 49732, 236, 3, 70, "Section",ExpressionUUID->"c5ce1fc4-dbe4-484f-8478-654e63c096f7", - CellID->806387710], -Cell[CellGroupData[{ -Cell[2209905, 49739, 2589, 59, 70, "VerificationTest",ExpressionUUID->"15fd3229-d37c-48a5-baa2-556d6e44a94c", - CellID->1732774213], -Cell[2212497, 49800, 2809, 66, 70, "ExpectedOutput",ExpressionUUID->"05968e20-d917-4765-84b5-8cf3ff8831f3", - CellID->710460924], -Cell[2215309, 49868, 6108, 156, 70, "BottomCell",ExpressionUUID->"ac143d66-17a9-440a-83c4-65305868f517", - CellID->220689076] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2221466, 50030, 166, 2, 70, "Section",ExpressionUUID->"3fe99dc1-a618-4f2d-bb10-5648f0fa0152", - CellID->188945753], -Cell[CellGroupData[{ -Cell[2221657, 50036, 270, 3, 70, "Subsection",ExpressionUUID->"ebbddce7-85c5-4365-b91f-8b4e89260955", - CellID->1630440405], -Cell[CellGroupData[{ -Cell[2221952, 50043, 1569, 39, 70, "VerificationTest",ExpressionUUID->"bf0aa18c-1cb5-4fe2-a846-88f9b32642f1", - CellID->211560146], -Cell[2223524, 50084, 149, 2, 70, "ExpectedOutput",ExpressionUUID->"88625823-7f97-483e-bc52-2cdf53be6cd7", - CellID->1605938037], -Cell[2223676, 50088, 6108, 156, 70, "BottomCell",ExpressionUUID->"cf1e112a-f51b-46ee-b4e4-f9bf21ccb31e", - CellID->417041963] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2229833, 50250, 275, 4, 70, "Subsection",ExpressionUUID->"cadb9990-992f-4567-addb-36332fdbb370", - CellID->920551115], -Cell[CellGroupData[{ -Cell[2230133, 50258, 2140, 50, 70, "VerificationTest",ExpressionUUID->"64a7bd4b-4928-435c-a7a0-9048f63861da", - CellID->552053116], -Cell[2232276, 50310, 203, 4, 70, "ExpectedOutput",ExpressionUUID->"473197c8-f760-444d-8eef-44567044f94c", - CellID->1227365572], -Cell[2232482, 50316, 6109, 156, 70, "BottomCell",ExpressionUUID->"47b76704-c89f-4c2f-a228-0711af01b650", - CellID->1985131980] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2238640, 50478, 281, 4, 70, "Subsection",ExpressionUUID->"4d65305e-f1c5-4f5b-aff7-5e249d8f6e74", - CellID->356085071], -Cell[CellGroupData[{ -Cell[2238946, 50486, 1601, 42, 70, "VerificationTest",ExpressionUUID->"7bd2cc33-0fb1-4e96-a11b-84cd8b7905ed", - CellID->121340639], -Cell[2240550, 50530, 2633, 68, 70, "ExpectedOutput",ExpressionUUID->"6c98d109-579e-4596-8568-9c42d868d100", - CellID->1410138670], -Cell[2243186, 50600, 6108, 156, 70, "BottomCell",ExpressionUUID->"65b01ae0-5ebb-4dae-94c3-8cfa56e4e4fb", - CellID->807248068] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2249343, 50762, 265, 3, 70, "Subsection",ExpressionUUID->"390b129c-4843-4a15-b24d-8f1135d23ce5", - CellID->1832347755], -Cell[CellGroupData[{ -Cell[2249633, 50769, 1001, 25, 70, "VerificationTest",ExpressionUUID->"e7087aea-17b1-4468-ab3f-d6082199285d", - CellID->477162032], -Cell[2250637, 50796, 6737, 139, 70, "ExpectedOutput",ExpressionUUID->"24bc62a3-26d5-400c-9c96-24a4e738b133", - CellID->958333926], -Cell[2257377, 50937, 6109, 156, 70, "BottomCell",ExpressionUUID->"e4cdc098-23f4-4d8e-b839-470f8877d9f7", - CellID->1764080777] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2263559, 51101, 323, 4, 70, "Subchapter",ExpressionUUID->"eccf68f7-156d-493a-84f9-70229fec74dc", - CellID->1002121529], -Cell[CellGroupData[{ -Cell[2263907, 51109, 236, 3, 70, "Section",ExpressionUUID->"14409ea2-eebe-43cf-9c39-423651e644be", - CellID->805967418], -Cell[CellGroupData[{ -Cell[2264168, 51116, 179, 2, 70, "Subsection",ExpressionUUID->"3aa0e968-c490-4801-b61f-22f4bca6685e", - CellID->2089863427], -Cell[CellGroupData[{ -Cell[2264372, 51122, 418, 10, 70, "VerificationTest",ExpressionUUID->"a9cd62c7-f31e-41c5-8d3e-fc9586056cde", - CellID->1900464130], -Cell[2264793, 51134, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"72587e9a-7bb7-441f-99e2-fb6c47f8a93b", - CellID->1576351079], -Cell[2264915, 51137, 230, 5, 70, "ExpectedMessage",ExpressionUUID->"170fd681-2930-410c-b409-6016507b7fbe", - CellID->1342708285], -Cell[2265148, 51144, 6108, 156, 70, "BottomCell",ExpressionUUID->"3bad116e-a357-4deb-b64f-f139661882b1", - CellID->746388557] -}, Closed]], -Cell[CellGroupData[{ -Cell[2271293, 51305, 456, 11, 70, "VerificationTest",ExpressionUUID->"1a0201c6-6146-4eb7-918a-39d4e32ec796", - CellID->1860297300], -Cell[2271752, 51318, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"c1dd89d6-42d9-44c5-9b9d-a3c4bd6b432c", - CellID->802304427], -Cell[2271873, 51321, 229, 5, 70, "ExpectedMessage",ExpressionUUID->"fcc7c8bc-1e8d-407b-a83c-476d87f50308", - CellID->280685076], -Cell[2272105, 51328, 6109, 156, 70, "BottomCell",ExpressionUUID->"59700ddc-f89d-4427-a4bc-4689c7cb826a", - CellID->1100495372] -}, Closed]], -Cell[CellGroupData[{ -Cell[2278251, 51489, 641, 16, 70, "VerificationTest",ExpressionUUID->"ca98a0a9-1c1c-4e09-b330-66775bf8065b", - CellID->1455035857], -Cell[2278895, 51507, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"6fef7cd2-70d6-4fac-b839-08507157914e", - CellID->1391360210], -Cell[2279017, 51510, 229, 5, 70, "ExpectedMessage",ExpressionUUID->"181300f0-bc8e-4dc8-bf38-cf362b1ee7b6", - CellID->641617287], -Cell[2279249, 51517, 6109, 156, 70, "BottomCell",ExpressionUUID->"3b322f04-fb2d-448a-81e2-9d8ff19a30ed", - CellID->1896549240] -}, Closed]], -Cell[CellGroupData[{ -Cell[2285395, 51678, 616, 15, 70, "VerificationTest",ExpressionUUID->"c53179e9-9553-4ffe-95e1-fc41fae07c7b", - CellID->50454695], -Cell[2286014, 51695, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"94fc269f-27db-4fcb-b745-00ab72ea0bf7", - CellID->1883501947], -Cell[2286136, 51698, 237, 5, 70, "ExpectedMessage",ExpressionUUID->"7a129019-92d5-476a-bfc6-cc88525f6b5a", - CellID->2108266449], -Cell[2286376, 51705, 6108, 156, 70, "BottomCell",ExpressionUUID->"2fed0cb4-5d7b-4bb5-b993-8f6f5d953e9f", - CellID->203304259] -}, Closed]], -Cell[CellGroupData[{ -Cell[2292521, 51866, 650, 17, 70, "VerificationTest",ExpressionUUID->"3bda55b9-e9f2-474d-8bf1-bacd3fc0fa6c", - CellID->1354407557], -Cell[2293174, 51885, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"f47bb28d-dacd-442d-bd52-c2a03b32ea7c", - CellID->201152299], -Cell[2293295, 51888, 258, 5, 70, "ExpectedMessage",ExpressionUUID->"ec50d309-9533-4902-be19-0579f6e97b3c", - CellID->627428915], -Cell[2293556, 51895, 6108, 156, 70, "BottomCell",ExpressionUUID->"39cf6509-750c-4b97-a134-4fdeadf657c5", - CellID->288198636] -}, Closed]], -Cell[CellGroupData[{ -Cell[2299701, 52056, 663, 17, 70, "VerificationTest",ExpressionUUID->"b4ef9aa0-aab3-429a-abff-48b20812f25f", - CellID->1199071932], -Cell[2300367, 52075, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"7793c976-5388-4e64-806d-caeb090698a3", - CellID->815417676], -Cell[2300488, 52078, 234, 5, 70, "ExpectedMessage",ExpressionUUID->"348503cf-9c58-48d2-878a-ac281ef69cdb", - CellID->1631729025], -Cell[2300725, 52085, 6109, 156, 70, "BottomCell",ExpressionUUID->"9ca8d33b-321f-4af2-a562-7ab73614285b", - CellID->1178851267] -}, Closed]], -Cell[CellGroupData[{ -Cell[2306871, 52246, 473, 10, 70, "VerificationTest",ExpressionUUID->"e0d51ede-a73a-47a1-880f-b07646e395f2", - CellID->1207837436], -Cell[2307347, 52258, 191, 4, 70, "ExpectedOutput",ExpressionUUID->"4788fd28-9b0d-4afd-a577-887e862824a4", - CellID->2108355408], -Cell[2307541, 52264, 6108, 156, 70, "BottomCell",ExpressionUUID->"5af5fb1a-a3ed-4c73-a4a0-586c466e631e", - CellID->269117247] -}, Closed]], -Cell[CellGroupData[{ -Cell[2313686, 52425, 612, 14, 70, "VerificationTest",ExpressionUUID->"9b7d2243-283c-42ac-bd6d-cb1eb2ff690b", - CellID->1227276953], -Cell[2314301, 52441, 274, 7, 70, "ExpectedOutput",ExpressionUUID->"e7db0875-006b-480d-863a-2057de6062eb", - CellID->263319636], -Cell[2314578, 52450, 6108, 156, 70, "BottomCell",ExpressionUUID->"d244444d-4666-45f8-9b8f-765537d9d9fa", - CellID->453009747] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2320735, 52612, 230, 3, 70, "Subsection",ExpressionUUID->"66e60af5-5ebf-452e-a019-cdd225b3670a", - CellID->1940004811], -Cell[CellGroupData[{ -Cell[2320990, 52619, 334, 7, 70, "VerificationTest",ExpressionUUID->"3637361d-4a8d-4af4-8861-efe6f7006ff7", - CellID->281158453], -Cell[2321327, 52628, 487, 15, 70, "ExpectedOutput",ExpressionUUID->"3929c59e-2980-45a6-8419-872aabe7e2c0", - CellID->966096171], -Cell[2321817, 52645, 6108, 156, 70, "BottomCell",ExpressionUUID->"f175b39e-287c-4147-b6ce-c3d1e220c58e", - CellID->905289214] -}, Closed]], -Cell[CellGroupData[{ -Cell[2327962, 52806, 423, 9, 70, "VerificationTest",ExpressionUUID->"62c8e354-6b62-40b6-92c8-c480a08c699f", - CellID->1401905401], -Cell[2328388, 52817, 240, 5, 70, "ExpectedOutput",ExpressionUUID->"d7ccf96d-b29d-4ffb-a837-00c89808115d", - CellID->1780983370], -Cell[2328631, 52824, 6108, 156, 70, "BottomCell",ExpressionUUID->"83327a7f-7d5f-4085-8f54-914ac3a02d04", - CellID->274180703] -}, Closed]], -Cell[CellGroupData[{ -Cell[2334776, 52985, 328, 7, 70, "VerificationTest",ExpressionUUID->"78a98310-aad5-4ffd-a116-56f59edd4c1c", - CellID->205680016], -Cell[2335107, 52994, 188, 2, 70, "ExpectedOutput",ExpressionUUID->"4c67e2ae-1607-43c0-a78c-501e4c7c95da", - CellID->1562840889], -Cell[2335298, 52998, 6109, 156, 70, "BottomCell",ExpressionUUID->"14c0d79c-9e54-46b3-ae25-5a404c8468ed", - CellID->1802652506] -}, Closed]], -Cell[CellGroupData[{ -Cell[2341444, 53159, 512, 12, 70, "VerificationTest",ExpressionUUID->"19032136-7e56-412b-a541-401677fc4d0e", - CellID->1014508126], -Cell[2341959, 53173, 271, 6, 70, "ExpectedOutput",ExpressionUUID->"186c3fc2-3fa7-4325-94dd-0b23f5604977", - CellID->1965400149], -Cell[2342233, 53181, 6108, 156, 70, "BottomCell",ExpressionUUID->"98071816-3afe-4d8a-a46c-da37537daa38", - CellID->481376466] -}, Closed]], -Cell[CellGroupData[{ -Cell[2348378, 53342, 362, 8, 70, "VerificationTest",ExpressionUUID->"a0a95495-a79d-4347-94b9-134b2b04db42", - CellID->1242262467], -Cell[2348743, 53352, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"30dcdbfb-fca7-4e25-a88c-1a12ab3825e4", - CellID->869266735], -Cell[2348865, 53355, 6108, 156, 70, "BottomCell",ExpressionUUID->"98058b29-e844-4e51-ae07-296fbc935085", - CellID->923365813] -}, Closed]], -Cell[CellGroupData[{ -Cell[2355010, 53516, 449, 9, 70, "VerificationTest",ExpressionUUID->"a2b1c85a-d6aa-4292-a9c0-0c03b8c7586d", - CellID->1715467509], -Cell[2355462, 53527, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"c499e585-ef09-44b4-9364-ed6bdf12099f", - CellID->1894462788], -Cell[2355584, 53530, 254, 5, 70, "ExpectedMessage",ExpressionUUID->"10fd7a9b-5c05-457c-8006-f8fa184df96e", - CellID->1265566926], -Cell[2355841, 53537, 6109, 156, 70, "BottomCell",ExpressionUUID->"6293c89f-aa70-4813-81fa-b06808749426", - CellID->1292385869] -}, Closed]], -Cell[CellGroupData[{ -Cell[2361987, 53698, 338, 7, 70, "VerificationTest",ExpressionUUID->"5cf3144b-8988-4aa5-8a36-b1fb08bb7d09", - CellID->1353948345], -Cell[2362328, 53707, 304, 9, 70, "ExpectedOutput",ExpressionUUID->"f93c62f3-af5e-467f-b3f2-291ea3cc6a56", - CellID->1073110803], -Cell[2362635, 53718, 6109, 156, 70, "BottomCell",ExpressionUUID->"631daa74-b937-42b3-8383-428572f21d3d", - CellID->1479694525] -}, Closed]], -Cell[CellGroupData[{ -Cell[2368781, 53879, 2081, 53, 70, "VerificationTest",ExpressionUUID->"414f7c18-f3c0-41e3-ba50-9b6d0756c0d1", - CellID->260826859], -Cell[2370865, 53934, 1324, 32, 70, "ExpectedOutput",ExpressionUUID->"2e93d06f-0d21-4ebf-acc9-56bcc77f0f63", - CellID->702895686], -Cell[2372192, 53968, 6109, 156, 70, "BottomCell",ExpressionUUID->"a9a430e8-1aeb-4b50-8522-c612e5d42a6c", - CellID->1365249415] -}, Closed]], -Cell[CellGroupData[{ -Cell[2378338, 54129, 517, 12, 70, "VerificationTest",ExpressionUUID->"993712d3-a0b3-4732-a511-54581c386509", - CellID->196740116], -Cell[2378858, 54143, 340, 7, 70, "ExpectedOutput",ExpressionUUID->"dcfc2f72-f020-45d1-a0a5-0d743944fc83", - CellID->1633796879], -Cell[2379201, 54152, 6109, 156, 70, "BottomCell",ExpressionUUID->"f15bab0a-c95c-41a9-8102-2ba833e4d895", - CellID->2031633357] -}, Closed]], -Cell[CellGroupData[{ -Cell[2385347, 54313, 370, 7, 70, "VerificationTest",ExpressionUUID->"908eefca-e5d4-4714-b46a-fa28aafcb0dd", - CellID->1657372808], -Cell[2385720, 54322, 276, 6, 70, "ExpectedOutput",ExpressionUUID->"ca4ebe78-1083-4ed9-b51e-66a81261f0dd", - CellID->454398819], -Cell[2385999, 54330, 6108, 156, 70, "BottomCell",ExpressionUUID->"e48802f0-14b5-402a-a5a6-063fee215b11", - CellID->671843799] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2392180, 54494, 331, 4, 70, "Subchapter",ExpressionUUID->"f2b0e918-1632-489d-acc5-f68779123bca", - CellID->224414118], -Cell[CellGroupData[{ -Cell[2392536, 54502, 199, 3, 70, "Section",ExpressionUUID->"2d35bb63-d4af-484b-b4b6-27bf8264737f", - CellID->746797094], -Cell[CellGroupData[{ -Cell[2392760, 54509, 353, 7, 70, "VerificationTest",ExpressionUUID->"a1e4d631-35f0-4c61-8c0b-070c37aad2d6", - CellID->2104539724], -Cell[2393116, 54518, 240, 5, 70, "ExpectedOutput",ExpressionUUID->"6518a335-fadf-4818-80d6-4c3fb5092751", - CellID->1943475178], -Cell[2393359, 54525, 6108, 156, 70, "BottomCell",ExpressionUUID->"c4e2a738-46cc-4bc0-a1d2-0e0c5aecfa9e", - CellID->209713867] -}, Closed]], -Cell[CellGroupData[{ -Cell[2399504, 54686, 545, 14, 70, "VerificationTest",ExpressionUUID->"b71b0ec1-fa3f-4b6e-9e6e-934bb3926786", - CellID->1135352015], -Cell[2400052, 54702, 574, 15, 70, "ExpectedOutput",ExpressionUUID->"bd1bf545-c854-4175-a524-fef51dd0b716", - CellID->1469112510], -Cell[2400629, 54719, 6108, 156, 70, "BottomCell",ExpressionUUID->"9e2faac3-1a29-45ee-a721-a2edcae08c7c", - CellID->640297942] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2406786, 54881, 237, 3, 70, "Section",ExpressionUUID->"e932c2a3-1128-4a1b-81bc-1e57c1554775", - CellID->1524325790], -Cell[CellGroupData[{ -Cell[2407048, 54888, 1060, 29, 70, "VerificationTest",ExpressionUUID->"357089b3-75ac-474d-89fc-f7e6c80a9a1a", - CellID->599111648], -Cell[2408111, 54919, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"9057fff2-83cd-4325-8312-8e443330131c", - CellID->1866130800], -Cell[2408229, 54922, 6108, 156, 70, "BottomCell",ExpressionUUID->"5d3f3ab8-b43d-4e86-a447-c8f967f6baf9", - CellID->446956077] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2414386, 55084, 167, 2, 70, "Section",ExpressionUUID->"0d74f24b-99fd-4471-b7ce-e12b73c8b164", - CellID->2011127467], -Cell[CellGroupData[{ -Cell[2414578, 55090, 267, 3, 70, "Subsection",ExpressionUUID->"53fc0402-5110-4139-b448-43859674ddb7", - CellID->1774217736], -Cell[CellGroupData[{ -Cell[2414870, 55097, 434, 10, 70, "VerificationTest",ExpressionUUID->"984c4ed9-8aba-4d1c-870f-6e05eae65866", - CellID->106440526], -Cell[2415307, 55109, 127, 1, 70, "ExpectedOutput",ExpressionUUID->"175aee14-1d41-4e84-a2a8-36f16bdc57b6", - CellID->92042531], -Cell[2415437, 55112, 6107, 156, 70, "BottomCell",ExpressionUUID->"954299bd-ac1e-4018-8f76-e10d7ea95a63", - CellID->92988933] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2421617, 55276, 348, 4, 70, "Subchapter",ExpressionUUID->"6a263d4b-84a1-48d9-8602-9068bcaffde6", - CellID->1543850756], -Cell[CellGroupData[{ -Cell[2421990, 55284, 200, 3, 70, "Section",ExpressionUUID->"b2de0893-a17d-4866-af29-1812df267b0d", - CellID->1602233038], -Cell[CellGroupData[{ -Cell[2422215, 55291, 563, 14, 70, "VerificationTest",ExpressionUUID->"41141ea2-62d3-4dbb-96f5-3240aa710a26", - CellID->385883738], -Cell[2422781, 55307, 190, 4, 70, "ExpectedOutput",ExpressionUUID->"bb2aca5f-0ccc-40ca-95ad-d3074b22e6c3", - CellID->147370626], -Cell[2422974, 55313, 6109, 156, 70, "BottomCell",ExpressionUUID->"499753e6-ecbc-490b-84ca-23c971585394", - CellID->1644385562] -}, Closed]], -Cell[CellGroupData[{ -Cell[2429120, 55474, 686, 17, 70, "VerificationTest",ExpressionUUID->"63c7f8ce-dc34-4e89-844b-95f09db25f16", - CellID->1225296581], -Cell[2429809, 55493, 275, 7, 70, "ExpectedOutput",ExpressionUUID->"62ba345d-854e-43a8-b9d9-09ee083d4cf9", - CellID->1338945784], -Cell[2430087, 55502, 6109, 156, 70, "BottomCell",ExpressionUUID->"21c954f8-f134-4903-8d43-babfe60a3b76", - CellID->1221087291] -}, Closed]], -Cell[CellGroupData[{ -Cell[2436233, 55663, 629, 15, 70, "VerificationTest",ExpressionUUID->"46e13ccd-5472-43db-962a-0350f63eac91", - CellID->1363064821], -Cell[2436865, 55680, 191, 4, 70, "ExpectedOutput",ExpressionUUID->"cc285151-aa45-4f37-9032-833cf1e5c396", - CellID->1822383998], -Cell[2437059, 55686, 6109, 156, 70, "BottomCell",ExpressionUUID->"0cfdcac9-d0ee-4bd5-8281-9ee2085f9e54", - CellID->1460369105] -}, Closed]], -Cell[CellGroupData[{ -Cell[2443205, 55847, 539, 13, 70, "VerificationTest",ExpressionUUID->"8cc5d462-0f87-4658-87cf-f96a4f031b5b", - CellID->518282321], -Cell[2443747, 55862, 190, 4, 70, "ExpectedOutput",ExpressionUUID->"5743f6b4-7bc4-4cce-8936-7fe5b71e1cf5", - CellID->577296815], -Cell[2443940, 55868, 6108, 156, 70, "BottomCell",ExpressionUUID->"3b62d771-a983-48e5-bed0-623454b2c831", - CellID->832946172] -}, Closed]], -Cell[CellGroupData[{ -Cell[2450085, 56029, 752, 20, 70, "VerificationTest",ExpressionUUID->"1f2c7739-e0d4-4fbe-967e-81e5d6998b3b", - CellID->818131849], -Cell[2450840, 56051, 410, 11, 70, "ExpectedOutput",ExpressionUUID->"e4bba146-fd3f-4791-8f28-1b7e1f2728ba", - CellID->4194402], -Cell[2451253, 56064, 6109, 156, 70, "BottomCell",ExpressionUUID->"b34f455d-be41-4de2-8231-d32ce79fbbc0", - CellID->2027901658] -}, Closed]], -Cell[CellGroupData[{ -Cell[2457399, 56225, 511, 13, 70, "VerificationTest",ExpressionUUID->"f0975379-d2bb-4949-9a21-8331fbedef7f", - CellID->1491125386], -Cell[2457913, 56240, 190, 4, 70, "ExpectedOutput",ExpressionUUID->"6108798e-66c6-4c77-9269-75adcd237678", - CellID->210202012], -Cell[2458106, 56246, 6108, 156, 70, "BottomCell",ExpressionUUID->"c09514e7-595b-4c8d-a3ab-13f09e055e87", - CellID->230204469] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2464263, 56408, 167, 2, 70, "Section",ExpressionUUID->"0779583f-685a-4b4d-bf5f-2039335c8b95", - CellID->1950829179], -Cell[CellGroupData[{ -Cell[2464455, 56414, 281, 4, 70, "Subsection",ExpressionUUID->"c544edca-7b20-4c81-ac01-3b05c3e31180", - CellID->1953172704], -Cell[CellGroupData[{ -Cell[2464761, 56422, 724, 18, 70, "VerificationTest",ExpressionUUID->"92fe8531-b8dd-42c0-b3de-b7eb4df9e8f6", - CellID->1086477115], -Cell[2465488, 56442, 385, 11, 70, "ExpectedOutput",ExpressionUUID->"6a480b97-58bf-4568-bdb4-9e8de81bfbde", - CellID->367421364], -Cell[2465876, 56455, 6109, 156, 70, "BottomCell",ExpressionUUID->"551c769d-b56d-4f59-bed6-9ddf1c97b757", - CellID->1428462236] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2472046, 56618, 175, 2, 70, "Section",ExpressionUUID->"19eb9fa2-93bb-4691-baa3-ce99d675a1b2", - CellID->742529297], -Cell[CellGroupData[{ -Cell[2472246, 56624, 634, 16, 70, "VerificationTest",ExpressionUUID->"b79759fe-9860-43ec-b9dd-522dac4b39ca", - CellID->1681721267], -Cell[2472883, 56642, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"d16e421b-dcf5-40a4-a2d1-b85ab35444e3", - CellID->1657056302], -Cell[2473005, 56645, 252, 5, 70, "ExpectedMessage",ExpressionUUID->"7f3b9eef-488e-48d5-b95b-8af1f1104b1d", - CellID->989935954], -Cell[2473260, 56652, 6109, 156, 70, "BottomCell",ExpressionUUID->"cbcfc6bc-867c-4bec-a3e2-beed45ac5005", - CellID->1445110639] -}, Closed]], -Cell[CellGroupData[{ -Cell[2479406, 56813, 748, 19, 70, "VerificationTest",ExpressionUUID->"cda3776c-09b0-45cf-ae37-93a9a7645984", - CellID->2010799550], -Cell[2480157, 56834, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"8acd3566-475c-4bd7-95b7-67f1eb7bf898", - CellID->557884011], -Cell[2480278, 56837, 258, 5, 70, "ExpectedMessage",ExpressionUUID->"4c817e76-de78-4aaf-84cc-03d8a6337c12", - CellID->442970075], -Cell[2480539, 56844, 6109, 156, 70, "BottomCell",ExpressionUUID->"43167f73-0ec2-491a-bdd8-d95377c7e279", - CellID->2081945750] -}, Closed]], -Cell[CellGroupData[{ -Cell[2486685, 57005, 771, 20, 70, "VerificationTest",ExpressionUUID->"ff498420-ebe3-43f9-bd0d-67a0d1d9f1f6", - CellID->465736821], -Cell[2487459, 57027, 117, 1, 70, "ExpectedOutput",ExpressionUUID->"5d330481-594c-4ff9-a2ea-10b52dcb0fbf", - CellID->60857232], -Cell[2487579, 57030, 287, 6, 70, "ExpectedMessage",ExpressionUUID->"30e65cfe-e350-490e-9781-9c592b69988e", - CellID->625282252], -Cell[2487869, 57038, 6108, 156, 70, "BottomCell",ExpressionUUID->"19538006-7c21-43f3-934c-55c4ba8547d1", - CellID->163676032] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2494038, 57201, 334, 4, 70, "Subchapter",ExpressionUUID->"cc1aacde-33af-47d7-b3bf-11dc059e7b5f", - CellID->2059826886], -Cell[CellGroupData[{ -Cell[2494397, 57209, 200, 3, 70, "Section",ExpressionUUID->"3054ff5b-fe17-4694-bc1d-ea0155548fbb", - CellID->2074083362], -Cell[CellGroupData[{ -Cell[2494622, 57216, 317, 6, 70, "VerificationTest",ExpressionUUID->"6e3fd7d6-8f02-4a08-8c83-88299acd330c", - CellID->1000612955], -Cell[2494942, 57224, 204, 5, 70, "ExpectedOutput",ExpressionUUID->"2b7c347e-5dfe-432d-86eb-62abdfa6119e", - CellID->357495028], -Cell[2495149, 57231, 6109, 156, 70, "BottomCell",ExpressionUUID->"56a92e8d-b9f9-4778-81ca-d317e3b5e7a0", - CellID->2124001664] -}, Closed]], -Cell[CellGroupData[{ -Cell[2501295, 57392, 272, 5, 70, "VerificationTest",ExpressionUUID->"83d601e3-72f1-4472-8138-485db7888396", - CellID->1231110887], -Cell[2501570, 57399, 166, 3, 70, "ExpectedOutput",ExpressionUUID->"feec32b9-177d-4fee-98c8-c8a5a3df36a0", - CellID->275738964], -Cell[2501739, 57404, 6108, 156, 70, "BottomCell",ExpressionUUID->"69d0c7f3-8dc7-4ba5-88fd-9c602af17217", - CellID->475302767] -}, Closed]], -Cell[CellGroupData[{ -Cell[2507884, 57565, 312, 6, 70, "VerificationTest",ExpressionUUID->"924f3d31-dc1a-47e8-9734-281d7adbf9e2", - CellID->2018926069], -Cell[2508199, 57573, 187, 4, 70, "ExpectedOutput",ExpressionUUID->"7aaf4d96-afd1-4547-b580-f28d8dfe6985", - CellID->1848819083], -Cell[2508389, 57579, 6109, 156, 70, "BottomCell",ExpressionUUID->"74fac3f8-2125-481d-a01a-88855728d8ff", - CellID->1921921776] -}, Closed]], -Cell[CellGroupData[{ -Cell[2514535, 57740, 284, 6, 70, "VerificationTest",ExpressionUUID->"aa6dbb1c-9117-4e45-a1a6-6e4bd5211fbe", - CellID->1466207167], -Cell[2514822, 57748, 185, 4, 70, "ExpectedOutput",ExpressionUUID->"d3e3d8e5-7fa8-422c-8b42-7aa2eb1e6e12", - CellID->169006444], -Cell[2515010, 57754, 6109, 156, 70, "BottomCell",ExpressionUUID->"de44eac7-4889-4263-8098-184d631756c5", - CellID->1437754705] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2521180, 57917, 335, 4, 70, "Subchapter",ExpressionUUID->"ba9780c7-95c0-403f-aa35-cebfab9c7b89", - CellID->2068002639], -Cell[CellGroupData[{ -Cell[2521540, 57925, 200, 3, 70, "Section",ExpressionUUID->"baba75cb-c8cf-479d-b235-ddeb12f1bfff", - CellID->2045010625], -Cell[CellGroupData[{ -Cell[2521765, 57932, 316, 6, 70, "VerificationTest",ExpressionUUID->"0ebb224f-14c4-4e64-a21b-d6560aa72081", - CellID->1097265667], -Cell[2522084, 57940, 124, 1, 70, "ExpectedOutput",ExpressionUUID->"83fdfac0-f93c-4434-b2e2-40213302d7d1", - CellID->1301988480], -Cell[2522211, 57943, 6108, 156, 70, "BottomCell",ExpressionUUID->"35002035-d16f-4597-be51-8e79f383ddba", - CellID->857330891] -}, Closed]], -Cell[CellGroupData[{ -Cell[2528356, 58104, 339, 8, 70, "VerificationTest",ExpressionUUID->"e5b3b1b9-80e1-4e7d-b172-db1bab197d26", - CellID->1365888777], -Cell[2528698, 58114, 168, 2, 70, "ExpectedOutput",ExpressionUUID->"82abdaef-eb02-46ec-af95-cfe29b9ec95f", - CellID->2039972256], -Cell[2528869, 58118, 6109, 156, 70, "BottomCell",ExpressionUUID->"28590777-607a-4f47-bfdc-c78159130e39", - CellID->1692497314] -}, Closed]], -Cell[CellGroupData[{ -Cell[2535015, 58279, 315, 6, 70, "VerificationTest",ExpressionUUID->"79096b4c-4a79-42a4-baa1-0ce6aa8dcfd2", - CellID->844562751], -Cell[2535333, 58287, 127, 1, 70, "ExpectedOutput",ExpressionUUID->"ec7a1a01-75c3-466d-a337-ad9e252ce64a", - CellID->1846733034], -Cell[2535463, 58290, 6108, 156, 70, "BottomCell",ExpressionUUID->"f2486343-968c-4e18-9767-8c7d58499280", - CellID->233968236] -}, Closed]], -Cell[CellGroupData[{ -Cell[2541608, 58451, 336, 7, 70, "VerificationTest",ExpressionUUID->"7238eec9-bf6d-4807-bd2e-546dafa59a21", - CellID->286944062], -Cell[2541947, 58460, 124, 1, 70, "ExpectedOutput",ExpressionUUID->"a6f5894a-5e75-486d-9fd7-220a7ad4a3a7", - CellID->1568062519], -Cell[2542074, 58463, 6108, 156, 70, "BottomCell",ExpressionUUID->"396e23f6-af3b-4f6c-8fe2-71e38161fbd8", - CellID->261584795] -}, Closed]], -Cell[CellGroupData[{ -Cell[2548219, 58624, 350, 7, 70, "VerificationTest",ExpressionUUID->"08a1dd2e-e544-4980-b2ef-e3fba6d5c381", - CellID->1547986988], -Cell[2548572, 58633, 167, 2, 70, "ExpectedOutput",ExpressionUUID->"18460609-fac9-4b12-9353-a137ca8ab5f8", - CellID->252923911], -Cell[2548742, 58637, 6108, 156, 70, "BottomCell",ExpressionUUID->"43dc009f-a02d-437d-a9ff-02cc656b61c4", - CellID->556624156] -}, Closed]], -Cell[CellGroupData[{ -Cell[2554887, 58798, 275, 5, 70, "VerificationTest",ExpressionUUID->"5798ec5a-5d66-4dfa-9bbb-5a8992914d3b", - CellID->184806528], -Cell[2555165, 58805, 127, 1, 70, "ExpectedOutput",ExpressionUUID->"6b5b36e9-9a27-4b5f-a187-ffdcd68e3eb0", - CellID->781962534], -Cell[2555295, 58808, 6108, 156, 70, "BottomCell",ExpressionUUID->"805ae143-4845-49f5-8711-758c7b0d7626", - CellID->743423560] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2561452, 58970, 175, 2, 70, "Section",ExpressionUUID->"e0a29dd7-5f13-45a5-83f2-45655c666b5c", - CellID->343132583], -Cell[CellGroupData[{ -Cell[2561652, 58976, 357, 8, 70, "VerificationTest",ExpressionUUID->"3391143a-53ca-461e-9cdd-3bd59b579c9f", - CellID->341028608], -Cell[2562012, 58986, 204, 5, 70, "ExpectedOutput",ExpressionUUID->"4241cb13-9a14-4ee4-ad4a-dc8ba054da4b", - CellID->33960813], -Cell[2562219, 58993, 258, 5, 70, "ExpectedMessage",ExpressionUUID->"03bddde0-eea8-4109-8ef5-7dae168b42f5", - CellID->233397878], -Cell[2562480, 59000, 6108, 156, 70, "BottomCell",ExpressionUUID->"4fac5c17-21c9-4865-83e0-e86954230cbe", - CellID->659914674] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2568649, 59163, 341, 4, 70, "Subchapter",ExpressionUUID->"9f53ff8b-6558-4142-9b95-d784ddf2a621", - CellID->1145069054], -Cell[CellGroupData[{ -Cell[2569015, 59171, 200, 3, 70, "Section",ExpressionUUID->"c522ad54-ee06-4ef7-b2e2-cb54366e3d6f", - CellID->1574629811], -Cell[CellGroupData[{ -Cell[2569240, 59178, 712, 17, 70, "VerificationTest",ExpressionUUID->"38a09dea-9720-4d12-aa74-c8864a9ce04e", - CellID->374734401], -Cell[2569955, 59197, 9626, 162, 70, "ExpectedOutput",ExpressionUUID->"db2d02f0-1667-43ae-9f30-744a6a2c6fdd", - CellID->1739024603], -Cell[2579584, 59361, 6109, 156, 70, "BottomCell",ExpressionUUID->"81221809-71c6-465f-9e9b-3fc9ba7ec9bf", - CellID->1580372810] -}, Closed]], -Cell[CellGroupData[{ -Cell[2585730, 59522, 635, 16, 70, "VerificationTest",ExpressionUUID->"b0b4fd63-1771-40cf-a7ee-286502eb340f", - CellID->73108432], -Cell[2586368, 59540, 11044, 185, 70, "ExpectedOutput",ExpressionUUID->"82887270-b165-4206-a628-a2e40c83d3cb", - CellID->372770540], -Cell[2597415, 59727, 6109, 156, 70, "BottomCell",ExpressionUUID->"87e8cea3-6dbb-4a75-b4b1-24cdde7f5232", - CellID->1248071574] -}, Closed]], -Cell[CellGroupData[{ -Cell[2603561, 59888, 675, 17, 70, "VerificationTest",ExpressionUUID->"791466ef-95f7-4012-b8b3-6accaa2e8b80", - CellID->1222506369], -Cell[2604239, 59907, 11883, 199, 70, "ExpectedOutput",ExpressionUUID->"2bb76642-ff29-47d1-8b97-2eaa8cc98e83", - CellID->1688492934], -Cell[2616125, 60108, 6109, 156, 70, "BottomCell",ExpressionUUID->"84ac49fb-8c0d-40da-bd0c-cc1b6e8e7439", - CellID->1866163969] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2622283, 60270, 167, 2, 70, "Section",ExpressionUUID->"5e529bcc-42be-4115-a77f-f8a4538cf596", - CellID->1037732605], -Cell[CellGroupData[{ -Cell[2622475, 60276, 272, 3, 70, "Subsection",ExpressionUUID->"7bef4818-4842-4b9c-a5f6-5fbaf6f87d4a", - CellID->1171980648], -Cell[CellGroupData[{ -Cell[2622772, 60283, 635, 15, 70, "VerificationTest",ExpressionUUID->"d200d455-7555-4b34-8f80-829bdc22ac52", - CellID->840001002], -Cell[2623410, 60300, 5185, 167, 70, "ExpectedOutput",ExpressionUUID->"c327af50-65df-4feb-890a-63492710397d", - CellID->339345236], -Cell[2628598, 60469, 6108, 156, 70, "BottomCell",ExpressionUUID->"9522fd9d-7bbc-4869-8bc5-c1013bbdadf3", - CellID->619162548] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2634779, 60633, 328, 4, 70, "Subchapter",ExpressionUUID->"a55dcf11-15dd-4dee-80b4-25c760e8dd03", - CellID->1865601525], -Cell[CellGroupData[{ -Cell[2635132, 60641, 200, 3, 70, "Section",ExpressionUUID->"64965832-3f7d-440f-8b68-34d67c6a7951", - CellID->1903584475], -Cell[CellGroupData[{ -Cell[2635357, 60648, 300, 5, 70, "VerificationTest",ExpressionUUID->"f1791a37-4d3a-4095-966d-b2c093e8008c", - CellID->1091196032], -Cell[2635660, 60655, 2497, 82, 70, "ExpectedOutput",ExpressionUUID->"35e17911-7ce9-4750-b4d7-4dba522e4f16", - CellID->221364444], -Cell[2638160, 60739, 6109, 156, 70, "BottomCell",ExpressionUUID->"d39f183a-a532-43c1-8f0f-6fa05a90025d", - CellID->1706674521] -}, Closed]], -Cell[CellGroupData[{ -Cell[2644306, 60900, 452, 10, 70, "VerificationTest",ExpressionUUID->"c7a02aff-4bc4-4aff-a69c-e906ef4215e4", - CellID->962083155], -Cell[2644761, 60912, 1979, 65, 70, "ExpectedOutput",ExpressionUUID->"c828a6b9-4aed-40b1-b6e0-ff8caedb7d6e", - CellID->1327207822], -Cell[2646743, 60979, 6108, 156, 70, "BottomCell",ExpressionUUID->"c3f6e861-6c88-4b80-9c1e-f5f26bc50a85", - CellID->139601468] -}, Closed]], -Cell[CellGroupData[{ -Cell[2652888, 61140, 372, 8, 70, "VerificationTest",ExpressionUUID->"aabf0a80-e767-4677-a376-ca085e3078f5", - CellID->1540095949], -Cell[2653263, 61150, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"ebaf82df-cf6e-4947-a7a9-1d45d68bcae9", - CellID->772217552], -Cell[2653381, 61153, 6109, 156, 70, "BottomCell",ExpressionUUID->"c1c0e75c-8732-4bb1-8d07-9b924125654c", - CellID->1229730152] -}, Closed]], -Cell[CellGroupData[{ -Cell[2659527, 61314, 298, 6, 70, "VerificationTest",ExpressionUUID->"c257b025-90e8-4909-961d-c4feececee35", - CellID->57522221], -Cell[2659828, 61322, 1723, 49, 70, "ExpectedOutput",ExpressionUUID->"d7a1f435-4108-4d3f-80ed-98fd93313da3", - CellID->408327197], -Cell[2661554, 61373, 6108, 156, 70, "BottomCell",ExpressionUUID->"6e8a4697-74b5-40cb-8242-d4f0b6a35a22", - CellID->692045936] -}, Closed]], -Cell[CellGroupData[{ -Cell[2667699, 61534, 452, 11, 70, "VerificationTest",ExpressionUUID->"21cc9855-5e60-4ecb-9b65-87c6ee1af5f6", - CellID->1319088821], -Cell[2668154, 61547, 689, 19, 70, "ExpectedOutput",ExpressionUUID->"65aebfdf-0546-4529-a257-c71c2d16bd95", - CellID->1452126566], -Cell[2668846, 61568, 6108, 156, 70, "BottomCell",ExpressionUUID->"6609b289-d986-420c-8bfb-15ca2446447a", - CellID->444614200] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2675003, 61730, 166, 2, 70, "Section",ExpressionUUID->"12a588c8-6936-4542-952f-dc8c904a86a4", - CellID->827146998], -Cell[CellGroupData[{ -Cell[2675194, 61736, 276, 4, 70, "Subsection",ExpressionUUID->"c04ed4a4-42a3-46ec-a055-200a74d56ace", - CellID->1197948355], -Cell[CellGroupData[{ -Cell[2675495, 61744, 433, 8, 70, "VerificationTest",ExpressionUUID->"7ca93889-f104-4324-98cd-9f1d824bee4c", - CellID->517141069], -Cell[2675931, 61754, 412, 11, 70, "ExpectedOutput",ExpressionUUID->"38d6f350-7ae9-43a6-b327-4d066935d2da", - CellID->723627274], -Cell[2676346, 61767, 6109, 156, 70, "BottomCell",ExpressionUUID->"f0e98b07-73ca-4687-92e6-60445c5c2883", - CellID->1535251487] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2682504, 61929, 279, 4, 70, "Subsection",ExpressionUUID->"908dcca8-5b27-4fb9-bc36-ebce91859c37", - CellID->1258811860], -Cell[CellGroupData[{ -Cell[2682808, 61937, 841, 22, 70, "VerificationTest",ExpressionUUID->"18c1dde7-a068-4922-a5b0-a8cdf0e99b64", - CellID->142764263], -Cell[2683652, 61961, 412, 11, 70, "ExpectedOutput",ExpressionUUID->"50fdbe0d-6162-4778-a906-7d381ab0ac1d", - CellID->699734542], -Cell[2684067, 61974, 6108, 156, 70, "BottomCell",ExpressionUUID->"1d39ce43-d758-4f95-ad8f-22c335aa0638", - CellID->955723304] -}, Closed]], -Cell[CellGroupData[{ -Cell[2690212, 62135, 620, 15, 70, "VerificationTest",ExpressionUUID->"7c3756b0-ae29-4d37-a3d8-e4af15844ad7", - CellID->1988369311], -Cell[2690835, 62152, 191, 4, 70, "ExpectedOutput",ExpressionUUID->"3ddc8fbb-ae24-4c7f-98ef-412ea5394e3f", - CellID->1529979010], -Cell[2691029, 62158, 6109, 156, 70, "BottomCell",ExpressionUUID->"3e938399-24af-47b7-a08e-f5ecb94d4629", - CellID->1811374415] -}, Closed]], -Cell[CellGroupData[{ -Cell[2697175, 62319, 580, 14, 70, "VerificationTest",ExpressionUUID->"8520b7ac-a3ef-4d70-b09b-88b39c111b5e", - CellID->826422780], -Cell[2697758, 62335, 129, 2, 70, "ExpectedOutput",ExpressionUUID->"2a9149a7-8275-4fc3-aa75-f6d8b7922408", - CellID->1910918311], -Cell[2697890, 62339, 246, 4, 70, "ExpectedMessage",ExpressionUUID->"57fc021d-18f7-4c74-87c9-d10c4ab8ac9b", - CellID->735690358], -Cell[2698139, 62345, 6109, 156, 70, "BottomCell",ExpressionUUID->"8f291cbc-c93d-45c0-b340-9064f6526070", - CellID->1041613033] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2704297, 62507, 219, 2, 70, "Subsection",ExpressionUUID->"c9c8c393-08e8-4c42-a74f-30d4425a1e93", - CellID->1541323518], -Cell[CellGroupData[{ -Cell[2704541, 62513, 398, 7, 70, "VerificationTest",ExpressionUUID->"efce4383-3c6a-4e30-b4a9-afb5d808b598", - CellID->49116627], -Cell[2704942, 62522, 14312, 405, 70, "ExpectedOutput",ExpressionUUID->"6cbd827a-b8e8-43d1-8417-b26268bcf1ec", - CellID->869429541], -Cell[2719257, 62929, 6108, 156, 70, "BottomCell",ExpressionUUID->"04997457-71ee-49a9-8f68-fba857dfb8cd", - CellID->103555287] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2725414, 63091, 213, 2, 70, "Subsection",ExpressionUUID->"1f3fe529-8682-4683-83a5-b74a6cd9f706", - CellID->402206664], -Cell[CellGroupData[{ -Cell[2725652, 63097, 344, 6, 70, "VerificationTest",ExpressionUUID->"29e378b9-098f-4290-a178-8644ad24b968", - CellID->481607283], -Cell[2725999, 63105, 619, 17, 70, "ExpectedOutput",ExpressionUUID->"eccc05a8-0d48-48f0-a754-13214f86e426", - CellID->507739838], -Cell[2726621, 63124, 6108, 156, 70, "BottomCell",ExpressionUUID->"33808557-277b-4744-8dbe-2869609dfdf1", - CellID->991954539] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2732778, 63286, 218, 2, 70, "Subsection",ExpressionUUID->"79cb3856-89a9-4e57-898d-0f529e36a922", - CellID->1714833057], -Cell[CellGroupData[{ -Cell[2733021, 63292, 346, 6, 70, "VerificationTest",ExpressionUUID->"39b9b848-9c7d-407c-acaa-8685513694f0", - CellID->219885841], -Cell[2733370, 63300, 551, 15, 70, "ExpectedOutput",ExpressionUUID->"b6b9cb86-307c-448e-8136-802674221aff", - CellID->1949456847], -Cell[2733924, 63317, 6108, 156, 70, "BottomCell",ExpressionUUID->"c7da8940-5ed4-4f0f-a66d-ddb3c57f9cba", - CellID->864385312] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2740081, 63479, 228, 3, 70, "Subsection",ExpressionUUID->"0419663f-9250-42d8-839d-c77e0b14af69", - CellID->1251984035], -Cell[CellGroupData[{ -Cell[2740334, 63486, 520, 12, 70, "VerificationTest",ExpressionUUID->"d0b150bd-2bc1-45b0-bab0-f1ecea55aa77", - CellID->1178943178], -Cell[2740857, 63500, 5915, 201, 70, "ExpectedOutput",ExpressionUUID->"f92d7fc4-bea0-40ab-8b7f-d91efbbe073b", - CellID->1813865424], -Cell[2746775, 63703, 6109, 156, 70, "BottomCell",ExpressionUUID->"db041972-7c5d-4c95-82ae-6d66f4370f0b", - CellID->2144550476] -}, Closed]], -Cell[CellGroupData[{ -Cell[2752921, 63864, 431, 9, 70, "VerificationTest",ExpressionUUID->"7e3b4adc-e5c9-40c5-a37d-f3f2124f3e16", - CellID->1976691523], -Cell[2753355, 63875, 1309, 37, 70, "ExpectedOutput",ExpressionUUID->"0bd950b2-843f-496e-9352-ca81b16b55a2", - CellID->682407971], -Cell[2754667, 63914, 6107, 156, 70, "BottomCell",ExpressionUUID->"30b26498-58a3-4ea5-876e-744d9c8c08ad", - CellID->94318884] -}, Closed]], -Cell[CellGroupData[{ -Cell[2760811, 64075, 500, 11, 70, "VerificationTest",ExpressionUUID->"aabd6b89-cb06-4a72-91ab-ca9840f725da", - CellID->1714191681], -Cell[2761314, 64088, 6089, 199, 70, "ExpectedOutput",ExpressionUUID->"42cf0bfb-efc1-4d5d-9f97-3fa748621030", - CellID->1926458062], -Cell[2767406, 64289, 6108, 156, 70, "BottomCell",ExpressionUUID->"274aef29-6930-4f72-9931-4963a5a81764", - CellID->374551902] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2773587, 64453, 335, 4, 70, "Subchapter",ExpressionUUID->"e041497d-aa67-452a-857d-0d892f5c00de", - CellID->1918739257], -Cell[CellGroupData[{ -Cell[2773947, 64461, 200, 3, 70, "Section",ExpressionUUID->"ad5a5fa6-a7f1-43bd-b8dc-b13c48c73128", - CellID->1636249047], -Cell[CellGroupData[{ -Cell[2774172, 64468, 594, 14, 70, "VerificationTest",ExpressionUUID->"b8a2111f-75aa-45df-98f3-1ca4d167bad7", - CellID->429563855], -Cell[2774769, 64484, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"082a00f9-dff6-4c26-b5ba-fef84815dac8", - CellID->1987173418], -Cell[2774885, 64487, 6108, 156, 70, "BottomCell",ExpressionUUID->"0ecc1695-1431-4681-b58f-5674b1a7a4a9", - CellID->819247557] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2781042, 64649, 167, 2, 70, "Section",ExpressionUUID->"77f24014-4960-417b-a0e4-f883ef1b56ad", - CellID->1060306443], -Cell[CellGroupData[{ -Cell[2781234, 64655, 266, 3, 70, "Subsection",ExpressionUUID->"aba8eeee-2f7a-4f8b-88bf-72d43fd0b2e0", - CellID->751084695], -Cell[CellGroupData[{ -Cell[2781525, 64662, 669, 15, 70, "VerificationTest",ExpressionUUID->"ccbab580-4b89-42fd-93cc-fc98346f843b", - CellID->55955572], -Cell[2782197, 64679, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"80f0edec-758d-4fdb-a9e6-428bc1b24739", - CellID->1994944865], -Cell[2782313, 64682, 6109, 156, 70, "BottomCell",ExpressionUUID->"b0a86d62-7c0f-4ee3-9087-256d5b0f49e3", - CellID->1576029582] -}, Closed]], -Cell[CellGroupData[{ -Cell[2788459, 64843, 701, 15, 70, "VerificationTest",ExpressionUUID->"d21cbd4b-556a-42c7-8fe7-e179cd60d943", - CellID->2070665545], -Cell[2789163, 64860, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"aa07a070-6a36-48b8-98d5-338c515378b5", - CellID->1703315180], -Cell[2789279, 64863, 6109, 156, 70, "BottomCell",ExpressionUUID->"144f57c9-47ee-4dbd-8b28-369f7ec1fe7c", - CellID->1265882576] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2795437, 65025, 269, 3, 70, "Subsection",ExpressionUUID->"158e4649-38f0-49a4-a4f7-87d1b72edd25", - CellID->571591799], -Cell[CellGroupData[{ -Cell[2795731, 65032, 627, 14, 70, "VerificationTest",ExpressionUUID->"c889f837-8bef-48b5-a2d7-fe297783a18f", - CellID->2067770607], -Cell[2796361, 65048, 111, 1, 70, "ExpectedOutput",ExpressionUUID->"348ef71a-7e8e-4f4b-9a80-0d74c1157bb3", - CellID->292732448], -Cell[2796475, 65051, 6108, 156, 70, "BottomCell",ExpressionUUID->"c0adafd9-948d-4813-a179-acd3c735982e", - CellID->567964003] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2802632, 65213, 223, 3, 70, "Subsection",ExpressionUUID->"54952721-2e87-4bfb-b295-a25e047769df", - CellID->38500642], -Cell[CellGroupData[{ -Cell[2802880, 65220, 634, 14, 70, "VerificationTest",ExpressionUUID->"36d04196-5663-40fb-b21b-f19a253d8c0e", - CellID->720751129], -Cell[2803517, 65236, 112, 1, 70, "ExpectedOutput",ExpressionUUID->"6746aba4-492d-4d60-b250-f6cfe2526a6b", - CellID->1856456023], -Cell[2803632, 65239, 6108, 156, 70, "BottomCell",ExpressionUUID->"3baabc1a-b59d-45aa-a064-01e5096464fe", - CellID->206187506] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2809801, 65402, 176, 2, 70, "Section",ExpressionUUID->"fdcf57b4-0bdd-4b6b-b768-7bf7a2ce11ac", - CellID->1049012762], -Cell[CellGroupData[{ -Cell[2810002, 65408, 277, 5, 70, "VerificationTest",ExpressionUUID->"9d9861bd-e51f-4463-a36b-a45e3a084334", - CellID->746941740], -Cell[2810282, 65415, 129, 2, 70, "ExpectedOutput",ExpressionUUID->"6a8e3064-bc5e-4f3d-8396-4e4055a5a20f", - CellID->1807907465], -Cell[2810414, 65419, 6109, 156, 70, "BottomCell",ExpressionUUID->"e498f9c1-2384-44b3-8084-2cb3c9c459a7", - CellID->1502290731] -}, Closed]], -Cell[CellGroupData[{ -Cell[2816560, 65580, 625, 14, 70, "VerificationTest",ExpressionUUID->"55ee31a5-a6da-4cb1-a490-d7a405e3df7f", - CellID->1594686244], -Cell[2817188, 65596, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"e3caf324-a77b-4569-9205-f88c8f1ba2b5", - CellID->1295788348], -Cell[2817304, 65599, 6109, 156, 70, "BottomCell",ExpressionUUID->"92cd4e11-b157-498c-8a0a-11b27e337c35", - CellID->1035078138] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2823474, 65762, 330, 4, 70, "Subchapter",ExpressionUUID->"d3fab087-db66-4d74-be0f-ceaa356e0d2b", - CellID->1288651684], -Cell[CellGroupData[{ -Cell[2823829, 65770, 199, 3, 70, "Section",ExpressionUUID->"20494d44-db3b-466e-83d5-b6cec60c94a1", - CellID->996272993], -Cell[CellGroupData[{ -Cell[2824053, 65777, 248, 4, 70, "VerificationTest",ExpressionUUID->"6fbcac68-0085-41ec-acff-ce939ef8e899", - CellID->1255159740], -Cell[2824304, 65783, 1068, 18, 70, "ExpectedOutput",ExpressionUUID->"b6e7a659-d001-4b5c-b270-7599d6008430", - CellID->737885699], -Cell[2825375, 65803, 6109, 156, 70, "BottomCell",ExpressionUUID->"9a4ad9c2-7486-4a0b-a1e4-8673711efe6e", - CellID->1940724666] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2831545, 65966, 343, 4, 70, "Subchapter",ExpressionUUID->"3eabaf23-b6c6-480b-bb22-3f5004b0abf5", - CellID->428297854], -Cell[CellGroupData[{ -Cell[2831913, 65974, 198, 3, 70, "Section",ExpressionUUID->"1847792a-2def-42f3-8310-34e627bc609d", - CellID->36847434], -Cell[CellGroupData[{ -Cell[2832136, 65981, 817, 20, 70, "VerificationTest",ExpressionUUID->"f4f57316-3594-47d5-a8a8-69aefc5f556d", - CellID->619279479], -Cell[2832956, 66003, 8015, 135, 70, "ExpectedOutput",ExpressionUUID->"806b74f8-1f6c-4e0a-92a1-4302fa378d7a", - CellID->1524450191], -Cell[2840974, 66140, 6109, 156, 70, "BottomCell",ExpressionUUID->"b8fd024f-10c7-4ab4-8dec-409582ff7389", - CellID->1777830826] -}, Closed]], -Cell[CellGroupData[{ -Cell[2847120, 66301, 932, 21, 70, "VerificationTest",ExpressionUUID->"431925b3-5bc5-4b9f-93ad-d355b409edc8", - CellID->1537043034], -Cell[2848055, 66324, 50841, 837, 70, "ExpectedOutput",ExpressionUUID->"44813df2-62db-495e-9ac8-1f54155b09a4", - CellID->1001482675], -Cell[2898899, 67163, 6109, 156, 70, "BottomCell",ExpressionUUID->"a2293c9b-893c-4776-bb23-3c11f7a57dda", - CellID->2062711871] -}, Closed]], -Cell[CellGroupData[{ -Cell[2905045, 67324, 1034, 25, 70, "VerificationTest",ExpressionUUID->"be9df054-1d73-4fbd-b804-827be773f6aa", - CellID->597672735], -Cell[2906082, 67351, 27540, 461, 70, "ExpectedOutput",ExpressionUUID->"d7d8333e-4bfa-4504-ba60-f08636d4eb36", - CellID->1304640126], -Cell[2933625, 67814, 6109, 156, 70, "BottomCell",ExpressionUUID->"cbb7f655-6241-4957-914b-68b9a6b86b31", - CellID->1169902376] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[2939783, 67976, 236, 3, 70, "Section",ExpressionUUID->"97965e56-7d6a-4907-876c-29f64d431b2a", - CellID->819532902], -Cell[CellGroupData[{ -Cell[2940044, 67983, 1125, 27, 70, "VerificationTest",ExpressionUUID->"cf38ed79-a1fd-4578-a24e-aadd8fb7da91", - CellID->473151868], -Cell[2941172, 68012, 11387, 196, 70, "ExpectedOutput",ExpressionUUID->"e3082a64-e880-4561-948e-8e70e9b3eb68", - CellID->131500635], -Cell[2952562, 68210, 6108, 156, 70, "BottomCell",ExpressionUUID->"175fea2a-ad4d-4ddc-ae42-541b8792ff2d", - CellID->188961500] -}, Closed]], -Cell[CellGroupData[{ -Cell[2958707, 68371, 839, 21, 70, "VerificationTest",ExpressionUUID->"813ed45a-4af9-4fa5-8b76-bf746843c64e", - CellID->208146438], -Cell[2959549, 68394, 11600, 194, 70, "ExpectedOutput",ExpressionUUID->"1069d1b5-e5b6-4bb3-964f-3a26446088a1", - CellID->66322503], -Cell[2971152, 68590, 6109, 156, 70, "BottomCell",ExpressionUUID->"79b6284f-8fc3-41a0-9e2e-9349d86c6129", - CellID->1895100234] -}, Closed]], -Cell[CellGroupData[{ -Cell[2977298, 68751, 770, 19, 70, "VerificationTest",ExpressionUUID->"8dde4413-3a01-4b52-b37d-e0869cefd66a", - CellID->1555653616], -Cell[2978071, 68772, 16912, 281, 70, "ExpectedOutput",ExpressionUUID->"f8087021-105a-4454-a1c0-b0cbae0d81c5", - CellID->256921887], -Cell[2994986, 69055, 6109, 156, 70, "BottomCell",ExpressionUUID->"50ca87c3-77a0-4924-bbec-c89b4063f117", - CellID->1619664181] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3001144, 69217, 167, 2, 70, "Section",ExpressionUUID->"7a6317a0-e263-49d2-9a6a-845d7bfb80db", - CellID->2076855703], -Cell[3001314, 69221, 244, 3, 70, "Subsection",ExpressionUUID->"0f3ad4d6-259b-4057-a931-a8583767e37d", - CellID->253440974], -Cell[CellGroupData[{ -Cell[3001583, 69228, 273, 4, 70, "Subsection",ExpressionUUID->"343c1a7e-cc7b-464c-b1e5-3caddb5cde27", - CellID->514601983], -Cell[CellGroupData[{ -Cell[3001881, 69236, 1161, 27, 70, "VerificationTest",ExpressionUUID->"e7093c5f-e0eb-4893-9e7e-1fa5ad290042", - CellID->656629443], -Cell[3003045, 69265, 35078, 584, 70, "ExpectedOutput",ExpressionUUID->"07216cbf-45a7-4883-b957-b94d66b696d6", - CellID->52586568], -Cell[3038126, 69851, 6108, 156, 70, "BottomCell",ExpressionUUID->"6de16f9f-598a-482e-87ef-8752eb10f7ea", - CellID->193180695] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3044283, 70013, 272, 4, 70, "Subsection",ExpressionUUID->"03256d2f-c339-42e8-a983-a1c8560fc402", - CellID->998881812], -Cell[CellGroupData[{ -Cell[3044580, 70021, 1307, 33, 70, "VerificationTest",ExpressionUUID->"9d818b0e-dec7-4712-8644-1a1437399d23", - CellID->1995181577], -Cell[3045890, 70056, 62824, 1048, 70, "ExpectedOutput",ExpressionUUID->"46375d6e-fec9-433c-b86e-628489b05aa4", - CellID->59616734], -Cell[3108717, 71106, 6109, 156, 70, "BottomCell",ExpressionUUID->"e43196cb-70a1-49a2-94a0-657a231489df", - CellID->1940150248] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3114875, 71268, 278, 4, 70, "Subsection",ExpressionUUID->"4d3f6659-4322-4b33-8ba5-c1496a733f33", - CellID->356923949], -Cell[CellGroupData[{ -Cell[3115178, 71276, 1198, 29, 70, "VerificationTest",ExpressionUUID->"9df74a4a-468f-44f3-be70-3f36b3dc3a97", - CellID->898984772], -Cell[3116379, 71307, 104508, 1727, 70, "ExpectedOutput",ExpressionUUID->"d4012257-1aeb-4330-8c25-741fab104b1e", - CellID->1689606359], -Cell[3220890, 73036, 6108, 156, 70, "BottomCell",ExpressionUUID->"cc822df5-d77a-4b33-8271-408eb60108c8", - CellID->713522088] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3227047, 73198, 228, 3, 70, "Subsection",ExpressionUUID->"775b98a9-98a2-4b8f-bfcd-c0ac9e60f104", - CellID->1206983702], -Cell[CellGroupData[{ -Cell[3227300, 73205, 899, 20, 70, "VerificationTest",ExpressionUUID->"e24fef37-2e77-4477-9d6a-45f9cccd9d61", - CellID->648089606], -Cell[3228202, 73227, 44226, 730, 70, "ExpectedOutput",ExpressionUUID->"b3db87c3-04a5-468a-b1d2-d20432cfe39c", - CellID->404950458], -Cell[3272431, 73959, 6108, 156, 70, "BottomCell",ExpressionUUID->"18c9ed0f-f289-4971-8d72-a31dabb738dd", - CellID->617048168] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3278612, 74123, 331, 4, 70, "Subchapter",ExpressionUUID->"f9813f68-562b-4b82-87ce-33104b07a578", - CellID->2065565501], -Cell[CellGroupData[{ -Cell[3278968, 74131, 200, 3, 70, "Section",ExpressionUUID->"21c36c06-9e89-49dc-86ff-d258017258db", - CellID->1886221552], -Cell[CellGroupData[{ -Cell[3279193, 74138, 369, 8, 70, "VerificationTest",ExpressionUUID->"500db2fa-a861-4381-ad1c-52e35375ae18", - CellID->815752611], -Cell[3279565, 74148, 347, 8, 70, "ExpectedOutput",ExpressionUUID->"35c3be9e-3e9f-461d-91a2-bf394ab535a9", - CellID->818530629], -Cell[3279915, 74158, 6108, 156, 70, "BottomCell",ExpressionUUID->"26c1057b-d7c5-4247-ad92-7bc208de3379", - CellID->530028213] -}, Closed]], -Cell[CellGroupData[{ -Cell[3286060, 74319, 370, 8, 70, "VerificationTest",ExpressionUUID->"adee3891-a43d-4a93-b3a4-1537182f9cd7", - CellID->1077409114], -Cell[3286433, 74329, 347, 8, 70, "ExpectedOutput",ExpressionUUID->"aeb0a553-b1d7-4283-bcc7-82407f1b800b", - CellID->432867494], -Cell[3286783, 74339, 6108, 156, 70, "BottomCell",ExpressionUUID->"d151904c-e84a-4058-828e-b986f529c4c4", - CellID->422008135] -}, Closed]], -Cell[CellGroupData[{ -Cell[3292928, 74500, 369, 8, 70, "VerificationTest",ExpressionUUID->"4e8f5adf-60d7-4724-bb27-2e229f141f74", - CellID->1817443874], -Cell[3293300, 74510, 349, 8, 70, "ExpectedOutput",ExpressionUUID->"8921b19e-38cd-42ee-bf47-1e72be131505", - CellID->2119279037], -Cell[3293652, 74520, 6109, 156, 70, "BottomCell",ExpressionUUID->"844f1ed1-c362-4e48-aa55-9f0b1bbc98fd", - CellID->1699722551] -}, Closed]], -Cell[CellGroupData[{ -Cell[3299798, 74681, 1154, 31, 70, "VerificationTest",ExpressionUUID->"5290c06f-e633-44fe-94a2-bf11d0dae049", - CellID->1151984783], -Cell[3300955, 74714, 2467, 64, 70, "ExpectedOutput",ExpressionUUID->"48d95dcc-02c7-4e0f-9566-602ee2b020de", - CellID->1843170176], -Cell[3303425, 74780, 6109, 156, 70, "BottomCell",ExpressionUUID->"58d6f727-21c5-41dc-a5a9-cbaf89cd004b", - CellID->1409442263] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3309583, 74942, 167, 2, 70, "Section",ExpressionUUID->"2de652bd-629e-47ac-bc7b-8c2b13c9b232", - CellID->1928548178], -Cell[CellGroupData[{ -Cell[3309775, 74948, 274, 4, 70, "Subsection",ExpressionUUID->"094f849b-a040-431a-a8ec-4e9c05458f40", - CellID->1138543475], -Cell[CellGroupData[{ -Cell[3310074, 74956, 433, 9, 70, "VerificationTest",ExpressionUUID->"11288da7-5046-49a4-852e-f2fc760839aa", - CellID->778092743], -Cell[3310510, 74967, 223, 4, 70, "ExpectedOutput",ExpressionUUID->"ed865d20-5903-4adf-a910-efcf10799177", - CellID->1376805018], -Cell[3310736, 74973, 6109, 156, 70, "BottomCell",ExpressionUUID->"62899c6d-e615-4b50-87f5-a69640e7d861", - CellID->1751487831] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3316894, 75135, 283, 4, 70, "Subsection",ExpressionUUID->"a0887040-e590-41a0-ba72-99f80eb2654a", - CellID->1420889555], -Cell[CellGroupData[{ -Cell[3317202, 75143, 463, 10, 70, "VerificationTest",ExpressionUUID->"89729cd9-03bf-4db4-9d3b-694f6d48758f", - CellID->947337393], -Cell[3317668, 75155, 348, 8, 70, "ExpectedOutput",ExpressionUUID->"7c23b3d3-e473-4f9f-be57-7c778fb33cfb", - CellID->455805293], -Cell[3318019, 75165, 6109, 156, 70, "BottomCell",ExpressionUUID->"c41b73db-aa50-4e3f-97f6-efaeeb8e738d", - CellID->1697626188] -}, Closed]], -Cell[CellGroupData[{ -Cell[3324165, 75326, 468, 10, 70, "VerificationTest",ExpressionUUID->"cbc66a67-7d4f-46d6-a730-a14081fcced4", - CellID->2080048256], -Cell[3324636, 75338, 311, 7, 70, "ExpectedOutput",ExpressionUUID->"971561ac-5111-4f9c-b1b2-bbeb4761a059", - CellID->484749079], -Cell[3324950, 75347, 6108, 156, 70, "BottomCell",ExpressionUUID->"69db5a02-cb1d-4d86-95c1-bc0ab74ff13a", - CellID->535607674] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3331107, 75509, 236, 3, 70, "Subsection",ExpressionUUID->"3a0c6b31-d904-4d08-a3c7-e30cd6ef76bb", - CellID->1583282012], -Cell[CellGroupData[{ -Cell[3331368, 75516, 1238, 33, 70, "VerificationTest",ExpressionUUID->"fa425652-c6d8-40a2-9735-ffb9caf3fcfb", - CellID->673199226], -Cell[3332609, 75551, 2504, 63, 70, "ExpectedOutput",ExpressionUUID->"f82831e8-f607-4d24-a12c-8cfca15ce5fa", - CellID->1515538986], -Cell[3335116, 75616, 6109, 156, 70, "BottomCell",ExpressionUUID->"df056aa1-26c5-4309-acc1-17e6e142d48c", - CellID->1854212341] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3341274, 75778, 220, 2, 70, "Subsection",ExpressionUUID->"85562a19-18a1-4c38-ba3c-42a2bc44a891", - CellID->1391301037], -Cell[CellGroupData[{ -Cell[3341519, 75784, 701, 18, 70, "VerificationTest",ExpressionUUID->"cffdf00b-2d84-4416-b084-2ac3adfcad5b", - CellID->489917743], -Cell[3342223, 75804, 835, 22, 70, "ExpectedOutput",ExpressionUUID->"6975dea3-5392-418d-855f-e00672b49c38", - CellID->595204003], -Cell[3343061, 75828, 6109, 156, 70, "BottomCell",ExpressionUUID->"738f0d9a-b575-46bf-a50f-a27ed729f980", - CellID->1611613570] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3349243, 75992, 335, 4, 70, "Subchapter",ExpressionUUID->"cacc993e-83db-4258-8979-81d173fbfbc4", - CellID->245579760], -Cell[CellGroupData[{ -Cell[3349603, 76000, 200, 3, 70, "Section",ExpressionUUID->"d2fa5f4b-cf8a-4d64-b1e1-e395376603df", - CellID->2142940433], -Cell[CellGroupData[{ -Cell[3349828, 76007, 572, 12, 70, "VerificationTest",ExpressionUUID->"c180e30c-7bdf-44a3-8d37-2b120f17b6d0", - CellID->841261571], -Cell[3350403, 76021, 1056, 13, 70, "ExpectedOutput",ExpressionUUID->"ba70fbf5-98a7-4e62-bd02-3b51e282f9f8", - CellID->50891949], -Cell[3351462, 76036, 6108, 156, 70, "BottomCell",ExpressionUUID->"f5337db2-0c90-43f5-b590-8c82e01ebfab", - CellID->178031379] -}, Closed]], -Cell[CellGroupData[{ -Cell[3357607, 76197, 533, 11, 70, "VerificationTest",ExpressionUUID->"608e6659-4477-45e7-849d-5d7b6d7dbdd9", - CellID->1595237831], -Cell[3358143, 76210, 1302, 16, 70, "ExpectedOutput",ExpressionUUID->"e1471145-c9dc-4626-a55c-86cc6ef40fec", - CellID->1976376469], -Cell[3359448, 76228, 6108, 156, 70, "BottomCell",ExpressionUUID->"a6bc660c-8ab5-4df7-9776-b06bc8df5aa7", - CellID->728666582] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3365605, 76390, 236, 3, 70, "Section",ExpressionUUID->"82ea3853-b0ae-47e4-ba57-e567b18cd476", - CellID->951613594], -Cell[CellGroupData[{ -Cell[3365866, 76397, 621, 14, 70, "VerificationTest",ExpressionUUID->"0080f797-6759-4b2d-92be-2d3df7d40f1d", - CellID->2050419385], -Cell[3366490, 76413, 871, 11, 70, "ExpectedOutput",ExpressionUUID->"25bd91b2-9343-4e27-85c1-acd686021686", - CellID->728520286], -Cell[3367364, 76426, 6109, 156, 70, "BottomCell",ExpressionUUID->"963e567d-8976-4927-93e5-3b8bb660dd63", - CellID->1747488480] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3373522, 76588, 167, 2, 70, "Section",ExpressionUUID->"1c6dab65-5dfe-4dc9-9c12-1eb9131c10b3", - CellID->1458955149], -Cell[CellGroupData[{ -Cell[3373714, 76594, 265, 3, 70, "Subsection",ExpressionUUID->"409e8d10-5270-4b14-807b-abb7ef41c6d6", - CellID->690907797], -Cell[CellGroupData[{ -Cell[3374004, 76601, 562, 12, 70, "VerificationTest",ExpressionUUID->"3273d78a-a666-46ed-bc54-6dd4573ad001", - CellID->12406922], -Cell[3374569, 76615, 1395, 17, 70, "ExpectedOutput",ExpressionUUID->"14faaf3c-0933-40d5-acce-210544cf661f", - CellID->217224295], -Cell[3375967, 76634, 6109, 156, 70, "BottomCell",ExpressionUUID->"f31176b2-4aba-450f-92ad-77b31fc77a32", - CellID->1052526988] -}, Closed]], -Cell[CellGroupData[{ -Cell[3382113, 76795, 534, 11, 70, "VerificationTest",ExpressionUUID->"a53d2542-3e42-4cb3-8aae-c572e5c9bfef", - CellID->482993169], -Cell[3382650, 76808, 1397, 18, 70, "ExpectedOutput",ExpressionUUID->"b31f7316-75de-440b-9e9d-5cc3a6fac0e6", - CellID->178005723], -Cell[3384050, 76828, 6108, 156, 70, "BottomCell",ExpressionUUID->"063fec96-9213-480f-983e-a6a9a659724e", - CellID->998286977] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3390207, 76990, 283, 4, 70, "Subsection",ExpressionUUID->"6831c00d-3161-43ad-bbb7-74637196465f", - CellID->643264850], -Cell[CellGroupData[{ -Cell[3390515, 76998, 828, 19, 70, "VerificationTest",ExpressionUUID->"0755f861-bc6c-40ff-a7ba-9a36211b28d5", - CellID->630112176], -Cell[3391346, 77019, 1681, 24, 70, "ExpectedOutput",ExpressionUUID->"1d86bd9c-0896-4559-a531-cd24632c1acc", - CellID->1053478675], -Cell[3393030, 77045, 6109, 156, 70, "BottomCell",ExpressionUUID->"32155f69-5f8b-4609-84ef-149a67cc887f", - CellID->2066972075] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3399188, 77207, 217, 2, 70, "Subsection",ExpressionUUID->"b7fb6a14-ae5d-4010-902e-d05ad6ae5c7f", - CellID->1656468844], -Cell[CellGroupData[{ -Cell[3399430, 77213, 524, 11, 70, "VerificationTest",ExpressionUUID->"f6c2e369-e79c-47ae-838e-ad0630186a14", - CellID->235209208], -Cell[3399957, 77226, 1211, 15, 70, "ExpectedOutput",ExpressionUUID->"81cce820-aba9-4526-9043-756eb89d9bf9", - CellID->1791248376], -Cell[3401171, 77243, 6109, 156, 70, "BottomCell",ExpressionUUID->"cb4ff186-815f-40a5-908f-e3d1e2d00dec", - CellID->1904190653] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3407329, 77405, 227, 3, 70, "Subsection",ExpressionUUID->"5663e03c-37c7-4397-bc49-d6ac6bc11c95", - CellID->963041564], -Cell[CellGroupData[{ -Cell[3407581, 77412, 584, 12, 70, "VerificationTest",ExpressionUUID->"7e90076e-5ce1-4999-aeb2-1e49b0adca36", - CellID->1375233245], -Cell[3408168, 77426, 1807, 23, 70, "ExpectedOutput",ExpressionUUID->"e5302b08-e5e2-4fe3-be68-eba652e00972", - CellID->178656054], -Cell[3409978, 77451, 6109, 156, 70, "BottomCell",ExpressionUUID->"c8dbf65b-98fb-42f8-be99-98d30600db8b", - CellID->1930997377] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3416136, 77613, 228, 3, 70, "Subsection",ExpressionUUID->"d8c8b719-59bd-41f2-a0c3-dee0f29520b9", - CellID->306207030], -Cell[CellGroupData[{ -Cell[3416389, 77620, 810, 19, 70, "VerificationTest",ExpressionUUID->"8d0b7c64-6e81-4ef5-a43f-1617e93cc11d", - CellID->1178024434], -Cell[3417202, 77641, 701, 9, 70, "ExpectedOutput",ExpressionUUID->"c71ef69c-ec31-4412-a1f3-d20a3d272107", - CellID->1404920545], -Cell[3417906, 77652, 6109, 156, 70, "BottomCell",ExpressionUUID->"65398081-5007-4068-9fdd-07f9cde21545", - CellID->1500041775] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3424076, 77815, 175, 2, 70, "Section",ExpressionUUID->"72ab1afd-b8d5-4b9a-be8e-a2daaf5c22d8", - CellID->919654952], -Cell[CellGroupData[{ -Cell[3424276, 77821, 746, 18, 70, "VerificationTest",ExpressionUUID->"a553ef0d-a8d6-413a-a4cc-5588ab3090b3", - CellID->731510934], -Cell[3425025, 77841, 4448, 57, 70, "ExpectedOutput",ExpressionUUID->"94ef0fa9-fbd7-40b2-a22b-3f721b3d9ca1", - CellID->160388663], -Cell[3429476, 77900, 6109, 156, 70, "BottomCell",ExpressionUUID->"7651acae-83c9-4add-a674-943bc8f89265", - CellID->1891580292] -}, Closed]], -Cell[CellGroupData[{ -Cell[3435622, 78061, 1819, 43, 70, "VerificationTest",ExpressionUUID->"7aad0df6-5b06-4c8e-ba18-a2a059b47d42", - CellID->522992608], -Cell[3437444, 78106, 40198, 663, 70, "ExpectedOutput",ExpressionUUID->"8d963424-9cf6-4598-8619-b5e96a84345c", - CellID->286195485], -Cell[3477645, 78771, 6108, 156, 70, "BottomCell",ExpressionUUID->"7fc2582b-ce63-4f07-a638-cf8d24736355", - CellID->442057456] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3483814, 78934, 343, 4, 70, "Subchapter",ExpressionUUID->"3f551c64-ba5f-42af-bd63-4834a61ba54e", - CellID->1361143471], -Cell[CellGroupData[{ -Cell[3484182, 78942, 200, 3, 70, "Section",ExpressionUUID->"4b96a6a0-6abb-4386-ac58-ae4bd39bb737", - CellID->1742509253], -Cell[CellGroupData[{ -Cell[3484407, 78949, 382, 8, 70, "VerificationTest",ExpressionUUID->"988813ee-48b8-4c75-b499-5bda13797255", - CellID->392819277], -Cell[3484792, 78959, 556, 17, 70, "ExpectedOutput",ExpressionUUID->"973c4d38-8f1a-4e39-bb99-e815eae63af6", - CellID->748857661], -Cell[3485351, 78978, 6109, 156, 70, "BottomCell",ExpressionUUID->"7512188c-db82-48a6-b063-5409df510e3f", - CellID->1513728019] -}, Closed]], -Cell[CellGroupData[{ -Cell[3491497, 79139, 508, 12, 70, "VerificationTest",ExpressionUUID->"ae9c2a49-5723-4215-b525-0c9f825e14d5", - CellID->1772593679], -Cell[3492008, 79153, 419, 13, 70, "ExpectedOutput",ExpressionUUID->"5a4e53a3-be6c-4fc8-9109-080ef26ffc48", - CellID->2088811769], -Cell[3492430, 79168, 6109, 156, 70, "BottomCell",ExpressionUUID->"04d7e161-43e5-48e0-81e7-6208f31dbd6f", - CellID->2135532971] -}, Closed]], -Cell[CellGroupData[{ -Cell[3498576, 79329, 388, 8, 70, "VerificationTest",ExpressionUUID->"e1e44cbb-91d1-4fc4-8499-eeb72cb94e32", - CellID->749322041], -Cell[3498967, 79339, 323, 9, 70, "ExpectedOutput",ExpressionUUID->"4e545cbc-93ec-44d3-9afc-6efe7659a535", - CellID->1011437079], -Cell[3499293, 79350, 6109, 156, 70, "BottomCell",ExpressionUUID->"ea949e94-d4af-48be-b15e-25d2c1fc07eb", - CellID->1008451286] -}, Closed]], -Cell[CellGroupData[{ -Cell[3505439, 79511, 432, 9, 70, "VerificationTest",ExpressionUUID->"e8e3e7e0-630e-480f-85ca-df47ebc7caac", - CellID->1045310760], -Cell[3505874, 79522, 571, 17, 70, "ExpectedOutput",ExpressionUUID->"b15736e8-3c10-4c89-a2a5-1f9b9d461c14", - CellID->2121710860], -Cell[3506448, 79541, 6109, 156, 70, "BottomCell",ExpressionUUID->"5cbb19fc-0ece-4e8f-8543-6a829335a451", - CellID->1099821678] -}, Closed]], -Cell[CellGroupData[{ -Cell[3512594, 79702, 369, 8, 70, "VerificationTest",ExpressionUUID->"80ba71cb-762f-4296-a542-dd720bb20199", - CellID->771451886], -Cell[3512966, 79712, 2245, 71, 70, "ExpectedOutput",ExpressionUUID->"4e07fcaf-fc68-4022-82c3-c302afb4889e", - CellID->1433071063], -Cell[3515214, 79785, 6109, 156, 70, "BottomCell",ExpressionUUID->"b1931a0a-5c37-4909-9e95-b446eb3cd90a", - CellID->1311192417] -}, Closed]], -Cell[CellGroupData[{ -Cell[3521360, 79946, 359, 7, 70, "VerificationTest",ExpressionUUID->"43095418-fdd6-4b3e-938d-80b1918cfac6", - CellID->985753311], -Cell[3521722, 79955, 1121, 37, 70, "ExpectedOutput",ExpressionUUID->"4dfb2126-5b6f-4ac0-8e5e-b6f2fd47d40c", - CellID->1867045019], -Cell[3522846, 79994, 6109, 156, 70, "BottomCell",ExpressionUUID->"12dbb03b-24c7-4c36-a7c0-299c3eab21bb", - CellID->1881250652] -}, Closed]], -Cell[CellGroupData[{ -Cell[3528992, 80155, 396, 8, 70, "VerificationTest",ExpressionUUID->"ea802ecd-edd3-4d90-943f-cf2c3035f270", - CellID->1137634328], -Cell[3529391, 80165, 2286, 65, 70, "ExpectedOutput",ExpressionUUID->"48c3832c-675a-42c1-bc4c-c8d00997691b", - CellID->1173241455], -Cell[3531680, 80232, 6108, 156, 70, "BottomCell",ExpressionUUID->"484a92bf-b810-48b7-abef-20dc5522d91c", - CellID->777973383] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3537837, 80394, 237, 3, 70, "Section",ExpressionUUID->"df1138f0-5ddf-44c5-8380-7e01361d2578", - CellID->1118521032], -Cell[CellGroupData[{ -Cell[3538099, 80401, 393, 9, 70, "VerificationTest",ExpressionUUID->"533aad62-e0c9-4a45-b8b8-ff6a4128691b", - CellID->410658038], -Cell[3538495, 80412, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"f9fd99fd-111a-4eb8-af19-1af37ff69ab1", - CellID->2064686855], -Cell[3538613, 80415, 6109, 156, 70, "BottomCell",ExpressionUUID->"b8bbdcde-cb4a-4bf2-853c-8734fa8f1f56", - CellID->1518205145] -}, Closed]], -Cell[CellGroupData[{ -Cell[3544759, 80576, 311, 6, 70, "VerificationTest",ExpressionUUID->"1bc4e6ab-7e45-42bc-9703-abf4e8165b94", - CellID->246750862], -Cell[3545073, 80584, 778, 23, 70, "ExpectedOutput",ExpressionUUID->"ebfd5ed8-1620-4e98-a189-22ab5bf8bb3a", - CellID->350815277], -Cell[3545854, 80609, 6107, 156, 70, "BottomCell",ExpressionUUID->"b474b07a-eff0-4d54-94e2-7ec3dd18a5f6", - CellID->73178361] -}, Closed]], -Cell[CellGroupData[{ -Cell[3551998, 80770, 1594, 42, 70, "VerificationTest",ExpressionUUID->"56c1585e-d015-4f34-9609-3086c479a077", - CellID->1140670306], -Cell[3553595, 80814, 114, 1, 70, "ExpectedOutput",ExpressionUUID->"a21dadaa-e6ae-4c16-8b55-69e79a4ad43f", - CellID->659316173], -Cell[3553712, 80817, 6109, 156, 70, "BottomCell",ExpressionUUID->"ff33f34e-b84d-48ad-8f8a-a2907b3f417d", - CellID->1548067243] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3559870, 80979, 167, 2, 70, "Section",ExpressionUUID->"40d7259d-93dd-4520-8df3-cd354a9367fa", - CellID->2058622633], -Cell[CellGroupData[{ -Cell[3560062, 80985, 272, 4, 70, "Subsection",ExpressionUUID->"ed52ab84-b70e-43ac-bf83-d3268316ca9e", - CellID->1161556014], -Cell[CellGroupData[{ -Cell[3560359, 80993, 314, 7, 70, "VerificationTest",ExpressionUUID->"f76727f5-9ac9-497b-bef0-d921bc75783a", - CellID->167186513], -Cell[3560676, 81002, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"7ee1df8b-10c1-4bc9-8bcb-94c0e3175fed", - CellID->995113715], -Cell[3560792, 81005, 6109, 156, 70, "BottomCell",ExpressionUUID->"771d0338-04df-4226-b950-07ae45e95ec4", - CellID->1601769696] -}, Closed]], -Cell[CellGroupData[{ -Cell[3566938, 81166, 387, 8, 70, "VerificationTest",ExpressionUUID->"78f40862-bb1b-4b65-943c-16c19e30b333", - CellID->1165769180], -Cell[3567328, 81176, 113, 1, 70, "ExpectedOutput",ExpressionUUID->"78bfe899-00a1-40af-85e4-2d85b7ed9325", - CellID->1589296679], -Cell[3567444, 81179, 6107, 156, 70, "BottomCell",ExpressionUUID->"d5916309-b4c7-4b97-aef0-55e3d6e3066c", - CellID->88281880] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3573600, 81341, 281, 4, 70, "Subsection",ExpressionUUID->"cbf37498-ad77-425d-8d74-e997e5b5b245", - CellID->1645576068], -Cell[CellGroupData[{ -Cell[3573906, 81349, 481, 10, 70, "VerificationTest",ExpressionUUID->"34bfed40-f29c-41c3-a75e-7a49f2970ad5", - CellID->208538929], -Cell[3574390, 81361, 1063, 22, 70, "ExpectedOutput",ExpressionUUID->"cbe855a5-98df-4f7e-b07e-bcd3c815eecc", - CellID->220467799], -Cell[3575456, 81385, 6109, 156, 70, "BottomCell",ExpressionUUID->"8a08fde4-5353-4142-b124-89049a20260f", - CellID->1989840730] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3581638, 81549, 343, 4, 70, "Subchapter",ExpressionUUID->"9c4a8584-dc76-4cce-af7c-b467596e05bf", - CellID->18141675], -Cell[CellGroupData[{ -Cell[3582006, 81557, 200, 3, 70, "Section",ExpressionUUID->"cca19438-1bae-46b1-8577-90e70322a94c", - CellID->2111937498], -Cell[CellGroupData[{ -Cell[3582231, 81564, 358, 7, 70, "VerificationTest",ExpressionUUID->"2c1a7756-97a7-410c-a33c-507682ff3872", - CellID->921777990], -Cell[3582592, 81573, 337, 10, 70, "ExpectedOutput",ExpressionUUID->"d780874a-a171-4bf7-a69e-54ff41085e51", - CellID->375648472], -Cell[3582932, 81585, 6108, 156, 70, "BottomCell",ExpressionUUID->"603b18d7-b120-49bc-bda0-a487b1ebc769", - CellID->490314379] -}, Closed]], -Cell[CellGroupData[{ -Cell[3589077, 81746, 392, 7, 70, "VerificationTest",ExpressionUUID->"ed44b9dc-2065-4d11-91f4-b2bd9eef9c73", - CellID->1071831878], -Cell[3589472, 81755, 614, 18, 70, "ExpectedOutput",ExpressionUUID->"2d156d94-1f23-4a57-834e-451c4780101d", - CellID->1185542510], -Cell[3590089, 81775, 6108, 156, 70, "BottomCell",ExpressionUUID->"c81a5b94-7315-4ce1-a1ed-2627280dc511", - CellID->819014314] -}, Closed]], -Cell[CellGroupData[{ -Cell[3596234, 81936, 379, 8, 70, "VerificationTest",ExpressionUUID->"56322d5b-8ce4-47a8-aeaa-ad3e2809fdb3", - CellID->1023354867], -Cell[3596616, 81946, 986, 28, 70, "ExpectedOutput",ExpressionUUID->"6d643eb6-6113-41cf-b751-6d3127207a8b", - CellID->328720846], -Cell[3597605, 81976, 6109, 156, 70, "BottomCell",ExpressionUUID->"1a011e82-08d1-4be6-90bd-a504ec9fbd74", - CellID->1950881775] -}, Closed]], -Cell[CellGroupData[{ -Cell[3603751, 82137, 359, 7, 70, "VerificationTest",ExpressionUUID->"af5a0eed-6a98-458e-885c-9dd6f459d0d0", - CellID->542086707], -Cell[3604113, 82146, 783, 25, 70, "ExpectedOutput",ExpressionUUID->"c7c34e6a-99b9-4232-9473-75ed3925533a", - CellID->1225653975], -Cell[3604899, 82173, 6108, 156, 70, "BottomCell",ExpressionUUID->"205bbb08-1a81-4895-880e-480fa737fae8", - CellID->689670029] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3611056, 82335, 175, 2, 70, "Section",ExpressionUUID->"d1dfd3df-e19d-4522-860d-353084aa83f3", - CellID->851753558], -Cell[CellGroupData[{ -Cell[3611256, 82341, 445, 10, 70, "VerificationTest",ExpressionUUID->"5db6d994-0523-4c96-a7f1-27a248ff7b9f", - CellID->1774194287], -Cell[3611704, 82353, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"a02bd083-9b0f-4bfb-816d-79c23c6d70d0", - CellID->1072943014], -Cell[3611826, 82356, 254, 5, 70, "ExpectedMessage",ExpressionUUID->"0b9a3ae9-625c-4b47-acb6-78f5ab1ccfeb", - CellID->1087886586], -Cell[3612083, 82363, 6109, 156, 70, "BottomCell",ExpressionUUID->"bc36f5f2-9e70-4796-917f-c91900d95029", - CellID->1314934544] -}, Closed]], -Cell[CellGroupData[{ -Cell[3618229, 82524, 608, 15, 70, "VerificationTest",ExpressionUUID->"6ddd9cd4-56b1-4312-bc39-0f9feefb7e81", - CellID->628213467], -Cell[3618840, 82541, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"d9ebb72d-5022-4657-a83b-531c5651b37e", - CellID->1354131217], -Cell[3618962, 82544, 312, 6, 70, "ExpectedMessage",ExpressionUUID->"c7a5c935-bbc4-4db2-8fe2-e77f9445e55f", - CellID->1999156860], -Cell[3619277, 82552, 6108, 156, 70, "BottomCell",ExpressionUUID->"49676c7c-9847-4eb6-8362-030fbcd0a8cd", - CellID->350669731] -}, Closed]], -Cell[CellGroupData[{ -Cell[3625422, 82713, 460, 11, 70, "VerificationTest",ExpressionUUID->"3ee05c23-288d-4263-b46d-c8e7b0dac171", - CellID->684426519], -Cell[3625885, 82726, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"76b68e98-fae8-4b52-b274-a432b99c6970", - CellID->1234091501], -Cell[3626007, 82729, 257, 5, 70, "ExpectedMessage",ExpressionUUID->"dd9fa7db-a60e-4441-a44c-c601b8f02687", - CellID->978794581], -Cell[3626267, 82736, 6109, 156, 70, "BottomCell",ExpressionUUID->"cdc43b0f-a21e-4747-bef3-c19c91ff3ae4", - CellID->1011041549] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3632437, 82899, 346, 4, 70, "Subchapter",ExpressionUUID->"d4542ac3-dfbc-40c4-8c8d-56834b54fdfd", - CellID->1366387490], -Cell[CellGroupData[{ -Cell[3632808, 82907, 200, 3, 70, "Section",ExpressionUUID->"aca98f83-9580-4f8d-a351-acf0a8319b02", - CellID->1831907059], -Cell[CellGroupData[{ -Cell[3633033, 82914, 558, 14, 70, "VerificationTest",ExpressionUUID->"3285303c-71e6-45ea-a839-49a5f942ed31", - CellID->1140878588], -Cell[3633594, 82930, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"60f8ac66-790a-41cc-9515-753c3b318795", - CellID->2012428100], -Cell[3633712, 82933, 6109, 156, 70, "BottomCell",ExpressionUUID->"3d04d47e-d623-4c64-b4ff-a2c6a0cd35bb", - CellID->1684698979] -}, Closed]], -Cell[CellGroupData[{ -Cell[3639858, 83094, 526, 14, 70, "VerificationTest",ExpressionUUID->"1e93fc4d-e7b5-444d-9206-54e455a37ebe", - CellID->1609768506], -Cell[3640387, 83110, 116, 1, 70, "ExpectedOutput",ExpressionUUID->"00e16dd3-0325-4080-996b-16a5464d1cf4", - CellID->1380295436], -Cell[3640506, 83113, 6108, 156, 70, "BottomCell",ExpressionUUID->"e8e0c0d5-f752-4ba6-a665-146923f36856", - CellID->163854358] -}, Closed]], -Cell[CellGroupData[{ -Cell[3646651, 83274, 502, 13, 70, "VerificationTest",ExpressionUUID->"97023c9a-0570-4442-9435-b89e4575ab31", - CellID->1608627531], -Cell[3647156, 83289, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"ee72cf5a-3d49-42e2-a8f5-afd19c4f5db3", - CellID->1531281434], -Cell[3647274, 83292, 6108, 156, 70, "BottomCell",ExpressionUUID->"ade9f236-ed66-4847-aeea-69f7902233e4", - CellID->826159452] -}, Closed]], -Cell[CellGroupData[{ -Cell[3653419, 83453, 529, 14, 70, "VerificationTest",ExpressionUUID->"8b7e0a0f-9c75-42cc-95fd-d6c0169139ba", - CellID->135925001], -Cell[3653951, 83469, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"75453144-5c64-4e03-b217-8fc2ec791946", - CellID->1716375046], -Cell[3654069, 83472, 6109, 156, 70, "BottomCell",ExpressionUUID->"c80b700d-f6f8-4ee0-b5b2-2c6288c821ad", - CellID->1780131909] -}, Closed]], -Cell[CellGroupData[{ -Cell[3660215, 83633, 536, 14, 70, "VerificationTest",ExpressionUUID->"e5960ad6-1a59-4603-83dd-094055565ced", - CellID->1076509137], -Cell[3660754, 83649, 114, 1, 70, "ExpectedOutput",ExpressionUUID->"09aeeb15-c771-496b-96b1-ad7019f6f405", - CellID->339339584], -Cell[3660871, 83652, 6109, 156, 70, "BottomCell",ExpressionUUID->"34089c87-6706-4816-99ab-68faebfbc49f", - CellID->2082308206] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3667029, 83814, 236, 3, 70, "Section",ExpressionUUID->"30319246-fd53-4367-ae3f-5735463579b1", - CellID->388893574], -Cell[CellGroupData[{ -Cell[3667290, 83821, 383, 9, 70, "VerificationTest",ExpressionUUID->"c8c9d84d-3fef-4436-b355-0c679e8733b5", - CellID->127469037], -Cell[3667676, 83832, 2300, 76, 70, "ExpectedOutput",ExpressionUUID->"7bbabc7b-224b-4de5-b125-ae66f7bf743e", - CellID->1330908800], -Cell[3669979, 83910, 6109, 156, 70, "BottomCell",ExpressionUUID->"d8afe146-6ad0-4683-b5b0-ef3227244c03", - CellID->1960506730] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3676137, 84072, 174, 2, 70, "Section",ExpressionUUID->"f0f5bfc3-e1b9-42a7-8f6b-d5b136a93437", - CellID->41407109], -Cell[CellGroupData[{ -Cell[3676336, 84078, 470, 10, 70, "VerificationTest",ExpressionUUID->"6764e5b7-d44a-43de-af05-e1299ef8f423", - CellID->1441969144], -Cell[3676809, 84090, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"f43197fc-3a1a-4ef8-808b-4d7552307706", - CellID->822446813], -Cell[3676930, 84093, 264, 5, 70, "ExpectedMessage",ExpressionUUID->"84abe145-5a12-45d4-a0ed-695205b89f15", - CellID->1053399866], -Cell[3677197, 84100, 6109, 156, 70, "BottomCell",ExpressionUUID->"3eb2ce8c-539a-4f14-9615-403988ecdab1", - CellID->1395015189] -}, Closed]], -Cell[CellGroupData[{ -Cell[3683343, 84261, 623, 16, 70, "VerificationTest",ExpressionUUID->"0f700dac-7ccf-4035-bf2e-58c88a55d1eb", - CellID->719878957], -Cell[3683969, 84279, 117, 1, 70, "ExpectedOutput",ExpressionUUID->"e5e5a145-7666-4ddf-b929-20cb718ef8ac", - CellID->82763101], -Cell[3684089, 84282, 256, 5, 70, "ExpectedMessage",ExpressionUUID->"6c8a9ebe-74cc-4916-bef0-6546e9208e0e", - CellID->1577518898], -Cell[3684348, 84289, 6109, 156, 70, "BottomCell",ExpressionUUID->"988f34fb-878b-4842-9b4d-9ebadaf29470", - CellID->1941307224] -}, Closed]], -Cell[CellGroupData[{ -Cell[3690494, 84450, 563, 14, 70, "VerificationTest",ExpressionUUID->"9228555d-57aa-4822-8d14-c852b5383d35", - CellID->97050204], -Cell[3691060, 84466, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"929b530e-46f9-4869-ada0-d9bd25d13a4f", - CellID->1182690555], -Cell[3691182, 84469, 259, 5, 70, "ExpectedMessage",ExpressionUUID->"ea0b4c67-95dd-47ad-bb86-d5a23bbbaf97", - CellID->371521253], -Cell[3691444, 84476, 6108, 156, 70, "BottomCell",ExpressionUUID->"892f581d-8463-436e-9813-e260b2282a96", - CellID->831464897] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3697613, 84639, 335, 4, 70, "Subchapter",ExpressionUUID->"45086900-b323-49e5-8cd0-28fdbafad8bd", - CellID->1765267995], -Cell[CellGroupData[{ -Cell[3697973, 84647, 200, 3, 70, "Section",ExpressionUUID->"d561ca24-c2ce-4329-b2f8-c8ac23d826c2", - CellID->1372608660], -Cell[CellGroupData[{ -Cell[3698198, 84654, 1619, 41, 70, "VerificationTest",ExpressionUUID->"758430d5-585e-4c06-b4be-217f223d0a51", - CellID->526592646], -Cell[3699820, 84697, 28112, 465, 70, "ExpectedOutput",ExpressionUUID->"cb6048b0-2f05-42bd-8e65-ee09488a5173", - CellID->662492035], -Cell[3727935, 85164, 6108, 156, 70, "BottomCell",ExpressionUUID->"0eb4aa65-7adc-48da-bc2d-51ca30d495f6", - CellID->754432850] -}, Closed]], -Cell[CellGroupData[{ -Cell[3734080, 85325, 1150, 28, 70, "VerificationTest",ExpressionUUID->"0540bb07-28c7-499a-8caa-9a987f2913f0", - CellID->1300106157], -Cell[3735233, 85355, 28884, 477, 70, "ExpectedOutput",ExpressionUUID->"47f510b0-d6d0-43dd-8537-61e7c974ceae", - CellID->238072474], -Cell[3764120, 85834, 6109, 156, 70, "BottomCell",ExpressionUUID->"713e5f11-950b-4754-a9e7-5e448ad9fc62", - CellID->1009458062] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3770278, 85996, 166, 2, 70, "Section",ExpressionUUID->"d5502119-a32e-4ee3-bd84-cb6e36d04c8a", - CellID->263185511], -Cell[CellGroupData[{ -Cell[3770469, 86002, 279, 4, 70, "Subsection",ExpressionUUID->"9cac0b47-73ec-4f91-a71f-95f607836481", - CellID->1690054204], -Cell[CellGroupData[{ -Cell[3770773, 86010, 1779, 45, 70, "VerificationTest",ExpressionUUID->"40003c0d-4a1c-4e84-9b48-d40c2be288a5", - CellID->333876958], -Cell[3772555, 86057, 81111, 1339, 70, "ExpectedOutput",ExpressionUUID->"9a4e2575-0cb3-4b07-9e9c-a65958311e15", - CellID->95263495], -Cell[3853669, 87398, 6108, 156, 70, "BottomCell",ExpressionUUID->"02388e4c-b69c-425b-954d-3dcff0a9caf2", - CellID->840836734] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3859826, 87560, 284, 4, 70, "Subsection",ExpressionUUID->"0b0dd1eb-3bbe-4fbd-b38e-ace04d0956e1", - CellID->2122291406], -Cell[CellGroupData[{ -Cell[3860135, 87568, 1438, 36, 70, "VerificationTest",ExpressionUUID->"deeb899b-8648-44f4-8b0a-82d287cf1d00", - CellID->1613711923], -Cell[3861576, 87606, 46880, 772, 70, "ExpectedOutput",ExpressionUUID->"a4a3a97a-e6fa-441c-950d-23ac9014a40e", - CellID->1085311898], -Cell[3908459, 88380, 6109, 156, 70, "BottomCell",ExpressionUUID->"32912647-2864-4200-98a7-3e19a90a85ed", - CellID->1500591078] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3914617, 88542, 224, 3, 70, "Subsection",ExpressionUUID->"128fa9fb-3098-496d-8324-baffcf869b06", - CellID->1480566444], -Cell[CellGroupData[{ -Cell[3914866, 88549, 3147, 81, 70, "VerificationTest",ExpressionUUID->"a1bb0a33-07e1-445b-aaf4-73d5a00661b3", - CellID->1357970175], -Cell[3918016, 88632, 39397, 655, 70, "ExpectedOutput",ExpressionUUID->"de5a9087-0f93-4ccd-a4e0-d9d7ed39a1db", - CellID->2096014556], -Cell[3957416, 89289, 6108, 156, 70, "BottomCell",ExpressionUUID->"f560471d-9248-4001-8f97-9ace0373f676", - CellID->386297578] -}, Closed]] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[3963597, 89453, 332, 4, 70, "Subchapter",ExpressionUUID->"5b435e1c-0f87-42fc-9597-7c6ec5df93c0", - CellID->383384807], -Cell[CellGroupData[{ -Cell[3963954, 89461, 200, 3, 70, "Section",ExpressionUUID->"90781c4e-0960-4db8-a4eb-4049924ec9f7", - CellID->1097510249], -Cell[CellGroupData[{ -Cell[3964179, 89468, 373, 8, 70, "VerificationTest",ExpressionUUID->"2ee3d541-3dbb-4fde-bd3d-9698ae1da3bc", - CellID->15933010], -Cell[3964555, 89478, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"04d3c53e-70ec-4598-b01d-14d5a0060564", - CellID->1498126842], -Cell[3964673, 89481, 6108, 156, 70, "BottomCell",ExpressionUUID->"67be48b9-099f-4abe-bae7-d7e869013bb0", - CellID->660328565] -}, Closed]], -Cell[CellGroupData[{ -Cell[3970818, 89642, 352, 7, 70, "VerificationTest",ExpressionUUID->"21180b21-b31a-43b6-bd85-b75309fb48ea", - CellID->1644501682], -Cell[3971173, 89651, 116, 1, 70, "ExpectedOutput",ExpressionUUID->"247d0bee-8df6-445a-9562-90b2f63cb412", - CellID->1025232484], -Cell[3971292, 89654, 6109, 156, 70, "BottomCell",ExpressionUUID->"2b08e8e6-58c3-4583-9199-6a24dc8ea288", - CellID->2094187906] -}, Closed]], -Cell[CellGroupData[{ -Cell[3977438, 89815, 352, 7, 70, "VerificationTest",ExpressionUUID->"68924644-efb6-40c6-bab4-a5593a910898", - CellID->1617467178], -Cell[3977793, 89824, 116, 1, 70, "ExpectedOutput",ExpressionUUID->"1a4721bd-ae56-46be-b812-0f434c17cadb", - CellID->1922856920], -Cell[3977912, 89827, 6109, 156, 70, "BottomCell",ExpressionUUID->"dfce0cc3-534c-417b-9cd6-9fdfb7dd898c", - CellID->1906645459] -}, Closed]], -Cell[CellGroupData[{ -Cell[3984058, 89988, 328, 7, 70, "VerificationTest",ExpressionUUID->"0dd605fb-46b0-41ea-be55-2857ee2babb2", - CellID->2076045653], -Cell[3984389, 89997, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"103be461-64b8-4fcf-ac07-71d8d114d143", - CellID->1932477162], -Cell[3984507, 90000, 6108, 156, 70, "BottomCell",ExpressionUUID->"b0e4a504-1129-40c9-a5d4-3f70152ff937", - CellID->239248879] -}, Closed]], -Cell[CellGroupData[{ -Cell[3990652, 90161, 844, 23, 70, "VerificationTest",ExpressionUUID->"2453474b-4eb6-45c8-ae0b-30f374b69e69", - CellID->991276385], -Cell[3991499, 90186, 225, 5, 70, "ExpectedOutput",ExpressionUUID->"c6116160-e6fd-470c-8546-1716a77f7468", - CellID->204069269], -Cell[3991727, 90193, 6108, 156, 70, "BottomCell",ExpressionUUID->"ce5db257-d0a5-4e61-b41c-88ffb8f17dbe", - CellID->966522169] -}, Closed]], -Cell[CellGroupData[{ -Cell[3997872, 90354, 541, 14, 70, "VerificationTest",ExpressionUUID->"f962a455-9e87-422e-8433-40010d73f7eb", - CellID->693908363], -Cell[3998416, 90370, 177, 3, 70, "ExpectedOutput",ExpressionUUID->"e656337a-4ae0-40dd-af17-d939127a3402", - CellID->1681653731], -Cell[3998596, 90375, 6108, 156, 70, "BottomCell",ExpressionUUID->"089fe992-fc63-4970-afa1-1099877933b2", - CellID->771788475] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4004753, 90537, 237, 3, 70, "Section",ExpressionUUID->"edc23401-772f-45aa-8deb-be7dd0e769ec", - CellID->1117710860], -Cell[CellGroupData[{ -Cell[4005015, 90544, 942, 25, 70, "VerificationTest",ExpressionUUID->"0dd4e555-2fbe-4f4d-8fc6-7f7d7c3a1872", - CellID->1260877131], -Cell[4005960, 90571, 114, 1, 70, "ExpectedOutput",ExpressionUUID->"0de55598-ad23-4aff-972b-3590d68600a4", - CellID->193312121], -Cell[4006077, 90574, 6108, 156, 70, "BottomCell",ExpressionUUID->"26718ab0-b040-4c46-a41a-d5a2f450c3c4", - CellID->647671445] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4012234, 90736, 167, 2, 70, "Section",ExpressionUUID->"8b824937-2849-4493-b5b3-889fc062e021", - CellID->1326963711], -Cell[CellGroupData[{ -Cell[4012426, 90742, 272, 3, 70, "Subsection",ExpressionUUID->"17ba2951-0894-4394-b4b0-262f1bb476f9", - CellID->661416682], -Cell[CellGroupData[{ -Cell[4012723, 90749, 418, 9, 70, "VerificationTest",ExpressionUUID->"903abb7d-d835-4467-8a7b-e814addd96bd", - CellID->324479163], -Cell[4013144, 90760, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"e004cc57-40ca-48c0-9513-bac188242ff8", - CellID->1060312808], -Cell[4013262, 90763, 6109, 156, 70, "BottomCell",ExpressionUUID->"356a4c85-3fc9-4825-b369-f143f6c6d7a2", - CellID->1966853119] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4019432, 90926, 173, 2, 70, "Section",ExpressionUUID->"5a9a83b1-d2d0-4756-bc1d-0295bb9d771e", - CellID->39537880], -Cell[CellGroupData[{ -Cell[4019630, 90932, 736, 18, 70, "VerificationTest",ExpressionUUID->"0bda1d53-a076-4b5f-a72d-a4862027dead", - CellID->1526848487], -Cell[4020369, 90952, 115, 1, 70, "ExpectedOutput",ExpressionUUID->"277d7e0d-83f5-4573-a921-3d70281700f7", - CellID->1460423006], -Cell[4020487, 90955, 6108, 156, 70, "BottomCell",ExpressionUUID->"b232b0a6-0185-4fb5-9055-82900075a73a", - CellID->684592762] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4026644, 91117, 175, 2, 70, "Section",ExpressionUUID->"2ea3a768-e9a6-45a3-aecb-f8c143561a75", - CellID->840250129], -Cell[CellGroupData[{ -Cell[4026844, 91123, 422, 10, 70, "VerificationTest",ExpressionUUID->"f3290605-2c24-4c34-bd6e-2e90f01f6a31", - CellID->308626878], -Cell[4027269, 91135, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"593d477e-ac09-40eb-8d3e-b7ee9b206976", - CellID->918931041], -Cell[4027390, 91138, 257, 5, 70, "ExpectedMessage",ExpressionUUID->"8e975d60-e397-4c85-a49a-a1edaa924fa1", - CellID->670597747], -Cell[4027650, 91145, 6109, 156, 70, "BottomCell",ExpressionUUID->"af8d8cc1-0eeb-4076-a494-662ffe10df6f", - CellID->1880653955] -}, Closed]], -Cell[CellGroupData[{ -Cell[4033796, 91306, 373, 9, 70, "VerificationTest",ExpressionUUID->"8a921ad2-6b68-4c63-903e-3b07b4e6a7c6", - CellID->332482973], -Cell[4034172, 91317, 114, 1, 70, "ExpectedOutput",ExpressionUUID->"c04963d1-1903-4584-b535-a22c051efc3b", - CellID->288877717], -Cell[4034289, 91320, 6109, 156, 70, "BottomCell",ExpressionUUID->"4cd9dddb-ae5b-473c-9946-d7e7693791ae", - CellID->1486705139] -}, Closed]], -Cell[CellGroupData[{ -Cell[4040435, 91481, 602, 15, 70, "VerificationTest",ExpressionUUID->"f88b80a6-f7d0-4949-bf5e-5bbd246ae90f", - CellID->1799999112], -Cell[4041040, 91498, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"c838e788-d53b-41a9-a16b-79ab25590a29", - CellID->982940095], -Cell[4041161, 91501, 279, 6, 70, "ExpectedMessage",ExpressionUUID->"02d706ab-809b-461a-a35b-3899e27923bd", - CellID->1829963941], -Cell[4041443, 91509, 6109, 156, 70, "BottomCell",ExpressionUUID->"a4d5e98d-08da-4a34-8830-3e121cf6a35f", - CellID->1081038328] -}, Closed]], -Cell[CellGroupData[{ -Cell[4047589, 91670, 455, 11, 70, "VerificationTest",ExpressionUUID->"77d9095f-ce54-48fd-ae28-1c27f967fe73", - CellID->525269722], -Cell[4048047, 91683, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"1b400c3c-881f-4c56-a889-555641e0a571", - CellID->2050428484], -Cell[4048169, 91686, 281, 6, 70, "ExpectedMessage",ExpressionUUID->"c3462a0e-7ce9-4ddf-9a8d-d73903b2f68a", - CellID->881447179], -Cell[4048453, 91694, 6109, 156, 70, "BottomCell",ExpressionUUID->"8b86cca1-cb84-4148-9c00-0dc8e88482ba", - CellID->1299525076] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4054623, 91857, 331, 4, 70, "Subchapter",ExpressionUUID->"84e7819c-6361-4964-b3d0-46133a993eee", - CellID->1292749794], -Cell[CellGroupData[{ -Cell[4054979, 91865, 200, 3, 70, "Section",ExpressionUUID->"79d80f1f-f5e9-4997-a8da-a31097cdc688", - CellID->1153731059], -Cell[CellGroupData[{ -Cell[4055204, 91872, 369, 9, 70, "VerificationTest",ExpressionUUID->"fa2e2931-fe8e-4bee-baff-046c7ddf1d04", - CellID->1910131516], -Cell[4055576, 91883, 166, 3, 70, "ExpectedOutput",ExpressionUUID->"2d98fbc7-9f82-4626-9c75-1b40816cf95c", - CellID->847350409], -Cell[4055745, 91888, 6109, 156, 70, "BottomCell",ExpressionUUID->"3a03bd9f-25d5-4520-92c9-63c2325eee40", - CellID->1209262342] -}, Closed]], -Cell[CellGroupData[{ -Cell[4061891, 92049, 420, 9, 70, "VerificationTest",ExpressionUUID->"6e6b4bb6-072d-418e-908e-4867ee239066", - CellID->672328760], -Cell[4062314, 92060, 167, 3, 70, "ExpectedOutput",ExpressionUUID->"f6222898-002a-4964-b66a-f72820031c3d", - CellID->1918002453], -Cell[4062484, 92065, 6108, 156, 70, "BottomCell",ExpressionUUID->"0d6f433d-9017-40dc-a622-ce737ccf24c9", - CellID->286946786] -}, Closed]], -Cell[CellGroupData[{ -Cell[4068629, 92226, 390, 9, 70, "VerificationTest",ExpressionUUID->"401dea31-0f34-49d0-9e38-ad58c53b6e12", - CellID->764818845], -Cell[4069022, 92237, 167, 3, 70, "ExpectedOutput",ExpressionUUID->"baf69250-dc20-4ac0-b9bb-6d38870d81df", - CellID->1620700620], -Cell[4069192, 92242, 6109, 156, 70, "BottomCell",ExpressionUUID->"8db43021-50a2-4b0e-b35b-e4ef1a5e6202", - CellID->1613844787] -}, Closed]], -Cell[CellGroupData[{ -Cell[4075338, 92403, 423, 9, 70, "VerificationTest",ExpressionUUID->"3125861a-1c06-41d9-bb7f-09298f84b0a1", - CellID->151862212], -Cell[4075764, 92414, 167, 3, 70, "ExpectedOutput",ExpressionUUID->"451d4ec0-5006-4f4b-89db-b1211b8760fc", - CellID->1137624448], -Cell[4075934, 92419, 6109, 156, 70, "BottomCell",ExpressionUUID->"c43795a0-b301-4519-8699-50d24d63f252", - CellID->1170873499] -}, Closed]], -Cell[CellGroupData[{ -Cell[4082080, 92580, 406, 9, 70, "VerificationTest",ExpressionUUID->"645c6e8e-0ac5-4e41-aa2b-cf14eb990f89", - CellID->1719215443], -Cell[4082489, 92591, 166, 3, 70, "ExpectedOutput",ExpressionUUID->"50affafe-34c3-4e92-a74f-4586679d28de", - CellID->461480116], -Cell[4082658, 92596, 6109, 156, 70, "BottomCell",ExpressionUUID->"c6584eec-2738-4af7-8da4-b5db2fa788e6", - CellID->1478240232] -}, Closed]], -Cell[CellGroupData[{ -Cell[4088804, 92757, 272, 5, 70, "VerificationTest",ExpressionUUID->"b4062b15-a948-4afc-b576-e42b15e75985", - CellID->2073945954], -Cell[4089079, 92764, 125, 1, 70, "ExpectedOutput",ExpressionUUID->"85ce0f1e-dcc2-4ddd-a99b-a8d1d2da371c", - CellID->1002574421], -Cell[4089207, 92767, 6108, 156, 70, "BottomCell",ExpressionUUID->"73828ffd-c8b9-4751-b937-41b9f4cb0296", - CellID->545267081] -}, Closed]], -Cell[CellGroupData[{ -Cell[4095352, 92928, 276, 5, 70, "VerificationTest",ExpressionUUID->"4efa4a84-c131-4ab9-b6ae-661727c47101", - CellID->973720311], -Cell[4095631, 92935, 123, 1, 70, "ExpectedOutput",ExpressionUUID->"e0b4c58e-de7f-4bc3-8450-92e111f8745b", - CellID->1491876837], -Cell[4095757, 92938, 6108, 156, 70, "BottomCell",ExpressionUUID->"094b335e-be01-4a50-85cb-8a209be4fabb", - CellID->991108618] -}, Closed]], -Cell[CellGroupData[{ -Cell[4101902, 93099, 275, 5, 70, "VerificationTest",ExpressionUUID->"0cb1173d-d9a3-4d10-9789-453a36a7ee1e", - CellID->1834568706], -Cell[4102180, 93106, 126, 1, 70, "ExpectedOutput",ExpressionUUID->"98741254-0443-410c-955b-b88c2158204d", - CellID->26038116], -Cell[4102309, 93109, 6109, 156, 70, "BottomCell",ExpressionUUID->"b9b0c942-06e5-4b0f-841b-2b1fc50b5db0", - CellID->1679376594] -}, Closed]], -Cell[CellGroupData[{ -Cell[4108455, 93270, 273, 5, 70, "VerificationTest",ExpressionUUID->"25945366-7d48-4fbd-8f85-f423f3d5025d", - CellID->1181281855], -Cell[4108731, 93277, 127, 1, 70, "ExpectedOutput",ExpressionUUID->"db3a3259-60a4-41e3-9034-2b674b229b40", - CellID->317820470], -Cell[4108861, 93280, 6108, 156, 70, "BottomCell",ExpressionUUID->"76470c6e-3c54-4bf2-b5ce-fa5fd88d4f75", - CellID->904842837] -}, Closed]], -Cell[CellGroupData[{ -Cell[4115006, 93441, 292, 5, 70, "VerificationTest",ExpressionUUID->"3bca5386-3667-4f3a-ab56-47aff6f60869", - CellID->1608383613], -Cell[4115301, 93448, 169, 2, 70, "ExpectedOutput",ExpressionUUID->"26a77ec8-eed2-4f7e-9691-709773e35b14", - CellID->1726718902], -Cell[4115473, 93452, 6109, 156, 70, "BottomCell",ExpressionUUID->"e34ce8d5-fd44-4e20-86a0-36e35169406e", - CellID->1361857052] -}, Closed]], -Cell[CellGroupData[{ -Cell[4121619, 93613, 298, 5, 70, "VerificationTest",ExpressionUUID->"0af02cfb-79e6-4274-b608-993004e96f7f", - CellID->1740916757], -Cell[4121920, 93620, 167, 2, 70, "ExpectedOutput",ExpressionUUID->"b94d92b1-873f-4bf3-9a10-c33843ae042b", - CellID->123244524], -Cell[4122090, 93624, 6108, 156, 70, "BottomCell",ExpressionUUID->"b9bb3e7d-9d86-4568-8b25-3b89e500a9fa", - CellID->850763238] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4128247, 93786, 174, 2, 70, "Section",ExpressionUUID->"45d812a1-aa03-4529-ad9f-4a4805dc8681", - CellID->43049347], -Cell[CellGroupData[{ -Cell[4128446, 93792, 369, 8, 70, "VerificationTest",ExpressionUUID->"80fc4321-c585-4b49-8fdf-24a9240ae6a2", - CellID->1943384574], -Cell[4128818, 93802, 119, 1, 70, "ExpectedOutput",ExpressionUUID->"a06e4a28-ea1e-4ed9-89ab-f8cea0eb8452", - CellID->1385747995], -Cell[4128940, 93805, 251, 5, 70, "ExpectedMessage",ExpressionUUID->"1d5d7da0-06c6-4782-9241-9dc47ae9cc56", - CellID->1636869786], -Cell[4129194, 93812, 6108, 156, 70, "BottomCell",ExpressionUUID->"4d52f9be-1cf7-459c-a637-6eaed52b8a9e", - CellID->831619340] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4135363, 93975, 340, 4, 70, "Subchapter",ExpressionUUID->"2bbea92c-699e-4950-99ac-0451c28381da", - CellID->1158524046], -Cell[CellGroupData[{ -Cell[4135728, 93983, 198, 3, 70, "Section",ExpressionUUID->"fefe5520-d607-4fb1-a0f9-0f5fd18f9cbb", - CellID->79413773], -Cell[CellGroupData[{ -Cell[4135951, 93990, 1666, 44, 70, "VerificationTest",ExpressionUUID->"6b48c952-98b7-4a11-bcf5-1ea46aeb434a", - CellID->841773708], -Cell[4137620, 94036, 2730, 69, 70, "ExpectedOutput",ExpressionUUID->"4b3de599-942d-4e5d-a04c-4594b83855f7", - CellID->68443920], -Cell[4140353, 94107, 6109, 156, 70, "BottomCell",ExpressionUUID->"372f10d4-efb1-46ea-9247-0e5b2432ab4a", - CellID->1202672704] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4146511, 94269, 237, 3, 70, "Section",ExpressionUUID->"ed8723a6-72d3-45c6-a124-4a6884110c06", - CellID->1030120940], -Cell[CellGroupData[{ -Cell[4146773, 94276, 1559, 40, 70, "VerificationTest",ExpressionUUID->"6d8723de-5873-4f89-a65f-cd143d21f73b", - CellID->1908869099], -Cell[4148335, 94318, 2817, 69, 70, "ExpectedOutput",ExpressionUUID->"8dd895af-c3cf-48fa-b5cd-6dacc6a85457", - CellID->1104744360], -Cell[4151155, 94389, 6109, 156, 70, "BottomCell",ExpressionUUID->"c1c90d07-abe6-4cd2-b4d2-fdc432617a85", - CellID->1204050564] -}, Closed]], -Cell[CellGroupData[{ -Cell[4157301, 94550, 2400, 61, 70, "VerificationTest",ExpressionUUID->"f7197770-9b79-4c60-b18a-6a8318b1fe95", - CellID->529793376], -Cell[4159704, 94613, 36745, 619, 70, "ExpectedOutput",ExpressionUUID->"e10083db-c922-4906-9d1e-bcca07f4bcbd", - CellID->770069970], -Cell[4196452, 95234, 6108, 156, 70, "BottomCell",ExpressionUUID->"38becc9f-8a76-4a4c-af5f-87c9104deaab", - CellID->739423467] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4202609, 95396, 166, 2, 70, "Section",ExpressionUUID->"d60a7986-18fc-4fdc-a404-abfde5330b90", - CellID->788199145], -Cell[CellGroupData[{ -Cell[4202800, 95402, 267, 3, 70, "Subsection",ExpressionUUID->"54e0b0b6-f57b-40dc-bef4-ee782f9db54d", - CellID->1808025706], -Cell[CellGroupData[{ -Cell[4203092, 95409, 1040, 27, 70, "VerificationTest",ExpressionUUID->"6796853a-b12a-4c58-90dc-ed4aed6883de", - CellID->192418063], -Cell[4204135, 95438, 344, 9, 70, "ExpectedOutput",ExpressionUUID->"ecc07818-3e00-4091-85c4-2ee4aeec4aad", - CellID->2007496106], -Cell[4204482, 95449, 6106, 156, 70, "BottomCell",ExpressionUUID->"bad4c5ca-b1b4-4ed7-9e50-8bf6c505f017", - CellID->2344680] -}, Closed]] -}, Closed]] -}, Closed]], -Cell[CellGroupData[{ -Cell[4210649, 95612, 175, 2, 70, "Section",ExpressionUUID->"b99d1feb-8044-429e-806a-d68d54b65189", - CellID->448371665], -Cell[CellGroupData[{ -Cell[4210849, 95618, 444, 9, 70, "VerificationTest",ExpressionUUID->"5d9df66d-32b0-42af-902b-29908f1a5174", - CellID->1533935521], -Cell[4211296, 95629, 118, 1, 70, "ExpectedOutput",ExpressionUUID->"896bf2ff-bdf3-4e30-b262-ff6b584470e2", - CellID->313119212], -Cell[4211417, 95632, 253, 5, 70, "ExpectedMessage",ExpressionUUID->"dc857c56-7482-4dc7-836e-2287168b083e", - CellID->794012427], -Cell[4211673, 95639, 6108, 156, 70, "BottomCell",ExpressionUUID->"b41c1e55-7880-4f3d-84b9-534861f9dbb4", - CellID->752331114] -}, Closed]] -}, Closed]] -}, Closed]] -} -] -*) - diff --git a/MaXrd/Documentation/English/Guides/PackageOverview.nb b/Documentation/English/Guides/PackageOverview.nb similarity index 100% rename from MaXrd/Documentation/English/Guides/PackageOverview.nb rename to Documentation/English/Guides/PackageOverview.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$CrystalData.nb b/Documentation/English/ReferencePages/Symbols/$CrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$CrystalData.nb rename to Documentation/English/ReferencePages/Symbols/$CrystalData.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$GroupSymbolRedirect.nb b/Documentation/English/ReferencePages/Symbols/$GroupSymbolRedirect.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$GroupSymbolRedirect.nb rename to Documentation/English/ReferencePages/Symbols/$GroupSymbolRedirect.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$LaueClasses.nb b/Documentation/English/ReferencePages/Symbols/$LaueClasses.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$LaueClasses.nb rename to Documentation/English/ReferencePages/Symbols/$LaueClasses.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb b/Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb rename to Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdVersion.nb b/Documentation/English/ReferencePages/Symbols/$MaXrdVersion.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdVersion.nb rename to Documentation/English/ReferencePages/Symbols/$MaXrdVersion.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$PeriodicTable.nb b/Documentation/English/ReferencePages/Symbols/$PeriodicTable.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$PeriodicTable.nb rename to Documentation/English/ReferencePages/Symbols/$PeriodicTable.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$PointGroups.nb b/Documentation/English/ReferencePages/Symbols/$PointGroups.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$PointGroups.nb rename to Documentation/English/ReferencePages/Symbols/$PointGroups.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb b/Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb rename to Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/$TransformationMatrices.nb b/Documentation/English/ReferencePages/Symbols/$TransformationMatrices.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/$TransformationMatrices.nb rename to Documentation/English/ReferencePages/Symbols/$TransformationMatrices.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/AttenuationCoefficient.nb b/Documentation/English/ReferencePages/Symbols/AttenuationCoefficient.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/AttenuationCoefficient.nb rename to Documentation/English/ReferencePages/Symbols/AttenuationCoefficient.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/BraggAngle.nb b/Documentation/English/ReferencePages/Symbols/BraggAngle.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/BraggAngle.nb rename to Documentation/English/ReferencePages/Symbols/BraggAngle.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ConstructDomains.nb b/Documentation/English/ReferencePages/Symbols/ConstructDomains.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ConstructDomains.nb rename to Documentation/English/ReferencePages/Symbols/ConstructDomains.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalDensity.nb b/Documentation/English/ReferencePages/Symbols/CrystalDensity.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/CrystalDensity.nb rename to Documentation/English/ReferencePages/Symbols/CrystalDensity.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalFormulaUnits.nb b/Documentation/English/ReferencePages/Symbols/CrystalFormulaUnits.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/CrystalFormulaUnits.nb rename to Documentation/English/ReferencePages/Symbols/CrystalFormulaUnits.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalPlot.nb b/Documentation/English/ReferencePages/Symbols/CrystalPlot.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/CrystalPlot.nb rename to Documentation/English/ReferencePages/Symbols/CrystalPlot.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/DarwinWidth.nb b/Documentation/English/ReferencePages/Symbols/DarwinWidth.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/DarwinWidth.nb rename to Documentation/English/ReferencePages/Symbols/DarwinWidth.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/DistortStructure.nb b/Documentation/English/ReferencePages/Symbols/DistortStructure.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/DistortStructure.nb rename to Documentation/English/ReferencePages/Symbols/DistortStructure.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/DomainPlot.nb b/Documentation/English/ReferencePages/Symbols/DomainPlot.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/DomainPlot.nb rename to Documentation/English/ReferencePages/Symbols/DomainPlot.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/EmbedStructure.nb b/Documentation/English/ReferencePages/Symbols/EmbedStructure.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/EmbedStructure.nb rename to Documentation/English/ReferencePages/Symbols/EmbedStructure.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ExpandCrystal.nb b/Documentation/English/ReferencePages/Symbols/ExpandCrystal.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ExpandCrystal.nb rename to Documentation/English/ReferencePages/Symbols/ExpandCrystal.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ExportCrystalData.nb b/Documentation/English/ReferencePages/Symbols/ExportCrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ExportCrystalData.nb rename to Documentation/English/ReferencePages/Symbols/ExportCrystalData.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ExtinctionLength.nb b/Documentation/English/ReferencePages/Symbols/ExtinctionLength.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ExtinctionLength.nb rename to Documentation/English/ReferencePages/Symbols/ExtinctionLength.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/FindPixelClusters.nb b/Documentation/English/ReferencePages/Symbols/FindPixelClusters.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/FindPixelClusters.nb rename to Documentation/English/ReferencePages/Symbols/FindPixelClusters.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetAtomCoordinates.nb b/Documentation/English/ReferencePages/Symbols/GetAtomCoordinates.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetAtomCoordinates.nb rename to Documentation/English/ReferencePages/Symbols/GetAtomCoordinates.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetAtomicScatteringFactors.nb b/Documentation/English/ReferencePages/Symbols/GetAtomicScatteringFactors.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetAtomicScatteringFactors.nb rename to Documentation/English/ReferencePages/Symbols/GetAtomicScatteringFactors.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetCrystalMetric.nb b/Documentation/English/ReferencePages/Symbols/GetCrystalMetric.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetCrystalMetric.nb rename to Documentation/English/ReferencePages/Symbols/GetCrystalMetric.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetElements.nb b/Documentation/English/ReferencePages/Symbols/GetElements.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetElements.nb rename to Documentation/English/ReferencePages/Symbols/GetElements.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetLatticeParameters.nb b/Documentation/English/ReferencePages/Symbols/GetLatticeParameters.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetLatticeParameters.nb rename to Documentation/English/ReferencePages/Symbols/GetLatticeParameters.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetLaueClass.nb b/Documentation/English/ReferencePages/Symbols/GetLaueClass.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetLaueClass.nb rename to Documentation/English/ReferencePages/Symbols/GetLaueClass.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetScatteringCrossSections.nb b/Documentation/English/ReferencePages/Symbols/GetScatteringCrossSections.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetScatteringCrossSections.nb rename to Documentation/English/ReferencePages/Symbols/GetScatteringCrossSections.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryData.nb b/Documentation/English/ReferencePages/Symbols/GetSymmetryData.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryData.nb rename to Documentation/English/ReferencePages/Symbols/GetSymmetryData.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryOperations.nb b/Documentation/English/ReferencePages/Symbols/GetSymmetryOperations.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryOperations.nb rename to Documentation/English/ReferencePages/Symbols/GetSymmetryOperations.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ImportCrystalData.nb b/Documentation/English/ReferencePages/Symbols/ImportCrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ImportCrystalData.nb rename to Documentation/English/ReferencePages/Symbols/ImportCrystalData.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/InputCheck.nb b/Documentation/English/ReferencePages/Symbols/InputCheck.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/InputCheck.nb rename to Documentation/English/ReferencePages/Symbols/InputCheck.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/InterplanarSpacing.nb b/Documentation/English/ReferencePages/Symbols/InterplanarSpacing.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/InterplanarSpacing.nb rename to Documentation/English/ReferencePages/Symbols/InterplanarSpacing.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/MergeDomains.nb b/Documentation/English/ReferencePages/Symbols/MergeDomains.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/MergeDomains.nb rename to Documentation/English/ReferencePages/Symbols/MergeDomains.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/MergeSymmetryEquivalentReflections.nb b/Documentation/English/ReferencePages/Symbols/MergeSymmetryEquivalentReflections.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/MergeSymmetryEquivalentReflections.nb rename to Documentation/English/ReferencePages/Symbols/MergeSymmetryEquivalentReflections.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/MillerNotationToList.nb b/Documentation/English/ReferencePages/Symbols/MillerNotationToList.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/MillerNotationToList.nb rename to Documentation/English/ReferencePages/Symbols/MillerNotationToList.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/MillerNotationToString.nb b/Documentation/English/ReferencePages/Symbols/MillerNotationToString.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/MillerNotationToString.nb rename to Documentation/English/ReferencePages/Symbols/MillerNotationToString.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ReciprocalImageCheck.nb b/Documentation/English/ReferencePages/Symbols/ReciprocalImageCheck.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ReciprocalImageCheck.nb rename to Documentation/English/ReferencePages/Symbols/ReciprocalImageCheck.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ReciprocalSpaceSimulation.nb b/Documentation/English/ReferencePages/Symbols/ReciprocalSpaceSimulation.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ReciprocalSpaceSimulation.nb rename to Documentation/English/ReferencePages/Symbols/ReciprocalSpaceSimulation.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ReflectionList.nb b/Documentation/English/ReferencePages/Symbols/ReflectionList.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ReflectionList.nb rename to Documentation/English/ReferencePages/Symbols/ReflectionList.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/RelatedFunctionsGraph.nb b/Documentation/English/ReferencePages/Symbols/RelatedFunctionsGraph.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/RelatedFunctionsGraph.nb rename to Documentation/English/ReferencePages/Symbols/RelatedFunctionsGraph.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ResetCrystalData.nb b/Documentation/English/ReferencePages/Symbols/ResetCrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ResetCrystalData.nb rename to Documentation/English/ReferencePages/Symbols/ResetCrystalData.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ResizeStructure.nb b/Documentation/English/ReferencePages/Symbols/ResizeStructure.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ResizeStructure.nb rename to Documentation/English/ReferencePages/Symbols/ResizeStructure.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SimulateDiffractionPattern.nb b/Documentation/English/ReferencePages/Symbols/SimulateDiffractionPattern.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SimulateDiffractionPattern.nb rename to Documentation/English/ReferencePages/Symbols/SimulateDiffractionPattern.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactor.nb b/Documentation/English/ReferencePages/Symbols/StructureFactor.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactor.nb rename to Documentation/English/ReferencePages/Symbols/StructureFactor.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactorTable.nb b/Documentation/English/ReferencePages/Symbols/StructureFactorTable.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactorTable.nb rename to Documentation/English/ReferencePages/Symbols/StructureFactorTable.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentPositions.nb b/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentPositions.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentPositions.nb rename to Documentation/English/ReferencePages/Symbols/SymmetryEquivalentPositions.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflections.nb b/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflections.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflections.nb rename to Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflections.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflectionsQ.nb b/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflectionsQ.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflectionsQ.nb rename to Documentation/English/ReferencePages/Symbols/SymmetryEquivalentReflectionsQ.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SynthesiseStructure.nb b/Documentation/English/ReferencePages/Symbols/SynthesiseStructure.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SynthesiseStructure.nb rename to Documentation/English/ReferencePages/Symbols/SynthesiseStructure.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/SystematicAbsentQ.nb b/Documentation/English/ReferencePages/Symbols/SystematicAbsentQ.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/SystematicAbsentQ.nb rename to Documentation/English/ReferencePages/Symbols/SystematicAbsentQ.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/ToStandardSetting.nb b/Documentation/English/ReferencePages/Symbols/ToStandardSetting.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/ToStandardSetting.nb rename to Documentation/English/ReferencePages/Symbols/ToStandardSetting.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/TransformAtomicDisplacementParameters.nb b/Documentation/English/ReferencePages/Symbols/TransformAtomicDisplacementParameters.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/TransformAtomicDisplacementParameters.nb rename to Documentation/English/ReferencePages/Symbols/TransformAtomicDisplacementParameters.nb diff --git a/MaXrd/Documentation/English/ReferencePages/Symbols/UnitCellTransformation.nb b/Documentation/English/ReferencePages/Symbols/UnitCellTransformation.nb similarity index 100% rename from MaXrd/Documentation/English/ReferencePages/Symbols/UnitCellTransformation.nb rename to Documentation/English/ReferencePages/Symbols/UnitCellTransformation.nb diff --git a/MaXrd/Documentation/English/Tutorials/ApplyingCrystalData.nb b/Documentation/English/Tutorials/ApplyingCrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/ApplyingCrystalData.nb rename to Documentation/English/Tutorials/ApplyingCrystalData.nb diff --git a/MaXrd/Documentation/English/Tutorials/BasicComputations.nb b/Documentation/English/Tutorials/BasicComputations.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/BasicComputations.nb rename to Documentation/English/Tutorials/BasicComputations.nb diff --git a/MaXrd/Documentation/English/Tutorials/ComputationsOnReflections.nb b/Documentation/English/Tutorials/ComputationsOnReflections.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/ComputationsOnReflections.nb rename to Documentation/English/Tutorials/ComputationsOnReflections.nb diff --git a/MaXrd/Documentation/English/Tutorials/FormulasInCrystallography.nb b/Documentation/English/Tutorials/FormulasInCrystallography.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/FormulasInCrystallography.nb rename to Documentation/English/Tutorials/FormulasInCrystallography.nb diff --git a/MaXrd/Documentation/English/Tutorials/ImportingCrystalData.nb b/Documentation/English/Tutorials/ImportingCrystalData.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/ImportingCrystalData.nb rename to Documentation/English/Tutorials/ImportingCrystalData.nb diff --git a/MaXrd/Documentation/English/Tutorials/QuickGuideToConditions.nb b/Documentation/English/Tutorials/QuickGuideToConditions.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/QuickGuideToConditions.nb rename to Documentation/English/Tutorials/QuickGuideToConditions.nb diff --git a/MaXrd/Documentation/English/Tutorials/References.nb b/Documentation/English/Tutorials/References.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/References.nb rename to Documentation/English/Tutorials/References.nb diff --git a/MaXrd/Documentation/English/Tutorials/SymmetryCalculations.nb b/Documentation/English/Tutorials/SymmetryCalculations.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/SymmetryCalculations.nb rename to Documentation/English/Tutorials/SymmetryCalculations.nb diff --git a/MaXrd/Documentation/English/Tutorials/TheAssociationStructureOfCrystallographicData.nb b/Documentation/English/Tutorials/TheAssociationStructureOfCrystallographicData.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/TheAssociationStructureOfCrystallographicData.nb rename to Documentation/English/Tutorials/TheAssociationStructureOfCrystallographicData.nb diff --git a/MaXrd/Documentation/English/Tutorials/UsingTheRotationOptions.nb b/Documentation/English/Tutorials/UsingTheRotationOptions.nb similarity index 100% rename from MaXrd/Documentation/English/Tutorials/UsingTheRotationOptions.nb rename to Documentation/English/Tutorials/UsingTheRotationOptions.nb diff --git a/MaXrd/Kernel/AutoCompletion.wl b/Kernel/AutoCompletion.wl similarity index 81% rename from MaXrd/Kernel/AutoCompletion.wl rename to Kernel/AutoCompletion.wl index 71d507c..dca6e00 100644 --- a/MaXrd/Kernel/AutoCompletion.wl +++ b/Kernel/AutoCompletion.wl @@ -38,6 +38,13 @@ If[$Notebooks, keysTM = Keys @ $TransformationMatrices; (*-* Mix *-*) keysRDCD = Join[keysRD, keysCD]; + (* InputCheck snippet labels *) + funcDefString = Import[FileNameJoin[{$MaXrdPath, "Kernel", "Functions", + "InputCheck.wl"}], "String"]; + snippetLabels = StringCases[funcDefString, RegularExpression["InputCheck\\[\"([\\w$]+)" + ] -> "$1"]; + inputCheckFirstArguments = Sort @ DeleteDuplicates @ snippetLabels + ; (*---* Enabling auto completion for symbols *---*) Scan[addCompletion, {"AttenuationCoefficient" -> {keysCD}, "BraggAngle" -> {keysCD}, "CrystalDensity" -> {keysCD}, "CrystalFormulaUnits" -> @@ -51,15 +58,7 @@ If[$Notebooks, "GroupType", "HallString", "HermannMauguinFull", "HermannMauguinShort", "LaueClass", "Lookup", "MainEntryQ", "PointGroupNumber", "SpaceGroupNumber", "Symbol"}}, "GetSymmetryOperations" -> {keysRDCD}, "ImportCrystalData" - -> {2}, "InputCheck" -> {0, {"1hkl", "1xyz", "Integer", "Multiple", - "StringSymbol", "WrapSingle", "CrystalEntityQ", "CrystalQ", "FilterSpecialLabels", - "GenerateTargetPositions", "GetCartesianTransformation", "GetCentringVectors", - "GetCrystalFamilyMetric", "GetCrystalFormulaUnits", "GetCrystalSpaceGroup", - "GetCrystalWavelength", "GetEnergyWavelength", "GetPointSpaceGroupCrystal", - "GetReciprocalImageOrientation", "HandleSpecialLabels", "InterpretElement", - "InterpretSpaceGroup", "PadDomain", "PointGroupQ", "PointSpaceGroupQ", - "Polarisation", "ProcessWavelength", "RotationTransformation", "ShallowDisplayCrystal", - "Update$CrystalDataAutoCompletion", "Update$CrystalDataFile"}}, "InterplanarSpacing" + -> {2}, "InputCheck" -> {inputCheckFirstArguments}, "InterplanarSpacing" -> {keysCD}, "MergeSymmetryEquivalentReflections" -> {keysRDCD}, "ReciprocalSpaceSimulation" -> {keysCD}, "ReflectionList" -> {keysCD}, "RelatedFunctionsGraph" -> Names["StianRamsnes`MaXrd`*"], "ResizeStructure" -> {keysCD, 0}, "SimulateDiffractionPattern" diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/BrennanCowan.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/BrennanCowan.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/BrennanCowan.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/BrennanCowan.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Chantler.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Chantler.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Chantler.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Chantler.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/CromerLiberman.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/CromerLiberman.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/CromerLiberman.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/CromerLiberman.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/EPDL97.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/EPDL97.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/EPDL97.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/EPDL97.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Henke.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Henke.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Henke.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Henke.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Kissel.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Kissel.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Kissel.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Kissel.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Sasaki.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Sasaki.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Sasaki.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Sasaki.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Windt.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Windt.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Windt.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/Windt.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/xraylib.m b/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/xraylib.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/xraylib.m rename to Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/xraylib.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/CromerMann.m b/Kernel/Data/AtomicScatteringFactor/CromerMann.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/CromerMann.m rename to Kernel/Data/AtomicScatteringFactor/CromerMann.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/EPDL97.m b/Kernel/Data/AtomicScatteringFactor/EPDL97.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/EPDL97.m rename to Kernel/Data/AtomicScatteringFactor/EPDL97.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/InternationalTablesC(3rd).m b/Kernel/Data/AtomicScatteringFactor/InternationalTablesC(3rd).m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/InternationalTablesC(3rd).m rename to Kernel/Data/AtomicScatteringFactor/InternationalTablesC(3rd).m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/Kissel(modified).m b/Kernel/Data/AtomicScatteringFactor/Kissel(modified).m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/Kissel(modified).m rename to Kernel/Data/AtomicScatteringFactor/Kissel(modified).m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/Kissel.m b/Kernel/Data/AtomicScatteringFactor/Kissel.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/Kissel.m rename to Kernel/Data/AtomicScatteringFactor/Kissel.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m b/Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m rename to Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m diff --git a/MaXrd/Kernel/Data/AtomicScatteringFactor/XOP(2.1).m b/Kernel/Data/AtomicScatteringFactor/XOP(2.1).m similarity index 100% rename from MaXrd/Kernel/Data/AtomicScatteringFactor/XOP(2.1).m rename to Kernel/Data/AtomicScatteringFactor/XOP(2.1).m diff --git a/MaXrd/Kernel/Data/CrossSections/Metadata.txt b/Kernel/Data/CrossSections/Metadata.txt similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/Metadata.txt rename to Kernel/Data/CrossSections/Metadata.txt diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ac.dat b/Kernel/Data/CrossSections/xraylib/Ac.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ac.dat rename to Kernel/Data/CrossSections/xraylib/Ac.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ag.dat b/Kernel/Data/CrossSections/xraylib/Ag.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ag.dat rename to Kernel/Data/CrossSections/xraylib/Ag.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Al.dat b/Kernel/Data/CrossSections/xraylib/Al.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Al.dat rename to Kernel/Data/CrossSections/xraylib/Al.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Am.dat b/Kernel/Data/CrossSections/xraylib/Am.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Am.dat rename to Kernel/Data/CrossSections/xraylib/Am.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ar.dat b/Kernel/Data/CrossSections/xraylib/Ar.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ar.dat rename to Kernel/Data/CrossSections/xraylib/Ar.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/As.dat b/Kernel/Data/CrossSections/xraylib/As.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/As.dat rename to Kernel/Data/CrossSections/xraylib/As.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/At.dat b/Kernel/Data/CrossSections/xraylib/At.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/At.dat rename to Kernel/Data/CrossSections/xraylib/At.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Au.dat b/Kernel/Data/CrossSections/xraylib/Au.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Au.dat rename to Kernel/Data/CrossSections/xraylib/Au.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/B.dat b/Kernel/Data/CrossSections/xraylib/B.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/B.dat rename to Kernel/Data/CrossSections/xraylib/B.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ba.dat b/Kernel/Data/CrossSections/xraylib/Ba.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ba.dat rename to Kernel/Data/CrossSections/xraylib/Ba.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Be.dat b/Kernel/Data/CrossSections/xraylib/Be.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Be.dat rename to Kernel/Data/CrossSections/xraylib/Be.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Bi.dat b/Kernel/Data/CrossSections/xraylib/Bi.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Bi.dat rename to Kernel/Data/CrossSections/xraylib/Bi.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Bk.dat b/Kernel/Data/CrossSections/xraylib/Bk.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Bk.dat rename to Kernel/Data/CrossSections/xraylib/Bk.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Br.dat b/Kernel/Data/CrossSections/xraylib/Br.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Br.dat rename to Kernel/Data/CrossSections/xraylib/Br.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/C.dat b/Kernel/Data/CrossSections/xraylib/C.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/C.dat rename to Kernel/Data/CrossSections/xraylib/C.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ca.dat b/Kernel/Data/CrossSections/xraylib/Ca.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ca.dat rename to Kernel/Data/CrossSections/xraylib/Ca.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cd.dat b/Kernel/Data/CrossSections/xraylib/Cd.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cd.dat rename to Kernel/Data/CrossSections/xraylib/Cd.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ce.dat b/Kernel/Data/CrossSections/xraylib/Ce.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ce.dat rename to Kernel/Data/CrossSections/xraylib/Ce.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cf.dat b/Kernel/Data/CrossSections/xraylib/Cf.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cf.dat rename to Kernel/Data/CrossSections/xraylib/Cf.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cl.dat b/Kernel/Data/CrossSections/xraylib/Cl.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cl.dat rename to Kernel/Data/CrossSections/xraylib/Cl.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cm.dat b/Kernel/Data/CrossSections/xraylib/Cm.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cm.dat rename to Kernel/Data/CrossSections/xraylib/Cm.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Co.dat b/Kernel/Data/CrossSections/xraylib/Co.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Co.dat rename to Kernel/Data/CrossSections/xraylib/Co.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cr.dat b/Kernel/Data/CrossSections/xraylib/Cr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cr.dat rename to Kernel/Data/CrossSections/xraylib/Cr.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cs.dat b/Kernel/Data/CrossSections/xraylib/Cs.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cs.dat rename to Kernel/Data/CrossSections/xraylib/Cs.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Cu.dat b/Kernel/Data/CrossSections/xraylib/Cu.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Cu.dat rename to Kernel/Data/CrossSections/xraylib/Cu.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Dy.dat b/Kernel/Data/CrossSections/xraylib/Dy.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Dy.dat rename to Kernel/Data/CrossSections/xraylib/Dy.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Er.dat b/Kernel/Data/CrossSections/xraylib/Er.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Er.dat rename to Kernel/Data/CrossSections/xraylib/Er.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Eu.dat b/Kernel/Data/CrossSections/xraylib/Eu.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Eu.dat rename to Kernel/Data/CrossSections/xraylib/Eu.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/F.dat b/Kernel/Data/CrossSections/xraylib/F.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/F.dat rename to Kernel/Data/CrossSections/xraylib/F.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Fe.dat b/Kernel/Data/CrossSections/xraylib/Fe.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Fe.dat rename to Kernel/Data/CrossSections/xraylib/Fe.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Fr.dat b/Kernel/Data/CrossSections/xraylib/Fr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Fr.dat rename to Kernel/Data/CrossSections/xraylib/Fr.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ga.dat b/Kernel/Data/CrossSections/xraylib/Ga.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ga.dat rename to Kernel/Data/CrossSections/xraylib/Ga.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Gd.dat b/Kernel/Data/CrossSections/xraylib/Gd.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Gd.dat rename to Kernel/Data/CrossSections/xraylib/Gd.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ge.dat b/Kernel/Data/CrossSections/xraylib/Ge.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ge.dat rename to Kernel/Data/CrossSections/xraylib/Ge.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/H.dat b/Kernel/Data/CrossSections/xraylib/H.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/H.dat rename to Kernel/Data/CrossSections/xraylib/H.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/He.dat b/Kernel/Data/CrossSections/xraylib/He.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/He.dat rename to Kernel/Data/CrossSections/xraylib/He.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Hf.dat b/Kernel/Data/CrossSections/xraylib/Hf.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Hf.dat rename to Kernel/Data/CrossSections/xraylib/Hf.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Hg.dat b/Kernel/Data/CrossSections/xraylib/Hg.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Hg.dat rename to Kernel/Data/CrossSections/xraylib/Hg.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ho.dat b/Kernel/Data/CrossSections/xraylib/Ho.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ho.dat rename to Kernel/Data/CrossSections/xraylib/Ho.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/I.dat b/Kernel/Data/CrossSections/xraylib/I.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/I.dat rename to Kernel/Data/CrossSections/xraylib/I.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/In.dat b/Kernel/Data/CrossSections/xraylib/In.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/In.dat rename to Kernel/Data/CrossSections/xraylib/In.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ir.dat b/Kernel/Data/CrossSections/xraylib/Ir.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ir.dat rename to Kernel/Data/CrossSections/xraylib/Ir.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/K.dat b/Kernel/Data/CrossSections/xraylib/K.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/K.dat rename to Kernel/Data/CrossSections/xraylib/K.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Kr.dat b/Kernel/Data/CrossSections/xraylib/Kr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Kr.dat rename to Kernel/Data/CrossSections/xraylib/Kr.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/La.dat b/Kernel/Data/CrossSections/xraylib/La.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/La.dat rename to Kernel/Data/CrossSections/xraylib/La.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Li.dat b/Kernel/Data/CrossSections/xraylib/Li.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Li.dat rename to Kernel/Data/CrossSections/xraylib/Li.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Lu.dat b/Kernel/Data/CrossSections/xraylib/Lu.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Lu.dat rename to Kernel/Data/CrossSections/xraylib/Lu.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Mg.dat b/Kernel/Data/CrossSections/xraylib/Mg.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Mg.dat rename to Kernel/Data/CrossSections/xraylib/Mg.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Mn.dat b/Kernel/Data/CrossSections/xraylib/Mn.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Mn.dat rename to Kernel/Data/CrossSections/xraylib/Mn.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Mo.dat b/Kernel/Data/CrossSections/xraylib/Mo.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Mo.dat rename to Kernel/Data/CrossSections/xraylib/Mo.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/N.dat b/Kernel/Data/CrossSections/xraylib/N.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/N.dat rename to Kernel/Data/CrossSections/xraylib/N.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Na.dat b/Kernel/Data/CrossSections/xraylib/Na.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Na.dat rename to Kernel/Data/CrossSections/xraylib/Na.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Nb.dat b/Kernel/Data/CrossSections/xraylib/Nb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Nb.dat rename to Kernel/Data/CrossSections/xraylib/Nb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Nd.dat b/Kernel/Data/CrossSections/xraylib/Nd.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Nd.dat rename to Kernel/Data/CrossSections/xraylib/Nd.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ne.dat b/Kernel/Data/CrossSections/xraylib/Ne.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ne.dat rename to Kernel/Data/CrossSections/xraylib/Ne.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ni.dat b/Kernel/Data/CrossSections/xraylib/Ni.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ni.dat rename to Kernel/Data/CrossSections/xraylib/Ni.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Np.dat b/Kernel/Data/CrossSections/xraylib/Np.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Np.dat rename to Kernel/Data/CrossSections/xraylib/Np.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/O.dat b/Kernel/Data/CrossSections/xraylib/O.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/O.dat rename to Kernel/Data/CrossSections/xraylib/O.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Os.dat b/Kernel/Data/CrossSections/xraylib/Os.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Os.dat rename to Kernel/Data/CrossSections/xraylib/Os.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/P.dat b/Kernel/Data/CrossSections/xraylib/P.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/P.dat rename to Kernel/Data/CrossSections/xraylib/P.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pa.dat b/Kernel/Data/CrossSections/xraylib/Pa.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pa.dat rename to Kernel/Data/CrossSections/xraylib/Pa.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pb.dat b/Kernel/Data/CrossSections/xraylib/Pb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pb.dat rename to Kernel/Data/CrossSections/xraylib/Pb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pd.dat b/Kernel/Data/CrossSections/xraylib/Pd.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pd.dat rename to Kernel/Data/CrossSections/xraylib/Pd.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pm.dat b/Kernel/Data/CrossSections/xraylib/Pm.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pm.dat rename to Kernel/Data/CrossSections/xraylib/Pm.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Po.dat b/Kernel/Data/CrossSections/xraylib/Po.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Po.dat rename to Kernel/Data/CrossSections/xraylib/Po.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pr.dat b/Kernel/Data/CrossSections/xraylib/Pr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pr.dat rename to Kernel/Data/CrossSections/xraylib/Pr.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pt.dat b/Kernel/Data/CrossSections/xraylib/Pt.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pt.dat rename to Kernel/Data/CrossSections/xraylib/Pt.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Pu.dat b/Kernel/Data/CrossSections/xraylib/Pu.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Pu.dat rename to Kernel/Data/CrossSections/xraylib/Pu.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ra.dat b/Kernel/Data/CrossSections/xraylib/Ra.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ra.dat rename to Kernel/Data/CrossSections/xraylib/Ra.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Rb.dat b/Kernel/Data/CrossSections/xraylib/Rb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Rb.dat rename to Kernel/Data/CrossSections/xraylib/Rb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Re.dat b/Kernel/Data/CrossSections/xraylib/Re.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Re.dat rename to Kernel/Data/CrossSections/xraylib/Re.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Rh.dat b/Kernel/Data/CrossSections/xraylib/Rh.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Rh.dat rename to Kernel/Data/CrossSections/xraylib/Rh.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Rn.dat b/Kernel/Data/CrossSections/xraylib/Rn.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Rn.dat rename to Kernel/Data/CrossSections/xraylib/Rn.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ru.dat b/Kernel/Data/CrossSections/xraylib/Ru.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ru.dat rename to Kernel/Data/CrossSections/xraylib/Ru.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/S.dat b/Kernel/Data/CrossSections/xraylib/S.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/S.dat rename to Kernel/Data/CrossSections/xraylib/S.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Sb.dat b/Kernel/Data/CrossSections/xraylib/Sb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Sb.dat rename to Kernel/Data/CrossSections/xraylib/Sb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Sc.dat b/Kernel/Data/CrossSections/xraylib/Sc.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Sc.dat rename to Kernel/Data/CrossSections/xraylib/Sc.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Se.dat b/Kernel/Data/CrossSections/xraylib/Se.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Se.dat rename to Kernel/Data/CrossSections/xraylib/Se.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Si.dat b/Kernel/Data/CrossSections/xraylib/Si.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Si.dat rename to Kernel/Data/CrossSections/xraylib/Si.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Sm.dat b/Kernel/Data/CrossSections/xraylib/Sm.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Sm.dat rename to Kernel/Data/CrossSections/xraylib/Sm.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Sn.dat b/Kernel/Data/CrossSections/xraylib/Sn.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Sn.dat rename to Kernel/Data/CrossSections/xraylib/Sn.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Sr.dat b/Kernel/Data/CrossSections/xraylib/Sr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Sr.dat rename to Kernel/Data/CrossSections/xraylib/Sr.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ta.dat b/Kernel/Data/CrossSections/xraylib/Ta.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ta.dat rename to Kernel/Data/CrossSections/xraylib/Ta.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Tb.dat b/Kernel/Data/CrossSections/xraylib/Tb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Tb.dat rename to Kernel/Data/CrossSections/xraylib/Tb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Tc.dat b/Kernel/Data/CrossSections/xraylib/Tc.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Tc.dat rename to Kernel/Data/CrossSections/xraylib/Tc.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Te.dat b/Kernel/Data/CrossSections/xraylib/Te.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Te.dat rename to Kernel/Data/CrossSections/xraylib/Te.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Th.dat b/Kernel/Data/CrossSections/xraylib/Th.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Th.dat rename to Kernel/Data/CrossSections/xraylib/Th.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Ti.dat b/Kernel/Data/CrossSections/xraylib/Ti.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Ti.dat rename to Kernel/Data/CrossSections/xraylib/Ti.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Tl.dat b/Kernel/Data/CrossSections/xraylib/Tl.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Tl.dat rename to Kernel/Data/CrossSections/xraylib/Tl.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Tm.dat b/Kernel/Data/CrossSections/xraylib/Tm.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Tm.dat rename to Kernel/Data/CrossSections/xraylib/Tm.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/U.dat b/Kernel/Data/CrossSections/xraylib/U.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/U.dat rename to Kernel/Data/CrossSections/xraylib/U.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/V.dat b/Kernel/Data/CrossSections/xraylib/V.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/V.dat rename to Kernel/Data/CrossSections/xraylib/V.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/W.dat b/Kernel/Data/CrossSections/xraylib/W.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/W.dat rename to Kernel/Data/CrossSections/xraylib/W.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Xe.dat b/Kernel/Data/CrossSections/xraylib/Xe.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Xe.dat rename to Kernel/Data/CrossSections/xraylib/Xe.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Y.dat b/Kernel/Data/CrossSections/xraylib/Y.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Y.dat rename to Kernel/Data/CrossSections/xraylib/Y.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Yb.dat b/Kernel/Data/CrossSections/xraylib/Yb.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Yb.dat rename to Kernel/Data/CrossSections/xraylib/Yb.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Zn.dat b/Kernel/Data/CrossSections/xraylib/Zn.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Zn.dat rename to Kernel/Data/CrossSections/xraylib/Zn.dat diff --git a/MaXrd/Kernel/Data/CrossSections/xraylib/Zr.dat b/Kernel/Data/CrossSections/xraylib/Zr.dat similarity index 100% rename from MaXrd/Kernel/Data/CrossSections/xraylib/Zr.dat rename to Kernel/Data/CrossSections/xraylib/Zr.dat diff --git a/MaXrd/Kernel/Data/CrystalDataDemo.m b/Kernel/Data/CrystalDataDemo.m similarity index 100% rename from MaXrd/Kernel/Data/CrystalDataDemo.m rename to Kernel/Data/CrystalDataDemo.m diff --git a/MaXrd/Kernel/Data/GroupSymbolRedirect.m b/Kernel/Data/GroupSymbolRedirect.m similarity index 100% rename from MaXrd/Kernel/Data/GroupSymbolRedirect.m rename to Kernel/Data/GroupSymbolRedirect.m diff --git a/MaXrd/Kernel/Data/PeriodicTable.m b/Kernel/Data/PeriodicTable.m similarity index 100% rename from MaXrd/Kernel/Data/PeriodicTable.m rename to Kernel/Data/PeriodicTable.m diff --git a/MaXrd/Kernel/Data/PointGroups.m b/Kernel/Data/PointGroups.m similarity index 100% rename from MaXrd/Kernel/Data/PointGroups.m rename to Kernel/Data/PointGroups.m diff --git a/MaXrd/Kernel/Data/SpaceGroups.m b/Kernel/Data/SpaceGroups.m similarity index 100% rename from MaXrd/Kernel/Data/SpaceGroups.m rename to Kernel/Data/SpaceGroups.m diff --git a/MaXrd/Kernel/Data/TransformationMatrices.m b/Kernel/Data/TransformationMatrices.m similarity index 100% rename from MaXrd/Kernel/Data/TransformationMatrices.m rename to Kernel/Data/TransformationMatrices.m diff --git a/MaXrd/Kernel/Data/UsageMessages.m b/Kernel/Data/UsageMessages.m similarity index 100% rename from MaXrd/Kernel/Data/UsageMessages.m rename to Kernel/Data/UsageMessages.m diff --git a/MaXrd/Kernel/Data/UserData/CrystalData.m b/Kernel/Data/UserData/CrystalData.m similarity index 100% rename from MaXrd/Kernel/Data/UserData/CrystalData.m rename to Kernel/Data/UserData/CrystalData.m diff --git a/MaXrd/Kernel/Functions/AttenuationCoefficient.wl b/Kernel/Functions/AttenuationCoefficient.wl similarity index 100% rename from MaXrd/Kernel/Functions/AttenuationCoefficient.wl rename to Kernel/Functions/AttenuationCoefficient.wl diff --git a/MaXrd/Kernel/Functions/BraggAngle.wl b/Kernel/Functions/BraggAngle.wl similarity index 100% rename from MaXrd/Kernel/Functions/BraggAngle.wl rename to Kernel/Functions/BraggAngle.wl diff --git a/MaXrd/Kernel/Functions/ConstructDomains.wl b/Kernel/Functions/ConstructDomains.wl similarity index 100% rename from MaXrd/Kernel/Functions/ConstructDomains.wl rename to Kernel/Functions/ConstructDomains.wl diff --git a/MaXrd/Kernel/Functions/CrystalDensity.wl b/Kernel/Functions/CrystalDensity.wl similarity index 100% rename from MaXrd/Kernel/Functions/CrystalDensity.wl rename to Kernel/Functions/CrystalDensity.wl diff --git a/MaXrd/Kernel/Functions/CrystalFormulaUnits.wl b/Kernel/Functions/CrystalFormulaUnits.wl similarity index 100% rename from MaXrd/Kernel/Functions/CrystalFormulaUnits.wl rename to Kernel/Functions/CrystalFormulaUnits.wl diff --git a/MaXrd/Kernel/Functions/CrystalPlot.wl b/Kernel/Functions/CrystalPlot.wl similarity index 100% rename from MaXrd/Kernel/Functions/CrystalPlot.wl rename to Kernel/Functions/CrystalPlot.wl diff --git a/MaXrd/Kernel/Functions/DarwinWidth.wl b/Kernel/Functions/DarwinWidth.wl similarity index 100% rename from MaXrd/Kernel/Functions/DarwinWidth.wl rename to Kernel/Functions/DarwinWidth.wl diff --git a/MaXrd/Kernel/Functions/DistortStructure.wl b/Kernel/Functions/DistortStructure.wl similarity index 100% rename from MaXrd/Kernel/Functions/DistortStructure.wl rename to Kernel/Functions/DistortStructure.wl diff --git a/MaXrd/Kernel/Functions/DomainPlot.wl b/Kernel/Functions/DomainPlot.wl similarity index 100% rename from MaXrd/Kernel/Functions/DomainPlot.wl rename to Kernel/Functions/DomainPlot.wl diff --git a/MaXrd/Kernel/Functions/EmbedStructure.wl b/Kernel/Functions/EmbedStructure.wl similarity index 100% rename from MaXrd/Kernel/Functions/EmbedStructure.wl rename to Kernel/Functions/EmbedStructure.wl diff --git a/MaXrd/Kernel/Functions/ExpandCrystal.wl b/Kernel/Functions/ExpandCrystal.wl similarity index 100% rename from MaXrd/Kernel/Functions/ExpandCrystal.wl rename to Kernel/Functions/ExpandCrystal.wl diff --git a/MaXrd/Kernel/Functions/ExportCrystalData.wl b/Kernel/Functions/ExportCrystalData.wl similarity index 100% rename from MaXrd/Kernel/Functions/ExportCrystalData.wl rename to Kernel/Functions/ExportCrystalData.wl diff --git a/MaXrd/Kernel/Functions/ExtinctionLength.wl b/Kernel/Functions/ExtinctionLength.wl similarity index 100% rename from MaXrd/Kernel/Functions/ExtinctionLength.wl rename to Kernel/Functions/ExtinctionLength.wl diff --git a/MaXrd/Kernel/Functions/FindPixelClusters.wl b/Kernel/Functions/FindPixelClusters.wl similarity index 100% rename from MaXrd/Kernel/Functions/FindPixelClusters.wl rename to Kernel/Functions/FindPixelClusters.wl diff --git a/MaXrd/Kernel/Functions/GetAtomCoordinates.wl b/Kernel/Functions/GetAtomCoordinates.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetAtomCoordinates.wl rename to Kernel/Functions/GetAtomCoordinates.wl diff --git a/MaXrd/Kernel/Functions/GetAtomicScatteringFactors.wl b/Kernel/Functions/GetAtomicScatteringFactors.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetAtomicScatteringFactors.wl rename to Kernel/Functions/GetAtomicScatteringFactors.wl diff --git a/MaXrd/Kernel/Functions/GetCrystalMetric.wl b/Kernel/Functions/GetCrystalMetric.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetCrystalMetric.wl rename to Kernel/Functions/GetCrystalMetric.wl diff --git a/MaXrd/Kernel/Functions/GetElements.wl b/Kernel/Functions/GetElements.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetElements.wl rename to Kernel/Functions/GetElements.wl diff --git a/MaXrd/Kernel/Functions/GetLatticeParameters.wl b/Kernel/Functions/GetLatticeParameters.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetLatticeParameters.wl rename to Kernel/Functions/GetLatticeParameters.wl diff --git a/MaXrd/Kernel/Functions/GetLaueClass.wl b/Kernel/Functions/GetLaueClass.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetLaueClass.wl rename to Kernel/Functions/GetLaueClass.wl diff --git a/MaXrd/Kernel/Functions/GetScatteringCrossSections.wl b/Kernel/Functions/GetScatteringCrossSections.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetScatteringCrossSections.wl rename to Kernel/Functions/GetScatteringCrossSections.wl diff --git a/MaXrd/Kernel/Functions/GetSymmetryData.wl b/Kernel/Functions/GetSymmetryData.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetSymmetryData.wl rename to Kernel/Functions/GetSymmetryData.wl diff --git a/MaXrd/Kernel/Functions/GetSymmetryOperations.wl b/Kernel/Functions/GetSymmetryOperations.wl similarity index 100% rename from MaXrd/Kernel/Functions/GetSymmetryOperations.wl rename to Kernel/Functions/GetSymmetryOperations.wl diff --git a/MaXrd/Kernel/Functions/ImportCrystalData.wl b/Kernel/Functions/ImportCrystalData.wl similarity index 100% rename from MaXrd/Kernel/Functions/ImportCrystalData.wl rename to Kernel/Functions/ImportCrystalData.wl diff --git a/MaXrd/Kernel/Functions/InputCheck.wl b/Kernel/Functions/InputCheck.wl similarity index 98% rename from MaXrd/Kernel/Functions/InputCheck.wl rename to Kernel/Functions/InputCheck.wl index 6e5a893..a82ed66 100644 --- a/MaXrd/Kernel/Functions/InputCheck.wl +++ b/Kernel/Functions/InputCheck.wl @@ -219,7 +219,7 @@ InputCheck["GetCentringVectors", centring_String] := "I", {{1/2, 1/2, 1/2}} , - "rotationTransform", + "R", {{2/3, 1/3, 1/3}, {1/3, 2/3, 2/3}} , "r", @@ -662,21 +662,9 @@ InputCheck["InterpretSpaceGroup", input_, abortQ_:True] := sg , { -(* B.4.1. Remove any _enclosing_ quotation marks - *)(* Note: Some Hall symbols contain double quotation marks - - - - - - - - - - - -*)StartOfString ~~ {"'", "\""} ~~ main__ ~~ {"'", "\""} ~~ EndOfString - :> main +(* B.4.1. Remove any _enclosing_ quotation marks + *)(* Note: Some Hall symbols contain double quotation marks *)StartOfString + ~~ {"'", "\""} ~~ main__ ~~ {"'", "\""} ~~ EndOfString :> main , (* B.4.2 Uppercase centring 1 *) StartOfString ~~ first : {"-" ~~ _, _} ~~ rest__ @@ -700,8 +688,8 @@ InputCheck["InterpretSpaceGroup", input_, abortQ_:True] := sg = StringTrim @ sg; (*---* C. Check symbol *---*) (* C.1. Check centring symbol *) - If[!MemberQ[{"P", "I", "F", "rotationTransform", "A", "B", "C", - "H", "\!", "-"}, StringTake[sg, 1]], + If[!MemberQ[{"P", "I", "F", "R", "A", "B", "C", "H", "\!", "-" + }, StringTake[sg, 1]], Goto["Failed"] ]; (* C.2 Check if found by '$GroupSymbolRedirect' *) @@ -908,7 +896,7 @@ InputCheck["RotationTransformation", {{sizeA_Integer, sizeB_Integer, ]; anchors = # * cellDimensions& /@ anchors; ]; - (* Rotation transformation function 'rotationTransform' *) + (* Rotation transformation function *) {zeroRotation, zeroAnchor} = If[twoDimensionalQ, {0., {0., 0.}} diff --git a/MaXrd/Kernel/Functions/InterplanarSpacing.wl b/Kernel/Functions/InterplanarSpacing.wl similarity index 100% rename from MaXrd/Kernel/Functions/InterplanarSpacing.wl rename to Kernel/Functions/InterplanarSpacing.wl diff --git a/MaXrd/Kernel/Functions/MergeDomains.wl b/Kernel/Functions/MergeDomains.wl similarity index 100% rename from MaXrd/Kernel/Functions/MergeDomains.wl rename to Kernel/Functions/MergeDomains.wl diff --git a/MaXrd/Kernel/Functions/MergeSymmetryEquivalentReflections.wl b/Kernel/Functions/MergeSymmetryEquivalentReflections.wl similarity index 100% rename from MaXrd/Kernel/Functions/MergeSymmetryEquivalentReflections.wl rename to Kernel/Functions/MergeSymmetryEquivalentReflections.wl diff --git a/MaXrd/Kernel/Functions/MillerNotationToList.wl b/Kernel/Functions/MillerNotationToList.wl similarity index 100% rename from MaXrd/Kernel/Functions/MillerNotationToList.wl rename to Kernel/Functions/MillerNotationToList.wl diff --git a/MaXrd/Kernel/Functions/MillerNotationToString.wl b/Kernel/Functions/MillerNotationToString.wl similarity index 100% rename from MaXrd/Kernel/Functions/MillerNotationToString.wl rename to Kernel/Functions/MillerNotationToString.wl diff --git a/MaXrd/Kernel/Functions/ReciprocalImageCheck.wl b/Kernel/Functions/ReciprocalImageCheck.wl similarity index 100% rename from MaXrd/Kernel/Functions/ReciprocalImageCheck.wl rename to Kernel/Functions/ReciprocalImageCheck.wl diff --git a/MaXrd/Kernel/Functions/ReciprocalSpaceSimulation.wl b/Kernel/Functions/ReciprocalSpaceSimulation.wl similarity index 100% rename from MaXrd/Kernel/Functions/ReciprocalSpaceSimulation.wl rename to Kernel/Functions/ReciprocalSpaceSimulation.wl diff --git a/MaXrd/Kernel/Functions/ReflectionList.wl b/Kernel/Functions/ReflectionList.wl similarity index 100% rename from MaXrd/Kernel/Functions/ReflectionList.wl rename to Kernel/Functions/ReflectionList.wl diff --git a/MaXrd/Kernel/Functions/RelatedFunctionsGraph.wl b/Kernel/Functions/RelatedFunctionsGraph.wl similarity index 100% rename from MaXrd/Kernel/Functions/RelatedFunctionsGraph.wl rename to Kernel/Functions/RelatedFunctionsGraph.wl diff --git a/MaXrd/Kernel/Functions/ResetCrystalData.wl b/Kernel/Functions/ResetCrystalData.wl similarity index 100% rename from MaXrd/Kernel/Functions/ResetCrystalData.wl rename to Kernel/Functions/ResetCrystalData.wl diff --git a/MaXrd/Kernel/Functions/ResizeStructure.wl b/Kernel/Functions/ResizeStructure.wl similarity index 100% rename from MaXrd/Kernel/Functions/ResizeStructure.wl rename to Kernel/Functions/ResizeStructure.wl diff --git a/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl b/Kernel/Functions/SimulateDiffractionPattern.wl similarity index 100% rename from MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl rename to Kernel/Functions/SimulateDiffractionPattern.wl diff --git a/MaXrd/Kernel/Functions/StructureFactor.wl b/Kernel/Functions/StructureFactor.wl similarity index 100% rename from MaXrd/Kernel/Functions/StructureFactor.wl rename to Kernel/Functions/StructureFactor.wl diff --git a/MaXrd/Kernel/Functions/StructureFactorTable.wl b/Kernel/Functions/StructureFactorTable.wl similarity index 100% rename from MaXrd/Kernel/Functions/StructureFactorTable.wl rename to Kernel/Functions/StructureFactorTable.wl diff --git a/MaXrd/Kernel/Functions/SymmetryEquivalentPositions.wl b/Kernel/Functions/SymmetryEquivalentPositions.wl similarity index 100% rename from MaXrd/Kernel/Functions/SymmetryEquivalentPositions.wl rename to Kernel/Functions/SymmetryEquivalentPositions.wl diff --git a/MaXrd/Kernel/Functions/SymmetryEquivalentReflections.wl b/Kernel/Functions/SymmetryEquivalentReflections.wl similarity index 100% rename from MaXrd/Kernel/Functions/SymmetryEquivalentReflections.wl rename to Kernel/Functions/SymmetryEquivalentReflections.wl diff --git a/MaXrd/Kernel/Functions/SymmetryEquivalentReflectionsQ.wl b/Kernel/Functions/SymmetryEquivalentReflectionsQ.wl similarity index 100% rename from MaXrd/Kernel/Functions/SymmetryEquivalentReflectionsQ.wl rename to Kernel/Functions/SymmetryEquivalentReflectionsQ.wl diff --git a/MaXrd/Kernel/Functions/SynthesiseStructure.wl b/Kernel/Functions/SynthesiseStructure.wl similarity index 100% rename from MaXrd/Kernel/Functions/SynthesiseStructure.wl rename to Kernel/Functions/SynthesiseStructure.wl diff --git a/MaXrd/Kernel/Functions/SystematicAbsentQ.wl b/Kernel/Functions/SystematicAbsentQ.wl similarity index 100% rename from MaXrd/Kernel/Functions/SystematicAbsentQ.wl rename to Kernel/Functions/SystematicAbsentQ.wl diff --git a/MaXrd/Kernel/Functions/ToStandardSetting.wl b/Kernel/Functions/ToStandardSetting.wl similarity index 100% rename from MaXrd/Kernel/Functions/ToStandardSetting.wl rename to Kernel/Functions/ToStandardSetting.wl diff --git a/MaXrd/Kernel/Functions/TransformAtomicDisplacementParameters.wl b/Kernel/Functions/TransformAtomicDisplacementParameters.wl similarity index 100% rename from MaXrd/Kernel/Functions/TransformAtomicDisplacementParameters.wl rename to Kernel/Functions/TransformAtomicDisplacementParameters.wl diff --git a/MaXrd/Kernel/Functions/UnitCellTransformation.wl b/Kernel/Functions/UnitCellTransformation.wl similarity index 100% rename from MaXrd/Kernel/Functions/UnitCellTransformation.wl rename to Kernel/Functions/UnitCellTransformation.wl diff --git a/MaXrd/Kernel/MaXrd.wl b/Kernel/MaXrd.wl similarity index 100% rename from MaXrd/Kernel/MaXrd.wl rename to Kernel/MaXrd.wl diff --git a/MaXrd/LICENSE b/LICENSE similarity index 100% rename from MaXrd/LICENSE rename to LICENSE diff --git a/MaXrd/PacletInfo.wl b/MaXrd/PacletInfo.wl deleted file mode 100644 index 86a11a8..0000000 --- a/MaXrd/PacletInfo.wl +++ /dev/null @@ -1,39 +0,0 @@ -(* ::Package:: *) - -PacletObject[<|"Name" -> "StianRamsnes/MaXrd", "Description" -> "Database and utilities related to crystallography and X-ray scattering", - "Creator" -> "Stian Penev Ramsnes", "URL" -> "https://github.com/Stianpr20/MaXrd", - "License" -> "MIT", "PublisherID" -> "StianRamsnes", "Version" -> "4.0.0", - "WolframVersion" -> "13.0.1+", "Extensions" -> {{"Kernel", "Root" -> - "Kernel", "Context" -> "StianRamsnes`MaXrd`", "Symbols" -> {"StianRamsnes`MaXrd`$CrystalData", - "StianRamsnes`MaXrd`$GroupSymbolRedirect", "StianRamsnes`MaXrd`$LaueClasses", - "StianRamsnes`MaXrd`$MaXrdPath", "StianRamsnes`MaXrd`$MaXrdVersion", - "StianRamsnes`MaXrd`$PeriodicTable", "StianRamsnes`MaXrd`$PointGroups", - "StianRamsnes`MaXrd`$SpaceGroups", "StianRamsnes`MaXrd`$TransformationMatrices", - "StianRamsnes`MaXrd`AttenuationCoefficient", "StianRamsnes`MaXrd`BraggAngle", - "StianRamsnes`MaXrd`ConstructDomains", "StianRamsnes`MaXrd`CrystalDensity", - "StianRamsnes`MaXrd`CrystalFormulaUnits", "StianRamsnes`MaXrd`CrystalPlot", - "StianRamsnes`MaXrd`DarwinWidth", "StianRamsnes`MaXrd`DistortStructure", - "StianRamsnes`MaXrd`DomainPlot", "StianRamsnes`MaXrd`EmbedStructure", - "StianRamsnes`MaXrd`ExpandCrystal", "StianRamsnes`MaXrd`ExportCrystalData", - "StianRamsnes`MaXrd`ExtinctionLength", "StianRamsnes`MaXrd`FindPixelClusters", - "StianRamsnes`MaXrd`GetAtomCoordinates", "StianRamsnes`MaXrd`GetAtomicScatteringFactors", - "StianRamsnes`MaXrd`GetCrystalMetric", "StianRamsnes`MaXrd`GetElements", - "StianRamsnes`MaXrd`GetLatticeParameters", "StianRamsnes`MaXrd`GetLaueClass", - "StianRamsnes`MaXrd`GetScatteringCrossSections", "StianRamsnes`MaXrd`GetSymmetryData", - "StianRamsnes`MaXrd`GetSymmetryOperations", "StianRamsnes`MaXrd`ImportCrystalData", - "StianRamsnes`MaXrd`InputCheck", "StianRamsnes`MaXrd`InterplanarSpacing", - "StianRamsnes`MaXrd`MergeDomains", "StianRamsnes`MaXrd`MergeSymmetryEquivalentReflections", - "StianRamsnes`MaXrd`MillerNotationToList", "StianRamsnes`MaXrd`MillerNotationToString", - "StianRamsnes`MaXrd`ReciprocalImageCheck", "StianRamsnes`MaXrd`ReciprocalSpaceSimulation", - "StianRamsnes`MaXrd`ReflectionList", "StianRamsnes`MaXrd`RelatedFunctionsGraph", - "StianRamsnes`MaXrd`ResetCrystalData", "StianRamsnes`MaXrd`ResizeStructure", - "StianRamsnes`MaXrd`SimulateDiffractionPattern", "StianRamsnes`MaXrd`StructureFactor", - "StianRamsnes`MaXrd`StructureFactorTable", "StianRamsnes`MaXrd`SymmetryEquivalentPositions", - "StianRamsnes`MaXrd`SymmetryEquivalentReflections", "StianRamsnes`MaXrd`SymmetryEquivalentReflectionsQ", - "StianRamsnes`MaXrd`SynthesiseStructure", "StianRamsnes`MaXrd`SystematicAbsentQ", - "StianRamsnes`MaXrd`ToStandardSetting", "StianRamsnes`MaXrd`TransformAtomicDisplacementParameters", - "StianRamsnes`MaXrd`UnitCellTransformation"}}, {"Documentation", "Root" - -> "Documentation", "Resources" -> {"Guides/PackageOverview"}, "Language" - -> "English", "MainPage" -> "Guides/PackageOverview"}}, "Keywords" -> - {"Crystallography", "X-ray", "Inclusion compounds", "Miller indices", - "Diffraction", "University of Stavanger"}|>] diff --git a/PacletInfo.wl b/PacletInfo.wl new file mode 100644 index 0000000..965e7bf --- /dev/null +++ b/PacletInfo.wl @@ -0,0 +1,101 @@ +(* ::Package:: *) + +PacletObject[ <| + "Name" -> "StianRamsnes/MaXrd", + "Description" -> "Database and utilities related to crystallography and X-ray scattering", + "Creator" -> "Stian Penev Ramsnes", + "SourceControlURL" -> "https://github.com/Stianpr20/MaXrd", + "License" -> "MIT", + "PublisherID" -> "StianRamsnes", + "Version" -> "4.0.0", + "WolframVersion" -> "13.0.1+", + "ReleaseURL" -> "https://github.com/Stianpr20/MaXrd/releases/tag/4.0.0", + "Icon" -> "Resources/Icons/MaXrd_PacletIcon.png", + "Extensions" -> { + { + "Kernel", + "Root" -> "Kernel", + "Context" -> { "StianRamsnes`MaXrd`" }, + "Symbols" -> { + "StianRamsnes`MaXrd`$CrystalData", + "StianRamsnes`MaXrd`$GroupSymbolRedirect", + "StianRamsnes`MaXrd`$LaueClasses", + "StianRamsnes`MaXrd`$MaXrdPath", + "StianRamsnes`MaXrd`$MaXrdVersion", + "StianRamsnes`MaXrd`$PeriodicTable", + "StianRamsnes`MaXrd`$PointGroups", + "StianRamsnes`MaXrd`$SpaceGroups", + "StianRamsnes`MaXrd`$TransformationMatrices", + "StianRamsnes`MaXrd`AttenuationCoefficient", + "StianRamsnes`MaXrd`BraggAngle", + "StianRamsnes`MaXrd`ConstructDomains", + "StianRamsnes`MaXrd`CrystalDensity", + "StianRamsnes`MaXrd`CrystalFormulaUnits", + "StianRamsnes`MaXrd`CrystalPlot", + "StianRamsnes`MaXrd`DarwinWidth", + "StianRamsnes`MaXrd`DistortStructure", + "StianRamsnes`MaXrd`DomainPlot", + "StianRamsnes`MaXrd`EmbedStructure", + "StianRamsnes`MaXrd`ExpandCrystal", + "StianRamsnes`MaXrd`ExportCrystalData", + "StianRamsnes`MaXrd`ExtinctionLength", + "StianRamsnes`MaXrd`FindPixelClusters", + "StianRamsnes`MaXrd`GetAtomCoordinates", + "StianRamsnes`MaXrd`GetAtomicScatteringFactors", + "StianRamsnes`MaXrd`GetCrystalMetric", + "StianRamsnes`MaXrd`GetElements", + "StianRamsnes`MaXrd`GetLatticeParameters", + "StianRamsnes`MaXrd`GetLaueClass", + "StianRamsnes`MaXrd`GetScatteringCrossSections", + "StianRamsnes`MaXrd`GetSymmetryData", + "StianRamsnes`MaXrd`GetSymmetryOperations", + "StianRamsnes`MaXrd`ImportCrystalData", + "StianRamsnes`MaXrd`InputCheck", + "StianRamsnes`MaXrd`InterplanarSpacing", + "StianRamsnes`MaXrd`MergeDomains", + "StianRamsnes`MaXrd`MergeSymmetryEquivalentReflections", + "StianRamsnes`MaXrd`MillerNotationToList", + "StianRamsnes`MaXrd`MillerNotationToString", + "StianRamsnes`MaXrd`ReciprocalImageCheck", + "StianRamsnes`MaXrd`ReciprocalSpaceSimulation", + "StianRamsnes`MaXrd`ReflectionList", + "StianRamsnes`MaXrd`RelatedFunctionsGraph", + "StianRamsnes`MaXrd`ResetCrystalData", + "StianRamsnes`MaXrd`ResizeStructure", + "StianRamsnes`MaXrd`SimulateDiffractionPattern", + "StianRamsnes`MaXrd`StructureFactor", + "StianRamsnes`MaXrd`StructureFactorTable", + "StianRamsnes`MaXrd`SymmetryEquivalentPositions", + "StianRamsnes`MaXrd`SymmetryEquivalentReflections", + "StianRamsnes`MaXrd`SymmetryEquivalentReflectionsQ", + "StianRamsnes`MaXrd`SynthesiseStructure", + "StianRamsnes`MaXrd`SystematicAbsentQ", + "StianRamsnes`MaXrd`ToStandardSetting", + "StianRamsnes`MaXrd`TransformAtomicDisplacementParameters", + "StianRamsnes`MaXrd`UnitCellTransformation" + } + }, + { + "Documentation", + "Root" -> "Documentation", + "Language" -> "English", + "Resources" -> { "Guides/PackageOverview" }, + "MainPage" -> { "Guides/PackageOverview" } + }, + { + "Asset", + "Assets" -> { + { "License" , "./LICENSE" }, + { "ReadMe" , "./README.md" }, + { "Resources" , "./Resources" } + } + } + }, + "Keywords" -> { + "Crystallography", + "X-ray", + "Inclusion compound", + "Diffraction", + "University of Stavanger" + } +|> ] diff --git a/MaXrd/ResourceDefinition.nb b/ResourceDefinition.nb similarity index 51% rename from MaXrd/ResourceDefinition.nb rename to ResourceDefinition.nb index 33588bd..b49c29c 100644 --- a/MaXrd/ResourceDefinition.nb +++ b/ResourceDefinition.nb @@ -1,43 +1,10 @@ Notebook[{ Cell[CellGroupData[{ -Cell["StianRamsnes/MaXrd", "Title", - Deletable->False, - TaggingRules->{}, - CellTags->{"Name", "TemplateCell", "Title"}, - CellID->1106790294,ExpressionUUID->"76cdd0b4-63ee-49fb-bad1-7a102a0a7caf"], - -Cell["\<\ -Database and utilities related to crystallography and X-ray scattering\ -\>", "Text", - Deletable->False, - TaggingRules->{}, - CellTags->{"Description", "TemplateCell"}, - CellID->321120944,ExpressionUUID->"948078cd-54fa-438a-9046-420efc604d71"], - -Cell[CellGroupData[{ - -Cell["Paclet Manifest", "Section", - Editable->False, - Deletable->False, - TaggingRules->{"TemplateGroupName" -> "PacletManifest"}, - CellTags->{"Paclet Manifest", "PacletManifest", "TemplateCellGroup"}, - CellID->196832285,ExpressionUUID->"8065b73a-d0e5-42ff-8427-9959a6bebfe4"], - -Cell[BoxData[ - TemplateBox[{}, - "PacletDirectoryChooserTemplate"]], "PacletDirectoryChooser", - TaggingRules->{"PacletDirectoryType" -> "Notebook", "Refreshing" -> False}, - CellTags->"PacletManifestPanel", - CellID->115408480,ExpressionUUID->"deaaa440-ced7-41f9-a5e3-7513576b0841"], - -Cell[CellGroupData[{ - Cell["", "FileManagerTopSpacer", CellGroupingRules->{"SectionGrouping", 99}, - TaggingRules->{}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->203178441,ExpressionUUID->"b938e5ae-28fd-42e9-aab3-e0a3b58d90a7"], + CellID->203178441,ExpressionUUID->"fcc208a2-7611-4827-963d-50bc5e5f5608"], Cell[CellGroupData[{ @@ -66,18 +33,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Documentation"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"9200dc85-c320-42c1-88f7-68e2835d87a6"]], \ + "Text"}]],ExpressionUUID->"39436bbc-8a3b-430d-881f-a28cc8bfe437"]], \ "FileManagerDirectory", CellMargins->{{Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDocumentationIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->321059157,ExpressionUUID->"a1ccf59c-6b27-4cde-bbd4-07c1e473ba02"], + CellID->321059157,ExpressionUUID->"2bf0af13-92d0-4414-b906-941f313962ab"], Cell[CellGroupData[{ @@ -106,18 +72,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Documentation", "English"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"f151fd3d-15cc-44e3-a33d-4b01a4cd3556"]], \ + "Text"}]],ExpressionUUID->"a95ca5d8-7097-4cd0-b8cf-e2ac64941783"]], \ "FileManagerDirectory", CellMargins->{{23 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 110}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1562330435,ExpressionUUID->"8ffddcc1-5461-4fc8-ac02-9b40877cf0c3"], + CellID->1562330435,ExpressionUUID->"2d23e7fd-ed12-46c9-8a72-87cddf167662"], Cell[CellGroupData[{ @@ -145,18 +110,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Documentation", "English", "Guides"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"fb4c69a8-5cf6-45f0-bbf9-cb2999a12692"]], \ + "Text"}]],ExpressionUUID->"c2d28605-8b36-42a1-acee-3d7017348947"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->805069176,ExpressionUUID->"8fe79d3a-4f56-4648-a0f5-d6801d01efac"], + CellID->805069176,ExpressionUUID->"8ccf7494-66f7-4399-8ca7-ca83033fa245"], Cell[BoxData[ InterpretationBox[ @@ -175,14 +139,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1650664932,ExpressionUUID->"71c8813d-fd8e-4114-9e3e-77b017026e69"] + CellID->1650664932,ExpressionUUID->"f78df235-ad34-4f1b-a3de-1ed9cd4b1a84"] }, Open ]], Cell[CellGroupData[{ @@ -212,18 +175,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Documentation", "English", "ReferencePages"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"a28d3d53-2d1a-4a75-aa5c-55f876f657fe"]], \ + "Text"}]],ExpressionUUID->"592c10d6-fa3b-49e8-86f3-06d1f03c94a6"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1531760178,ExpressionUUID->"b7cba9b2-209d-4c79-a42c-b16480811330"], + CellID->1531760178,ExpressionUUID->"e467ea3f-cabc-4a09-8022-f70e0d77baf2"], Cell[CellGroupData[{ @@ -253,18 +215,17 @@ Cell[TextData[Cell[BoxData[ "Symbols"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"9cf04000-3335-46c1-8567-a8e4798edf46"]], \ + "Text"}]],ExpressionUUID->"b89c506a-17fe-481e-b291-c1e76f28d37e"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->259351410,ExpressionUUID->"1b72d7ad-0799-48db-a8e0-659886ed19d7"], + CellID->259351410,ExpressionUUID->"a89c3d3d-10ae-4dbf-985e-61a1e8809fa7"], Cell[BoxData[ InterpretationBox[ @@ -283,14 +244,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1674828107,ExpressionUUID->"fd71f5b7-03ab-4c78-ab17-c8904fd4b7db"], + CellID->1674828107,ExpressionUUID->"f27115d7-561b-412d-aad3-f2db746df036"], Cell[BoxData[ InterpretationBox[ @@ -309,14 +269,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1767833120,ExpressionUUID->"f8dc46d2-4301-438f-92b3-076491e8aae1"], + CellID->1767833120,ExpressionUUID->"fd4306a2-66f0-4ef3-a70d-659d3e381685"], Cell[BoxData[ InterpretationBox[ @@ -335,14 +294,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1534991595,ExpressionUUID->"c7cfa5c9-1c26-4aae-a3ed-ba1a9d161123"], + CellID->1534991595,ExpressionUUID->"44778c1c-496f-4996-8a86-5ed042456a9b"], Cell[BoxData[ InterpretationBox[ @@ -361,14 +319,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->882685754,ExpressionUUID->"6790c054-efeb-4f42-9545-ccc1792feabf"], + CellID->882685754,ExpressionUUID->"545e71cb-b2f3-4dfb-82b9-2036ccd110d7"], Cell[BoxData[ InterpretationBox[ @@ -387,14 +344,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->482434002,ExpressionUUID->"29797900-ca64-49ab-be96-5434b2f008be"], + CellID->482434002,ExpressionUUID->"7a967b66-9cf1-4457-9a73-1653a3f33aaa"], Cell[BoxData[ InterpretationBox[ @@ -413,14 +369,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1517504189,ExpressionUUID->"95d62b9d-8400-4d7a-8d75-0a04c5efffe4"], + CellID->1517504189,ExpressionUUID->"85b1a6a3-ca90-4a81-bd2d-d50343767810"], Cell[BoxData[ InterpretationBox[ @@ -439,14 +394,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1177112751,ExpressionUUID->"6b04e63c-79f8-4681-afa3-42deebf537cf"], + CellID->1177112751,ExpressionUUID->"07885ef6-9f46-40df-bff1-9171ef42fd1a"], Cell[BoxData[ InterpretationBox[ @@ -465,14 +419,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1114649893,ExpressionUUID->"a0f72271-f481-4441-81f9-97f4dbd2597f"], + CellID->1114649893,ExpressionUUID->"88cb8d0b-531b-4ec7-a657-be87e5b048ce"], Cell[BoxData[ InterpretationBox[ @@ -491,14 +444,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1420898870,ExpressionUUID->"c6a353ab-348b-4f13-a004-2da8afe78005"], + CellID->1420898870,ExpressionUUID->"ba605ea5-ef72-46dc-a52c-5848188351f0"], Cell[BoxData[ InterpretationBox[ @@ -517,14 +469,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1029153450,ExpressionUUID->"04feb5e0-0321-4417-9628-2e27a6bdbd7b"], + CellID->1029153450,ExpressionUUID->"189087e3-941a-4a91-b374-e08d8fc2dba3"], Cell[BoxData[ InterpretationBox[ @@ -543,14 +494,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1148741212,ExpressionUUID->"966a6fe6-4a01-4a2a-a90f-50ce96d95332"], + CellID->1148741212,ExpressionUUID->"99b440f7-27a6-428d-9811-26626da947e2"], Cell[BoxData[ InterpretationBox[ @@ -569,14 +519,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1015563554,ExpressionUUID->"9a33bd0f-a781-4920-af4c-b03ba3d37816"], + CellID->1015563554,ExpressionUUID->"9e67f499-64f4-47fc-83b7-2139ab475aab"], Cell[BoxData[ InterpretationBox[ @@ -595,14 +544,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->376625722,ExpressionUUID->"f76f26ba-b3d2-42b5-93f0-983fadc48848"], + CellID->376625722,ExpressionUUID->"d2d879cf-3fc1-4183-a5d3-d5980e0669fe"], Cell[BoxData[ InterpretationBox[ @@ -621,14 +569,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1314201945,ExpressionUUID->"59ce58ea-7a9f-4bd1-ad7e-ab0aa0373508"], + CellID->1314201945,ExpressionUUID->"3e4bc96e-fe4c-420f-ac83-a3959a7d3b92"], Cell[BoxData[ InterpretationBox[ @@ -647,14 +594,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->922780220,ExpressionUUID->"da8ede86-111e-41ae-be89-2d8022e37ecf"], + CellID->922780220,ExpressionUUID->"448f3c7a-0eab-44ef-9049-8b63811f8912"], Cell[BoxData[ InterpretationBox[ @@ -673,14 +619,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->40258906,ExpressionUUID->"8b5764f7-355c-479f-b0e1-9bf26f196b13"], + CellID->40258906,ExpressionUUID->"17bb33e2-e500-40ff-b9d2-94220fabc856"], Cell[BoxData[ InterpretationBox[ @@ -699,14 +644,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->174084337,ExpressionUUID->"96e7031d-41d1-4c4f-94ee-0e5fbb4afb4c"], + CellID->174084337,ExpressionUUID->"a499cebc-4c14-4ae5-a855-c0e7d2187d68"], Cell[BoxData[ InterpretationBox[ @@ -725,14 +669,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->962724745,ExpressionUUID->"2a794b50-fc06-4bd3-90ed-a8e4356afffe"], + CellID->962724745,ExpressionUUID->"1f4040f3-b9dc-4d00-94ad-72fe183b1758"], Cell[BoxData[ InterpretationBox[ @@ -751,14 +694,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1372992717,ExpressionUUID->"de3fc0e9-94d4-4fab-8c83-8e688cf4bbbf"], + CellID->1372992717,ExpressionUUID->"3da8d3fa-eb0f-40ad-b215-77db3b85c161"], Cell[BoxData[ InterpretationBox[ @@ -777,14 +719,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1176807604,ExpressionUUID->"a4316cf8-e397-43ca-bf70-34ca1f186fd5"], + CellID->1176807604,ExpressionUUID->"a6295abc-7689-4324-8111-8a6d7ce4ac1d"], Cell[BoxData[ InterpretationBox[ @@ -803,14 +744,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->281011558,ExpressionUUID->"d6e46845-4f6d-4b57-89b6-b93b9832ba81"], + CellID->281011558,ExpressionUUID->"d2de5ed5-abac-4f1f-999c-f005fee33a38"], Cell[BoxData[ InterpretationBox[ @@ -829,14 +769,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->644715553,ExpressionUUID->"29e1dd37-22e8-4d6c-bf60-a5e2371b92af"], + CellID->644715553,ExpressionUUID->"e1d09cc0-4916-4dab-baaf-fc401e5b290a"], Cell[BoxData[ InterpretationBox[ @@ -855,14 +794,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1679300156,ExpressionUUID->"0ad25c16-bd64-4f4c-96a1-8875798de6c9"], + CellID->1679300156,ExpressionUUID->"b0461746-136e-4fda-b4b2-9120c4cc1813"], Cell[BoxData[ InterpretationBox[ @@ -881,14 +819,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1767633018,ExpressionUUID->"4dca8256-967c-441c-a17e-619efc5eabb0"], + CellID->1767633018,ExpressionUUID->"61aea035-3d6d-4745-94a4-23b39fb0f5af"], Cell[BoxData[ InterpretationBox[ @@ -907,14 +844,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->319360928,ExpressionUUID->"3fbdbb9f-d663-4329-929f-ce690cec2efd"], + CellID->319360928,ExpressionUUID->"6db5c47a-290c-4d56-8fb8-4796521aa805"], Cell[BoxData[ InterpretationBox[ @@ -933,14 +869,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->937483043,ExpressionUUID->"52337bb9-c359-45ce-8573-ee7fa47ec32f"], + CellID->937483043,ExpressionUUID->"b0744fad-0ede-4e62-9541-4236d9ccc366"], Cell[BoxData[ InterpretationBox[ @@ -959,14 +894,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->189985662,ExpressionUUID->"5a19e496-b838-4e7e-9d45-b18abdfbd19b"], + CellID->189985662,ExpressionUUID->"417152c7-c3f8-4126-b6c0-1b0328bc6732"], Cell[BoxData[ InterpretationBox[ @@ -985,14 +919,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1928321792,ExpressionUUID->"8156de58-30ed-4b07-8195-2a753063c655"], + CellID->1928321792,ExpressionUUID->"89ae09e7-f7cd-4cab-9f51-681d5e93ca4d"], Cell[BoxData[ InterpretationBox[ @@ -1011,14 +944,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1628641267,ExpressionUUID->"de25b0d3-c363-4d63-94e4-a7f7f57cceed"], + CellID->1628641267,ExpressionUUID->"39454282-1008-4f1e-8d3c-d4e4f0c17443"], Cell[BoxData[ InterpretationBox[ @@ -1037,14 +969,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->747209807,ExpressionUUID->"cabc15bc-ae04-4d30-8332-f964c924fae7"], + CellID->747209807,ExpressionUUID->"f9a7db64-448f-46c2-904e-7e7ea89e95aa"], Cell[BoxData[ InterpretationBox[ @@ -1063,14 +994,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2018342240,ExpressionUUID->"ae69a02f-0877-439f-a4ae-d3deff02d7b6"], + CellID->2018342240,ExpressionUUID->"7184b5bb-788e-44b3-842a-8cf91a0f4ebd"], Cell[BoxData[ InterpretationBox[ @@ -1089,14 +1019,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->626339668,ExpressionUUID->"9050b66f-5eeb-4422-aafa-54db5141657f"], + CellID->626339668,ExpressionUUID->"ce942d52-d5a0-442b-bbd0-0e98f4136841"], Cell[BoxData[ InterpretationBox[ @@ -1115,14 +1044,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2073446129,ExpressionUUID->"dd5a7d6c-0286-4bf8-a1e2-7cfbe3d45a2b"], + CellID->2073446129,ExpressionUUID->"92a20249-bc7b-44fd-a4a5-6d7376b5532d"], Cell[BoxData[ InterpretationBox[ @@ -1141,14 +1069,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1191950234,ExpressionUUID->"d68ab903-bed8-47ca-8b5a-da7f4044950e"], + CellID->1191950234,ExpressionUUID->"9d62ceb4-de9b-4514-9399-accb30a28824"], Cell[BoxData[ InterpretationBox[ @@ -1167,14 +1094,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1380123622,ExpressionUUID->"bbb44457-26a1-401d-9d25-b1a31b4e2bc1"], + CellID->1380123622,ExpressionUUID->"cc735336-c9f0-4f54-9d2e-106e7cecac05"], Cell[BoxData[ InterpretationBox[ @@ -1193,14 +1119,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->766843707,ExpressionUUID->"a1aa1ac0-9b12-4058-9ec4-b08ffe3405c7"], + CellID->766843707,ExpressionUUID->"f48d20c2-360b-4d8a-81b5-ff2400d052a1"], Cell[BoxData[ InterpretationBox[ @@ -1219,14 +1144,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1292817902,ExpressionUUID->"a23dbd57-ec1d-4ba5-8ff5-90dd5a006623"], + CellID->1292817902,ExpressionUUID->"d0f478c0-adff-45e4-80d0-34ab68ba2853"], Cell[BoxData[ InterpretationBox[ @@ -1245,14 +1169,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->150938568,ExpressionUUID->"98715e16-8a55-42cd-9acc-4ea9d7ab8a4c"], + CellID->150938568,ExpressionUUID->"0d6f0ffe-db78-4008-b352-7a8ec1efff67"], Cell[BoxData[ InterpretationBox[ @@ -1271,14 +1194,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->646325269,ExpressionUUID->"e3dd88fd-6751-4bbc-ba1e-b745237fa944"], + CellID->646325269,ExpressionUUID->"965668ed-fed6-4a9a-a7c9-f80e6a779455"], Cell[BoxData[ InterpretationBox[ @@ -1297,14 +1219,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->816509557,ExpressionUUID->"bf1fe910-c366-4f46-a787-5dad1d2dc02e"], + CellID->816509557,ExpressionUUID->"54a76f4a-a046-4d2a-840e-8447618fcbcd"], Cell[BoxData[ InterpretationBox[ @@ -1323,14 +1244,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->655620169,ExpressionUUID->"1092cfa7-f332-47b4-90fe-7f3a848b013c"], + CellID->655620169,ExpressionUUID->"2ee073a6-3b25-48f5-aac1-e9106c1fb0dc"], Cell[BoxData[ InterpretationBox[ @@ -1349,14 +1269,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->269587626,ExpressionUUID->"5550814a-2f64-4806-baf4-33559c083434"], + CellID->269587626,ExpressionUUID->"cd461c1a-861e-4fca-b38a-d23a0b3418db"], Cell[BoxData[ InterpretationBox[ @@ -1375,14 +1294,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1916218659,ExpressionUUID->"9e4da548-f515-4815-8915-e027d8be9510"], + CellID->1916218659,ExpressionUUID->"b1c2aa3c-40e4-4228-95a9-bb68b5da7f61"], Cell[BoxData[ InterpretationBox[ @@ -1401,14 +1319,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->74747754,ExpressionUUID->"b048d3b7-bc23-4947-a64b-6d6fd6f08b65"], + CellID->74747754,ExpressionUUID->"223653b3-fe86-45aa-910c-0d05053c2c60"], Cell[BoxData[ InterpretationBox[ @@ -1427,14 +1344,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->7567983,ExpressionUUID->"fa831a54-3493-40bb-b52a-b8b02118c4a5"], + CellID->7567983,ExpressionUUID->"f64ccb93-e5bb-4da3-b70d-54fb1e4a47c2"], Cell[BoxData[ InterpretationBox[ @@ -1453,14 +1369,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->493555108,ExpressionUUID->"11f9bd8e-a29a-474f-ac34-259d58310c06"], + CellID->493555108,ExpressionUUID->"455631b1-2ee3-4a89-b00e-24f0b72f6fba"], Cell[BoxData[ InterpretationBox[ @@ -1479,14 +1394,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1598855442,ExpressionUUID->"5400005a-a827-4cf8-9bbe-938eb49f0c36"], + CellID->1598855442,ExpressionUUID->"348645c5-8ad9-48f3-85b1-9e2dd14be1b2"], Cell[BoxData[ InterpretationBox[ @@ -1505,14 +1419,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->500538783,ExpressionUUID->"7d3e92a7-7c87-4d28-a971-cff85eb5ddc5"], + CellID->500538783,ExpressionUUID->"7c965836-0cb7-4953-a2f9-9f176aa3f5ec"], Cell[BoxData[ InterpretationBox[ @@ -1531,14 +1444,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->861880582,ExpressionUUID->"93df8d0c-7a3d-4f64-a432-989fbd43686c"], + CellID->861880582,ExpressionUUID->"d1c02810-e8b3-41b8-b3e5-07a8ad2d0475"], Cell[BoxData[ InterpretationBox[ @@ -1557,14 +1469,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->849742659,ExpressionUUID->"3bc3c895-da1b-40c9-aec5-65a11c7b79f4"], + CellID->849742659,ExpressionUUID->"5b14a3b9-4e3d-4643-a37a-bf76e6fc0f81"], Cell[BoxData[ InterpretationBox[ @@ -1583,14 +1494,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->858617263,ExpressionUUID->"77811a51-f10e-4d0e-8cc2-07dced27bf4e"], + CellID->858617263,ExpressionUUID->"f7250697-5403-4570-a42b-672428dfc605"], Cell[BoxData[ InterpretationBox[ @@ -1609,14 +1519,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1837715048,ExpressionUUID->"7207f0b8-c751-467f-8a45-acd2949d7c78"], + CellID->1837715048,ExpressionUUID->"01cd6972-d05b-4fff-b270-998f0d0db228"], Cell[BoxData[ InterpretationBox[ @@ -1635,14 +1544,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1367000582,ExpressionUUID->"132c4e14-5680-4a8d-a72a-c25659d4a19b"], + CellID->1367000582,ExpressionUUID->"08708fed-ec88-4bce-aa6d-3e085a3af85f"], Cell[BoxData[ InterpretationBox[ @@ -1661,14 +1569,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1398726068,ExpressionUUID->"ed8ac27f-f56d-4c9d-9603-f74a4a66a616"], + CellID->1398726068,ExpressionUUID->"9aa6beb9-8da2-4140-ba4d-812995e2d37a"], Cell[BoxData[ InterpretationBox[ @@ -1687,14 +1594,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2033024814,ExpressionUUID->"c2987006-5fb4-49ba-836d-af7dbfaee3f0"], + CellID->2033024814,ExpressionUUID->"9cdd4660-c135-4d56-a64b-954ca09428ae"], Cell[BoxData[ InterpretationBox[ @@ -1713,14 +1619,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->435741481,ExpressionUUID->"d56e1929-6390-41db-b09a-fc5fbe5e4b24"] + CellID->435741481,ExpressionUUID->"de2a3cd5-4794-41a7-8388-03e52400bb71"] }, Closed]] }, Closed]], @@ -1751,18 +1656,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Documentation", "English", "Tutorials"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"356d4666-71a8-4514-8cad-e13b9b840dfc"]], \ + "Text"}]],ExpressionUUID->"fb6b2ad0-487d-4acc-95a9-48ea6889c4d4"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->587834897,ExpressionUUID->"e42d74f4-7d3a-4747-b96c-15959d36f631"], + CellID->587834897,ExpressionUUID->"a543723c-2116-4034-af92-bff97389a6a6"], Cell[BoxData[ InterpretationBox[ @@ -1781,14 +1685,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1316337679,ExpressionUUID->"724658e9-56e0-44cb-baed-8a24927754d1"], + CellID->1316337679,ExpressionUUID->"26b03668-c40b-494b-9f7f-9150ac70f417"], Cell[BoxData[ InterpretationBox[ @@ -1807,14 +1710,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->310839559,ExpressionUUID->"afe6f4f9-5045-4be6-9282-bdd45451294e"], + CellID->310839559,ExpressionUUID->"948faf2d-99ea-4e8e-9209-c327e3b67185"], Cell[BoxData[ InterpretationBox[ @@ -1833,14 +1735,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1600238609,ExpressionUUID->"78b55649-a9fa-40b1-8251-f5ddd4e30407"], + CellID->1600238609,ExpressionUUID->"cf2d69ac-ce13-46a4-a262-2e1bb5610755"], Cell[BoxData[ InterpretationBox[ @@ -1859,14 +1760,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->125106435,ExpressionUUID->"be7af9d8-63b7-491e-b9f9-017c3b29a352"], + CellID->125106435,ExpressionUUID->"7417217e-05d6-4898-b257-ccf390a57f5b"], Cell[BoxData[ InterpretationBox[ @@ -1885,14 +1785,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->277362632,ExpressionUUID->"c05798ca-f717-4502-81b8-e836467397d9"], + CellID->277362632,ExpressionUUID->"a5d81b53-d301-4284-9cdb-35dbe87431cb"], Cell[BoxData[ InterpretationBox[ @@ -1911,14 +1810,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1594242034,ExpressionUUID->"ae68227c-fee4-4eb2-9de7-0dacca8e3d9f"], + CellID->1594242034,ExpressionUUID->"b65f90e3-031a-477e-9969-220b2b281c6d"], Cell[BoxData[ InterpretationBox[ @@ -1937,14 +1835,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->272401819,ExpressionUUID->"2569ee1a-5860-4610-bd36-d20b3a32b64b"], + CellID->272401819,ExpressionUUID->"af8bda7e-7821-4e32-9859-e02f166a4be8"], Cell[BoxData[ InterpretationBox[ @@ -1963,14 +1860,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1969720176,ExpressionUUID->"29520925-88e0-4547-bf0f-6420ba7094d6"], + CellID->1969720176,ExpressionUUID->"f344c321-f90d-4c16-985f-de81f4c72f4b"], Cell[BoxData[ InterpretationBox[ @@ -1989,14 +1885,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1626579527,ExpressionUUID->"a1ab7599-616e-45e1-a2d8-03637cc255c8"], + CellID->1626579527,ExpressionUUID->"2a8bb2a0-827b-4e9d-9e1a-774b61215faf"], Cell[BoxData[ InterpretationBox[ @@ -2015,17 +1910,16 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->455283979,ExpressionUUID->"187788ee-c3cb-4f34-9aa0-a1c064ea14e3"] + CellID->455283979,ExpressionUUID->"85d1d161-eff9-4370-9055-bb45fe1a1c59"] }, Closed]] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ @@ -2053,18 +1947,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"5dc76cd7-bcd1-4ef2-88a9-3cfaacbb9d30"]], \ + "Text"}]],ExpressionUUID->"bbd162cc-467a-43fb-9903-f825ed1fe69d"]], \ "FileManagerDirectory", CellMargins->{{Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerKernelIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->473600792,ExpressionUUID->"60baf8f1-5b40-41f0-af53-3c079c323d94"], + CellID->473600792,ExpressionUUID->"af1fc95a-9b03-409e-9cdc-8b856907d23b"], Cell[BoxData[ InterpretationBox[ @@ -2081,14 +1974,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{23 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 110}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->378794549,ExpressionUUID->"7b7d43c7-8129-4d06-81b3-cc452772751c"], + CellID->378794549,ExpressionUUID->"0f3f5547-6d86-44a7-b1ed-c41ea675c555"], Cell[CellGroupData[{ @@ -2116,18 +2008,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"e1b64e2e-a64d-4ead-ae24-1c0660eec1a1"]], \ + "Text"}]],ExpressionUUID->"0465cd7d-ae9b-4c15-841c-8b5122db2f84"]], \ "FileManagerDirectory", CellMargins->{{23 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 110}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1234115362,ExpressionUUID->"1391317c-a937-454e-a78e-3bd47c219da2"], + CellID->1234115362,ExpressionUUID->"a1bb0c98-5385-414b-b0c7-d29da4d871f3"], Cell[CellGroupData[{ @@ -2156,18 +2047,17 @@ Group\"\>":>(SelectionMove[ NotebookDirectory[], "Kernel", "Data", "AtomicScatteringFactor"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"8431f2ea-4a95-42d4-9fd6-23f31dae3ca7"]], \ + "Text"}]],ExpressionUUID->"cddc59be-6bf8-4db0-a61f-e7c0f6f7732c"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1379826408,ExpressionUUID->"dba9f3b6-3c9e-401b-83cd-7627544c7c92"], + CellID->1379826408,ExpressionUUID->"13b988fe-1b2b-496c-ba67-c106e0fdd4d9"], Cell[CellGroupData[{ @@ -2197,18 +2087,17 @@ Group\"\>":>(SelectionMove[ "AnomalousCorrections"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"615bac45-6590-4201-b434-a4cdab0ff822"]], \ + "Text"}]],ExpressionUUID->"6424657c-1b3e-4e1c-940a-89353bfe34e1"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->66535303,ExpressionUUID->"e6025980-b567-4f12-8dbc-dc99a7011a1f"], + CellID->66535303,ExpressionUUID->"8e5475f8-d4f0-456a-9231-de77a0f5335b"], Cell[BoxData[ InterpretationBox[ @@ -2227,14 +2116,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1567341081,ExpressionUUID->"882710ba-266f-4a93-a17a-9e73fbe883ab"], + CellID->1567341081,ExpressionUUID->"b20e1082-1f8f-45d9-94a9-1d06c769dca4"], Cell[BoxData[ InterpretationBox[ @@ -2253,14 +2141,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1267134265,ExpressionUUID->"5205d146-0f88-407e-b781-901b1f77344b"], + CellID->1267134265,ExpressionUUID->"47472c01-67c7-44ca-8f84-e98d77248f9b"], Cell[BoxData[ InterpretationBox[ @@ -2279,14 +2166,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->130264556,ExpressionUUID->"71b3ed8a-b185-470a-ab18-01cf77411a9e"], + CellID->130264556,ExpressionUUID->"5d530dab-d498-4803-ac69-468651ca3d4c"], Cell[BoxData[ InterpretationBox[ @@ -2305,14 +2191,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1070556399,ExpressionUUID->"681af9ac-8638-45c2-b8aa-99c579bcf6a9"], + CellID->1070556399,ExpressionUUID->"7eb120a9-9ba7-435b-a5b7-9edf93a7c64d"], Cell[BoxData[ InterpretationBox[ @@ -2331,14 +2216,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1223403427,ExpressionUUID->"c09c4b7a-7d6a-4850-8056-68b717955f16"], + CellID->1223403427,ExpressionUUID->"4b0ad7e3-b15b-46f0-9005-76a1cc8367ec"], Cell[BoxData[ InterpretationBox[ @@ -2357,14 +2241,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1732961211,ExpressionUUID->"f6afcf2c-309f-4a15-aff6-109c75a37ce7"], + CellID->1732961211,ExpressionUUID->"da6ca082-1fc3-4d3f-b27f-9d73c12fd345"], Cell[BoxData[ InterpretationBox[ @@ -2383,14 +2266,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1705852663,ExpressionUUID->"ce60012a-fb73-44c0-9931-c67bf116a457"], + CellID->1705852663,ExpressionUUID->"1cb08523-0a83-48c8-b37f-0925d25d439a"], Cell[BoxData[ InterpretationBox[ @@ -2409,14 +2291,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1359019591,ExpressionUUID->"ad682210-5ba5-4f29-978d-302b8529e419"], + CellID->1359019591,ExpressionUUID->"b3a66445-1764-483e-ab97-e41a8b8b7055"], Cell[BoxData[ InterpretationBox[ @@ -2435,14 +2316,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->406196445,ExpressionUUID->"ca6295fa-89a5-4da4-aadd-aa7b96a97aeb"] + CellID->406196445,ExpressionUUID->"2509b2c4-30ad-4faa-8116-d1dd935babb0"] }, Closed]], Cell[BoxData[ @@ -2462,14 +2342,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->93137302,ExpressionUUID->"46848501-8581-4c04-8b82-03904483de21"], + CellID->93137302,ExpressionUUID->"881927a5-de8a-44cb-abfe-2920632a5ac7"], Cell[BoxData[ InterpretationBox[ @@ -2488,14 +2367,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1990539698,ExpressionUUID->"4bc57fef-39fb-409c-a833-3172c1a16ac0"], + CellID->1990539698,ExpressionUUID->"187e33a2-8482-44ec-81fb-673f93a476d0"], Cell[BoxData[ InterpretationBox[ @@ -2514,14 +2392,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1500451320,ExpressionUUID->"bb5792bc-dee4-4695-88f4-9a7f67ed015a"], + CellID->1500451320,ExpressionUUID->"aa005f5c-c23e-49b6-9fa5-5fdda303e910"], Cell[BoxData[ InterpretationBox[ @@ -2540,14 +2417,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->184868519,ExpressionUUID->"db2d5a96-da3d-48fa-bf53-c3e403c9a23e"], + CellID->184868519,ExpressionUUID->"9d23cc08-6370-4bc5-9499-9f9a5d5c0d14"], Cell[BoxData[ InterpretationBox[ @@ -2566,14 +2442,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1823845271,ExpressionUUID->"64b89d8f-9615-43cf-841d-df927c66622c"], + CellID->1823845271,ExpressionUUID->"9c436091-c99b-4285-ac2b-79da513b9fab"], Cell[BoxData[ InterpretationBox[ @@ -2592,14 +2467,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->185892419,ExpressionUUID->"64e56497-8102-4b01-9483-2542af0aeb3c"], + CellID->185892419,ExpressionUUID->"d230585a-fec9-4c7f-8fce-8b211aa717af"], Cell[BoxData[ InterpretationBox[ @@ -2618,14 +2492,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1852663395,ExpressionUUID->"1021b3dd-99a4-46ff-9ba4-6bfb5239daa2"] + CellID->1852663395,ExpressionUUID->"54d544fd-27de-4c03-b14d-2560ebf32ab8"] }, Closed]], Cell[CellGroupData[{ @@ -2655,18 +2528,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "CrossSections"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"87305ed2-e7ca-429c-bbf5-cf5af7dbf9db"]], \ + "Text"}]],ExpressionUUID->"c4f0be50-d7cf-4783-a311-ed1e3e3944d9"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1348281912,ExpressionUUID->"a76eb4cb-447a-4501-afff-77e04dfa13a2"], + CellID->1348281912,ExpressionUUID->"39d5e148-d639-411e-ae71-eebbabbeae89"], Cell[BoxData[ InterpretationBox[ @@ -2684,14 +2556,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerTXTIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->326651840,ExpressionUUID->"e153a899-9e5b-4bd6-baf8-cee8ab3648bc"], + CellID->326651840,ExpressionUUID->"6ef17789-fcef-4b70-851b-8186167ac662"], Cell[CellGroupData[{ @@ -2720,18 +2591,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "CrossSections", "xraylib"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"8225c998-31e4-40fd-9789-54cecbbf7f03"]], \ + "Text"}]],ExpressionUUID->"6cb654de-249d-429b-b2ce-fc554f627a2b"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1069273148,ExpressionUUID->"a19d7398-5700-4a36-8830-9fa24c6ef284"], + CellID->1069273148,ExpressionUUID->"b2280447-b73a-447b-849d-9faceea6daf0"], Cell[BoxData[ InterpretationBox[ @@ -2750,14 +2620,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1130640340,ExpressionUUID->"4d98c3aa-137e-439f-b673-8da6f797ba0b"], + CellID->1130640340,ExpressionUUID->"89d13057-ccac-4072-b571-2b154a33991c"], Cell[BoxData[ InterpretationBox[ @@ -2776,14 +2645,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1736885724,ExpressionUUID->"03157484-00bf-4a53-8ac1-be24d512630e"], + CellID->1736885724,ExpressionUUID->"06180949-238a-47e2-8225-fd68b2cd7e63"], Cell[BoxData[ InterpretationBox[ @@ -2802,14 +2670,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1093149597,ExpressionUUID->"15e23b44-7df1-43dd-87a1-32e44b6bb758"], + CellID->1093149597,ExpressionUUID->"b8f3897d-b520-4e5b-b568-8911367ccd87"], Cell[BoxData[ InterpretationBox[ @@ -2828,14 +2695,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->842676694,ExpressionUUID->"441f52c6-7d77-4df3-a7d4-e4f70c6ae85e"], + CellID->842676694,ExpressionUUID->"b086b206-5c8f-4506-b081-f3f216b04951"], Cell[BoxData[ InterpretationBox[ @@ -2854,14 +2720,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->212544093,ExpressionUUID->"55f0aac0-ab78-467d-a465-e15a5642e31b"], + CellID->212544093,ExpressionUUID->"b64cb6a3-74dd-436e-9b83-df1f2e73ea64"], Cell[BoxData[ InterpretationBox[ @@ -2880,14 +2745,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->963266090,ExpressionUUID->"5e215942-1480-4923-b332-f884624de1f7"], + CellID->963266090,ExpressionUUID->"3ec43e75-2e67-416b-8d6c-fde0bf124be8"], Cell[BoxData[ InterpretationBox[ @@ -2906,14 +2770,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1881443544,ExpressionUUID->"db3e8963-9c82-42cd-a6c1-45194a448efb"], + CellID->1881443544,ExpressionUUID->"63b7fe36-70f6-43d2-a058-0524d46ce413"], Cell[BoxData[ InterpretationBox[ @@ -2932,14 +2795,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1872425580,ExpressionUUID->"4a4ea4aa-0ac0-4833-a5f9-44d3dbf3c496"], + CellID->1872425580,ExpressionUUID->"c0dd103f-c8a3-43f7-9aa9-0b658e57f9e3"], Cell[BoxData[ InterpretationBox[ @@ -2958,14 +2820,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->631359922,ExpressionUUID->"f4687099-2327-4ee8-ab67-9872ffd9fd17"], + CellID->631359922,ExpressionUUID->"5fa6f418-1318-4f6f-8919-108f1c7afd8b"], Cell[BoxData[ InterpretationBox[ @@ -2984,14 +2845,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->549509227,ExpressionUUID->"952bd9d8-2921-4d0e-bb1a-747cc412fb1c"], + CellID->549509227,ExpressionUUID->"b6e3e1d4-d260-4fae-b0e1-e6125c9b255a"], Cell[BoxData[ InterpretationBox[ @@ -3010,14 +2870,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1421896089,ExpressionUUID->"6a11b640-23a7-421d-b9a7-4b793b7a4c46"], + CellID->1421896089,ExpressionUUID->"5fe1ab8c-1685-42e2-bb9e-3c5d2da4908f"], Cell[BoxData[ InterpretationBox[ @@ -3036,14 +2895,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->609544007,ExpressionUUID->"d48c9d36-eb0f-4e19-a263-adf9ac7c1f52"], + CellID->609544007,ExpressionUUID->"fd9bd5fb-1a79-4041-8a09-36d21b32ea17"], Cell[BoxData[ InterpretationBox[ @@ -3062,14 +2920,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1109129459,ExpressionUUID->"ef4cd66f-6af6-4b4a-a889-4a7f457b013b"], + CellID->1109129459,ExpressionUUID->"a920cce8-576b-40c3-aa03-fab3d53484fb"], Cell[BoxData[ InterpretationBox[ @@ -3088,14 +2945,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->980761453,ExpressionUUID->"cd1fc9f8-0557-45e2-b2e5-d49614a95cba"], + CellID->980761453,ExpressionUUID->"ed3558d3-a18e-49bd-b780-53d3b5d50add"], Cell[BoxData[ InterpretationBox[ @@ -3114,14 +2970,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1720749846,ExpressionUUID->"f2ff899b-e166-4f2a-8a23-0948cd9285f7"], + CellID->1720749846,ExpressionUUID->"670e4da8-92b0-425c-8ee3-1b5ad617478c"], Cell[BoxData[ InterpretationBox[ @@ -3140,14 +2995,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->480387573,ExpressionUUID->"dfe7802f-1533-4bad-9d66-2fe88ecf4305"], + CellID->480387573,ExpressionUUID->"a308ff46-3c30-46af-9037-cba649b95a5e"], Cell[BoxData[ InterpretationBox[ @@ -3166,14 +3020,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1482910338,ExpressionUUID->"736faad9-966a-4649-ba6f-ac932c5225cf"], + CellID->1482910338,ExpressionUUID->"73d38ff7-0dad-4da2-9edf-14935f7ba52f"], Cell[BoxData[ InterpretationBox[ @@ -3192,14 +3045,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1726327331,ExpressionUUID->"59b37565-9e2d-475d-9904-e71a0f1a8f40"], + CellID->1726327331,ExpressionUUID->"86ea07f2-011a-4ad5-b729-74bfe0d69e28"], Cell[BoxData[ InterpretationBox[ @@ -3218,14 +3070,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1879381147,ExpressionUUID->"8cdc6d3b-455c-4dc9-9368-b7ad3acba51a"], + CellID->1879381147,ExpressionUUID->"3cc730b9-b66b-4508-ba80-cbc02dd6e900"], Cell[BoxData[ InterpretationBox[ @@ -3244,14 +3095,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1569457553,ExpressionUUID->"1e7c8fcf-c7de-4e78-b27c-62f596fe27a9"], + CellID->1569457553,ExpressionUUID->"d913e0ad-dffe-4c6c-bc8a-0672f09f01e3"], Cell[BoxData[ InterpretationBox[ @@ -3270,14 +3120,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->331457170,ExpressionUUID->"5d8599dd-5dfc-40e1-843e-4796afeeaa2a"], + CellID->331457170,ExpressionUUID->"516bb2e4-7433-4f64-b49c-3e3724b4b98c"], Cell[BoxData[ InterpretationBox[ @@ -3296,14 +3145,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->228075872,ExpressionUUID->"69399962-c295-427d-a754-2bfc186d32e7"], + CellID->228075872,ExpressionUUID->"ec7271dc-930c-4c19-947d-94fc7872ea2e"], Cell[BoxData[ InterpretationBox[ @@ -3322,14 +3170,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->12870809,ExpressionUUID->"f0201119-652e-4104-ab6e-c4688c5eccb2"], + CellID->12870809,ExpressionUUID->"a7c47560-0d58-495a-ae0d-1a2735fecd4a"], Cell[BoxData[ InterpretationBox[ @@ -3348,14 +3195,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1571322163,ExpressionUUID->"fc43e1a3-6d54-402e-a78f-db86c1a03f45"], + CellID->1571322163,ExpressionUUID->"9ed97d66-cf1e-47b2-9fc4-78ad8819981d"], Cell[BoxData[ InterpretationBox[ @@ -3374,14 +3220,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1605186382,ExpressionUUID->"eea32a09-6d5d-4579-bfed-5ef5c9ae9497"], + CellID->1605186382,ExpressionUUID->"8b5ebb5a-3839-4939-9454-ee49d4d0033c"], Cell[BoxData[ InterpretationBox[ @@ -3400,14 +3245,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1677948660,ExpressionUUID->"0b584e70-8838-4ca8-87e8-d0ae64371175"], + CellID->1677948660,ExpressionUUID->"0e9d2ddb-4ffc-4faf-8d57-bc7c46230722"], Cell[BoxData[ InterpretationBox[ @@ -3426,14 +3270,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->527876216,ExpressionUUID->"4e173d49-4c37-4c39-9c2b-fcb8e8433974"], + CellID->527876216,ExpressionUUID->"197ad5ba-88b9-42b8-8275-fdfa4e305733"], Cell[BoxData[ InterpretationBox[ @@ -3452,14 +3295,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->760616555,ExpressionUUID->"f8160719-b6a0-45e4-ac6e-9edf82b08b86"], + CellID->760616555,ExpressionUUID->"6f929059-3f40-4e3e-a65b-bf8c125b611c"], Cell[BoxData[ InterpretationBox[ @@ -3478,14 +3320,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1859772941,ExpressionUUID->"c9ecdb6d-8584-4dae-8be2-9d8c2cb654a2"], + CellID->1859772941,ExpressionUUID->"d2958571-2a8d-4a8e-b4de-72e728797083"], Cell[BoxData[ InterpretationBox[ @@ -3504,14 +3345,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->579337302,ExpressionUUID->"357d8935-2c08-4b44-920e-92974a9776a3"], + CellID->579337302,ExpressionUUID->"f9fb9662-3128-4488-990c-511716c21a47"], Cell[BoxData[ InterpretationBox[ @@ -3530,14 +3370,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->231179216,ExpressionUUID->"34ee2339-d5c3-4ad6-8c77-669362a5a334"], + CellID->231179216,ExpressionUUID->"f1e0fa9d-3b71-465c-97b6-41fda9a59077"], Cell[BoxData[ InterpretationBox[ @@ -3556,14 +3395,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->631165889,ExpressionUUID->"9ca8df7d-7f03-4e31-83f8-435ebdeaaa86"], + CellID->631165889,ExpressionUUID->"5f35eb65-7f13-4aca-baa5-b5ec010754bf"], Cell[BoxData[ InterpretationBox[ @@ -3582,14 +3420,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1583363890,ExpressionUUID->"3ad278b9-3be7-472e-962d-5e7d16f1c031"], + CellID->1583363890,ExpressionUUID->"5dc2327a-819f-4398-baee-87313bded9b3"], Cell[BoxData[ InterpretationBox[ @@ -3608,14 +3445,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2127029253,ExpressionUUID->"2ae7622d-fd38-4844-a2e7-4faa729c84d9"], + CellID->2127029253,ExpressionUUID->"8b28658a-532d-4686-8593-bca1250078e3"], Cell[BoxData[ InterpretationBox[ @@ -3634,14 +3470,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1967867209,ExpressionUUID->"18861504-37db-4542-b318-cb08b494e400"], + CellID->1967867209,ExpressionUUID->"faede393-852d-4b7c-b0e6-5fcd9b998ff7"], Cell[BoxData[ InterpretationBox[ @@ -3660,14 +3495,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->548534216,ExpressionUUID->"0803cfef-4816-4107-99d7-af8e84bcd0b0"], + CellID->548534216,ExpressionUUID->"d2920a7d-2562-4af5-aa3a-8c7956320b19"], Cell[BoxData[ InterpretationBox[ @@ -3686,14 +3520,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->67271741,ExpressionUUID->"3cc464e7-3f49-4e35-aa45-83207bf851b8"], + CellID->67271741,ExpressionUUID->"599c1038-62d9-44e6-8af9-160459f036fe"], Cell[BoxData[ InterpretationBox[ @@ -3712,14 +3545,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1059752665,ExpressionUUID->"a3d3a29a-3a35-49c7-a7f3-774a8b937880"], + CellID->1059752665,ExpressionUUID->"aeea16ba-2829-448c-adec-06544bafda99"], Cell[BoxData[ InterpretationBox[ @@ -3738,14 +3570,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->33672437,ExpressionUUID->"1044d857-47c5-4fff-ab62-9f7a45b1544e"], + CellID->33672437,ExpressionUUID->"0b82ddb2-be5f-4a55-aabf-4a6941a6bb8c"], Cell[BoxData[ InterpretationBox[ @@ -3764,14 +3595,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1144449498,ExpressionUUID->"6a425e96-5b2d-4e24-beb7-04c49f2dc1e0"], + CellID->1144449498,ExpressionUUID->"8e043921-387d-4e27-9671-eddec9c84c10"], Cell[BoxData[ InterpretationBox[ @@ -3790,14 +3620,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1899170354,ExpressionUUID->"e0d920fc-38f2-4de2-a513-da667ea1efee"], + CellID->1899170354,ExpressionUUID->"9234f845-5190-4889-8f2c-875151f1fbbb"], Cell[BoxData[ InterpretationBox[ @@ -3816,14 +3645,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1306694317,ExpressionUUID->"47723f09-8404-4390-ba97-19b5ba0e49b8"], + CellID->1306694317,ExpressionUUID->"03716ce5-993d-46e0-aa72-44369fc36139"], Cell[BoxData[ InterpretationBox[ @@ -3842,14 +3670,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1443611597,ExpressionUUID->"2da82d2e-e9c2-49b8-9634-9e32bcb648c6"], + CellID->1443611597,ExpressionUUID->"a067533e-cbdc-4a7c-abd6-3bfa85a2aec6"], Cell[BoxData[ InterpretationBox[ @@ -3868,14 +3695,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->509866973,ExpressionUUID->"a4d2100f-7986-468a-b906-68fc608b92f8"], + CellID->509866973,ExpressionUUID->"55f68e83-18bc-4ce9-be6a-a606707648a8"], Cell[BoxData[ InterpretationBox[ @@ -3894,14 +3720,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->874463681,ExpressionUUID->"89734e3c-d4ee-4384-b8d0-2c6e6f0ae5a0"], + CellID->874463681,ExpressionUUID->"1b5619cb-ef52-47ee-a217-087feba4ee12"], Cell[BoxData[ InterpretationBox[ @@ -3920,14 +3745,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1880490146,ExpressionUUID->"676bb596-d56b-4b20-83e5-48c0971258c9"], + CellID->1880490146,ExpressionUUID->"c8401af2-e286-499c-ab20-565c5d0d8a86"], Cell[BoxData[ InterpretationBox[ @@ -3946,14 +3770,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->881050923,ExpressionUUID->"7267d48b-4d07-49e1-83cc-dd4a9b2f56e7"], + CellID->881050923,ExpressionUUID->"a36f6a34-65d1-45d7-8e1d-a76792d43378"], Cell[BoxData[ InterpretationBox[ @@ -3972,14 +3795,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->923116796,ExpressionUUID->"e937c397-98a3-48d2-8f96-2dd089664a1f"], + CellID->923116796,ExpressionUUID->"788aee1a-8427-47f4-a3c5-2643932b7968"], Cell[BoxData[ InterpretationBox[ @@ -3998,14 +3820,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1402124444,ExpressionUUID->"4eda7027-fb57-4bbb-ba32-cea6a74d9834"], + CellID->1402124444,ExpressionUUID->"c7f5c642-3eee-48a4-aa66-65c18d46d9fc"], Cell[BoxData[ InterpretationBox[ @@ -4024,14 +3845,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1167471777,ExpressionUUID->"16a6d3a7-792f-4d0e-a38d-16bfbfab9fba"], + CellID->1167471777,ExpressionUUID->"4e8cae49-fbf7-4955-a347-81232e8dbb4d"], Cell[BoxData[ InterpretationBox[ @@ -4050,14 +3870,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->140073400,ExpressionUUID->"b689f31e-29e6-4241-924e-dca75aa67e81"], + CellID->140073400,ExpressionUUID->"722eb717-efa8-4441-9b86-c5afc996a66e"], Cell[BoxData[ InterpretationBox[ @@ -4076,14 +3895,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->571556688,ExpressionUUID->"5ee4b7a9-f87d-4d64-b5e2-15d9d9c5ba53"], + CellID->571556688,ExpressionUUID->"d93bdd3b-e7e9-418e-9689-b120b1b40005"], Cell[BoxData[ InterpretationBox[ @@ -4102,14 +3920,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->458902185,ExpressionUUID->"13627c67-e185-4a0d-ac3b-3af35dfe358b"], + CellID->458902185,ExpressionUUID->"adddc7d5-b134-4405-a3c4-34a6d70081e5"], Cell[BoxData[ InterpretationBox[ @@ -4128,14 +3945,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1155246918,ExpressionUUID->"47ef5c5e-6d21-4253-a7b3-7778001a85ef"], + CellID->1155246918,ExpressionUUID->"ed8847e9-0782-4bd2-9f28-427d9702f90a"], Cell[BoxData[ InterpretationBox[ @@ -4154,14 +3970,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->835298299,ExpressionUUID->"e53c4563-2bb4-4eb8-b229-38fbab7a49fe"], + CellID->835298299,ExpressionUUID->"ccbb9086-bfde-4935-831d-139f07fa0f20"], Cell[BoxData[ InterpretationBox[ @@ -4180,14 +3995,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->757910854,ExpressionUUID->"d44e4553-2372-478e-a058-e364e51777b2"], + CellID->757910854,ExpressionUUID->"d8fb062b-3e97-40af-aea5-47e194bf32ff"], Cell[BoxData[ InterpretationBox[ @@ -4206,14 +4020,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1482212821,ExpressionUUID->"9dedde61-486a-4aac-9a5f-e5a050ce9f9e"], + CellID->1482212821,ExpressionUUID->"35ec3ee5-3481-4d61-9e22-a3980f9ef842"], Cell[BoxData[ InterpretationBox[ @@ -4232,14 +4045,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->740577347,ExpressionUUID->"18b7736d-d71d-46d2-be44-4ea30760243d"], + CellID->740577347,ExpressionUUID->"f5c27afa-a2ad-4d1c-802a-047c7b29c710"], Cell[BoxData[ InterpretationBox[ @@ -4258,14 +4070,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->68253017,ExpressionUUID->"e45db082-d145-4569-b27b-760c0aeeeecf"], + CellID->68253017,ExpressionUUID->"fa09ecde-92d5-472b-81fe-b88f70a11808"], Cell[BoxData[ InterpretationBox[ @@ -4284,14 +4095,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->372189221,ExpressionUUID->"3b1e040e-4d38-417d-b460-b78d7e2c5415"], + CellID->372189221,ExpressionUUID->"69442c10-4348-4355-86ce-4de479d8bc59"], Cell[BoxData[ InterpretationBox[ @@ -4310,14 +4120,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1911857283,ExpressionUUID->"e577ae09-0825-4620-bf58-a2150bd99e0b"], + CellID->1911857283,ExpressionUUID->"65b794b6-ea44-44af-b068-f96f7aa08f6b"], Cell[BoxData[ InterpretationBox[ @@ -4336,14 +4145,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1935028967,ExpressionUUID->"c1ce06cd-d753-4fc4-a2b3-f2cec62eddc7"], + CellID->1935028967,ExpressionUUID->"a00d3d64-ed0c-44b3-8f52-88c7319ec1c8"], Cell[BoxData[ InterpretationBox[ @@ -4362,14 +4170,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->539498201,ExpressionUUID->"cb86edb7-9af5-4b9d-8b51-6609defef7b8"], + CellID->539498201,ExpressionUUID->"1fc553fd-372c-43a5-8898-21f7ef486e39"], Cell[BoxData[ InterpretationBox[ @@ -4388,14 +4195,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->670306573,ExpressionUUID->"b8b1d0fa-9262-4ebd-8bf1-91f90bf961fd"], + CellID->670306573,ExpressionUUID->"c86fc149-fa2d-41d4-a7b0-ad4f44bf074f"], Cell[BoxData[ InterpretationBox[ @@ -4414,14 +4220,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->143360249,ExpressionUUID->"541f0615-ab86-4c6b-b32e-b83e64a9cfcd"], + CellID->143360249,ExpressionUUID->"772b6ed4-1dcf-46f0-b69f-392f4b15fe68"], Cell[BoxData[ InterpretationBox[ @@ -4440,14 +4245,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2126536656,ExpressionUUID->"d86ba4f3-d816-4f87-bb15-67abc60c9e3e"], + CellID->2126536656,ExpressionUUID->"8a0fd126-992f-4782-a613-33b386b9d8c4"], Cell[BoxData[ InterpretationBox[ @@ -4466,14 +4270,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->131240371,ExpressionUUID->"48d158ac-cbce-4edf-9007-8ff886476a92"], + CellID->131240371,ExpressionUUID->"3ef4fb0d-9cd6-4c11-84a7-d67524ade3df"], Cell[BoxData[ InterpretationBox[ @@ -4492,14 +4295,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->291209928,ExpressionUUID->"3072a6e5-7159-4566-a583-462edb3af3c2"], + CellID->291209928,ExpressionUUID->"7f5b32e8-f954-4cea-8de0-2933bff23471"], Cell[BoxData[ InterpretationBox[ @@ -4518,14 +4320,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->250028383,ExpressionUUID->"fab6b475-bd42-407e-a702-52ab55d5ae1b"], + CellID->250028383,ExpressionUUID->"d102267f-e565-480b-a4b8-065fb6b64c7b"], Cell[BoxData[ InterpretationBox[ @@ -4544,14 +4345,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1749019549,ExpressionUUID->"f08386f5-d9e3-400e-90b0-ebe4dbb0b29c"], + CellID->1749019549,ExpressionUUID->"a4334d90-177c-448f-85df-eaf4b6e69599"], Cell[BoxData[ InterpretationBox[ @@ -4570,14 +4370,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1015399907,ExpressionUUID->"0f548a7a-1384-484e-a611-4d748ebc7298"], + CellID->1015399907,ExpressionUUID->"1e8b4bad-13ec-4449-aa34-5d4211d36867"], Cell[BoxData[ InterpretationBox[ @@ -4596,14 +4395,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1921177887,ExpressionUUID->"b0ea0fb6-3480-48cf-a936-339b984dcba1"], + CellID->1921177887,ExpressionUUID->"01c13301-4ef3-4c00-8548-e4916ffeabc3"], Cell[BoxData[ InterpretationBox[ @@ -4622,14 +4420,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1820114164,ExpressionUUID->"c1c8b0ca-517b-49f7-95c3-af03d61e8656"], + CellID->1820114164,ExpressionUUID->"69bd9a5d-507c-4319-a09c-e9920e66abbf"], Cell[BoxData[ InterpretationBox[ @@ -4648,14 +4445,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1901686480,ExpressionUUID->"a15403ef-9084-4fc1-b811-21e68fa75613"], + CellID->1901686480,ExpressionUUID->"3e4ab0d7-8dc4-4646-8ce8-dc4016572635"], Cell[BoxData[ InterpretationBox[ @@ -4674,14 +4470,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->645551059,ExpressionUUID->"10aa4f69-effd-47fc-8a30-dd2bb03339ff"], + CellID->645551059,ExpressionUUID->"ae21e925-611d-48d8-b73c-fc0b29101ff0"], Cell[BoxData[ InterpretationBox[ @@ -4700,14 +4495,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->689263969,ExpressionUUID->"a51428fc-6ea6-4b72-87b3-522736189c72"], + CellID->689263969,ExpressionUUID->"2d8ad299-d2d8-435a-9d7e-e2906bf9793b"], Cell[BoxData[ InterpretationBox[ @@ -4726,14 +4520,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->932735065,ExpressionUUID->"f5debfcd-6a91-4577-affc-871b7e713649"], + CellID->932735065,ExpressionUUID->"3df5cb2f-8670-409e-9809-d3b02cacd139"], Cell[BoxData[ InterpretationBox[ @@ -4752,14 +4545,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1995098002,ExpressionUUID->"14bb704d-bdc2-4aa5-b964-79ab91d5e5c7"], + CellID->1995098002,ExpressionUUID->"61a4c069-0597-4610-8e60-74f1b79fc01a"], Cell[BoxData[ InterpretationBox[ @@ -4778,14 +4570,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->802455356,ExpressionUUID->"b464ea93-ed96-4a46-a91f-555777f69ecb"], + CellID->802455356,ExpressionUUID->"a29ec188-e765-4b6c-a0fb-5344037d30e6"], Cell[BoxData[ InterpretationBox[ @@ -4804,14 +4595,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->669865132,ExpressionUUID->"af61e34c-8ec3-473a-aca1-0edaffeb72c7"], + CellID->669865132,ExpressionUUID->"bf7266e7-4b24-4446-afe2-831e7ec300ae"], Cell[BoxData[ InterpretationBox[ @@ -4830,14 +4620,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1313995950,ExpressionUUID->"bea12002-3f46-4b32-b82c-b9120456e3c6"], + CellID->1313995950,ExpressionUUID->"ff72203b-2c17-4ac2-ae75-5f24800efd86"], Cell[BoxData[ InterpretationBox[ @@ -4856,14 +4645,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1755589549,ExpressionUUID->"04a05266-113c-4d09-8efe-4a6a3614a0e8"], + CellID->1755589549,ExpressionUUID->"bf6a6700-91a9-4c6b-9498-5e28becb543f"], Cell[BoxData[ InterpretationBox[ @@ -4882,14 +4670,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1915723910,ExpressionUUID->"511676df-3fa0-45a9-872e-8301fc3871d9"], + CellID->1915723910,ExpressionUUID->"80348f96-9bc7-4bb4-aeaf-cb1f346df9d3"], Cell[BoxData[ InterpretationBox[ @@ -4908,14 +4695,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->349435899,ExpressionUUID->"82f77593-6d7a-40d8-9457-c3edc1175f16"], + CellID->349435899,ExpressionUUID->"d2acb309-dd5c-412b-9de4-95c92f942a89"], Cell[BoxData[ InterpretationBox[ @@ -4934,14 +4720,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1748863595,ExpressionUUID->"7834570b-35bd-4665-b631-cf545e825b00"], + CellID->1748863595,ExpressionUUID->"57d01f65-0b04-47a1-8712-7f489b4d91ea"], Cell[BoxData[ InterpretationBox[ @@ -4960,14 +4745,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->541764676,ExpressionUUID->"249cfcbc-c900-438a-b047-bc28f5a6e120"], + CellID->541764676,ExpressionUUID->"4416434c-6791-45ae-869a-0cf3a448b289"], Cell[BoxData[ InterpretationBox[ @@ -4986,14 +4770,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->108246252,ExpressionUUID->"bc2d529e-e504-4a23-8b93-20e712a60400"], + CellID->108246252,ExpressionUUID->"c7d61bc1-dd12-4818-a410-c0a0496ed5ec"], Cell[BoxData[ InterpretationBox[ @@ -5012,14 +4795,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->376108355,ExpressionUUID->"ec8555ea-a1a4-46b0-a2d3-01e56fb4ca84"], + CellID->376108355,ExpressionUUID->"b3b2918f-bc8f-4c5d-a860-8e1dd47a1004"], Cell[BoxData[ InterpretationBox[ @@ -5038,14 +4820,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1208749364,ExpressionUUID->"11e5423c-d6d6-4a67-b44e-22f13ed58055"], + CellID->1208749364,ExpressionUUID->"8ee80fec-6fb5-400e-b1ce-69afc94b79bc"], Cell[BoxData[ InterpretationBox[ @@ -5064,14 +4845,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->255260128,ExpressionUUID->"e18bfdc8-105a-441e-978f-7ccf5d5988bf"], + CellID->255260128,ExpressionUUID->"53ac5d96-0dd3-4a37-abfa-68f83b227e74"], Cell[BoxData[ InterpretationBox[ @@ -5090,14 +4870,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1632128237,ExpressionUUID->"b9539cc6-b815-4a0a-aea4-64f0096a5d18"], + CellID->1632128237,ExpressionUUID->"77ddd002-eb18-4ebf-9715-bfebb0172c0c"], Cell[BoxData[ InterpretationBox[ @@ -5116,14 +4895,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1370656128,ExpressionUUID->"d60d788f-1f5e-48ea-a6c1-fb005c7bbb93"], + CellID->1370656128,ExpressionUUID->"d3a68d12-b008-4553-b826-f231982b2d9d"], Cell[BoxData[ InterpretationBox[ @@ -5142,14 +4920,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->560461927,ExpressionUUID->"38056e3d-36dc-4d07-b621-e43ea9f9b79e"], + CellID->560461927,ExpressionUUID->"a7d2576e-9995-4d28-9216-8ba0cb323e7a"], Cell[BoxData[ InterpretationBox[ @@ -5168,14 +4945,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->820331347,ExpressionUUID->"9203e695-e62e-43c2-a043-80a4c76d2867"], + CellID->820331347,ExpressionUUID->"2e79514a-5b4a-488d-a154-bf287ec2c0b4"], Cell[BoxData[ InterpretationBox[ @@ -5194,14 +4970,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->463935289,ExpressionUUID->"38595987-ac41-4844-8771-0eb1f02192d2"], + CellID->463935289,ExpressionUUID->"b27a023e-9ffc-48b8-b13e-8931e354a0f7"], Cell[BoxData[ InterpretationBox[ @@ -5220,14 +4995,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1994763613,ExpressionUUID->"e14864e0-75f2-4179-a463-f88ccc6d86d6"], + CellID->1994763613,ExpressionUUID->"602aa604-a684-4d23-9eda-e301454b9387"], Cell[BoxData[ InterpretationBox[ @@ -5246,14 +5020,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1624830374,ExpressionUUID->"3a1c13c7-7751-4b83-b26a-a9e7df41c991"], + CellID->1624830374,ExpressionUUID->"c18e8582-2e38-4545-910f-aa851c2a570f"], Cell[BoxData[ InterpretationBox[ @@ -5272,14 +5045,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1122040566,ExpressionUUID->"ac9d9c87-cc2f-4c9c-8efe-cf4bf251619b"] + CellID->1122040566,ExpressionUUID->"b98ead87-f704-46ea-9cb9-63e2c3b4959a"] }, Closed]] }, Closed]], @@ -5298,14 +5070,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1081888455,ExpressionUUID->"1a97d060-ed9f-4210-a910-e0e6cfaa378a"], + CellID->1081888455,ExpressionUUID->"02e722a7-181b-4f24-b863-50bfd5a4ea2a"], Cell[CellGroupData[{ @@ -5334,18 +5105,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "ExampleFiles"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"9eecd81f-59ed-482d-b2ee-d37e702059e2"]], \ + "Text"}]],ExpressionUUID->"24e91fbd-b2e5-4e5a-bcbc-0f4ce04f1836"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->555224036,ExpressionUUID->"a4bc44ad-2cbc-4b97-a5ed-f681e0876741"], + CellID->555224036,ExpressionUUID->"57394674-6296-46b8-a989-08f8440985c1"], Cell[CellGroupData[{ @@ -5373,18 +5143,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "ExampleFiles", "CIF"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"c8fce99d-892a-485c-86f6-7eb81b420efe"]], \ + "Text"}]],ExpressionUUID->"d18bd663-ece4-46f1-9da5-ca481da37f45"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->833926837,ExpressionUUID->"e36ff895-6740-405a-9d2c-6d74aa0b7fe9"], + CellID->833926837,ExpressionUUID->"1e71974f-b288-4fa6-87df-2b846f7d3123"], Cell[BoxData[ InterpretationBox[ @@ -5403,14 +5172,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1330069137,ExpressionUUID->"92247203-a369-42d1-bb83-bdd05599fe35"], + CellID->1330069137,ExpressionUUID->"4e6da70e-0961-4440-b792-ebfcdf19f331"], Cell[CellGroupData[{ @@ -5440,18 +5208,17 @@ Cell[TextData[Cell[BoxData[ BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"7b344111-dce4-48e2-b368-4fee63914a75"]], \ + "Text"}]],ExpressionUUID->"844a05a2-7860-410a-a529-169d09617a41"]], \ "FileManagerDirectory", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1314703936,ExpressionUUID->"68f22821-eb55-4b23-be5d-5db17dab69c2"], + CellID->1314703936,ExpressionUUID->"c3dfb5ed-4101-4476-99f9-cbe1baa8ad13"], Cell[BoxData[ InterpretationBox[ @@ -5470,14 +5237,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->769808369,ExpressionUUID->"d5f21141-9334-47c5-971e-03b7ef0fdb34"], + CellID->769808369,ExpressionUUID->"c7ae60ac-9e8e-41a0-ba2b-b9f51f4cfd87"], Cell[BoxData[ InterpretationBox[ @@ -5496,14 +5262,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1727768255,ExpressionUUID->"512190ae-2986-49a7-84d7-32b8eede8b2a"], + CellID->1727768255,ExpressionUUID->"1f6786ab-3441-4767-8652-aea82976a1b2"], Cell[BoxData[ InterpretationBox[ @@ -5522,14 +5287,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->327187051,ExpressionUUID->"c64bf545-8d0b-4d57-ab35-3e3a8d9cc2a8"], + CellID->327187051,ExpressionUUID->"a376ef8e-c2c2-46da-a712-311fa4861cff"], Cell[BoxData[ InterpretationBox[ @@ -5548,14 +5312,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1474629837,ExpressionUUID->"e1bce2db-b69e-400f-ba85-95f887c3d591"], + CellID->1474629837,ExpressionUUID->"68eedeed-8445-4308-a701-17c13b5ccab2"], Cell[BoxData[ InterpretationBox[ @@ -5574,14 +5337,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2142384079,ExpressionUUID->"69f6bc8a-6ec4-4226-a850-3a984bf0efcb"], + CellID->2142384079,ExpressionUUID->"e34f63bf-b1f8-4609-aef7-04cf1deee13c"], Cell[BoxData[ InterpretationBox[ @@ -5600,14 +5362,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->190906504,ExpressionUUID->"d3c3c90c-7545-44b0-9d7b-ef65789ffed3"], + CellID->190906504,ExpressionUUID->"3501f62c-6c73-4520-9715-7e9c9fff6f77"], Cell[BoxData[ InterpretationBox[ @@ -5626,14 +5387,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->225044110,ExpressionUUID->"6235b881-5a8a-4cf1-a0d1-37a9533a61ac"], + CellID->225044110,ExpressionUUID->"ca084806-515a-49da-b274-1663a5da8274"], Cell[BoxData[ InterpretationBox[ @@ -5652,14 +5412,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->597654403,ExpressionUUID->"e1a8ebf7-04ea-489d-9926-f14077c06947"], + CellID->597654403,ExpressionUUID->"14a7d1c3-467c-42c7-bcd9-e445d9882425"], Cell[BoxData[ InterpretationBox[ @@ -5678,14 +5437,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->996534202,ExpressionUUID->"a206c29a-c792-4a4a-afe9-25c2abd79839"], + CellID->996534202,ExpressionUUID->"a058be64-2903-46a1-93b2-916c3942f835"], Cell[BoxData[ InterpretationBox[ @@ -5704,14 +5462,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->525370061,ExpressionUUID->"4f43f362-4f47-45e7-a31e-39b7c13089c4"], + CellID->525370061,ExpressionUUID->"a30530a7-afc3-4b9c-8189-39e9e0f7647a"], Cell[BoxData[ InterpretationBox[ @@ -5730,14 +5487,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1589342410,ExpressionUUID->"03c76389-0be4-4061-a5bc-fef86f8499b6"], + CellID->1589342410,ExpressionUUID->"072a9372-5f7d-4d04-87af-e64984583790"], Cell[BoxData[ InterpretationBox[ @@ -5756,14 +5512,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1676283484,ExpressionUUID->"2a883b2f-7477-4ce9-b32b-e858b6868478"], + CellID->1676283484,ExpressionUUID->"4ef58775-ceb6-4213-a62d-bc925ffed6f0"], Cell[BoxData[ InterpretationBox[ @@ -5782,14 +5537,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{115 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 150}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->458550595,ExpressionUUID->"034bbe94-c9f6-4348-90af-e69bcdaf79a2"] + CellID->458550595,ExpressionUUID->"ec859dc4-a9b2-4c50-969d-024bc1b5845a"] }, Closed]], Cell[BoxData[ @@ -5809,14 +5563,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1688524729,ExpressionUUID->"1b7ce592-db47-4e21-8873-b36029ddd047"], + CellID->1688524729,ExpressionUUID->"a8a702f5-031e-417d-b71e-c6c273a72752"], Cell[BoxData[ InterpretationBox[ @@ -5835,14 +5588,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->38725198,ExpressionUUID->"2a6f3ea0-baaa-4a7a-b1ba-15bc68c359bf"], + CellID->38725198,ExpressionUUID->"117cdb0b-e955-4913-9bbd-2465bde67dba"], Cell[BoxData[ InterpretationBox[ @@ -5861,14 +5613,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->166857745,ExpressionUUID->"d7191bff-3dd7-498a-a1ac-e09a72d0a3c5"], + CellID->166857745,ExpressionUUID->"ff1bd889-5ed7-4862-9231-c11a8e6b7633"], Cell[BoxData[ InterpretationBox[ @@ -5887,14 +5638,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1911960880,ExpressionUUID->"5a2d61d2-4b50-4d44-8c54-40969cd7b094"] + CellID->1911960880,ExpressionUUID->"efdff89f-832f-4639-83d0-902107222aef"] }, Closed]], Cell[CellGroupData[{ @@ -5925,18 +5675,17 @@ Cell[TextData[Cell[BoxData[ "DiffractionImages"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"25249e1a-9acf-417c-a3e2-d5619a5a853f"]], \ + "Text"}]],ExpressionUUID->"694faf92-866f-403e-8766-0b410e582560"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1528700099,ExpressionUUID->"09aad584-d632-4d7a-855f-3c2b473f4471"], + CellID->1528700099,ExpressionUUID->"49f1a51f-375e-4944-8e37-6fe89bc0656a"], Cell[BoxData[ InterpretationBox[ @@ -5955,14 +5704,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->368211185,ExpressionUUID->"7dcbe811-373e-44ad-8d6d-a4c363c348c8"], + CellID->368211185,ExpressionUUID->"aa858718-9c35-4516-9569-99b7f2579911"], Cell[BoxData[ InterpretationBox[ @@ -5981,14 +5729,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1624999288,ExpressionUUID->"8dcde4a4-a3ec-4401-952a-199cc45264a6"], + CellID->1624999288,ExpressionUUID->"bc92ab7f-02e4-49ea-ae51-589c693856c2"], Cell[BoxData[ InterpretationBox[ @@ -6007,14 +5754,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerPNGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1813494517,ExpressionUUID->"03490511-6c55-408c-bab9-c7e1e63214c1"], + CellID->1813494517,ExpressionUUID->"0c157929-643c-4156-8898-5c4173c9d259"], Cell[BoxData[ InterpretationBox[ @@ -6033,14 +5779,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->166945348,ExpressionUUID->"e98a91d4-4114-4edd-b126-998a1c8f3d74"], + CellID->166945348,ExpressionUUID->"2045a751-1774-4a35-9b12-00a337031995"], Cell[BoxData[ InterpretationBox[ @@ -6059,14 +5804,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1236820854,ExpressionUUID->"b03efbe1-92a1-458f-9b69-041466bf7d10"], + CellID->1236820854,ExpressionUUID->"21456010-fa7d-4bc1-93c4-bb55014af3de"], Cell[BoxData[ InterpretationBox[ @@ -6085,14 +5829,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1753873865,ExpressionUUID->"29b25048-f2c0-4352-94d7-5f8710c569a8"], + CellID->1753873865,ExpressionUUID->"afd5619b-614c-4ff1-805f-8f92a34b8c72"], Cell[BoxData[ InterpretationBox[ @@ -6111,14 +5854,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerJPEGIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->997510333,ExpressionUUID->"decb5e41-fd6d-40d4-a5e2-b686b6c1dda3"] + CellID->997510333,ExpressionUUID->"7ce4abc4-d72d-4653-b8e4-07f8d10f5da7"] }, Closed]], Cell[CellGroupData[{ @@ -6148,18 +5890,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "ExampleFiles", "DIFFUSE"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"36aa37df-8a80-4d40-b13c-2af2727a033c"]], \ + "Text"}]],ExpressionUUID->"b23923e2-0f11-48b7-a2b1-6cabd1e40e23"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1898818249,ExpressionUUID->"0b126ead-7bb9-485a-894d-38555cb734d2"], + CellID->1898818249,ExpressionUUID->"d1a8a4a8-3a69-4ac1-84b5-4b1f7d278fd5"], Cell[BoxData[ InterpretationBox[ @@ -6178,14 +5919,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerTXTIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1831316523,ExpressionUUID->"ecc15880-34e1-4033-aa83-35b4d3d5dd05"], + CellID->1831316523,ExpressionUUID->"1aaeda4f-20ca-4218-9a8e-1023b9e2bb75"], Cell[BoxData[ InterpretationBox[ @@ -6204,14 +5944,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerTXTIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1201173257,ExpressionUUID->"6c2479d7-8edb-4609-852f-3e1fd8614286"] + CellID->1201173257,ExpressionUUID->"324041d1-b9fa-4e00-a609-3cf669beae21"] }, Closed]], Cell[CellGroupData[{ @@ -6240,18 +5979,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "ExampleFiles", "DISCUS"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"993200e7-754d-4b45-ab12-f31f6052124e"]], \ + "Text"}]],ExpressionUUID->"c566d744-93ee-41c6-a920-3806062350b8"]], \ "FileManagerDirectory", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1772648599,ExpressionUUID->"cc04e3d6-8488-4311-a076-00ff78de2ad0"], + CellID->1772648599,ExpressionUUID->"4c9909b0-7692-47c3-ad52-17df351a4f61"], Cell[BoxData[ InterpretationBox[ @@ -6270,14 +6008,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->864368562,ExpressionUUID->"871927e6-19f0-4579-8829-02d338495573"], + CellID->864368562,ExpressionUUID->"c190cb47-0ef7-49dc-a69f-78650e72b02a"], Cell[BoxData[ InterpretationBox[ @@ -6296,14 +6033,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{92 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 140}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1863033226,ExpressionUUID->"c0378597-0647-4144-a607-3bf8d3e7a35b"] + CellID->1863033226,ExpressionUUID->"5f396892-c9fa-4725-aab3-760391b17f04"] }, Closed]] }, Closed]], @@ -6322,14 +6058,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1687856122,ExpressionUUID->"7ce0639a-709c-4b86-bfed-480a08e18da4"], + CellID->1687856122,ExpressionUUID->"7fa77bdf-9de6-4f2c-a5cf-40d284b7c545"], Cell[BoxData[ InterpretationBox[ @@ -6346,14 +6081,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1686349231,ExpressionUUID->"29db0393-f3c9-4dbc-a8f4-67dc6452f71a"], + CellID->1686349231,ExpressionUUID->"4dd0c275-619e-4f94-8424-fdadebba303c"], Cell[BoxData[ InterpretationBox[ @@ -6370,14 +6104,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2129835958,ExpressionUUID->"9323ee76-2682-4b42-a429-fc89f1e3cf39"], + CellID->2129835958,ExpressionUUID->"f29a0d20-f715-4f8a-a11b-bd96b9066195"], Cell[BoxData[ InterpretationBox[ @@ -6394,14 +6127,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1895517910,ExpressionUUID->"01cbee20-0f38-4168-9e3b-54e87fd9d1c5"], + CellID->1895517910,ExpressionUUID->"63e511d0-7a9b-459a-b257-d2d361e044f8"], Cell[BoxData[ InterpretationBox[ @@ -6418,14 +6150,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->49610125,ExpressionUUID->"9ea33107-3fe4-4e51-8ac0-ae1bbae6e65e"], + CellID->49610125,ExpressionUUID->"137b4b12-0e04-4a01-bc83-73fbb6a31418"], Cell[BoxData[ InterpretationBox[ @@ -6442,14 +6173,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->573715839,ExpressionUUID->"9d531784-6d32-4942-97b3-e5cf7de79743"], + CellID->573715839,ExpressionUUID->"28b115ab-4504-4bfa-bbcc-f47b2629ba1f"], Cell[CellGroupData[{ @@ -6478,18 +6208,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Data", "UserData"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"903ca3a4-54d3-4ceb-8ba7-2dc5f5c7fdca"]], \ + "Text"}]],ExpressionUUID->"3d53d35f-0308-4f06-80d3-aa740cd9ad8d"]], \ "FileManagerDirectory", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->240531043,ExpressionUUID->"32adce06-318f-46b7-a28b-6e13135d360b"], + CellID->240531043,ExpressionUUID->"c2d340f0-4b1e-429b-a34f-753e5c24a1dc"], Cell[BoxData[ InterpretationBox[ @@ -6506,14 +6235,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{69 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 130}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1041016047,ExpressionUUID->"16dbf181-7df9-49f3-afeb-bf79a1685fd0"] + CellID->1041016047,ExpressionUUID->"04ffdba6-7c57-470a-b484-2eb36938eb77"] }, Closed]] }, Open ]], @@ -6544,18 +6272,17 @@ Cell[TextData[Cell[BoxData[ NotebookDirectory[], "Kernel", "Functions"}], BoxID -> "FileTreePath", BaseStyle->{ - "Text"}]],ExpressionUUID->"872b9426-7165-4332-9af8-8cedcb9f9893"]], \ + "Text"}]],ExpressionUUID->"bfe66dc8-d9af-4aee-8efd-ff174984b879"]], \ "FileManagerDirectory", CellMargins->{{23 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 110}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerDirectoryIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->178554170,ExpressionUUID->"b21715a0-bac6-4b23-93b0-f84f02e1ec2b"], + CellID->178554170,ExpressionUUID->"84872d46-a485-4b87-80c7-fb1191035207"], Cell[BoxData[ InterpretationBox[ @@ -6574,14 +6301,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1258455335,ExpressionUUID->"979b099b-9d1e-4255-8fcd-4b82190eb065"], + CellID->1258455335,ExpressionUUID->"0387d4f5-a9b2-437d-afda-79192880ee51"], Cell[BoxData[ InterpretationBox[ @@ -6598,14 +6324,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->292376042,ExpressionUUID->"852ccff0-88a7-455c-9170-2e87f76c1d3b"], + CellID->292376042,ExpressionUUID->"0ebf0b45-ee97-4264-afa7-a824bfec4c45"], Cell[BoxData[ InterpretationBox[ @@ -6622,14 +6347,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->925280331,ExpressionUUID->"abd88e19-f345-431b-884d-3cb7e25154c5"], + CellID->925280331,ExpressionUUID->"5ce3b452-49b5-4957-8d03-b2d2681ae5f1"], Cell[BoxData[ InterpretationBox[ @@ -6646,14 +6370,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->521553558,ExpressionUUID->"a4be45ca-ac7a-4d69-ba9b-e6ebcf782470"], + CellID->521553558,ExpressionUUID->"0b50a9ac-6e01-4b5a-b7e5-29b123975344"], Cell[BoxData[ InterpretationBox[ @@ -6670,14 +6393,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1869885899,ExpressionUUID->"5d7cce4d-0a5d-4f3e-b98f-2006404cb695"], + CellID->1869885899,ExpressionUUID->"86e94046-b684-4c0d-b1cb-f6b25c9eb282"], Cell[BoxData[ InterpretationBox[ @@ -6694,14 +6416,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->896614295,ExpressionUUID->"0bddead3-5f7c-4e1f-a259-1a6445bd74cd"], + CellID->896614295,ExpressionUUID->"1cae234f-8ad7-4dfb-8887-b8f2641e7653"], Cell[BoxData[ InterpretationBox[ @@ -6718,14 +6439,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->503705066,ExpressionUUID->"15338a56-a8a8-4aa9-8c47-854a5687e29a"], + CellID->503705066,ExpressionUUID->"ec4b6ca4-94ae-47af-986a-bdf1912e1fdf"], Cell[BoxData[ InterpretationBox[ @@ -6742,14 +6462,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->390507788,ExpressionUUID->"043b6456-01a5-42db-977f-267ece2885f8"], + CellID->390507788,ExpressionUUID->"d1070bdc-09a8-4836-a23c-d010e200d011"], Cell[BoxData[ InterpretationBox[ @@ -6766,14 +6485,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->554367684,ExpressionUUID->"4b1b6d34-4d75-43ea-bf3b-01b4bc75d19a"], + CellID->554367684,ExpressionUUID->"9fedabcd-9989-448a-8611-72b08374b649"], Cell[BoxData[ InterpretationBox[ @@ -6790,14 +6508,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1473604302,ExpressionUUID->"06dc08b7-6976-4945-8d2b-6ab0b3eada60"], + CellID->1473604302,ExpressionUUID->"0895d80d-5884-4a31-a40b-a452ceb6b22c"], Cell[BoxData[ InterpretationBox[ @@ -6814,14 +6531,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2086086510,ExpressionUUID->"295a239c-2537-4c84-b2db-ea4889f71e57"], + CellID->2086086510,ExpressionUUID->"26e88f76-a755-4c9c-a433-51fe499caade"], Cell[BoxData[ InterpretationBox[ @@ -6838,14 +6554,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1037952648,ExpressionUUID->"ce9a3f82-1681-47a3-99b3-8bdf29c78e29"], + CellID->1037952648,ExpressionUUID->"f47599af-319f-4ed7-9a69-24d469533aa0"], Cell[BoxData[ InterpretationBox[ @@ -6862,14 +6577,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->860490355,ExpressionUUID->"b658756b-697e-4802-9da9-5928760455bd"], + CellID->860490355,ExpressionUUID->"f10db4b0-5f1c-4368-b4e6-fab05e95ac73"], Cell[BoxData[ InterpretationBox[ @@ -6886,14 +6600,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1106517587,ExpressionUUID->"2d34cb63-f85a-4f76-ac01-c26e2a7f1cf9"], + CellID->1106517587,ExpressionUUID->"0081bb7d-bf65-4a48-ba4d-09ba323b6c51"], Cell[BoxData[ InterpretationBox[ @@ -6911,14 +6624,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->32701689,ExpressionUUID->"fc97fb59-8166-4568-bfff-a21a44f948eb"], + CellID->32701689,ExpressionUUID->"23c83551-9e3d-472d-959a-b2c10414e9d5"], Cell[BoxData[ InterpretationBox[ @@ -6937,14 +6649,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2008957038,ExpressionUUID->"3e6fa234-ab74-4d19-89ab-ccbe9674487c"], + CellID->2008957038,ExpressionUUID->"582284a9-22c5-46a8-90dd-e0ac4defa35c"], Cell[BoxData[ InterpretationBox[ @@ -6961,14 +6672,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1803039532,ExpressionUUID->"1ee8dd09-cdb6-4937-b563-8070604a68c0"], + CellID->1803039532,ExpressionUUID->"56cd45b3-6fda-4a8e-a9e5-77c59665df9a"], Cell[BoxData[ InterpretationBox[ @@ -6985,14 +6695,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->543671507,ExpressionUUID->"d7c1012a-07c3-4292-bbf5-40e8ee4a4411"], + CellID->543671507,ExpressionUUID->"83d97ee1-1482-4cb9-b302-3e39dc1a8e89"], Cell[BoxData[ InterpretationBox[ @@ -7010,14 +6719,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2091583811,ExpressionUUID->"50fbf83c-dc92-4197-a114-bea20b3251ed"], + CellID->2091583811,ExpressionUUID->"255fa3c3-4704-486c-ae5a-6ccb060d8e38"], Cell[BoxData[ InterpretationBox[ @@ -7034,14 +6742,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1089293734,ExpressionUUID->"16dd1a60-ba09-45ea-bcc1-f17318315c57"], + CellID->1089293734,ExpressionUUID->"28c9b3d4-c0ba-45ff-89f6-b9b6480e6c30"], Cell[BoxData[ InterpretationBox[ @@ -7060,14 +6767,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->461696663,ExpressionUUID->"08c77d58-0451-41f1-9a08-36d9c46f71a4"], + CellID->461696663,ExpressionUUID->"7e2e3a7f-dace-4ff7-9332-9517208b0cd3"], Cell[BoxData[ InterpretationBox[ @@ -7084,14 +6790,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->877398430,ExpressionUUID->"bf9fa32d-3e71-4870-a643-199840857456"], + CellID->877398430,ExpressionUUID->"e99fcb98-5b5c-40a9-8a01-574c87f036fd"], Cell[BoxData[ InterpretationBox[ @@ -7109,14 +6814,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1812692708,ExpressionUUID->"3770b825-5c1e-47f1-a9e0-5bd18ebff39d"], + CellID->1812692708,ExpressionUUID->"5a47a68d-4e21-4db1-9f15-068f914df1a5"], Cell[BoxData[ InterpretationBox[ @@ -7133,14 +6837,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1723327014,ExpressionUUID->"18c40590-fff7-4739-af51-f77651149b0f"], + CellID->1723327014,ExpressionUUID->"ba0b26f5-fc24-4818-9a35-c0a88a67be1f"], Cell[BoxData[ InterpretationBox[ @@ -7157,14 +6860,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->845177209,ExpressionUUID->"e494ea6b-fcf1-4d0a-b526-e6f8451723d0"], + CellID->845177209,ExpressionUUID->"45e05a45-b98f-43f3-8b43-30531e60e3ab"], Cell[BoxData[ InterpretationBox[ @@ -7182,14 +6884,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1436510405,ExpressionUUID->"4cf23147-e18e-426d-9735-c2e9e7b8e4fa"], + CellID->1436510405,ExpressionUUID->"320742f7-12d6-4cee-8764-e46b59dac94d"], Cell[BoxData[ InterpretationBox[ @@ -7206,14 +6907,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1419217261,ExpressionUUID->"9ed38a0a-0be0-4f6a-ad40-f4a69d34b0e8"], + CellID->1419217261,ExpressionUUID->"7497e653-3716-4134-a97d-289a04d5d808"], Cell[BoxData[ InterpretationBox[ @@ -7232,14 +6932,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->683638398,ExpressionUUID->"744650ab-169a-4c86-bfc3-c901793654d1"], + CellID->683638398,ExpressionUUID->"cb634a80-a84b-4b55-8a71-e8155b0b51f8"], Cell[BoxData[ InterpretationBox[ @@ -7257,14 +6956,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->873043736,ExpressionUUID->"cbb3c1aa-1ff6-4d32-bb9b-1499879844b2"], + CellID->873043736,ExpressionUUID->"088a0b63-fc52-4ad8-b945-f138437e12f8"], Cell[BoxData[ InterpretationBox[ @@ -7283,14 +6981,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1637794648,ExpressionUUID->"35e832f7-9552-435e-82d3-38f2fcdf3753"], + CellID->1637794648,ExpressionUUID->"5e8c67c6-6d01-4a4e-8736-f1659afc23af"], Cell[BoxData[ InterpretationBox[ @@ -7308,14 +7005,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->2116745337,ExpressionUUID->"78f87d94-7850-4e43-bda9-cc04f4b779f0"], + CellID->2116745337,ExpressionUUID->"efeae0b7-8cfe-40b2-bf6d-62816a6c929b"], Cell[BoxData[ InterpretationBox[ @@ -7334,14 +7030,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->924782757,ExpressionUUID->"5d03f3a1-fc57-4ac7-bb92-0c649577e4a8"], + CellID->924782757,ExpressionUUID->"61e8bf99-e230-4ebd-9ed5-554954e9d6d5"], Cell[BoxData[ InterpretationBox[ @@ -7358,14 +7053,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1484643560,ExpressionUUID->"2b0e08b3-cb16-4ded-9dd2-9e4937c86ce3"], + CellID->1484643560,ExpressionUUID->"da90011c-e708-4106-bb83-25bbfa490fb4"], Cell[BoxData[ InterpretationBox[ @@ -7383,14 +7077,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->791818427,ExpressionUUID->"dd94acf7-5653-4e5d-b857-cc5989f33f07"], + CellID->791818427,ExpressionUUID->"046842cf-51a4-4852-b54e-dfc3ecde3146"], Cell[BoxData[ InterpretationBox[ @@ -7407,14 +7100,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->136142130,ExpressionUUID->"ba6eeecf-ac93-4308-a2d3-94c85366e14c"], + CellID->136142130,ExpressionUUID->"f44e6e86-f997-4c57-baf1-4e1015051ec1"], Cell[BoxData[ InterpretationBox[ @@ -7431,14 +7123,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1070694855,ExpressionUUID->"ad262f92-95c7-411c-9cac-9d40c8a9dfdf"], + CellID->1070694855,ExpressionUUID->"6f9aca45-7fff-4609-8b89-f1c54625c841"], Cell[BoxData[ InterpretationBox[ @@ -7457,14 +7148,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1402949772,ExpressionUUID->"21454e72-07b8-4b49-bbbb-28f79c0b1238"], + CellID->1402949772,ExpressionUUID->"804a18ef-eae1-4694-a555-911f45ffb861"], Cell[BoxData[ InterpretationBox[ @@ -7482,14 +7172,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->6373944,ExpressionUUID->"0393414f-80fb-42fc-8bd4-3ddb18cdf06f"], + CellID->6373944,ExpressionUUID->"14964d7d-eb50-499b-b52f-95d2cf54c1b2"], Cell[BoxData[ InterpretationBox[ @@ -7506,14 +7195,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1900178105,ExpressionUUID->"628f80dc-cf25-46c7-8c18-f5ff43386ef3"], + CellID->1900178105,ExpressionUUID->"87a97c79-eb9c-4ebd-86cf-e3d5b5ea3d69"], Cell[BoxData[ InterpretationBox[ @@ -7532,14 +7220,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1064096198,ExpressionUUID->"e17ff05d-43a5-4916-a028-26cb871e00bd"], + CellID->1064096198,ExpressionUUID->"19cc2a45-cac9-4e84-8dd5-c753b80bd637"], Cell[BoxData[ InterpretationBox[ @@ -7558,14 +7245,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->20987570,ExpressionUUID->"dba37cd2-ac14-4301-910d-58a998ecb8fb"], + CellID->20987570,ExpressionUUID->"827ad382-07ed-43bf-ac42-6b9e25534f20"], Cell[BoxData[ InterpretationBox[ @@ -7584,14 +7270,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->550770882,ExpressionUUID->"423cab60-b5ac-42b3-889c-e68a4b1e90d0"], + CellID->550770882,ExpressionUUID->"a1b0ec03-ae37-46c8-a52e-b0951d596b72"], Cell[BoxData[ InterpretationBox[ @@ -7608,14 +7293,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1151695204,ExpressionUUID->"df368958-3213-4334-8dae-fc88e77e71ac"], + CellID->1151695204,ExpressionUUID->"0c391099-db73-4b13-b0d0-7665e9fc5128"], Cell[BoxData[ InterpretationBox[ @@ -7632,14 +7316,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1271183217,ExpressionUUID->"78d43600-8abd-4d38-bcfd-5ba66208d04b"], + CellID->1271183217,ExpressionUUID->"229d2bb6-2b42-4830-9879-e73c28829214"], Cell[BoxData[ InterpretationBox[ @@ -7656,14 +7339,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1609007763,ExpressionUUID->"5c5de897-43e8-4339-9222-a840ebcb074f"], + CellID->1609007763,ExpressionUUID->"84a86905-feba-436b-b819-1a64472d9119"], Cell[BoxData[ InterpretationBox[ @@ -7682,14 +7364,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1479389717,ExpressionUUID->"c535dcf2-b2d1-421d-9dd5-90797d3c8ab4"], + CellID->1479389717,ExpressionUUID->"306f9dd5-fa0a-4353-af96-90a2301109eb"], Cell[BoxData[ InterpretationBox[ @@ -7708,15 +7389,14 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{46 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 120}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->537308653,ExpressionUUID->"e00e801c-a561-4be0-b670-1011d25c8739"] -}, Open ]], + CellID->537308653,ExpressionUUID->"aebb6110-1529-49b1-ab65-bea02a192b4e"] +}, Closed]], Cell[BoxData[ InterpretationBox[ @@ -7733,39 +7413,37 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{23 + Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 110}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerWLIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1538315956,ExpressionUUID->"650b0351-1ae4-4e3a-8a6e-a11010553d2a"] + CellID->1538315956,ExpressionUUID->"0157baf6-3428-46d9-b6d2-6f0d03b6e82c"] }, Open ]], Cell[BoxData[ InterpretationBox[ TagBox[ - TemplateBox[{"\"LICENSE\"", + TemplateBox[{"\"LICENSE.txt\"", FileNameJoin[{ - NotebookDirectory[], "LICENSE"}]}, + NotebookDirectory[], "LICENSE.txt"}]}, "FileManagerFileOpenerTemplate"], Annotation[#, DefinitionNotebookClient`TemplateCells`PackagePrivate`fileDepth[0]]& ], FileNameJoin[{ - NotebookDirectory[], "LICENSE"}], + NotebookDirectory[], "LICENSE.txt"}], BoxID -> "FileTreePath", BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ - TemplateBox[{}, "FileManagerUnknownIconTemplate"]], Background -> None], - Inherited}, {Inherited, Inherited}}, + TemplateBox[{}, "FileManagerTXTIconTemplate"]], Background -> None], + Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1579806994,ExpressionUUID->"6651d911-9227-4145-94d8-0c9c0f748f87"], + CellID->368555072,ExpressionUUID->"c930ac1a-f92d-4ca9-a700-a12f096d795b"], Cell[BoxData[ InterpretationBox[ @@ -7782,14 +7460,13 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerPacletInfoIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->1296295976,ExpressionUUID->"642d789d-ab16-4bf2-80d8-0dc1edd964cd"], + CellID->1296295976,ExpressionUUID->"24f2f919-f5e4-44ca-9675-4bf42ac3ddbb"], Cell[BoxData[ InterpretationBox[ @@ -7806,21 +7483,51 @@ Cell[BoxData[ BaseStyle->{"Text"}]], "FileManagerFile", CellMargins->{{Inherited, Inherited}, {Inherited, Inherited}}, CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellFrameLabels->{{ Cell[ BoxData[ TemplateBox[{}, "FileManagerNBIconTemplate"]], Background -> None], Inherited}, {Inherited, Inherited}}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->920646259,ExpressionUUID->"04b49d45-ae78-4b9a-9cb8-1ecff2616cf6"], + CellID->920646259,ExpressionUUID->"c7ddd482-4aca-40c8-ac41-69291af95a5b"], Cell["", "FileManagerBottomSpacer", CellGroupingRules->{"SectionGrouping", 100}, - TaggingRules->{}, CellTags->{"FileManagerCell", "FileManager-PacletFiles"}, - CellID->624869817,ExpressionUUID->"40737fa2-a5ce-4ed4-a2e6-a78b3b07df54"] -}, Open ]] + CellID->624869817,ExpressionUUID->"9795f5d7-3915-4f65-a311-2fa8f1b55418"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["StianRamsnes/MaXrd", "Title", + Deletable->False, + TaggingRules->{}, + CellTags->{"Name", "TemplateCell", "Title"}, + CellID->1106790294,ExpressionUUID->"76cdd0b4-63ee-49fb-bad1-7a102a0a7caf"], + +Cell["\<\ +Database and utilities related to crystallography and X-ray scattering\ +\>", "Text", + Deletable->False, + TaggingRules->{}, + CellTags->{"Description", "TemplateCell"}, + CellID->321120944,ExpressionUUID->"948078cd-54fa-438a-9046-420efc604d71"], + +Cell[CellGroupData[{ + +Cell["Paclet Manifest", "Section", + Editable->False, + Deletable->False, + TaggingRules->{"TemplateGroupName" -> "PacletManifest"}, + CellTags->{"Paclet Manifest", "PacletManifest", "TemplateCellGroup"}, + CellID->196832285,ExpressionUUID->"8065b73a-d0e5-42ff-8427-9959a6bebfe4"], + +Cell[BoxData[ + TemplateBox[{}, + "PacletDirectoryChooserTemplate"]], "PacletDirectoryChooser", + TaggingRules->{"PacletDirectoryType" -> "Notebook", "Refreshing" -> False}, + CellTags->"PacletManifestPanel", + CellID->115408480,ExpressionUUID->"deaaa440-ced7-41f9-a5e3-7513576b0841"] }, Open ]], Cell[CellGroupData[{ @@ -17023,7 +16730,7 @@ Cell[BoxData[ CellChangeTimes->{{3.891225594642674*^9, 3.891225598996509*^9}, 3.891225646186369*^9, {3.891225806743183*^9, 3.891225811421564*^9}, { 3.89122584694379*^9, 3.891225863172305*^9}, 3.891235599158822*^9}, - CellLabel->"In[1]:=", + CellLabel->"In[8]:=", CellID->996717066,ExpressionUUID->"243891d5-eb88-434d-a8a7-f3a506586064"], Cell[BoxData[ @@ -17032,7 +16739,7 @@ Cell[BoxData[ ";"}]], "Input", "Excluded", TaggingRules->{}, InitializationCell->True, - CellLabel->"In[2]:=", + CellLabel->"In[7]:=", CellID->172764492,ExpressionUUID->"b86740b0-1de2-4039-946e-6f4d99ffe9b8"] }, Open ]], @@ -17050,8 +16757,9 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "1", ",", "1"}], "}"}], ",", "0.709317"}], "]"}]], "Input", + TaggingRules->{}, CellChangeTimes->{{3.891246752492779*^9, 3.891246763330339*^9}}, - CellLabel->"In[4]:=", + CellLabel->"In[9]:=", CellID->986625130,ExpressionUUID->"3964b8b9-a47f-448c-8701-ff6d92e3dac9"], Cell[BoxData[ @@ -17062,9 +16770,11 @@ Cell[BoxData[ RowBox[{"\[InvisibleSpace]", "\"\[Degree]\""}], "degrees", "\"AngularDegrees\""}, "QuantityPostfix"]}], "}"}]], "Output", - CellChangeTimes->{{3.8912467685206833`*^9, 3.891246786717822*^9}}, - CellLabel->"Out[4]=", - CellID->1033753933,ExpressionUUID->"0d17f418-37ea-49d6-ba2a-9ffe617944e0"] + TaggingRules->{}, + CellChangeTimes->{{3.8912467685206833`*^9, 3.891246786717822*^9}, + 3.891267531937807*^9}, + CellLabel->"Out[9]=", + CellID->907976378,ExpressionUUID->"d1caffd4-ba38-4fdc-bd8d-aec38fe6e811"] }, Open ]], Cell["Show a few simple examples of common uses of the paclet:", "Text", @@ -20848,7 +20558,6 @@ Cell[BoxData[ StyleBox[ TemplateBox[{ CheckboxBox["Session", {False, "Session"}], "\" \"", - TemplateBox[{ "\"Session\"", "\"Local or cloud interactive session\""}, "PrettyTooltipTemplate"]}, @@ -21726,25097 +21435,242 @@ lOlDHp2yo2nEhfO45GXqVR7CQsEWi/kGgMrMi9UaDwmM09F5I9epIRQZ1xOdjY+\ v3rnHamQR5xcKD2D1pLBFAY2m19M6SW67AhaBnzZNHJ6C8BrYzYpsm/\ 2UmuVLDaVC1yFzBDXvsYQpeVMQBuy+EQJM8LokMtZSb65DlN1BlYTHH/\ KNAssamNqY51i5bPRV9L2WcxFBptAuQfoAZPGO9aqcmr2mMEcgMO9l0nyDwh3q79/\ -rPkp6fVsEJGp5adaE6iHTKQIzSNFWQ9PUVec1y7ga7q3fSWUdhyMHvTytX5x7+39R0++\ -dvVt9ub708efuvrGLai/fvm+\ -W5bXUpyNgihHJmwX0u1ojO4uE1VdaFMRWTo7ZmHotKr3mTAut2s55N0kQaJLBkhaQMO9dcBk+\ -N94hdaR0jiQkXJFuZAGC2YTrVJ6asU0H2iWHeIpCh3l349u5dnKC/yI6QmXxr++8Kg7L4VaiPDxg/\ -u+nUdoj9wzlMCIhTw1fv1clEHMJgj8BZaqUag1CJjAcB7nS9c0d1OrYurB4A/\ -JNPeQZGAntLxITMOVP/FazQq4A9Rk1H1lnL+0exnkigsyz7+COf/1e36vWm/\ -6m64uD5QIfUWjBS3SzGrvn1KF5iFdINjyBQ9m1NXaiwmExwmFjnM73BxIwSWW4IYJStRFwZXDCjaXc\ -HagQTInqG32G9v6MB82phxw/5QV6SKnqLnFcGFZ5VlfOiyo3g95IcG8wH8jzpKlUge2F2To/\ -JoDtWoaS7NQCB1oD6irdKIpdE5dc1dmkJ7QROxAa4Qm74JxltAfyXHepT8BfMZDMg=="}, - CellTags->{ - "CheckboxCell", "Disclosures-OSConfiguration", "OSConfiguration", - "OSConfiguration-Checkboxes"}, - CellID->147266719,ExpressionUUID->"f88780e6-5d75-4cf4-8c37-c40463cd6974"], - -Cell[BoxData[ - TagBox[GridBox[{ - { - TagBox[GridBox[{ - { - StyleBox[ - TemplateBox[{ - CheckboxBox[False, {False, "LocalSystemInteractions"}], "\" \"", - TemplateBox[{"\"Local system interactions\"", - TemplateBox[{"DisclosuresLocalSystemInteractions", - Cell[ - BoxData[ - FrameBox[ - Cell[ - - TextData[{ - "Choose this option if your paclet directly does any of \ -the following:\n\[FilledSmallSquare] Executes Shell or RUN commands\n\ -\[FilledSmallSquare] Uses external evaluators via ", - Cell[ - BoxData[ - StyleBox[ - TagBox[ - ButtonBox[ - StyleBox[ - "ExternalEvaluate", "SymbolsRefLink", - ShowStringCharacters -> True, FontFamily -> - "Source Sans Pro"], BaseStyle -> Dynamic[ - FEPrivate`If[ - CurrentValue["MouseOver"], { - "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { - "Link"}]], ButtonData -> "paclet:ref/ExternalEvaluate", - ContentPadding -> False], - MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> - True, FontFamily -> "Source Sans Pro"]]], - "\n\[FilledSmallSquare] Interacts with external libraries\ -\n\[FilledSmallSquare] Reads or writes to streams or sockets\n\ -\[FilledSmallSquare] Launches parallel kernels, subkernels or GPUs"}], - "MoreInfoText"], Background -> GrayLevel[0.95], - FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], - RoundingRadius -> 5, ImageSize -> { - Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> - True, CellTags -> { - "SectionMoreInfoDisclosuresLocalSystemInteractions"}, - CellMargins -> {{66, 66}, {15, 15}}], - HoldComplete[ - EvaluationCell[]], "Click for more information"}, - "InlineMoreInfoOpenerButtonTemplate"]}, "RowDefault"]}, - "RowDefault"], - StripOnInput->False, - FontSize->12]} - }, - DefaultBaseStyle->"Column", - GridBoxAlignment->{"Columns" -> {{Left}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Column"]} - }, - AutoDelete->False, - BaseStyle->{"ControlStyle"}, - GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{2}}}], - "Grid"]], "Output", - Editable->False, - Deletable->False, - CellMargins->{{Inherited, Inherited}, {5, Inherited}}, - TaggingRules->{ - "CheckboxData" -> - "OEM6eJytVT2PI0UQvb21d+\ -09y4vQSRyQtA4JEWAhEoILsNaz9p4lL2u5vSBEAO2ZGrvlnu5RV4+9c+GFhCT8ACQS/\ -gIRMfwAUkTGx2+gesae9VrsiQAn7o/q169eva45a3R4nbtcAT+6ylyauQ4/\ -DhYQLiGKH2BtJJFW6kMHCcYH5Tx+iLVJpoDmhxOz9lO/\ -zN8cmVAohjlSNJPagRWhk0b7k42JWPfMDSCFP5pCkirhgBbi2ub003OJoTKYWcACiBc4w12YOtYCUI\ -rgjunouXAiPsLGwIqkgHpYbTemcOOK/cMN/\ -NcHwcIYBOYWEplJPSCTMctNZlkqQgWORdJC6FTOIgPIhM6ZiSkeWGyUMmup589Ofvv2R9a/\ -gTBzFMIXdB0zlk2uP2GhSRKhIyxCrpG2iQNYTZLASqhMOGORraRgXsj9PA6xUZShzONoKualOM1e5p\ -zR5aQK4a/1N9j9Ehp4m+\ -fJzCicQDySerktEj7mC7PmzhL7YCG8lGARa1ObQRVzMjDaDUQiVc5POSkSAuNCIxtbUwU1ewKhIOB5\ -n+ea4kPi3Rr0x1auiMNXw5i2WkFmLWj3KRED3rw0GcLVCmzlk9odfk1/d2CUsV6DyUWvGNsXH/\ -3w8Wdf/NG174nv//ry81+79sm7vP7dNz91tzbcwzkphfJi8rfLgj6zEH+\ -wL1R1oB3QxcRzLKKIxMH6QCj0ub1eUD5LUyC5dAhUC97wdz2n8v5vuvKXB4VTtgZHtpZucesZJWdWW\ -AmlnyYgIvROW1vpnecMQ2dBJMUiGnqvrowciUyHCwpJiZRSoNiSAEHh+\ -wyz2WbsD12Mr5G3Lo2FoY6NfzA7WopwObcmo3wPsHlhRT6CFSgbF7+/\ -u1Vkq3h8l8LOpcbg8U7mfn3rlh2EX372vz9vEdoTfw2pOBGRzDCo3zpjmIg5cPkCttYhqCNOrQGiDc\ -7vXWyeZc4kwsnwnmSa50BeEDMa3q1Ow79BKm7V2PiHHIpOs8X5Dy1pC/bIg210qOhu/\ -oNe0KvGp8GpfyTPjYoCQ20QyJIPsL2xJ2F6IP5WoGS4pMZjWUJkqJvSMCn2+\ -dOhVlLDluRVChps6f5tY+Vv3MO3wxvkvRSsy18Rc3yVltnV7nb8V2ZJ9dIL8PaMdoZV3vW9xbIE/\ -UiWpdm8vn8p2t5OVTX+\ -zk55OvfnQv0kSzTuGKXD20VMaumKQtLmmc55NkOgj11rAlg81Wme0ldxXLSSfwBBkJQ9"}, - CellTags->{ - "CheckboxCell", "Disclosures-LocalSystemInteractions", - "LocalSystemInteractions", "LocalSystemInteractions-Checkboxes"}, - CellID->890059680,ExpressionUUID->"6d314725-8f70-4e67-a531-7252619d1405"], - -Cell[BoxData[ - TagBox[GridBox[{ - { - TagBox[GridBox[{ - { - StyleBox[ - TemplateBox[{ - CheckboxBox[False, {False, "Other"}], "\" \"", - TemplateBox[{"\"Other\"", - TemplateBox[{"DisclosuresOther", - Cell[ - BoxData[ - FrameBox[ - Cell[ - "Add additional text as needed in a new cell below to \ -document any additional disclosures that are not listed above.", - "MoreInfoText"], Background -> GrayLevel[0.95], - FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], - RoundingRadius -> 5, ImageSize -> { - Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> - True, CellTags -> {"SectionMoreInfoDisclosuresOther"}, - CellMargins -> {{66, 66}, {15, 15}}], - HoldComplete[ - EvaluationCell[]], "Click for more information"}, - "InlineMoreInfoOpenerButtonTemplate"]}, "RowDefault"]}, - "RowDefault"], - StripOnInput->False, - FontSize->12]} - }, - DefaultBaseStyle->"Column", - GridBoxAlignment->{"Columns" -> {{Left}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Column"]} - }, - AutoDelete->False, - BaseStyle->{"ControlStyle"}, - GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Top}}}, - GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings->{"Columns" -> {{2}}}], - "Grid"]], "Output", - Editable->False, - Deletable->False, - CellMargins->{{Inherited, Inherited}, {5, Inherited}}, - TaggingRules->{ - "CheckboxData" -> - "OEM6eJyNU9uO0zAQhaXpha26IPHECxbv5RdWbboLlXbVVdwfmMaT1qpjR760m/1G+AseEd/\ -AJG3SsoCEXzyey5mZM+NJf8wj7kuFvLsIvgh+\ -zHvxBtMtiuyF69xJR5po7jF32cvDO7twnSQopPerxOyrZ6Xm0cJv0JK2n8B+\ -ah7RkelyiXmhwCMpss7R881MulQZFyy6Q1DkOjEqRcE9cpyBh6zr+\ -rcW8jrw4mDmbiIEAyGkl0aDYh4fPQPHNKJAwaRmQPKepeTMVqjMnnnDhElDjpo8dXkeLU5VML8Bslt\ -k2nimqEiCg5XZ4Sc+\ -vDcW5zozS8rWNO9eTyHdrq0JWlDVg88WyjvcobJZfX5et57Duo17sGupXfzuhFDra/J/R/j2tTo/\ -TgijpEoj9ToBIYOLo9YymOewRi6fsBkDQXV5CgrFEef7tRtMgjc5eJn+\ -o5nBDBV6WJHYWdqAraFf0b6EdTt8/\ -oFjWvHX4Pwxyib0sgo9dt0Wd7zjaTxt5av4itCHX4wSsaFlQY+\ -0eqObHagAVap69O9jJdMty4xlOaWmWZOY13b+ca6V1NiUtChQo50G741u1u+\ -4nWPef7CmQOvLVtNbFBWKa9bzvzog5jVFS9qTM7HtKXqmPJB5Q6tXkxzdgnL4N/qfWVr++\ -dszosdN5bFRIdfubMBjPpprj7awBFiTM5jokoeVQ/rIwwSdCTbFZVnQj3+AlPL+AvvNa/8="}, - CellTags->{"CheckboxCell", "Disclosures-Other", "Other", "Other-Checkboxes"}, - - CellID->635776107,ExpressionUUID->"c59edbff-d2d0-47d9-a7c7-3052b290556c"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "Author Notes", - Cell[BoxData[ - PaneSelectorBox[{True-> - TemplateBox[{"Author Notes", - Cell[ - BoxData[ - FrameBox[ - Cell[ - "This section, when used, will appear near the bottom of the \ -published resource. Content displayed in this section can include background, \ -possible improvements, additional information and/or implementation details \ -that are otherwise beyond the scope of the paclet documentation.", - "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, - FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { - Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, - CellTags -> {"SectionMoreInfoAuthorNotes"}, - CellMargins -> {{66, 66}, {15, 15}}]}, - "MoreInfoOpenerButtonTemplate"]}, Dynamic[ - CurrentValue[ - EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], - ImageSize->Automatic]],ExpressionUUID-> - "a92701f7-30b5-4fe9-a3cb-9186da0e3570"] -}], "Section", - Editable->False, - Deletable->False, - TaggingRules->{"TemplateGroupName" -> "Author Notes"}, - DefaultNewCellStyle->"Text", - CellTags->{"Author Notes", "TemplateCellGroup"}, - CellID->951557313,ExpressionUUID->"39e7d82e-8e22-4089-b833-2d93e134c724"], - -Cell["Additional information about limitations, issues, etc.", "Text", - TaggingRules->{}, - CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ - SelectedNotebook[], After, Cell]; NotebookFind[ - SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, - WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ - SelectedNotebook[], All, CellContents, AutoScroll -> True]], - PassEventsDown -> False, PassEventsUp -> False}, - CellTags->{"DefaultContent", "TabNext"}, - CellID->908162033,ExpressionUUID->"59969f6a-9793-4b82-b0d3-cebdd61400c1"] -}, Open ]] -}, Open ]] -}, -WindowSize->{805, 943}, -WindowMargins->{{42, Automatic}, {Automatic, 20}}, -WindowTitle->"MaXrd | Definition Notebook", -DockedCells->{ - Cell[ - BoxData[ - TemplateBox[{}, "MainGridTemplate"]], "DockedCell", - CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, Background -> - RGBColor[0.33333, 0.33333, 0.33333], CellTags -> {"MainDockedCell"}, - CacheGraphics -> False], - Cell[ - BoxData[ - TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", - TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, - CellFrameMargins -> {{0, 0}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, - CacheGraphics -> False, CellOpen -> Dynamic[ - CurrentValue[ - EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]]], - Cell[ - BoxData[ - StyleBox[ - InterpretationBox[ - StyleBox[ - PaneSelectorBox[{False -> GridBox[{{ - OpenerBox[ - Dynamic[ - CurrentValue[ - EvaluationCell[], {TaggingRules, "StripeOpen"}, False]], - Appearance -> Automatic, Enabled -> Automatic, AutoAction -> - False, ContinuousAction -> False], - TagBox[ - GridBox[{{ - StyleBox[ - DynamicBox[ - ToBoxes[ - DateString[ - TimeZoneConvert[ - DateObject[ - 3.891245766221244`16.34266365032685*^9, TimeZone -> 0]], { - "MonthName", " ", "DayShort", ", ", "Year", " ", - "Hour12Short", ":", "Minute", " ", "AMPMLowerCase"}], - StandardForm], SingleEvaluation -> True, Evaluator -> - "System"], FontSlant -> Italic, FontColor -> - GrayLevel[0.5], FontSize -> 0.9 Inherited, StripOnInput -> - False], "\" \"", - ItemBox[ - StyleBox[ - TagBox[ - - GridBox[{{ - "\"Paclet build completed successfully.\"", "\"\""}}, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"], - LineBreakWithin -> Automatic, LineIndent -> 0, - StripOnInput -> False], ItemSize -> Fit, StripOnInput -> - False], - ItemBox[ - StyleBox[ - TemplateBox[{ - ButtonBox[ - TagBox[ - - PaneSelectorBox[{ - False -> "\"StianRamsnes__MaXrd-4.0.0.paclet\"", True -> - StyleBox[ - "\"StianRamsnes__MaXrd-4.0.0.paclet\"", "HyperlinkActive", - StripOnInput -> False]}, - Dynamic[ - CurrentValue["MouseOver"]], ImageSize -> Automatic, - FrameMargins -> 0], - MouseAppearanceTag["LinkHand"]], ButtonFunction :> - SystemOpen[ - File[ - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/"]], Appearance -> None, BaseStyle -> "Hyperlink", - Evaluator -> Automatic, Method -> "Preemptive"], - "OEM6eJwtjs0KwjAQhIkUEfQhpHeNB1/AIp4UpFEQREpsN5KaNmF368/\ -b20iZy8d8DIwRNMn1O/\ -MfICNonPvIJqFkb4lVsrMOlLiaEU1P0ASnGaIXg7epPBMgSWKrW7mFFzgfAOURPdXw5B4P+\ -oJVLGooeY4QPFn2+B3EvbOukiruc91QC1QUf7NYL1d9gi4dcKpm8coGH10DLStx+wFWV0Dm"}, - "ClickToCopyTemplate"], LineBreakWithin -> Automatic, - LineIndent -> 0, StripOnInput -> False], ItemSize -> Fit, - StripOnInput -> False], - StyleBox[ - ActionMenuBox[ - TemplateBox[{ - TemplateBox[{ - TagBox[ - GridBox[{{ - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "3", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Potential issues found\""}, "PrettyTooltipTemplate"], - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "12", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Suggestions found\""}, "PrettyTooltipTemplate"]}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Grid"], - GraphicsBox[{ - GrayLevel[0.4], - AbsoluteThickness[2], - CapForm["Round"], - LineBox[{{-1, 0}, {0, -1}, {1, 0}}]}, { - ImageSize -> {13, 9}, BaselinePosition -> Scaled[0.2], - ImagePadding -> {{3, 3}, {3, 3}}, AspectRatio -> Full}]}, - "RowDefault"], ImageSize -> {Automatic, 19}, - BaselinePosition -> Baseline, Background -> GrayLevel[1], - FrameStyle -> Dynamic[ - If[ - CurrentValue["MouseOver"], - Hue[0.55, 0.82, 0.87], - GrayLevel[0.8]]], FrameMargins -> {{4, 4}, {1, 1}}, - Alignment -> {Center, Baseline}}, "Highlighted"], { - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L185,C20) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "e9698567-5c2b-4046-9338-a2ea9bf2d65c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 185, "SourceColumnStart" -> 20, - "SourceLineEnd" -> 185, "SourceColumnEnd" -> 21, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L195,C30) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "addc9614-3f5c-4216-8967-74a8a5921ac5", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 195, "SourceColumnStart" -> 30, - "SourceLineEnd" -> 195, "SourceColumnEnd" -> 31, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L424,C25) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2df56d98-ef07-4980-b362-814867e5da1c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 424, "SourceColumnStart" -> 25, - "SourceLineEnd" -> 424, "SourceColumnEnd" -> 26, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L435,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "3ef5b1a1-8d52-478b-b1a4-d22bd5047a64", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L435,C35) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "828fd161-c858-4fbb-a2ec-1210201e24ca", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 35, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 36, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L447,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4bff33d7-461b-4453-8e02-3c542285bb37", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 447, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 447, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L472,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "76d87650-421e-4f38-a7be-29ea7518e3b4", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 472, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 472, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L482,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a43b3e4e-e0e6-449f-a585-9ddff3caabc7", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L482,C29) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a513a232-951c-40d2-9eba-2b23185072d2", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 29, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 30, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L494,C23) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "65b70de2-b1ee-461a-b06c-7ad99ba889be", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 494, "SourceColumnStart" -> 23, - "SourceLineEnd" -> 494, "SourceColumnEnd" -> 24, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - - TemplateBox[{ - "\"The same symbol occurs on LHS and RHS of \"", - StyleBox[ - "Rule", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L88,C55) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "682a5d47-63b5-4d85-8a5b-27dbdc49e15f", 1473604302, - "CodeInspectionFileIssue/PatternRule", <| - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> Automatic, - "SourceLineStart" -> 88, "SourceColumnStart" -> 55, - "SourceLineEnd" -> 88, "SourceColumnEnd" -> 56, "Message" -> - "The same symbol occurs on LHS and RHS of \ -``Rule``.\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PatternRule", - "The same symbol occurs on LHS and RHS of ``Rule``.", - "Error", <| - CodeParser`Source -> {{88, 55}, {88, 56}}, - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, - ConfidenceLevel -> 0.7, CodeParser`CodeActions -> {}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> - Automatic|>], "Hash" -> 8126449213346323709, "Position" -> - "\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1473604302]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Suspicious use of session symbol \"", - StyleBox[ - "Print", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L518,C13) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4b346a98-d47f-4822-940b-7f457b910eea", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 518, "SourceColumnStart" -> - 13, "SourceLineEnd" -> 518, "SourceColumnEnd" -> 18, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{518, 13}, {518, 18}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1402949772]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Suspicious use of session symbol \"", - StyleBox[ - "Print", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L526,C17) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2eeecd56-a9f4-43dd-8a2e-281dd679d9b3", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 526, "SourceColumnStart" -> - 17, "SourceLineEnd" -> 526, "SourceColumnEnd" -> 22, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{526, 17}, {526, 22}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1402949772]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Expected context: \"", - StyleBox[ - "StianRamsnes`Global`", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\"\\!\\(\\*StyleBox[\\\"\\\\\\\" (L25,C7) \\\\\\\"\\\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", False]]], \ -Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "354b43c1-1e60-4761-9217-5cae0a6397c5", 1538315956, - "CodeInspectionFileIssue/NotPublisherContext", <| - "Hash" -> 1260874954269615821, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic, "SourceLineStart" -> - 25, "SourceColumnStart" -> 7, "SourceLineEnd" -> 25, - "SourceColumnEnd" -> 16, "Message" -> - "Expected context: \ -**StianRamsnes`Global`**\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)", "SourceInformation" -> - CodeInspector`InspectionObject[ - "NotPublisherContext", - "Expected context: **StianRamsnes`Global`**", "Error", <| - CodeParser`Source -> {{25, 7}, {25, 16}}, "Hash" -> - 294405318996857715, ConfidenceLevel -> 0.99, - CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace with suggested context", - CodeParser`ReplaceNode, <| - "ReplacementNode" -> CodeParser`ContainerNode[String, { - CodeParser`LeafNode[ - String, "\"StianRamsnes`Global`\"", <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>]}, <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>], - CodeParser`Source -> {{25, 7}, {25, 16}}|>]}, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic|>], "Position" -> - "\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", Rule[FontOpacity, \ -0.65`], Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, \ -False]]\)"|>]; DefinitionNotebookClient`PackageScope`seekAfter[1538315956]; - Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - "\"The specified Wolfram Language version does not match \ -the paclet info value (13.0.1+)\""}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "d3d053fc-93a1-4946-bf88-a0cb54732e91", 210582271, - "PacletWLVersionMismatch", <| - "PacletWLVersion" -> "13.0.1+", "ResourceWLVersion" -> - "12.1+"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 210582271]; Null]}, Appearance -> None], "BoxID" -> - "WarningCountButton", StripOnInput -> False], - TagBox[ - ButtonBox[ - TagBox[ - PaneSelectorBox[{False -> GraphicsBox[{ - GrayLevel[ - NCache[ - Rational[64, 85], 0.7529411764705882]], - - PolygonBox[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - PolygonBox[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, - PlotRangePadding -> 0, PlotRange -> 0.7, Background -> - None], True -> GraphicsBox[{ - GrayLevel[ - NCache[ - Rational[128, 255], 0.5019607843137255]], - - PolygonBox[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - PolygonBox[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, - PlotRangePadding -> 0, PlotRange -> 0.7, Background -> - None]}, - Dynamic[ - CurrentValue["MouseOver"]], ImageSize -> Automatic, - FrameMargins -> 0], - MouseAppearanceTag["LinkHand"]], ButtonFunction :> - With[{DefinitionNotebookClient`Stripes`PackagePrivate`nbo$ = - EvaluationNotebook[]}, - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells] = If[ - TrueQ[ - MemberQ[ - CurrentValue["ModifierKeys"], "Control"]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Cell[ - Blank[], "StripeCell", - BlankNullSequence[]]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Condition[ - Pattern[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - Blank[Cell]], - Not[ - FreeQ[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - "58869ef4-1700-42ad-ae4b-d53a74031007"]]]]]], Appearance -> - None, BoxID -> "58869ef4-1700-42ad-ae4b-d53a74031007", - Evaluator -> Automatic, Method -> "Preemptive"], - MouseAppearanceTag["LinkHand"]]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Grid"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, - AutoDelete -> False, - GridBoxBackground -> {"Columns" -> {{Automatic}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{0.2}}, "Rows" -> {{0.5}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - OpenerBox[ - Dynamic[ - CurrentValue[ - EvaluationCell[], {TaggingRules, "StripeOpen"}, False]], - Appearance -> Automatic, Enabled -> Automatic, AutoAction -> - False, ContinuousAction -> False], - TagBox[ - GridBox[{{ - StyleBox[ - DynamicBox[ - ToBoxes[ - DateString[ - TimeZoneConvert[ - DateObject[ - 3.891245766221244`16.34266365032685*^9, TimeZone -> 0]], { - "MonthName", " ", "DayShort", ", ", "Year", " ", - "Hour12Short", ":", "Minute", " ", "AMPMLowerCase"}], - StandardForm], SingleEvaluation -> True, Evaluator -> - "System"], FontSlant -> Italic, FontColor -> - GrayLevel[0.5], FontSize -> 0.9 Inherited, StripOnInput -> - False], "\" \"", - ItemBox[ - StyleBox[ - TagBox[ - - GridBox[{{ - "\"Paclet build completed successfully.\"", "\"\""}}, - GridBoxAlignment -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"], - LineBreakWithin -> Automatic, LineIndent -> 0, - StripOnInput -> False], ItemSize -> Fit, StripOnInput -> - False], - ItemBox[ - StyleBox[ - TemplateBox[{ - ButtonBox[ - TagBox[ - - PaneSelectorBox[{ - False -> "\"StianRamsnes__MaXrd-4.0.0.paclet\"", True -> - StyleBox[ - "\"StianRamsnes__MaXrd-4.0.0.paclet\"", "HyperlinkActive", - StripOnInput -> False]}, - Dynamic[ - CurrentValue["MouseOver"]], ImageSize -> Automatic, - FrameMargins -> 0], - MouseAppearanceTag["LinkHand"]], ButtonFunction :> - SystemOpen[ - File[ - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/"]], Appearance -> None, BaseStyle -> "Hyperlink", - Evaluator -> Automatic, Method -> "Preemptive"], - "OEM6eJwtjs0KwjAQhIkUEfQhpHeNB1/AIp4UpFEQREpsN5KaNmF368/\ -b20iZy8d8DIwRNMn1O/\ -MfICNonPvIJqFkb4lVsrMOlLiaEU1P0ASnGaIXg7epPBMgSWKrW7mFFzgfAOURPdXw5B4P+\ -oJVLGooeY4QPFn2+B3EvbOukiruc91QC1QUf7NYL1d9gi4dcKpm8coGH10DLStx+wFWV0Dm"}, - "ClickToCopyTemplate"], LineBreakWithin -> Automatic, - LineIndent -> 0, StripOnInput -> False], ItemSize -> Fit, - StripOnInput -> False], - StyleBox[ - ActionMenuBox[ - TemplateBox[{ - TemplateBox[{ - TagBox[ - GridBox[{{ - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "3", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Potential issues found\""}, "PrettyTooltipTemplate"], - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "12", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Suggestions found\""}, "PrettyTooltipTemplate"]}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Grid"], - GraphicsBox[{ - GrayLevel[0.4], - AbsoluteThickness[2], - CapForm["Round"], - LineBox[{{-1, 0}, {0, -1}, {1, 0}}]}, { - ImageSize -> {13, 9}, BaselinePosition -> Scaled[0.2], - ImagePadding -> {{3, 3}, {3, 3}}, AspectRatio -> Full}]}, - "RowDefault"], ImageSize -> {Automatic, 19}, - BaselinePosition -> Baseline, Background -> GrayLevel[1], - FrameStyle -> Dynamic[ - If[ - CurrentValue["MouseOver"], - Hue[0.55, 0.82, 0.87], - GrayLevel[0.8]]], FrameMargins -> {{4, 4}, {1, 1}}, - Alignment -> {Center, Baseline}}, "Highlighted"], { - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L185,C20) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "e9698567-5c2b-4046-9338-a2ea9bf2d65c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 185, "SourceColumnStart" -> 20, - "SourceLineEnd" -> 185, "SourceColumnEnd" -> 21, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L195,C30) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "addc9614-3f5c-4216-8967-74a8a5921ac5", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 195, "SourceColumnStart" -> 30, - "SourceLineEnd" -> 195, "SourceColumnEnd" -> 31, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L424,C25) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2df56d98-ef07-4980-b362-814867e5da1c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 424, "SourceColumnStart" -> 25, - "SourceLineEnd" -> 424, "SourceColumnEnd" -> 26, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L435,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "3ef5b1a1-8d52-478b-b1a4-d22bd5047a64", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L435,C35) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "828fd161-c858-4fbb-a2ec-1210201e24ca", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 35, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 36, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L447,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4bff33d7-461b-4453-8e02-3c542285bb37", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 447, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 447, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L472,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "76d87650-421e-4f38-a7be-29ea7518e3b4", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 472, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 472, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L482,C18) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a43b3e4e-e0e6-449f-a585-9ddff3caabc7", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 19, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L482,C29) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a513a232-951c-40d2-9eba-2b23185072d2", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 29, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 30, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Calling \"", - StyleBox[ - "Plus", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" with \"", - StyleBox[ - "String", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\" arguments.\\!\\(\\*StyleBox[\\\"\\\\\\\" (L494,C23) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "65b70de2-b1ee-461a-b06c-7ad99ba889be", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 494, "SourceColumnStart" -> 23, - "SourceLineEnd" -> 494, "SourceColumnEnd" -> 24, - "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1895517910]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - - TemplateBox[{ - "\"The same symbol occurs on LHS and RHS of \"", - StyleBox[ - "Rule", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L88,C55) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "682a5d47-63b5-4d85-8a5b-27dbdc49e15f", 1473604302, - "CodeInspectionFileIssue/PatternRule", <| - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> Automatic, - "SourceLineStart" -> 88, "SourceColumnStart" -> 55, - "SourceLineEnd" -> 88, "SourceColumnEnd" -> 56, "Message" -> - "The same symbol occurs on LHS and RHS of \ -``Rule``.\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PatternRule", - "The same symbol occurs on LHS and RHS of ``Rule``.", - "Error", <| - CodeParser`Source -> {{88, 55}, {88, 56}}, - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, - ConfidenceLevel -> 0.7, CodeParser`CodeActions -> {}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> - Automatic|>], "Hash" -> 8126449213346323709, "Position" -> - "\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1473604302]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Suspicious use of session symbol \"", - StyleBox[ - "Print", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L518,C13) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4b346a98-d47f-4822-940b-7f457b910eea", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 518, "SourceColumnStart" -> - 13, "SourceLineEnd" -> 518, "SourceColumnEnd" -> 18, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{518, 13}, {518, 18}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1402949772]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Suspicious use of session symbol \"", - StyleBox[ - "Print", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\".\\!\\(\\*StyleBox[\\\"\\\\\\\" (L526,C17) \ -\\\\\\\"\\\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", \ -False]]], Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2eeecd56-a9f4-43dd-8a2e-281dd679d9b3", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 526, "SourceColumnStart" -> - 17, "SourceLineEnd" -> 526, "SourceColumnEnd" -> 22, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{526, 17}, {526, 22}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 1402949772]; Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - TemplateBox[{"\"Expected context: \"", - StyleBox[ - "StianRamsnes`Global`", "Program", FontWeight -> Medium, - ShowStringCharacters -> True, StripOnInput -> False], - "\"\\!\\(\\*StyleBox[\\\"\\\\\\\" (L25,C7) \\\\\\\"\\\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\\\"OperatorSubstitution\\\", False]]], \ -Rule[StripOnInput, False]]\\)\""}, "RowDefault"]}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "354b43c1-1e60-4761-9217-5cae0a6397c5", 1538315956, - "CodeInspectionFileIssue/NotPublisherContext", <| - "Hash" -> 1260874954269615821, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic, "SourceLineStart" -> - 25, "SourceColumnStart" -> 7, "SourceLineEnd" -> 25, - "SourceColumnEnd" -> 16, "Message" -> - "Expected context: \ -**StianRamsnes`Global`**\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)", "SourceInformation" -> - CodeInspector`InspectionObject[ - "NotPublisherContext", - "Expected context: **StianRamsnes`Global`**", "Error", <| - CodeParser`Source -> {{25, 7}, {25, 16}}, "Hash" -> - 294405318996857715, ConfidenceLevel -> 0.99, - CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace with suggested context", - CodeParser`ReplaceNode, <| - "ReplacementNode" -> CodeParser`ContainerNode[String, { - CodeParser`LeafNode[ - String, "\"StianRamsnes`Global`\"", <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>]}, <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>], - CodeParser`Source -> {{25, 7}, {25, 16}}|>]}, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic|>], "Position" -> - "\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", Rule[FontOpacity, \ -0.65`], Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, \ -False]]\)"|>]; DefinitionNotebookClient`PackageScope`seekAfter[1538315956]; - Null], TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], "\" \"", - "\"The specified Wolfram Language version does not match \ -the paclet info value (13.0.1+)\""}, "RowDefault"] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "d3d053fc-93a1-4946-bf88-a0cb54732e91", 210582271, - "PacletWLVersionMismatch", <| - "PacletWLVersion" -> "13.0.1+", "ResourceWLVersion" -> - "12.1+"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[ - 210582271]; Null]}, Appearance -> None], "BoxID" -> - "WarningCountButton", StripOnInput -> False], - TagBox[ - ButtonBox[ - TagBox[ - PaneSelectorBox[{False -> GraphicsBox[{ - GrayLevel[ - NCache[ - Rational[64, 85], 0.7529411764705882]], - - PolygonBox[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - PolygonBox[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, - PlotRangePadding -> 0, PlotRange -> 0.7, Background -> - None], True -> GraphicsBox[{ - GrayLevel[ - NCache[ - Rational[128, 255], 0.5019607843137255]], - - PolygonBox[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - PolygonBox[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, - PlotRangePadding -> 0, PlotRange -> 0.7, Background -> - None]}, - Dynamic[ - CurrentValue["MouseOver"]], ImageSize -> Automatic, - FrameMargins -> 0], - MouseAppearanceTag["LinkHand"]], ButtonFunction :> - With[{DefinitionNotebookClient`Stripes`PackagePrivate`nbo$ = - EvaluationNotebook[]}, - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells] = If[ - TrueQ[ - MemberQ[ - CurrentValue["ModifierKeys"], "Control"]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Cell[ - Blank[], "StripeCell", - BlankNullSequence[]]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Condition[ - Pattern[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - Blank[Cell]], - Not[ - FreeQ[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - "58869ef4-1700-42ad-ae4b-d53a74031007"]]]]]], Appearance -> - None, BoxID -> "58869ef4-1700-42ad-ae4b-d53a74031007", - Evaluator -> Automatic, Method -> "Preemptive"], - MouseAppearanceTag["LinkHand"]]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], - "Grid"]}, {"", - PaneBox[ - TagBox[ - GridBox[{{"\"\"", - StyleBox[ - TagBox[ - - GridBox[{{ - "\"\[FilledVerySmallSquare]\"", "\"Build result: \"", - TemplateBox[{ - TagBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{ - Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletArchive\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd-4.0.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"196.629716`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletArchive\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd-4.0.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"196.629716`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"BuildPacletDirectory\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"File", "[", - - TemplateBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd\""}, "FileArgument"], "]"}], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletManifest\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - TagBox[ - TagBox[ - - DynamicModuleBox[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$ = <| - "InitialData" -> <|"Files" -> {<|"File" -> - File["Kernel/AutoCompletion.wl"], "Hash" -> - "d481ce3a221fd9183c2bb9896103674cba83f5743614eb61c647fa903\ -470ad3e"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/BrennanCowan.m"], "Hash" -> - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Chantler.m"], "Hash" -> - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/CromerLiberman.m"], "Hash" -> - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/EPDL97.m"], "Hash" -> - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Henke.m"], "Hash" -> - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Kissel.m"], "Hash" -> - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Sasaki.m"], "Hash" -> - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Windt.m"], "Hash" -> - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/xraylib.m"], "Hash" -> - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - "Hash" -> - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - "Hash" -> - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -InternationalTablesC(3rd).m"], "Hash" -> - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - "Hash" -> - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/Kissel(modified).\ -m"], "Hash" -> - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.\ -m"], "Hash" -> - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - "Hash" -> - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9"|>, <|"File" -> File["Kernel/Data/CrossSections/Metadata.txt"], - "Hash" -> - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - "Hash" -> - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - "Hash" -> - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Al.dat"], - "Hash" -> - "e869578f1b30a405666e344c5e0b4b2e98579e6dfe1d879799963be71\ -027621a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Am.dat"], - "Hash" -> - "8f593c4cdcf1bda52d239f329bfca8ad561e8708e5cd98114a0efd4dd\ -a2bd5c3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ar.dat"], - "Hash" -> - "ad2750454a0d90cef4123bb9d7978b87e87ef0c9cf05977f4e046d85c\ -a874959"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/As.dat"], - "Hash" -> - "0b5392f676ba2c5e6c7cb20a767b27a93773ff27c7103be44bcd9e32b\ -39b7191"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/At.dat"], - "Hash" -> - "72bf158f346c7da119da384db00386fb4efda6131dd1e83b7c1f1d137\ -f0da347"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Au.dat"], - "Hash" -> - "38014c96998005ae089b2f89fc8ae5315b5f5f51d354285d8f35ba752\ -c2ebe12"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ba.dat"], - "Hash" -> - "ff9a6b710ab8228aeb038586950c743f10c4c767c0234ec841c28af1a\ -84e3de5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/B.dat"], - "Hash" -> - "e690bde2639044293a282dd74ff5a93a97a5ab5a65a1efb1161e00250\ -2cd0e58"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Be.dat"], - "Hash" -> - "1326d416980d4c7e04d170cd9c851314289be9b464abd01d3ffc45980\ -ced2e7f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bi.dat"], - "Hash" -> - "f3e692914da1a8ca38261bbb5f768484d656e7061413d5bd3dd230489\ -15d6407"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bk.dat"], - "Hash" -> - "90cb012fe5952d0db46ff3c908d3466c7c9fb63e1426f33667a00584d\ -4826a76"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Br.dat"], - "Hash" -> - "510616d48c3196368a00a87cc570fa819c1ceb37a3d516bdf1faf595c\ -6febb6b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ca.dat"], - "Hash" -> - "1cb0bb6487bacc402705ac6f7ffa0e2d87ed4a042749e81986ed79b06\ -8252989"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/C.dat"], - "Hash" -> - "c9167c4676b6ba85544400c0a102966ca244e86242c05e9e7f3bfd931\ -bd8f5a2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cd.dat"], - "Hash" -> - "099f16ac467843b8daac7160f5e894fc58a86823748c0ca61aae9e40d\ -e520949"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ce.dat"], - "Hash" -> - "95b354cae772f698599549e598582a231bb4f3a1259e16c22041c5b9d\ -b082920"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cf.dat"], - "Hash" -> - "5f1d65cefd9129e83f27b7d05ea4ba2b88f95a1b9c85aab1ba65fe58a\ -a11b169"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cl.dat"], - "Hash" -> - "ba69559846143ac0ec1fcdbc8f91cfb27b275128b7afd8233d4eccc43\ -e4d4a64"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cm.dat"], - "Hash" -> - "473099743b7b8034d571a12ebf702fd64b922e0b6809f08437b74897b\ -e8155c9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Co.dat"], - "Hash" -> - "b0cbb70766a142047e47083492f59ccbc19badbe22bb1bc5baf30e863\ -a88b66a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cr.dat"], - "Hash" -> - "6df201223c193e3a031ab621b141ad09167680b1dcffb52e140848aa7\ -ee18be4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cs.dat"], - "Hash" -> - "512019aa1e0a1bbac6581dfb97afbeb6d8990c39d5754b67bf012d274\ -b9f7e87"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cu.dat"], - "Hash" -> - "f21500809d444592db11654a24ee88afa47c41706bc972f2f8914bf4c\ -e549737"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/.DS_Store"], - "Hash" -> - "d65165279105ca6773180500688df4bdc69a2c7b771752f0a46ef120b\ -7fd8ec3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Dy.dat"], - "Hash" -> - "4f4dd819d308a5b116ae35512a92fbf285a9fb62f5cf02d5e925afe17\ -b1ce13f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Er.dat"], - "Hash" -> - "78dffa36403fa2f80a44f2ee2caae35f88f31906845b3cc7bef4d8c58\ -ddb91e8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Eu.dat"], - "Hash" -> - "396c324d099fdef2938530569ed94a9ca2a2e09f54de7641d62d84b00\ -b208d04"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/F.dat"], - "Hash" -> - "6f8c8881ee42438690d2df25bbb0bb52e7e26f5acd207805b154892c2\ -8e26af0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fe.dat"], - "Hash" -> - "cd8efc8802b47d3cd656c4702ec42a2cc48a7d246eb80f5a0688365d8\ -f608532"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fr.dat"], - "Hash" -> - "8eaa4a61006c8c47778909a99c57ab711d916bfba3957e7bc48895d0c\ -7659865"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ga.dat"], - "Hash" -> - "25f5333e8f662ad86dd814bae39e5693da5eda917e86f548e921e137d\ -487ea57"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Gd.dat"], - "Hash" -> - "44ac2a0cbd0e4002403f73fcb456ef47f0c8d8e7ddf36b58dc6bd9859\ -daaaeae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ge.dat"], - "Hash" -> - "2b8f3cc89127a4dd0bfcd8c090d5fdf379a29b368a0a14b6b0d3ea2d7\ -55ae7db"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/H.dat"], - "Hash" -> - "803b8539ade04ef5c826262432916ccebb7d8602ddb6b0fde8a8cd5eb\ -307f016"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/He.dat"], - "Hash" -> - "c25519fbd9ed6fd6dbd3afcd2744afbe19403681d660a12bd12b9129f\ -201e85a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hf.dat"], - "Hash" -> - "ee09ef9bd3130228b7a9e6805fe7dbc72735c550fdb66d9aa902f36a4\ -1c69e82"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hg.dat"], - "Hash" -> - "40cc80db14ce8aba9f7622a4dafd70e66c37e7ed592c97aedea776a26\ -01eea52"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ho.dat"], - "Hash" -> - "c7d085e71ca708e836302de008e77fe10331d89e122e26e503a655bd8\ -0c46bc5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/I.dat"], - "Hash" -> - "1687e637f542c8a792794b0b8263a7f8656f213497d887ffe862dbcae\ -d8d0a6f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/In.dat"], - "Hash" -> - "9741a74eab1d475885792800e2ba668c466674c271cddb805e5985b81\ -75a59fc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ir.dat"], - "Hash" -> - "2e63bfcb144e8ff296408232f6408898bf0fd450a94c704c97c15e06f\ -0727758"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/K.dat"], - "Hash" -> - "1e536d3d1e88d82c9d10939be942fca95230fb9046a9273e9985688e8\ -c00bdd6"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Kr.dat"], - "Hash" -> - "7c94c788650d7c4be5ecd3dfaaa745f7d7ddf4f5294879aeac56a1c10\ -6fe553e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/La.dat"], - "Hash" -> - "49cf5ef94a8b93334ac898a2fbe0941253ef24ae4eb87923d68ffe128\ -0f1258d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Li.dat"], - "Hash" -> - "0cc9a7379196d82da19b0beaf6c35536a4aab73eb5d276de3c9df8101\ -0b96e06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Lu.dat"], - "Hash" -> - "6148bb5fb045238df4b102289065ab8026859ed71dd7624b854f51ded\ -09df717"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mg.dat"], - "Hash" -> - "5cd5f187e736fc3dd74f7b222ef5a0e0c3feb0d236042cc0697398990\ -407909b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mn.dat"], - "Hash" -> - "09fa6f546e070caaef4723afc65ff739268926fb1d0eeb9bcd7f4ed14\ -bc58bf0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mo.dat"], - "Hash" -> - "9d26676f3139f07cb44e74755c76f5fe8143714b4eeda8240941f5deb\ -ecea77a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Na.dat"], - "Hash" -> - "1cd4a0310479fcd589f9675d82e6162d130eb174817fa48e603b5d290\ -65b466f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nb.dat"], - "Hash" -> - "46a7acfb2f994fb86b2e6c4208a51be7bd3a2135627729e992d94a340\ -db108ba"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/N.dat"], - "Hash" -> - "df1c0f93f0f9180de4ba34c6f2bd68b2c959918f187979aa91d418678\ -96518ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nd.dat"], - "Hash" -> - "b22b25e301e3939fb206c126c59f9083febc2d5622a3be5db068c3e6b\ -68cd79a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ne.dat"], - "Hash" -> - "890c65ccaf190e31f5b0b20242aadf8abd971201ee8694b640d20a130\ -ff2609b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ni.dat"], - "Hash" -> - "84059baf38c3f6e8878834776d758129d238d287cdf7c5c0d2981edff\ -4e99e09"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Np.dat"], - "Hash" -> - "d77358807eb69c2bf53093ec63b103d1bba9b725395eb666bf1c4038c\ -b618368"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/O.dat"], - "Hash" -> - "9c28a1a0d0ba767e8492533052a77dcaf69ed2d203522863c49e2bd34\ -b8e24ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Os.dat"], - "Hash" -> - "279a05c0277e1b294470a4f7e9e246a9ee5675d2e41d5261cec03098f\ -e28f2d2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pa.dat"], - "Hash" -> - "e3565298dcbd935edbebcd506e1eed5de346f61355cca77343a8beac5\ -38c84a8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pb.dat"], - "Hash" -> - "b164e8c4af5b26f55efb5a9b8f0aa7f225494cfc29fa689bfd6357bb1\ -9195ccf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/P.dat"], - "Hash" -> - "2a5f36f7f324407a981e85c2140687d214a62879a36e1706a60364155\ -5487a61"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pd.dat"], - "Hash" -> - "e92c0d8671095fdb07da5be2e6af17cefc3f6e2a560e3ecc0bc8ad393\ -4246fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pm.dat"], - "Hash" -> - "7fc9066a08c0004a7309430fbcf2ba1b93db24497fb8e3005c1a6c4e6\ -ffbeb93"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Po.dat"], - "Hash" -> - "36ab5f840eb6e290b17ad3b811cef0be8e069c765962d928d29eed283\ -b6b444d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pr.dat"], - "Hash" -> - "0ef2a6be21272f090df0ebf8aae16600bd36b483561e56393b76b177c\ -7a38608"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pt.dat"], - "Hash" -> - "c9b8ea1b266168a664470c48c75bc5a60edbff0d3578811a4f7f54591\ -035aebc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pu.dat"], - "Hash" -> - "f0f9c3a55759e7b516a7b94c179c454c0864cc9880c1d6d221443b5b4\ -93fdd7e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ra.dat"], - "Hash" -> - "36b696ae7a5ae03c765db748b5e0da1e297c40a22ac60fe58e01d0d41\ -bf94701"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rb.dat"], - "Hash" -> - "0ebc3838c8222c440a103aa8bc84fedbcfa4933164e09ab09ce6a858e\ -f92e171"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Re.dat"], - "Hash" -> - "bd312792ceaba0ba419f41d7e24edea6eaa75532f67402024c59d1adc\ -f197db1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rh.dat"], - "Hash" -> - "f3268e88f91053b42b7e29adc9bcb7f673691013df63e1a7f69156e27\ -5edfdea"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rn.dat"], - "Hash" -> - "dee55a49714cb9ea174d8bbfd40c03c86186829f7aa0efa307afdbcb3\ -934c43b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ru.dat"], - "Hash" -> - "1dd1f515c0dc248ddea6f407688f8f9f691efa4dcb0aebfb2b18bbc1d\ -87a85fb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sb.dat"], - "Hash" -> - "806ae8e38683e7faeec79c21fbb6d083c675139adf7fb65ab43e2b75a\ -e595f06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sc.dat"], - "Hash" -> - "7f4a78b122d71805a5e1f426e8f2b6edfa845eb54239156bba0181a8e\ -680d533"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/S.dat"], - "Hash" -> - "883170b9940bb06c760b28c18d747431b82771bba95ccd8424bdc3bc2\ -ed7119c"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Se.dat"], - "Hash" -> - "c7d47470e58cc24312992cb7a654ac34bd55cdb6d3313e6562cd14ef7\ -4b485cf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Si.dat"], - "Hash" -> - "5b865f3c5712bfe9ac660fe70b35dc015deff985a07852863f7496dcd\ -24fece5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sm.dat"], - "Hash" -> - "27ef4f314d3c73d3f5bd5298d5be89c90e0f635a1785a790ab1fa24ac\ -aa76712"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sn.dat"], - "Hash" -> - "33ef8df19cf6fecd084c7d31b6204457a9ac295bb77d7dffe902e965f\ -1cb5a4f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sr.dat"], - "Hash" -> - "03f7f59d4bf6c6d0b14d83ab83cc13b3dbd56c1c0ce6c5d08f09468bc\ -67a0aa4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ta.dat"], - "Hash" -> - "a516b6bc2112642fe65c757246db7054e45b657c220154235d0a9e923\ -234c5d9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tb.dat"], - "Hash" -> - "883160818162eb7983d14e495a144b0f3e7224eb498cb74a65122483b\ -3e9e4f3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tc.dat"], - "Hash" -> - "1013b712abb0cb42265b1ab05cb185ee9af44825171ac73e78414ca85\ -b331a9a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Te.dat"], - "Hash" -> - "c22cc7b934b8d09adfb6a8b7ca4e0dad6585825b3920fbf04bdc37f2a\ -438e524"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Th.dat"], - "Hash" -> - "18d078ec154761d055df36b3396d341b6d0759667532bdbd181904b3a\ -4c76cd0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ti.dat"], - "Hash" -> - "bb08ecf78ab525508494828ca4e7127a888301c0f70f4e349fdd55ebf\ -8da9feb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tl.dat"], - "Hash" -> - "ecea6d0b8709caebf4ebae2c4312c7c23356d564f1fb0418f42ee6377\ -47d5ed1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tm.dat"], - "Hash" -> - "5e6728f3070ccd3a8222bd6cbd7e2135103892af3d4db268d2f914e89\ -ffb42f5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/U.dat"], - "Hash" -> - "b87d17cf8be8771985544094c60149a81dcebcb58b517fdf0a29fa28c\ -38ed3f1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/V.dat"], - "Hash" -> - "a127afc742f415109dd1d148a57f4349ef6dabf92051b81abc4acfdc5\ -a185e20"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/W.dat"], - "Hash" -> - "fc27a2429c712bee842c3173eb9af23c219399341fc349836382b162e\ -7521fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Xe.dat"], - "Hash" -> - "e66adff7d2cba2c6c26b3fa7fa2733ed9f52afa222ff581ced0a6a860\ -3501866"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Yb.dat"], - "Hash" -> - "e45e089b9720c3f36514c61218dcdad68b06819de60c22dd50dda8052\ -4fbcc15"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Y.dat"], - "Hash" -> - "c182709ca6c1b5c6892f402db6b1d0e2f7a0094c50f77a5b41db801c2\ -9543fb0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zn.dat"], - "Hash" -> - "f14819caeecde08e106698351c356025118ca1c5267ad2d1d9d0cee87\ -26e0a4d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zr.dat"], - "Hash" -> - "ac21068071b887996db5807c33130065e7286c2949f897f0b79fbc73a\ -4d40db9"|>, <|"File" -> File["Kernel/Data/CrystalDataDemo.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/Data/.DS_Store"], "Hash" -> - "0a9e5b9d8ccbaaee18d29175bb09ea5c39ba1e4b8cc06a5020fa29e83\ -4941c96"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/COD_2203515.cif"], - "Hash" -> - "897a66edc922710bf9fd1fadef107558c926d72cbb724e60760fbdf28\ -7bf5de2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif"]\ -, "Hash" -> - "beb8cc3ba3e94ee1d66cdfef3b6a55dd9330273a0be8d72aa840e16bd\ -169f7e9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif"], - "Hash" -> - "62c031e196d83458a87befce478ea543badc7c133630d3e044eee9817\ -2ac42e0"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Ice.cif"], - "Hash" -> - "06dbd76c98c65ca746931e32628cf2d3541943a91630c1711c518eec7\ -1aa7353"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif"], - "Hash" -> - "db8398f0183b6a93e24764f4eed7c8a1174f6bf567d615ef57d1c26a3\ -722effa"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif"], - "Hash" -> - "62c9a12d53a9356ddd7899d31e4285708decefa6f3412ede5c4281248\ -d7203e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif"], - "Hash" -> - "3279cabd383128541c70e4d177e7e812cddb8029b02b23ab78182c381\ -b3b29e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Perovskite.\ -cif"], "Hash" -> - "5af7ef95cae91f82ac05a4683c1dd00b0632bb48fda13673ac24373f7\ -38c80ac"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Po.cif"], - "Hash" -> - "304bcfc7e7fbb948b3f54de4b348bff7a43547715af80b6c90f8bf51b\ -c85144c"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.\ -cif"], "Hash" -> - "fcc2bd9e648ffc9a04e94f7e49ab556d7b19facb665e701b19da57066\ -0014611"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif"], - "Hash" -> - "1c6ac818ef92844fa31660cb9c9358b95845069e7f6f7faa609124466\ -9d90c57"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/W.cif"], - "Hash" -> - "269e5afde07ecf81453373beb8cae4aa814a4275025b1da910add5883\ -f3e14d7"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Zn.cif"], - "Hash" -> - "f76e49657ef3871835565410b8825a1bfb4a77008f4eb764fdcfd90a8\ -80a1392"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif"], - "Hash" -> - "35f86f192f665d6df87d08d99f8541cf1d9070e264208f28a89dabfac\ -8247eb8"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Ferrocene.cif"], - "Hash" -> - "17c4d740566f03d29dbe54f4a5f0e166788946397d8726ef19c63f6df\ -41967f3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_\ -crystals.cif"], "Hash" -> - "8cad913695e1ab04f880a77fc6d30ea4cc7ce2aba082e263242647ce7\ -21f2c55"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif"]\ -, "Hash" -> - "a6c48f1e74fd021bb1a7ac5d8ce3c36ed27d09b8a0f28361e6689df51\ -9d19c0f"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Yoderite.cif"], - "Hash" -> - "72d3bd5b774c95d23867cbcdc9dc2d3738d0b8d08e334aadcbadb0e58\ -f45d876"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk0.jpg"], "Hash" -> - "ffe1f88b0b5ea9cc302249ecfed0d3e4ff8940f00955f53ae5569e2f8\ -c0911fb"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk2.8_165K.jpg"], "Hash" -> - "1dabcf332ad59320fecae425040532219bb88a8cbd66191a5badc49aa\ -031a4c8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Laue.\ -png"], "Hash" -> - "0adbdf83360a41c975d280b997c4f6511eacdf9cd4a315ea0aee69e10\ -34b5b6f"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_h0l.jpg"], "Hash" -> - "9b764dcc7715ebe198c9952dfc1b2c4fb9742480893c375fe4aa4b476\ -3733b44"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_hk-2.jpg"], "Hash" -> - "0745a4cb25c2cfbd000970b4f4637ecbfe211d5370bee36d8cc94d153\ -6fcefc9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk0.jpg"], "Hash" -> - "9d889df330655060e4878adedeb719c8e991f789317b711d8c0968457\ -18aac93"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk1.jpg"], "Hash" -> - "b7cef8b98a3cfdeaeffdbc449e69e8103a87cce2f6643d2fac4e1890c\ -c6645ab"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_\ -crystal.txt"], "Hash" -> - "4d72d8d5aa9b98410e330fab0c81611be670fe5000f4fa27fe4989791\ -30a6ba8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_\ -setup.txt"], "Hash" -> - "5e33dad55bbc5509209ee98fe30b6d45976b0b3c6d3f836b57ae4bce5\ -2ba93e6"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat"], - "Hash" -> - "20e3ea002a5f7f9f09a10f09e696ca764462213e17a86081e5f66c1ab\ -b3e7ac3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_\ -5x5x1.stru"], "Hash" -> - "f52b863fa24147224aa9fdb6f783988fe575067706ed28501db3d3410\ -0d3e4a9"|>, <|"File" -> File["Kernel/Data/ExampleFiles/.DS_Store"], "Hash" -> - "1e930aae44724689fff614826f71797861b784672fb640479348a8c9f\ -a8dbcd2"|>, <|"File" -> File["Kernel/Data/GroupSymbolRedirect.m"], "Hash" -> - "7abde3585a337e34e7134f28bbef449e18596ab31f723b257c18c352c\ -236aab6"|>, <|"File" -> File["Kernel/Data/PeriodicTable.m"], "Hash" -> - "f57f887c87c1017f722b06662b2409f6e0c72c9b8675dcec10ad9343b\ -6b623ef"|>, <|"File" -> File["Kernel/Data/PointGroups.m"], "Hash" -> - "aae508b240f82bf41501acc156dba48a5df977e0dedda935da4ecb87d\ -5044aeb"|>, <|"File" -> File["Kernel/Data/SpaceGroups.m"], "Hash" -> - "4bc9ea97080603425c4f27feec27bef87cec9364aa1d0ae8207e27e61\ -6700152"|>, <|"File" -> File["Kernel/Data/TransformationMatrices.m"], "Hash" -> - "9dc765143fda2ee1605e6ada93e08db5d048ddd1f7a53cedc5c4a1719\ -b2c60da"|>, <|"File" -> File["Kernel/Data/UsageMessages.m"], "Hash" -> - "f5b46456fe0c7ed422f1f25b0075dd720d635df03160d1b0386d35412\ -d7fc834"|>, <|"File" -> File["Kernel/Data/UserData/CrystalData.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/.DS_Store"], "Hash" -> - "a8aa2029bce408117ad687ba1bc1ede0c388221ccf3901f28afeadffd\ -81b57b6"|>, <|"File" -> File["Kernel/Functions/AttenuationCoefficient.wl"], - "Hash" -> - "0256448428b8d01183f059c65dd8fce6a026733e1f14fa6c8ef0c6b6c\ -6c06e4a"|>, <|"File" -> File["Kernel/Functions/BraggAngle.wl"], "Hash" -> - - "eed596025bcdcb1e384242cb85edf4485d99198ed2f56401df4b3c3b0\ -a18f1c4"|>, <|"File" -> File["Kernel/Functions/ConstructDomains.wl"], "Hash" -> - "a7a11c517ccaec9eafa395bdeb09c73268831aa3b2e5444dec001e98b\ -771ff10"|>, <|"File" -> File["Kernel/Functions/CrystalDensity.wl"], "Hash" -> - "fccb5b6d3bfdbcd7624fb7801c28298ea01fac47e4b9c8e910bf82cdf\ -ea9f13b"|>, <|"File" -> File["Kernel/Functions/CrystalFormulaUnits.wl"], - "Hash" -> - "7f49045d2bbf3e8ca64ca5b1bb50a7bd8dbeda299a3d5aed1b765d744\ -782c941"|>, <|"File" -> File["Kernel/Functions/CrystalPlot.wl"], "Hash" -> - "bfcfe1021a30fcae2f33ab93de3e8c58b4df0291fc27ea253bb12953f\ -93f480d"|>, <|"File" -> File["Kernel/Functions/DarwinWidth.wl"], "Hash" -> - "4348dc4dec66e6f8cccb146c7c3c9bb26e87c0941a90eeacc01f92e1f\ -83b04e4"|>, <|"File" -> File["Kernel/Functions/DistortStructure.wl"], "Hash" -> - "6d884d4bc070e165279bc97e3b405ebcb900a668297ad022e70807da7\ -566b924"|>, <|"File" -> File["Kernel/Functions/DomainPlot.wl"], "Hash" -> - "eb45a0929a913e393a4990f0f9244f6835a98f3b613dd259f6acd26e4\ -47a5191"|>, <|"File" -> File["Kernel/Functions/EmbedStructure.wl"], "Hash" -> - "c97052b153119202fbaa302b29b705e397eafe8a533fa377cc4bcd03e\ -3e8a8db"|>, <|"File" -> File["Kernel/Functions/ExpandCrystal.wl"], "Hash" -> - "a6034fda60822de4557d913859ea2947a43d713f1ce77c10e1191014a\ -a410f74"|>, <|"File" -> File["Kernel/Functions/ExportCrystalData.wl"], "Hash" -> - "d4277f12db0135b8d6bf2f7831a460372ce9669fdd9db8bb0c4b266e7\ -1e24e26"|>, <|"File" -> File["Kernel/Functions/ExtinctionLength.wl"], "Hash" -> - "386024c166fe7a6f7a188b3612274ac04842bb7b71431f6331aeef54e\ -877a3d8"|>, <|"File" -> File["Kernel/Functions/FindPixelClusters.wl"], "Hash" -> - "e714b8e2ae19a8dc498c428a3e024f6df63f2ac360f7a8d87a1b917bf\ -029ab0f"|>, <|"File" -> File["Kernel/Functions/GetAtomCoordinates.wl"], - "Hash" -> - "9e0a2383b0212ce0c43287179492ab49ba4e375b049042dc0ef73b394\ -633de30"|>, <|"File" -> - File["Kernel/Functions/GetAtomicScatteringFactors.wl"], - "Hash" -> - "19fbb7c4c6d2659bd0d220cf4c5b3df1bb9c44648c86c6fdb83ef3ac4\ -a382048"|>, <|"File" -> File["Kernel/Functions/GetCrystalMetric.wl"], "Hash" -> - "8d489e9012ec419b398f14b4d36999fe67a2521db69aaafaab0031972\ -1c4bd2a"|>, <|"File" -> File["Kernel/Functions/GetElements.wl"], "Hash" -> - "ccf1007c329f292875eae5e31e7a4defab2bc2f0b99bbacb992a8c36e\ -cf4e1fc"|>, <|"File" -> File["Kernel/Functions/GetLatticeParameters.wl"], - "Hash" -> - "fa71028bdb89af26340cdb9dc3215e7dea727330d3cc212627a7a95ea\ -bf1bc5d"|>, <|"File" -> File["Kernel/Functions/GetLaueClass.wl"], "Hash" -> - "a20a452b311c3b0031aebbd5ba5f848c8619b09029f446d8fb9251fb0\ -495c92b"|>, <|"File" -> - File["Kernel/Functions/GetScatteringCrossSections.wl"], - "Hash" -> - "e627a84d2461b849ea96622252901f480b3926adb526e346b9bedd2eb\ -ea0eb9f"|>, <|"File" -> File["Kernel/Functions/GetSymmetryData.wl"], "Hash" -> - "d9469ba283af825c4f9c58db8374ab0d0162794efb26803073a2b617f\ -76ba4ad"|>, <|"File" -> File["Kernel/Functions/GetSymmetryOperations.wl"], - "Hash" -> - "46e6d558f0378b15bfbfd5a926ce439f07f9c084ef664d3337ccb281c\ -e36ff89"|>, <|"File" -> File["Kernel/Functions/ImportCrystalData.wl"], "Hash" -> - "0f07da648aaecc5edf848d10ba4add05f184410d0d62ffb0df133c35d\ -b0c9822"|>, <|"File" -> File["Kernel/Functions/InputCheck.wl"], "Hash" -> - "04a43638d83c1bbcf17c3036019d22a0f16a85a2dd986c4a068ce99d6\ -9eb84c1"|>, <|"File" -> File["Kernel/Functions/InterplanarSpacing.wl"], - "Hash" -> - "23764f393b86860c5d8f966f9ee56eb05d7f838fcaa444991a20c1d05\ -510c4d5"|>, <|"File" -> File["Kernel/Functions/MergeDomains.wl"], "Hash" -> - "5854a38caf4d8f7d33a95afab0c3472f6548f43930329253bd9a97326\ -60d166f"|>, <|"File" -> - File["Kernel/Functions/MergeSymmetryEquivalentReflections.\ -wl"], "Hash" -> - "d3000053627452a4b65a2c2c1e07098e79832b6cbe90d91869e45f533\ -0cfdc90"|>, <|"File" -> File["Kernel/Functions/MillerNotationToList.wl"], - "Hash" -> - "44e3370540388a59adf8bf36b0bc6dff8e8b105ce4185012609c09530\ -96b1e53"|>, <|"File" -> File["Kernel/Functions/MillerNotationToString.wl"], - "Hash" -> - "ad355e7ae9945d08d3b294d42c6ccfb43147a6ff16afed57b0d025b74\ -aaeb1f6"|>, <|"File" -> File["Kernel/Functions/ReciprocalImageCheck.wl"], - "Hash" -> - "0265f6f726b554f2d76ff741b863ee530042ccd518f63d67fed1b5d34\ -533ca9d"|>, <|"File" -> File["Kernel/Functions/ReciprocalSpaceSimulation.wl"], - "Hash" -> - "3af58a11f3c5db29d72b015293296204c8b4e412be405e526c6d14ae9\ -8f53120"|>, <|"File" -> File["Kernel/Functions/ReflectionList.wl"], "Hash" -> - "2c418b1ef5704978a15b80b03bb1aabec555b163196faa9df092cb015\ -822f31a"|>, <|"File" -> File["Kernel/Functions/RelatedFunctionsGraph.wl"], - "Hash" -> - "b76eba42677999b244a47bff6a6d99812490de25e1567493745de3945\ -0407c9d"|>, <|"File" -> File["Kernel/Functions/ResetCrystalData.wl"], "Hash" -> - "5d7f36dd2767af65cd3550da1b92b284176e01da6f8198548413d622d\ -27a1d38"|>, <|"File" -> File["Kernel/Functions/ResizeStructure.wl"], "Hash" -> - "335d6435f4d9b38d83adc42deba535b7a9ae74926c5ca2c2fa030dc03\ -23abe30"|>, <|"File" -> - File["Kernel/Functions/SimulateDiffractionPattern.wl"], - "Hash" -> - "0b1f58e3e536bce50db5a3024f34e71a3375c7d691e2ad1530ec86aac\ -53fd2ac"|>, <|"File" -> File["Kernel/Functions/StructureFactorTable.wl"], - "Hash" -> - "3ef81a826eec6f79d480aadfad18ef05d18a29b7be41a477ad7c99e58\ -c9e3386"|>, <|"File" -> File["Kernel/Functions/StructureFactor.wl"], "Hash" -> - "a70924effd16473ce4e848e2bdea73ed4e3ffc73cfdba70d7804fcaa3\ -c430492"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentPositions.wl"], - "Hash" -> - "727f2caaeb3f217ea540759eda3911e709ef214f69be027156fa7f38f\ -cbe35af"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentReflectionsQ.wl"]\ -, "Hash" -> - "45cc1ee34485a582311aeec9b207329b639755543ec5d0576e64c45bf\ -57336cf"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentReflections.wl"], - "Hash" -> - "e0f61a62815314837f9bf5595edfeb53b8646e00bd13bb47fb60bfb08\ -1f9d908"|>, <|"File" -> File["Kernel/Functions/SynthesiseStructure.wl"], - "Hash" -> - "dafeeba6b2a12598f9bafa7389b145c47d2228535cf28410b8491a590\ -0d0787a"|>, <|"File" -> File["Kernel/Functions/SystematicAbsentQ.wl"], "Hash" -> - "52774d7d4a1de8ed30889b44adb62be91379b9b30e3fe63ae8252dfc9\ -310b864"|>, <|"File" -> File["Kernel/Functions/ToStandardSetting.wl"], "Hash" -> - "cc6cbe4c459a650352512cd31668039c1897dfaa3c678ef999d6aa7c5\ -707425b"|>, <|"File" -> - File["Kernel/Functions/\ -TransformAtomicDisplacementParameters.wl"], "Hash" -> - "f637c2fe9518655bf73bc754769b31d7a075c2d987c160decd5acba02\ -4df66bf"|>, <|"File" -> File["Kernel/Functions/UnitCellTransformation.wl"], - "Hash" -> - "76ab89a43bf4b89b720bf5623c525cbb650255d4ea998c765f1d8be27\ -a59c31b"|>, <|"File" -> File["Kernel/MaXrd.wl"], "Hash" -> - "bce07db6bcdfb0f84db7e52f209011fc4d0c39b8a261badd17808d02c\ -cb305af"|>, <|"File" -> - File["Documentation/English/Guides/PackageOverview.nb"], - "Hash" -> - "08d4b80bc2d57f8cb8f5b8c861753d22bf51ebba8b50787645724cf34\ -6af38bb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb"], "Hash" -> - "cbcbd1a934f0803c0255f9100e3c2c5de6f831395b518b551e7475205\ -9e1ef1d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb"], "Hash" -> - "7a82f9c74369581215fd873a1ab744c54b9892e198fd612d5d95c9cf0\ -9db3132"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb"], "Hash" -> - "85070664d058d91445ba918cf21250bbac8ae0740eddfc7ba89a795db\ -652dcec"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb"], "Hash" -> - "81cbc9bc42287a18c685102e68cf17c68cb3586a91c845aeacc227f50\ -78f5ee6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb"], "Hash" -> - "07647ecb193faec15ec63752e8a6fd320cdb9857db8177eaa11b1e8d5\ -0d1ac23"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb"], "Hash" -> - "6bbfefae005622a439e4aea3b498f436cd13ca057f3d128b9b54206a4\ -9c0ca78"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb"], "Hash" -> - "a77e766d0bd4d10a5eb1d81de35cba3117bfb8f2dc7c6f43493957de1\ -c7a8145"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb"], "Hash" -> - "bd277f4184049f1a87878b5afcbc619b44725f706b241fb18bb921856\ -c3431b3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb"], "Hash" -> - "ca6887e61c4019539f81cc589cb63b928a366afd07787a9382226cddf\ -d0bba86"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb"], "Hash" -> - "6dfa176b9f39ec088ad67fe2f27252164a31f0a69799544646c7b81d0\ -48b7433"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb"], "Hash" -> - "722acf4ae3b487a5d201bc0753b1e2865308d38ed99cf8c1dd04cc3b9\ -8c52bcb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb"], "Hash" -> - "a8445679e374b67b3f7fb84df79392bfd60e9b424f99ceee68707d53e\ -fc7832f"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb"], "Hash" -> - "d1341e1af1e82056028bb9c53713cad243f7b9337b1b21b9d79c4a426\ -3b1e30e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb"], "Hash" -> - "6b0c390424a60ace017f6137dcbe84acd93d8d84d6294818e35f948c0\ -be3b758"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb"], "Hash" -> - "82ac8e38be13d756b286e0fc533a5318b7d63e9d9d9078a606a64b270\ -806b4bc"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb"], "Hash" -> - "c99fcde3d48fa245c3f87eed14800a2eac024f7ecfcb4e213985a8e61\ -a371904"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb"], "Hash" -> - "b32471121f238da58f0042323e5986cb9e1114f9ee10f3223c628485d\ -610ca0c"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetElements.nb"], "Hash" -> - "22a8b9c1106dcb2b1cef5cd1556c2c53465fb7495f609ad32d16cca3f\ -441c636"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb"], "Hash" -> - "e6be0b888f75ad82d9bfe14aa211d32fb21d550893981bc84697d3532\ -5510a70"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb"], "Hash" -> - "9f80a6afbfa9f77d1ecb0eeb3e49559edd9ad73f12a4dc2353952319e\ -c9ce765"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb"], "Hash" -> - "b21e5c0606a03961a237f4fdf4fa0eeba1e653067ed48ffb0fc2b341a\ -b6f53b1"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb"], "Hash" -> - "514965f4f185c92a0dc0eb70c37bcfa15d98e5441d271fbb36243c442\ -32fd498"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb"], "Hash" -> - "c9e4a55ac4f003710db20fcd5c986d7f976ab0246489b8c50e79284f0\ -3ef3ec6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb"], "Hash" -> - "873e6c0bd15dd7ec3ec8dd0b5bbc0a089e7ba744a727cfbe176dd7d24\ -8a144a7"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb"], "Hash" -> - "aeb2969d793f2c7fed08b5c1c8fb0f857c4fd89bc47452c047c50c433\ -d866899"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb"], "Hash" -> - "026645afcfc4adbb98bc911504b11d4033409f5be45969a27f27805a0\ -b82788c"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb"], "Hash" -> - "694bff0482209739063d0a790baf891aa2902501b6ffbb4ce0d7b9745\ -6ca5893"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb"], "Hash" -> - "6a7de05369c13eb6b21d1c1a7f88ab051cd11205ba3f7d9fc362058b2\ -fd4369e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb"], "Hash" -> - "333e16e0e5690ab1ac6a2acc6fdf45da51554e54a488afe4d0e5e758b\ -79424a5"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb"], "Hash" -> - "791ce75b30cf63596663824f042dec26929198fc77889ebdf618dbecd\ -166c413"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb"], "Hash" -> - "1639c6fad6f3db2ea0e9ce914eec0bc3032287ff1be248e1cee4c9900\ -759a0d8"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb"], "Hash" -> - "565295309effed3336bfe96545cce645bca306752ed6f9705a5aa11a2\ -9c7724a"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb"], "Hash" -> - "21ada9a4a7217dd62832d199f24fd6e8191b1c1fe07254f9a1d86babf\ -09380e3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb"], "Hash" -> - "540978b091d964c7ddd5606a56b7f7780967bf1330285bdd86b1a1321\ -0238837"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb"], "Hash" -> - "18f7507f4d0efcd63a2289230660fc2d41ad26c7e69f14eda370a97c9\ -b3b0bf4"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb"], "Hash" -> - "5c220075135140917589ee3c5cb3d4e0c88ded939daab3642377bf9bf\ -2150365"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb"], "Hash" -> - "441a947e35305d2b1881e7e97be0028d4a44bde200721b1cdd4b5ed09\ -2950c15"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb"], "Hash" -> - "5bba03da939f93f3ec4f89cf054cc41a73c7f136c9f32b1e3eec23ed6\ -3460047"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb"], "Hash" -> - "cb4453fecd47c231dc76acc04fca4d48aa660728fb691ea7248517da5\ -5dc63cb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb"], "Hash" -> - "ef0c0737964bb6c58de396e8dc71ceec720a7dfe0f7ba7ed95b2b2137\ -e6beaa3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb"], "Hash" -> - "602c214c003a84b82467091edfa43a5fa5e0f54de624b97bf1e57b2af\ -f1f888e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb"], "Hash" -> - "798f13f4d84104486edce99aed5d1205116287cf0b9e6b177743df1b3\ -c662fa2"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb"], "Hash" -> - "4eba9c3a2bd23143d48baf45d4c6999cec43460284d59d689e0401000\ -60fd310"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb"], "Hash" -> - "e02a8fc70b5c20d4942d588b92ca6a2f68d3b53df35723dfef973ac70\ -9a32ffa"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb"], "Hash" -> - "4c5da3dd25725204c2b2cb0dab65c692d1f64b805df82fb250115f918\ -4e78285"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb"], "Hash" -> - "56d6b9b2f442f2d3d04b7c976e133e38935237a10fec836fef72a7d55\ -a387863"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb"], "Hash" -> - "a1ba27298a471e34fc9e6f301949c448cdca6a97c756369de1d76403f\ -6d9d94e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb"], "Hash" -> - "32ecb03b87974db7a1754337f83e0835b97d69bfeeb2ee2513ea4e7c5\ -2f4f010"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb"], "Hash" -> - "156a5b230260705511ff904db26fe9e81b326571426153e065f74b805\ -a3d609d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb"], "Hash" -> - "c5aca0eec3f009babadabcdfb95b96c64af2a51e136d76a44afc97498\ -d059399"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb"], "Hash" -> - "6ed7c3b70967fbcb6b9fd3820df7b7adb982a5d7eaa38736fae550637\ -3e7c5dd"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb"], "Hash" -> - "697887e2b747a2f9dfbdc3d4147a95e6f565626221b81ed8e9a62df79\ -5cbedfc"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb"], "Hash" -> - "d6997149dc759d08d81646e6e1f36b91783faa5274abaa6d77c21debe\ -64c8260"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb"], "Hash" -> - "31643da4395b2a69aa7fd8c3ee5ee9d10cc1c594b525502876ae50ce0\ -c298dae"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb"], "Hash" -> - "b5d62c9542b74b8fd8baa954a61fad0c12e099b4ad0171e59366441c5\ -254839d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb"], "Hash" -> - "0a32c1abf0868cc6757a06c9326ed7f98dd89484fad53b9bf6a99e142\ -a9b061f"|>, <|"File" -> - File["Documentation/English/Tutorials/ApplyingCrystalData.\ -nb"], "Hash" -> - "ed0f46fd863b882b9a6224c40f5f932a9a3b77fd34bd6c0cba82a0dce\ -c71ceed"|>, <|"File" -> - File["Documentation/English/Tutorials/BasicComputations.\ -nb"], "Hash" -> - "8f3e2dd43cd9e199e10e20234c83fd51e3575102f8b10ac4116de5580\ -0e6564f"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ComputationsOnReflections.nb"], "Hash" -> - "56cf4d842eccd4936f01e93d8246534bb47d93fddc4a2777f1207d1a0\ -b0f2d27"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -FormulasInCrystallography.nb"], "Hash" -> - "ad274b5c7a01b2e9f55d4a7208e0d96bbc78110c93c2a3821e86009fd\ -2ac84fd"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ImportingCrystalData.nb"], "Hash" -> - "e186cd5b9ecdb446a7c136ed3b97421be50c4541ba19dcbbc468138aa\ -32671fe"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -QuickGuideToConditions.nb"], "Hash" -> - "b80d1323be565a72864f1b25038c0c3f959ba7721795c66259fd1975d\ -258cb13"|>, <|"File" -> File["Documentation/English/Tutorials/References.nb"], - "Hash" -> - "eb106e2d8c359c5ef351d836d74b25c52bb696b27dae005f26183f112\ -b3d4692"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -SymmetryCalculations.nb"], "Hash" -> - "3a76b955ea28d4433e58454453a7ba0b6992f3e3250bc02475db595dd\ -ab3836a"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb"], "Hash" -> - "c859034547de65ef3d41e67b559fceccd4fc82c6a2401f762dcddf70c\ -d0ef502"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb"], "Hash" -> - "9e2f1cda1e38c2468ba3a6baa7b81976125f12799d811013896a5e78e\ -dac1731"|>}|>, "AllowEmbedding" -> True, "InitialShape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<|"File" -> - TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "InitialType" -> - TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 272], 1], "Meta" -> <||>, - "RowTarget" -> 20, "ColumnTarget" -> 10, "Shape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<|"File" -> - TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "Type" -> TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 272], 1], "Path" -> {}, - "DisplayedRowCount" -> 1, "DisplayedColumnCount" -> 2, - "DataRowCount" -> 1, "DataColumnCount" -> 2, - "SortPaths" -> {}, "SortDirections" -> {}, - "HiddenItemsMap" -> Null, "UpdateType" -> 1|>, - TypeSystem`NestedGrid`PackagePrivate`$outputID$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$ = {}, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$grid$$ = - DynamicModule[{ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = Deploy[ - Style[ - Grid[{{ - Item[ - Pane[ - Annotation[ - Mouseover[ - - Graphics[{}, ImageSize -> 6, BaselinePosition -> - Scaled[-0.15]], - Graphics[{ - GrayLevel[0.6], - - Polygon[{{2^Rational[-1, 2], -2^Rational[-1, 2]}, { - 2^Rational[-1, 2], 2^Rational[-1, 2]}, {-2^Rational[-1, - 2], 2^Rational[-1, 2]}, {-2^Rational[-1, 2], -2^ - Rational[-1, 2]}}]}, ImageSize -> 6, BaselinePosition -> - Scaled[-0.15]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, Keys}, "KeyDummy", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], Background -> GrayLevel[0.95], - Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["File", - Style[ - "File", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "File"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "File"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], Background -> GrayLevel[0.95], - Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Hash", - Style[ - "Hash", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "Hash"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "Hash"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], Background -> GrayLevel[0.95], - Alignment -> {Left, Baseline}]}, { - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Files", - Style[ - "Files", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "RowHeader", False], "Mouse"], - ImageSize -> {{56.00000000000001, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - File["Kernel/AutoCompletion.wl"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d481ce3a221fd9183c2bb9896103674cba83f5743614eb61c647fa903\ -470ad3e", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -BrennanCowan.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Chantler.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -CromerLiberman.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Henke.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Sasaki.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Windt.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -xraylib.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/InternationalTablesC(\ -3rd).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/Kissel(modified).m"], - - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/Metadata.txt"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, ImageMargins -> {{5, - 3}, {4, 5}}], ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], ItemSize -> { - Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover[ - Superscript["272 total \:203a ", ""], - Style[ - Superscript["272 total \:203a ", ""], FontColor -> - RGBColor[0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 2]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "Item", False], "Mouse"], - ImageMargins -> {{5, 3}, {4, 5}}], BaseStyle -> {{ - RGBColor[ - 0.5098039215686274, 0.5098039215686274, - 0.5098039215686274], 8}, ContextMenu -> { - MenuItem["Show 1 More Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 1]& , {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 More Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 5]& , {All}]], MenuEvaluator -> Automatic], Delimiter, - MenuItem["Show 1 Fewer Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -1]& \ -, {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 Fewer Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -5]& \ -, {All}]], MenuEvaluator -> Automatic]}}, Alignment -> {Left, Baseline}, - Background -> GrayLevel[0.98]], SpanFromLeft}}, - BaseStyle -> {ContextMenu -> - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - Which[TypeSystem`NestedGrid`PackagePrivate`$lastOutputID =!= - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$], {}, - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger === - TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger, TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu, - True, TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger = - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu = - Block[{TypeSystem`NestedGrid`PackagePrivate`$\ -globalScrollPos = {TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}}, - - With[{TypeSystem`NestedGrid`PackagePrivate`lastPath$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$ = - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader, TypeSystem`NestedGrid`PackagePrivate`headerHidden$ = And[ - MatchQ[TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - Alternatives["RowHeader", "ColumnHeader"]], - TypeSystem`NestedGrid`PackagePrivate`headerHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$]], - TypeSystem`NestedGrid`PackagePrivate`allHidden$ = - TypeSystem`NestedGrid`PackagePrivate`allHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`anyHidden$ = - TypeSystem`NestedGrid`PackagePrivate`anyHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ = - TypeSystem`NestedGrid`PackagePrivate`columnSortDirection[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortPaths"], - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortDirections"]], - TypeSystem`NestedGrid`PackagePrivate`haveData$ = Not[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`datasetInitialData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]]], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$ = Not[ - FreeQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, Keys]]}, - Join[{ - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - Not[TypeSystem`NestedGrid`PackagePrivate`anyHidden$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$], - Nothing, - MenuItem["Show " <> Which[ - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "remove"]], MenuEvaluator -> Automatic]], - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - TypeSystem`NestedGrid`PackagePrivate`pathEmptyQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$, - And[ - TypeSystem`NestedGrid`PackagePrivate`allHidden$, - TypeSystem`NestedGrid`PackagePrivate`headerHidden$]], - Nothing, - MenuItem["Hide " <> Which[ - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, "add"]], - MenuEvaluator -> Automatic]], Delimiter}, - If[ - And[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MatchQ[TypeSystem`NestedGrid`PackagePrivate`lastPathType$, - Alternatives["ColumnHeader", "KeyDummy"]], - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Not[TypeSystem`NestedGrid`PackagePrivate`allHidden$]], { - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Ascending", - MenuItem["Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Ascending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Descending", - MenuItem["Reverse Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Descending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - None, - MenuItem["Unsort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, None]], - MenuEvaluator -> Automatic], Nothing], Delimiter}, {}], { - MenuItem["Copy Position to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Copy Data to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], Nothing], Delimiter, - MenuItem["Paste Position in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Paste Data in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], Nothing]}]]]]], FontFamily -> - "Source Sans Pro", FontSize -> 14, FontWeight -> Plain}, - Dividers -> All, FrameStyle -> GrayLevel[ - 0.7490196078431373], Spacings -> {0, 0}, Alignment -> - Left, BaseStyle -> {FontFamily -> "Source Sans Pro", - FontSize -> 14, FontWeight -> Plain}], LineBreakWithin -> - False, ContextMenu -> {}, NumberMarks -> False, - ShowAutoStyles -> False]], - TypeSystem`NestedGrid`PackagePrivate`initialQ = True}, - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`setupViewPath[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, If[ - Not[TypeSystem`NestedGrid`PackagePrivate`initialQ], - - Module[{ - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = $Failed, - TypeSystem`NestedGrid`PackagePrivate`tmpData$ = - TypeSystem`NestedGrid`PackagePrivate`datasetData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]}, - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = If[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpData$], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid, - TypeSystem`NestedGrid`PackagePrivate`renderGrid[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`tmpData$]]; If[ - Not[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]; Null]]; - TypeSystem`NestedGrid`PackagePrivate`initialQ = False; - TypeSystem`NestedGrid`PackagePrivate`$vPos$$; - TypeSystem`NestedGrid`PackagePrivate`$hPos$$; If[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid], - TypeSystem`SparseGrid[ - TypeSystem`H["(data no longer present)"]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}], - DynamicModuleValues :> {}], - TypeSystem`NestedGrid`PackagePrivate`$topBar$$ = Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`makeFramedBar[ - TypeSystem`PackageScope`SubViewPathbar[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$path$$}], - TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$ = - Style[ - Framed[ - Dynamic[ - Replace[ - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$, { - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][Null, - Blank[]] -> "", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - Pattern[TypeSystem`NestedGrid`PackagePrivate`path$, - Blank[]], - Pattern[TypeSystem`NestedGrid`PackagePrivate`pathType$, - Blank[]], - Pattern[ - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Blank[]]] :> ( - Increment[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger]; - TypeSystem`NestedGrid`PackagePrivate`$lastPath = - TypeSystem`NestedGrid`PackagePrivate`path$; - TypeSystem`NestedGrid`PackagePrivate`$lastPathType = - TypeSystem`NestedGrid`PackagePrivate`pathType$; - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader = TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$; - TypeSystem`NestedGrid`PackagePrivate`$lastOutputID = - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]; - TypeSystem`NestedGrid`PackagePrivate`makePathTrail[ - TypeSystem`NestedGrid`PackagePrivate`path$, - TypeSystem`NestedGrid`PackagePrivate`makePathElements]), - Null :> Spacer[10], Blank[] :> Spacer[10]}], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$}], - FrameStyle -> None, ImageMargins -> 0, FrameMargins -> 0, - Alignment -> Top, ImageSize -> {Automatic, 15}], FontSize -> - 1], TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$\ -}, - DynamicWrapperBox[ - DynamicBox[ - ToBoxes[ - Dataset`DatasetContent[ - 2, "Path" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$path$$], - "Grid" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$grid$$], - "State" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$state$$], - "VPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$vPos$$], - "HPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$hPos$$], - "TopBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$topBar$$], - "BottomBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$], - "OutputID" -> Hold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]], - StandardForm], TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$}], - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$ = - MouseAnnotation[]], Initialization :> ( - TypeSystem`NestedGrid`PackagePrivate`$outputID$$ = - CreateUUID[]), DynamicModuleValues :> {}, - BaseStyle -> {LineBreakWithin -> False}, - UnsavedVariables :> { - TypeSystem`NestedGrid`PackagePrivate`$outputID$$}], - Deploy, DefaultBaseStyle -> "Deploy"], - Dataset`InterpretDataset[1], Selectable -> False, - Editable -> False, SelectWithContents -> True], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"DocumentationBuildResults\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], ButtonFunction :> ( - Typeset`open$$ = True), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"174.93992`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], ButtonFunction :> ( - Typeset`open$$ = False), Appearance -> None, - BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"174.93992`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"MaximumFileTime\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - RowBox[{ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], ",", - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\""}], "}"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFiles\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Guides/PackageOverview.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.819295`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.819295`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.694681`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.694681`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/BraggAngle.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.752061`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.752061`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalDensity.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.377714`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.377714`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.2839`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.2839`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalPlot.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.038369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.038369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/DarwinWidth.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.036718`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.036718`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.916509`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> - False}]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.916509`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/DomainPlot.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"5.262632`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"5.262632`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/EmbedStructure.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.901113`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.901113`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ExpandCrystal.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.329252`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.329252`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.277929`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.277929`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.077825`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.077825`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.307533`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.307533`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.349633`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.349633`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.344296`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.344296`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.09166`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.09166`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetElements.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.109142`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.109142`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.184371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.184371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> \ -{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, - 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetLaueClass.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.885877`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"1.885877`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.397698`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.397698`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryData.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.433904`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.433904`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.738258`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.738258`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.764203`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.764203`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/InputCheck.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.921115`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.921115`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.414761`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.414761`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/MergeDomains.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.768849`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.768849`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.142002`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.142002`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.176803`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.176803`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.334823`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.334823`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"8.346143`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"8.346143`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.511358`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.511358`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ReflectionList.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.174329`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.174329`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.045356`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.045356`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.291975`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource["FEBitmaps", - "SummaryBoxCloser"]], ButtonFunction :> (Typeset`open$$ = - False), Appearance -> None, BaseStyle -> {}, Evaluator -> - Automatic, Method -> "Preemptive"], Alignment -> {Center, - Center}, ImageSize -> Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.291975`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ResizeStructure.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.280234`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.280234`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.097891`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.097891`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactor.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.007966`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.007966`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.286251`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.286251`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.861918`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.861918`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.206217`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.206217`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.468249`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.468249`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"4.382198`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"4.382198`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.680513`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.680513`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"2.520066`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.520066`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.57556`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.57556`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.241626`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.241626`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$CrystalData.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.578717`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.578717`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.224299`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.224299`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$LaueClasses.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.093907`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.093907`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.229035`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.229035`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdVersion.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.222824`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.222824`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$PeriodicTable.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.32971`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.32971`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$PointGroups.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.099371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.099371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.406325`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.406325`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.556618`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.556618`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ApplyingCrystalData.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.297031`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.297031`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/BasicComputations.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.883837`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.883837`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ComputationsOnReflections.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.12239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.12239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/FormulasInCrystallography.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.480235`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.480235`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ImportingCrystalData.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.940495`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.940495`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/QuickGuideToConditions.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.50773`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.50773`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/References.nb\"", "\[Rule]", - - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.500994`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> - False}]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.500994`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/SymmetryCalculations.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.985133`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.985133`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.890715`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.890715`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/UsingTheRotationOptions.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.962498`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.962498`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}]}], - "\[RightAssociation]"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"FailedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"PercentSucceeded\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"100.`", "\"%\"", "percent", "\"Percent\""}, - "QuantityPostfix", SyntaxForm -> Mod], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SuccessfulFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SkippedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"TargetWolframVersionNumber\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["13.`", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"DocumentationBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], "}"}], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"PacletBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Short[#, 0.75]& ], - "OEM6eJzsvV2sZFd2HsZm/7FJzpAjjWRJhux2uy2PLLF7//\ -8osjjdt7tJethkT1dzOJJlcPZvdw3rVl1V1SXZChTYiG3YcYQkthEggI0YfsiDHwIECAIkeQiQvOUt\ -MBwbgZHE0kOQxIjyYCcBHET51qm6t+\ -vce7pZVeSQc3nPpTT3dv2cs87ea33rW2uvvXY9M3vhfvj45uSTMqvnZ994azwv071pmYf5cDLGy/\ -XM7ML9CX2gnpude3s4m9fnZxcehId4ZXBxsJ9Smc0GLw32d3fD9PGbJeTBmT9fz85evfV4HHaH6e4k\ -748Kff35w6+fHZT57OsPHu+VWZn/YLJXxlevzs7fCaNZOXj3mwfvlt1Y8gDilKtXB+fv4/\ -qP8ZmXHpTdvRFeXEi4uPDZ2Sv3wrgMyqik+WTavue5+xDj4CbnZxffmA5z+8sHvy/SReitC7NLN/\ -fn84NheHH5RIvr/tyd2/emw48gwg/uTCfj+e1xvl9mk/1pKoNLd27fHM53w95s8OpyYPCld/\ -GcZUrCkyi3yig8Lnn29cUt7uyPE43400bn3IPpfjl8jBdv7O2VMA1jDP65dybjJ+9cuhlmZTB/\ -PCr1uSPPfun2R2G0HzAys0s39ueTXUxxOnz3wt0yfzTJgxfvTQvGdj78aOWiN0bDh+\ -PdMp4fDOjswk4hTTn4/eSjb+2Gh2Uw/O2CEbu4HLHDb7Xue/7BcLfMps81Py9/+/AVfPHlnf3pFBf+\ -HgQug6/dwfjuhL03y/DhIxLh/L3Jx7jnmdk3b8TZZLQ/L6ufn33tbng4HtZhanR45w8x3S/\ -cmYbdZlLPzl5ohofU9/yV3/s7f+sKLnjp1nAKnaFnxvv337i5MxlNptM/0vz849enP9n8/P7r0+\ -83P//k9Z2fPXzilwfz6XDv3fFb4739+\ -RMtXrz59R2IDsHuhZyH44dH336xEauR58g8vty8czdMHw7Hs1U1pt87z+08d/\ -Tvp8ty4YmyH1znzOHvA9s+e9S2jxrZ8quDV67cC2lU5jem6RHG68rg3JVfuXxl8CKuc6vUsD+\ -aD35qqfNvzcvujfF4ssCSwdk/+N2/\ -t4IdwyvX35tBg67P5sMwvn6rfFRGUPbp9XvTyeyH5UNo1fW74fvTTC/\ -8ELNzeVr2JrMh9Pfx8o24Pxzl6wP6/v2wOxuX2QcfNO+8pq4x/LfXSHrlEJ1IoM/\ -y7C9deYCHGZGWbv3cuFvr2ucOrs29uWaEt9z8YHD2yuzK4OKspMk4zwaXrgwWf10ZvPDd/TCeD+\ -ePn6jQ4PF4Hj65M5nuzs4CbNsPe/CpV5cacMyQDz4xuAiV398dz1bGZ2Gz594u9cnHzuF5j3+\ -mA09epJcAcmVejmr9K0thSMIGKdaW5fh91hfo4K4DaAWZ4tp33Xl+85utwPC5IzD8zcGjycdkp+\ -OHO4+A4Ylg9OgQvfTOPvzeFPb/4bH3vg6/A0QBYA1nhG9nn8xyc+\ -lGHxaYcvSrP2I1OPtgsvfjqwCv0pyMhuNyj1Bk4WsXE3xm58zhpxaO9kshCDujyWxrgnDUs/\ -QMoWcIWzCECz1DOF0M4TM87E9fuUnDu5jthX1g5Ld/7mOR5uDcnSEQHvFkd8Q3+\ -M0foYZcGbxMd78xfbhPuDY48xc+t4F7dWkhdwNAqMzm2w/Z+RWlOfjrQkfsfakde79GzmPweIZr/+\ -AdCFAy2f8PINWHwOYDt3V1tgi7b/zEa4OX3hrDZ4bRrTAPN868NjhPYzOr/+7ykW48/\ -9pismhYmkn7me+U6biMrhOe70wwBoXkv/\ -bxCB98M8weDb6dleOpyCAEr9lzJ5OI0TtvOJPGqhSDk1VbJQ1XJRqejLI1eCaVZSHLcvyed5b3JCGv\ -34AfGaYBIB5aAGS9E0g9r98Yw72MJvuzHcB3aVzq7PpNuIZxGO9MPg7ja7tPJJRBa8us0LZo73Io1r\ -HCjLROqcq5sULY5ERlzjmrnDQiyuxKEZYHfOa4hDe3lRBUcTwflemqdLYa6YVhOWohTOIxSxtK8UWZ\ -wIPSLCblqvSMQ6dc0Nxkq0pmmfvAazou3ZtbSzed7Jbp20NQ1t3WCDKrMUguBJ9TNkyKqLJgQbqAqU\ -5CaCl0CEqxWoQRTlhoQZShmlKdLiEel/Hb28p4+\ -96tt71dka0a7jxXviqVFVdRRqUtZpprU3k2MnHooIw2plo8xC5Kx1ik18FUyWs4Ltvr28r2Zhl/\ -WFZEgwyMqaLxn5dZB5eiUhjADD2UojovSvReOK18Yj4FqTUGMKekuTXWdpjG1sP2neEMrHlFNuWEds\ -nSFEUdYuUMw6R81LGU5KrwUjvNi7FSMJ5scVwrZ23yUaQCE/\ -8cZRuEWfhwuCJbKjVJHWRiFaolS46MZ9w35ZgVK0FyJZ3S2WdmMMSAHq2Ec0LpYCWs5nOc0veH4zxf\ -tQSTGYsxawMtZ4AJLpP2gsN+LebWSOddSTVnryw+6SJQJlXBjQfAKCmPi3ZjW9E+\ -mYbHo2FcnVOdCVUxMLC6BJDjMnsmIkxDx2y5rLJAIlaZiT4yKWG9BhNubOV4NR8X7voawi1QA06whb\ -nG86iLNZjFJE1hyjPyAjFDv0XwmDN8pAimgSM8aw1QMdpxAwPWnLnjovzSGqIcBwfPvAV8ApUqnhUK\ -5JjmOXHLAQqVu2SqSRbzZJliSXJpKwAX0Ftr1qpDk35tDTGa7Pu48fQgkSHCxe58S07zL65IhgfliR\ -uj4DF1dirAL6nEjIEb0EFZo2uO1sF3uuq9tNIBzGpJvIRcfdbbDdAxGNBQSyCmc6w6y1JgUcDIrIBG\ -ALa4TQUYlR10BBMpk0lFlapNsRK4wVM9LoZeW4xv7U4yorfSGpcCFxxCBkEoIBAAgqCVibBrG2y2kh\ -mfc4WxyRQqfCGgCMifhAU6cccDPy6QWkOg90OY7YZhmX5nOK2tAYI4njkTdJQJxgP95eAMkUUFl6Jt\ -iCrA+K2vLjqSKWsJszea66yKER029doa8nz/3XvfEtf46sBorej5MQtS5Qqb8bAcJp328M6i+\ -iThYwDnUeF1XaWBCkPBRJbclFL9cUF+YVUQWPFsNjjAlrtljjmYh2vzT+aHElhuPcw2eIyJkJwD+\ -LjLDvZd4NC4Y5FrmFTmBmzLVA+yJWSBUkHDSIuOS/Ctp0uwRLfrN9I1CHIoQ+\ -CMlAG4W1yGM1Ah1AQn4fAKsMRmZVMoWpiQvEyYHg/\ -WAv7JkvJF5i1leNiSIekcGMbCYpIjS0xmqwNsFvNtwODglrjwOvocOEZJJAUPZcCNQTw108luJ8OoJ\ -UNxxmvroImSBcW0MaZIOCBdSDNFgQewvphcC8/\ -QYOu9NzIWy5mwRvAOYFtHht2WDK5qjDEITYIYOWiRhfRVCh9htS7AR2KSgK1FJ3gkzlVgpWaVcxBwo\ -KnDF64jw7StDxmmzxSgmsHVgTgoLsitZTwzLBK8xZbKkk+\ -VaW9tVfBEJjsNAa3yusMq1pFh1pKBRQ0CX40FTgnMABxKijBCcLgobAB4W1krQgyMPuZAqYjxKCDR0\ -kfLfQdkrSPDvCWDhZfnGmGCwt2heBzaBo4E5gSIMDUCtXMw0MdMlgM6nDjYMbk7hg+\ -qLXVyvyWDBOFQyRvvHWM6FOZAFsFya3LQfAlj0RX/\ -8SyJrsHpValhzFokoEPhYisZboaWDLX6YDCqLEQnELGUSBBJxsISYlDQXCgsJiYxIRWIruIJn6o8OA\ -V4KB1u9U+vIUPbNI1nMSMQQsimFIh0QESUEbPVqqEMwVuABTi30YGTE+\ -UwE8aEZiJlVnQH9VlnGEpLBg42hWjIYCYynhdKnzncewYL1VACDL+\ -PxUdlVIgZ5Br6mRRiY1gQIiTb4dbXkWHYngqJkRAIzaCOCH2gjsLwGKEE1jgF3TTEI8DgFWgq+\ -CnQWUimEMzpbBTbTiVvftiSAZCA2EFUuCLAE0JsInYywaODKRsyVF9B0QtGBNEgfKYNUF3IRpQRBry\ -dDG2IAp01iNmVA70ECBuHWwB9EOVZhoCe+\ -8RTieA3GAVuYq4ISoGsGtS0xGg6Iq01ZNhpmwXYLqIWgwguhgSHhNhFB9zA1gpQFnARJQNClQAoItT\ -zzhQgaGSIcrTwrgMm1zCLnbbX9BxmpwglgZMOdEYpBu8Jjy48piIIOFBnhBKJIV6GEsoIpynhWuBow\ -nbosJPbSO09Ip1AUjglIyh3ACgj9NHFeVWTdsHhkaXFZIG3GB4C5WEYgEEwr7bzFjtt0wQzAP6BpFg\ -LnwE/7T3if0pMaSdAlWAiqkqQSu0LN0kIBowiNhGZE+\ -B828lQ2ypJmRENb5k9qAr8AbxTRLyqS1DwYdEh5gA6RYKLECKPACvYEKgU5xGosp0MbQaDa3qNp1YA\ -ABkSQ2hTEZ8l3BpxBRwn/\ -k9zgcgMpBpzIsGnE3RXFlhnMB1ZuXVkaDMYBULtPfwCuLxj4NXaIoSAN6qWiQoUiiC8YFTGMV8ZVAa\ -jBICykdIhOm05DpP2OACiEH1aYwJQiClbEMI7qcAotE8pJu5jyLEIETER0IRQJYOhyOAQy3clO9aRo\ -Q1R4IkCMCkkbiaLRFjBQwRNjMDmkBlZriF6D6ZXoxaASwwGtMGWwhEbbjkXsyMwCRE8NKwAEiJgitI\ -BGVE75j+WCNLmgeYSoS9ivQhqVSEx2B/\ -mqBLN206GNoOpgjJ2mOwMcEL0ksk7g1sKVRCXIuBEdKHgSE1MHtZL5IariPizwIQRon5KUN4tw7Vbg\ -w8GCPrKSvIEjgDBjEdIAxQCfURwBcGMc7mqmJPxIJrQRURkCP0QAJhSMXzRwlLKlsT61uO2aVQQdXi\ -CLJlD8ItxCEVqTFKAYsYK/\ -hbIdUJJQa1FBmILHRBt2AhvxuV2DOJ2Wy0tHrcGCTIga8Bg40FVFaWIFEiYCpiCS8WwKIrOMSCg/\ -4hHNSLD6EFzt5PhCKn1JkmhMrmOXCgv6hDha+\ -NL9ip4uK0AhPAV0XmxRgFX4U0VaDciAJdZh2ms4TnvtK2zuuSc46UoocDmPcsCBqvBpeDUYY4WZBMu\ -MmXBLBQlUqrWg1U7vB7qdh7jTttrJSgWeLxjIiqbZSLylgBUoiSFEQAuu2CzgCICSCEL6ao0xPENw4\ -Bt573vtNXBlRCA/ByGkBxubq3zzAfvE+\ -VhLOfwZibWGCRC42Jp2cR5nUH8DfyM6eD2a8jwRptICQQwUsqC5zIiZGfISOAzi4QLN14iDC45eA5E\ -wpQoB7PgMAcL+\ -mdL0Nuh1BttFqNUSCLAbSBcAIUSZB6IMFNUINRVIaRLDtNlc67SRFhDAqskogG6E0roWFZYR4a2PoA\ -jgEcn4B8iXCAFQ8wP02PQTV1xXwuE8rEhu3BrYHwsyxJEthqBoc0dpHYNs3izrQ4IpqFaPmSEN6VSJ\ -tPgPyURc5gESg1G4wywKdPtYbwgdwlAFSXDEPHtuP2bR8xCABKBg4jnswFhyAhjAkYCbkmR2+\ -Iek2ModWswDiJm/\ -D9RLnK3BRC6nQxtMlcAP6V63JlLJhrC5AvcNRgbBjpZYaVOWmMEQBcyPKwHt5EmgFYCxdx2pvlmOyW\ -mGHQB4RXifwxzhGuwRggoBribZQX0XsIiS4ZPhecMJZdgrQnCYBhgFlvK0CZSCQTW6WJ5CpR0AvxgO\ -KAb+NvaStlkyUEiCngOcLFoJsFqEXci6FVw6NuF/m+\ -1wywDKze0hoAoBoDo4cPhCyI0UwZbgUEGFAPcDprpEHtRvIMpwnjAVQSzndN8a9yOLyw4m1UFtD0rq\ -x0lAoVjiPLAuA1w0xhalhcYp9wshzShR3Sckpi+az15HRnaSC0wCAAEqANCugqnCRcOCo94B7+dd+\ -BuNSvNglfJMgWVSFwXZiqDttquFMgaU/\ -Gd9lQULU1u8sQAQ2hd5sxLynooUVPwWkgGcsmUAaGxsngMAnxWAYaxmPN26PCdI/\ -wl0fM5TDvLII6x6JIgUgUMW6WrzQTRqiLChnfwgOakEQQkjoEoWneVRqwhw9tth6V8QnRbwVVc9PBc\ -8B2YALCpCNhQiDIlSI0KRcFxQ1FkNpgw2Ai8ON502yXM325nggAOnlZwPPeg8SIHhDQsllABC3hOQB\ -GCTMxB1ABOk4vEbFXHGWfRG6jFdjK0eRyiTEe5p8gUpr7h0ZzQEvRRB5iBMHCQJVueM6BLwbMoSlUW\ -EL9cwbO3kuFuGyU13E/\ -lgAgrTU2yyQkizAUeEWMqiG5qgaMU0jDgR2IGMYWnsEcxC6azXSbobhseQFUDMROMK633BSIMgnwWI\ -nywCI9xwP9XgAcrJfqYMiXNM3w4eHXckkzebSO1zwIYROUXEmG1paqIYoFVGkytwm2BUUmLOyLqysG\ -B30BRq84llkR+Yzuv+c7RjBglvCRHwA3Qy9r56o0FYQV20aoZfGmJHNE+\ -twj7XDFgG1BPUpcICN0Oqt+\ -Jbds0wQbKdVTvVY3ORNwcfJoiLh7BYEEm4C60ASgKD4gSFHNIRY6WudgxDmvA5DstEXLliVUvAcgeQ\ -WYu4LJSJbipCCSIwE3t8QZprbfEHeBUuDNg3ohR3ZZc8p02n4UFRKGLBBeQgGiMBwg+\ -FybBHXnmyCgSIkwiFBIYmiktmWQxEb8yhNpOhjaRAw7AAlIKFQFlkVC3SBGcQHATgEUBDM9SgqLQwh\ -v4LOaAChfgQypIzJam+U4bJp1i2lN6B09XDS2EI4ZCmGPAmh1IYybcEs4mAFLSCRJ4BIUIkRVUA2i+\ -nQx7bX2wYIsI82yJxicREe3AbZYEfw4ClSkx46OF1/Ag0mASEfoDiutSNByMazvP/\ -W4bHWhFhgeWaaXXIJBSnqqAmBaw/\ -YwZothbYPilBn4bSSu70FYJzC7kybYahnfbySjwtsAwxDC8wiP8MxUrAqwLbkWMoSDYA1iIgoBfC8N\ -TSQwD5WoRrkK2rWS410aoAsOn5HtGoOclwsoIO8iamQItzIBDqUw1gAdSW0ybknDxxCEwG1RPsp0Mb\ -YSK3IDBJcQyOlKOQTfVYh7BHwOHqVR4BYpTqQgjwHFEhEBS2xg5XD3E6kDJNdThXnsqmmKGaqsUCn4\ -wkM47nQRXgAFL5RjBCKJPEgNjmQlAaqO41lSvFsx2q6v32giFKB7mBtgDh6S6HGYR58cCtAZe2KZcD\ -QYLSQ2wo8BzR7D/\ -DDBT0JaatpShnau2NcH5mMCIoTIVKHWtiMMmYDXl6mWOGCFv4UiApdBeHuBMiqmUPvXbJQXvtR03qB\ -ooFHAKtl/gC+Eg8ZiIHWAAFYzOgaz5Jt0CD4qoAwgFVRVOIgJXSm1HJu+1STUDXw0Gg8+\ -FFZUSDhXiAKJD4YiyQd4lbuYkVR9ogzmI1kBOm2yQznRVlq0jQ3u1PcECCsYcNAYhH8IqwoekXLIaN\ -AkaCGOtlWXYgsPgEHKAcmkPCNUBVrydDEdy1YxqfqiyGbzVRs1BJiKMkVuflFaJOaPAu4HliWeTBQx\ -FgcJEBWcP5rkdTN4PR/QBXsKEQivahUma+UwrJBHBHFg+VMQ21S8iJMNoAakw8EowiIiAxLLt7OJ+\ -PKIPMUlHmAcinQARAaMcAIUAwYp5SKBvCHwIyJgPkfkEq3UQpXoBwNhShjZ7oNwLXIYAPY0BbktxX+\ -EZLJwFpTpMAVhqKvlF5M2IVYDaZB6ocMZbkLntZHh0ZLkd1L3Qyh1nWkYlIm7vcQ9w+\ -GhxZ2nwDqcaMVk4wBv/1LBiC89SIeR2MrSDiwy/qDHclmquPSzEqoyoC7E+\ -lUklB45gHHyFDVQKFCSjtT2IR0iZoJ3bydC2C6pwQeRG/\ -CgJ5TKNf4XjQHBPpZT02Li1gldlMEWQzcghYqIyKahF3U6GQVsnHdwQwBB442RB/\ -FBKglUKXmM0GYw2gTxwylwCFyLFn0qCwlgYkYZ/2TLgHaQj/gI+\ -wkUuBIJax3TQhVclwCvhLwzmPDgFDqeVkKQIIHaMCigdpQ6z7qpUXsN1D9rD4CQ8ckRwwyJIO+\ -ABnNol7hD4WiV5dOBXDaUEV8gOzjLmJEH2KQ7nfjuYHBzJ0FJJILAG4JOgD7BThFEwiEDregmkMYM/\ -ZUwLIAIxBaKMhGC3VIvwEzRjuzhv0Cb2GqEdSEzSCCFiLR5oSHBI9eM6J8bB5Wr1TgdmnSZKi7t7k1\ -MWQLDUVZS0jgxt+\ -iAsIn1E3CoDpmWWIHS5YZfgMc6DWhQGYNAwWchhPQuR1wA6nQKR8C2LswZteJCyVIeI06dKpcywBIX\ -pgR4YwZTS4HYhUeVktJQaqxgpJgoCTcQYYJ1qy7k4Qh8k+\ -WKfVawmwRgjRsTJQMW7icsIEoVIMyEohptIGiKCYihEwolKg0LYbqn7Qdtt0h4eMCIAAqJcJSrUDsz\ -BgivCezKtaIuK0ZZqPzjZJ8RAyOGFFIBJnbcL9B7EY7YJNgSTN6JE66mAFjemsg+\ -lIqvALQHvBbqA2M6CY2sgCWhVlFQRU7ejkw/\ -aEEXuKEK3QqQiCCWE0ZHDResETNYFhlIV7VOBlw5Q2mKdgmMBSkcYa9gy8H9wdAVH0Mqxp/\ -AxM4LkCHoQbQqKOEw2mupycEcvwLUrayAKkU9Q0hUtttSHtusGIMLyS8JkWwOCpHWzciclQECCLEFN\ -QfIMnIZEoBszJs1DEBmolBFmtJ0MbYzCFNDGFevA8IXWME2PoXc0DJbW+\ -BwUhlGuyLKqEHp6kEiEgyDeOfhatnObD44UNYM/\ -kUk6S7uhcG3oXyggdUDtBHOQIPWwTlU5pXG5gzsrtNwCfM9gMdvRqAdtnNSFdrpVSdnRlBFSg1XGbB\ -CDg05x2psinRehyqwQbxmEOCBciJE9wiyY8narSO+1pwJhLaLKimjewT/\ -6plYOKAQOzZUPjucEzhs1aDa3FeFPoPAbcwWNBLB3DMMaInyvjVA05TVZPBFCaUS9IFXABxc0aAUmv\ -1STA0i8YBpeHDab4ClqRuxDhttVpLaGCO+3+WyCCEIJxJPwmqWAHiTQCYlYNlQhAZ5eepgtR/\ -ANkJJGOlA5gJnVIFpbxtzfb4NDQbwNP2QzGEMQySQBq6zgzkFY2pfmq4YqIL4RtWraBkureAFRptQg\ -U2Y7HvfrbaCGM2gqqb0VtEAgAcTQBC4AGonwyVE6lPtcDAOWwShZzgF8D9whwqVtp5C/\ -3sZITpvdYJK0O1UnWiEAoxa0rk7LBKJS1Sz0UwMdEApGhD7RASzgy5WEqW41DL/\ -R5g4V2scJFcAbMB6FM2Mw65ongAKDj+DAKp60gJ/OAtrqM1w4DAiMl4UtUw+/\ -cWSzAZQOg83AWWlbkKe9WvhXIurImNFwmQ464gGOztvK4FYxBxY4nSln3+G3f74tw+PZfLE3+\ -1bZnazupos5Awm9AjJx2FekXR140sokK554k7S0z9Um2gYUYJcJbNch+\ -DEOrK4DnH9q9cbHK9CIb1DNKa4SQ6Aqvyw8t6BmDGGdxk0iwnu4TFqlChoxLayACknhNXjyHYr/\ -y6s3vP1JoK3k9Mbs+s5bd67vvHvrA0EZXa6vpWFdScuDqCNYSV4IyxkQpyK6C+\ -DLHC4RlN4Lk62gCkqQFYMoD046V+FspAWjDtYqninHctv+9Rv7s3kZD+\ -elJU0s9MAyBnAghUHJBt63lipBGeCzs5eSARgCZcIgVQiUKaOSbm6oRrFj/tla0twp0+\ -lRWRCnMMlLs6IqFRUuU/lbKgpEIsDsIiJ/6ISkKogsC/\ -h1AaFyHGIluM0Om3z2DB3I8lZqy8Go5gUsBDQRLDZYZTzEkrQNPFVBWz24VzJ4Djlo2yVMlDuKhzkC\ -C6k7eORra8nxdrhpWoIAcqQHW+eUbQweATXIlKq0hmiTC5xbVQ20wthsYENVw8kCz2E5tP7atQ/8+\ -nqCDHcm74qjc+\ -PhQRFFQw5Qlpyt8x6BTqF9L5a5DKZDy7DwXoh1i8aMOE7JCmC87NLa9fTk7eHd8bvqXksWKSxQM2YJ\ -vk87zXlCLEy7QageBzddFIEIH5mIAnGQRUgAR+t4lBEW3SGLXEuWe2U6+\ -Wj24VG11QGGUBHvA814dVBGhsjOIPrimXZWMwOKi8i70uY5A1uimN1SfZtLjoWOlMAvrSfOpD0qoM8\ -J/KbYGiOILrw6FXCCU+NvOHywe3BxyyGuYxHazcDGKrgO7Z9RqkMMvZ4Y0/\ -3ZbBjGN0f77XGpKQmqIjN49ArtYQoQg6EC34saKmQjB8dL0ZCXYTzS/\ -i7aZWkYOKHhHWyHryXQYJLD6Ogk8WRCgh5QipRaZARJmfUUfaKuANFrpzQztEWD1mVCMMxDexUcMu3\ -B6ypy/DNrCfN+SwqBO2D84e0tAhPHlZbQhAaDQ1EAV66Cot1/iM441VyyAPZDO6ZpP0/+\ -tGLsp0oB4tGaGWswCwjHgfPO0m5tbWBGiFIQFgYeQfuDtYw5ilYIcTKIsGcImGh92HcY0HpA+\ -xvjQVtldXWmctpoaHQ2uTqqd8seXIOsuoLxIGYplFCALAIOwRNFD9R3wGLQNp0UcjqTVMZHVMMmDG2\ -z4RTkA6Qgx6KBskFXcnXGOueVkVTgRsyLcj1GIlhAGOHBVzrg/lefKcVb7+1MP9ibTvI+yPUHHw/\ -njz5IC5o0axOFFLIHYnhdKIOgKg2/tTUhgmYFgXKireyUnXdU/ScRWBiFlyxiBZF0B0t+\ -NlF48Gg42Z+W0D1KtPAGplbgcjITPEZOhR4adKpI6oaQBebORxcYJkoajjgDswV88RkDxjoSXb/\ -4TGl+fZLLMYZg4X1j1hHhcfKaigeMTTGBS+\ -WEt4CoFGpDhwpVhYEu0DYTypNWBUm79r49fapuDWulHohgz01fOOqF8kl4SP0PPnj0Ibv2w72HTwyq\ -FiA/wpaoS/\ -DgU0wIRJSpUk8bWVQFeVasIqLQVGwdiqZqe1GpupjzrgT9zpZyiWvuA270d1riAUrgGqQUIWsvQWwL\ -wY3QDEovBaLOCMunVi5gf9xzhDsYOsB0s2lGpQ47e7rDPC7e2wGOYW/\ -8RByAGgitA49jVLHrqerAUU4dhlgRC/\ -ISwEE9VTNJ0JrAwNYxXJxJFXXsqlP6sxuIc3cynqTRcDxMHzxio9Y4eQK7DLuCl6TtuyCAnjZZIvSO\ -ArIhYFWgNAhdofJWV4JsFcHJoHkyqo7E2a9tKdiHr4mWZMwqcIoUhU4iIRxgUCXLIlAK9y4p1iI4Bz\ -nDa6VIQ0GOByPSVJQHCt1B0/+\ -1DSR7MB126z2iKTJyxAhGw32ChTnrEMrkQrvAkysejAhEUXLbbGYgfaetLfA5gboZfG5i8ZZYkeoXH\ -PVJkInWAcGFc0wKFknV4bSWSntVC7kdBcCHQ1EIB+HnE17QXb2dniHWW3fuvDe4fT1DvP1Z+\ -WBI7Qv5AaK3mk3Ay4jssg7BQzb4W6AUgszIQEzAd6hpDa0oY26ronQM9MsjWoQPYIH2lx4Xy28mlvh\ -gVub7ey2hNITIwAXEwVRR7wWi4UJVPxIkMSvtrQGsSXI6MFlD/\ -UHAKVPRIlJE0gGpTyf2t94a7Lw3uF7hZoZl+kHGB9oLOlRqEhij+\ -hiLuJgh5ABq0rQZxGEGfAxoBSpkKSHleNGYwQTnGGWBM9rIEy9lOeb0PtCf6E/\ -4tdl8uv8E3vGwtIQVhOKK1hAwg7T1AKqN+AxjpUHZDBgTuUGnqbOTpCw3a8A/\ -dFjflafKdTxxwYuHAmDUFS2nUFa2UuWvMFTD660zHBGOMlZUquFT1oPwA8zBrR20vqtw60+\ -s3v2N6WR/b/B4N05G90tueiWupGks4qxCfbMCmGqRlDmXCh4+0sY0GBR32psQJcycWqJoxOcuSep/\ -IE0IsUM9/ujqzRFSDSd5mJqOQqtNjrSFP0WQi+\ -sxbnFxgTjKGAR0ivlqCktWUMkKlaylkogo47mpKMcIWTpcxM+\ -2bjsZjufNg89WbhqomYmjOyCKi5QlZjxQvtHkGChRDKeEGJMB3zJFwTkoQC84KxypCl3rBa2bUnvnc\ -uymsCUPzoAIGvgp4ZThZ8j0SxKU/\ -cAAFAClgcrxDEfoBEIHYamgFwSdd20zubp60wfTMJ7VyXS3ad10N8ynw1RW7w/mZCn/KhGeigK+\ -y3Qx1KxIFlDxqDOjgoOM+\ -Q1agrAmCBg40B0e0bDckWNoTfB7M0D13TKjX7PWBFOnBm0qzWTJSojKaf8fY5hQyhlQ1V0GH4dAmVP\ -HC9MkXkQGAXayw9Vead+2TI8mIH+kycdXl3c/\ -br4Brk5QNiIVBcyi8jJDPQsQeHM4SpYkoi7BU2r6IVKUU6kfVs2OA2y7LOggyDlovDy7fmM+L+\ -P9RcvgCbzdMA3LeL7a0hIRJeDT4YGJH3PEfNQ9JiHsyq5S+RDD40tAa+\ -XwPQauu7IEY0omAdW6uob9sWNS3JyGhw9vjB/\ -CklfuTIWdntLZxNMjL5KKIgTshop0IJJGvAemBeSsEBHYWRXcjYwINR1V4j5dwZ/ceQf/\ -A8BO81uT3TAcz1bvjzClydDB44dCtlZpMyVQjeqmLFUYObDcQP2cqH9DLgl2BQ9IW5Fr5R1ZxSvH77\ -/UsjKeDeePV+9eUyLOmqnxA208MLSGYZuVBCfw1AFTDvph4VMbvkQJYScoBQsXw7s07U8/7e7URnd/\ -FN4bD+etAbBVeYb4R8RIzfJSMCrR9ucYNeLJCEYSC2zfe+rWEQqsjWreLNwN7TFSHXmYP/\ -40Ee6NJi2tizXRLjXBA4gOhl+AKgYq6ywkiHZRwcQFOCLArgShJcJK4bWk6n3w7I4VjuO3vhWmHw/\ -H7w/z/NHqrRW8IIIYTKcxhbYbJ9q7Re1RJPxGpKIhm2gXBrVlQ8CRMBFUPQeSg1i7a///\ -cbW7NZzB1OeDRvXAIlbvDw5OPVdiogzGYus77bAviBOAsDFFzxhtXhOAGwTUopAHsDlYbUz0XYvwxw\ -1uoe1HB71EcFgQOR/AHGn7QVDeM6qtFArxlZM6gN/BVXJqT6PhTWmbtSF+\ -EXRn76bjCn97cfZNx3PjGRnoEkIPzkEmQUpgW5SI9VQHAnEw0bXAmUrwKWlhldQ7iknSCCIsT2crK3\ -f/ZC+M81LnWrZOLpS6QjFAai5Ka0spFNoGBQVXlANtekbyVCwxiwIZwS8ojAPRtB2D/qe6bo45X/\ -Urrc7BwtoKLxUZlxpQa2IVRBMRR0M2cJbijaFCA5+joxoRRRW3YFVUVyk6wP641t3+ZD5c/\ -P12GT9saz2VAwtFTRgrGDEYIkDURWm4EFaFxMgDxEjBmAJlM1RzUkrVilblYf4dIcbxAbgzHOd7w0/\ -KaGdES0rTFtgU2uTkigiIngMZIGJoOJ0ANgHkM1SpWQWousFw431nqcybU+\ -cLQZWsHcTtF44J8EaZU4/\ -BnclkmofjMC8tCXxhQUiyYsEx3BhhKRwxZeVFoHawYG0I3iO171QiJ1aqlVFSio9wqQPvrz1NguNdD\ -luS0C5qhKIKsZMw2iNqz0KwVFXSiA8qp0bDCGmUSw5+ttJqT6kS3oD6SmGq1lEGSLJUxbuFuN3q/\ -V1WzheQCupoAMJGa0m0BS1L472vCDcBuQLBivEhwC0G6qzGvQUZoaamHT7/OPri/\ -rdHhdqQtx4dbAbRD7CW9oV7jL9GFA7r54W21hcEvSImUSnpQ31RqGUwQhZpCkandHaA/lbXrd/\ -G6IPP3gt04MBRVayBWgO6iHGl8gojFUs5gu9KAc5nab82lTwgRkuJut0KC6rgqbdzpaY0Hc7ncrcM+\ -2VnFGZt0iFYUIBBaikpm2FFfECZy0B7DWjCab+oZ9Tpk5r3VUC+bkqAvE6+qxVxpxI+Ub/WYn/\ -LIOm54IkQOvLoFMUa1NKRemDB48HJUhkYCH/UgtotUhddhDfUvS6wEn2HQf7JTkke72IGpo+\ -PASLsCiYnnAzgNRTceGpmAlUHHkUGKmpoQ3mpVHgE9m1lEPBMiPgMDDV0TMIvPuv27+\ -6VaTg2BgoMIGvtQO+\ -pfFjHCjYGLyio92uzXxNSMQcpjIF1INIFWRBND3hDqdt1UPGt3We4BXhfuHZD/YVKSkR8oQSZ+\ -n7iETOjHbQKHggAYUSFFgAcJDgw7QtMHq5sHTLQnJux86ikD1t3VvB5RgJpZQLgJNrbIxngl3uAUWD\ -UOwzBvYBDAggpanICF+\ -WpkTG0pavk6DgeL07mG4VxmC6PMFqVQEhaQaJNK87AO9GSQYUK1mbDGUg4qCY4F4IQ6rYOpsJhO6mp\ -GKTGhl1dgY+\ -b4d0yfVg6uL92msA0BWqiUy2mFgYempSbVNSrTCtXoQEYEUE78mIGaaKYgILOzh2xpvveB/p3+\ -7f2hx+FEeDwfqmjDnPMkuFHS2g98CEoKpUXSSAUBE9EPEBVqzCAFIHbdPQA5kE1/\ -VkY1aL5Z9QdrUg0HI3K9J3lwQwPJnQMQssc4AAlFeUiqgYRowJRF6k6k0W4Kih8gZEwDdvglMyizaB\ -gyrRr0kTqQbBORHpUhsWxUi2IRDwPGEYU7hUVJWdanAdjppq0VCP4iSIGQwpaEUJaAgsEkYANQCm4y\ -zojcb+k4d50ksKoSRkftw74ZVrwFSZqrapAfFZBAzll+6CemCvatJ41p6g/\ -G1spOqKO5JiQFPwzOiF3ydAkgAZDCtLorRZvC1VTQQdV1GeMQ7YiUnbHQy+\ -pkjwhVMJ0iFgoegBUY6JAWylRC6LdVZx4nLM/\ -0cijCiFADzDlVEACB2QhCKgri4zCMbCCkrRGvGio12OlAxMqo/0GkA/QVGVX593jIH2/0Fkj+\ -fCFN6Zhr0VdEXUW4KEwljr70r6/oMALEZ2Y7D3VksAiitB0CoJVHv6D9otCd6iVQOqai+Ns6T6dS/\ -UUjCYckiZTuwYbgAyJ9JO2fME1wxkoDvkYB4pXaiYJ4KAen/Ck+ELgWXawteOOEvcf/\ -nbpjJukpBahUgOpwNQIr2kNDkEMKAMiCcpJFTw2bSFPhBg1wFuCvUqqcFmTti51r6wspdxrCERLFxm\ -sSzvEY0ApSvTTKR4UwgHEKf1LiWCdLHXDB82nNSZWwGcC7dKtYI1rcbfDIVjQ5kX6d3U0SqWNO6Akh\ -Vp6ejBZRrvWcT/KTGn8omZMFvaAyAqxS4YKeNoQ44FtrgMcjk/\ -GERnaOSNouKJlI26UldQhHg6btmSDNMqSAaC1JkurSxGfzdYxRQ5MItiABXX46+vHb3/MZRyc/\ -tbO3ghbm+ZwEYETp4ZbiirnSw7Sc9BpapRE/dvBshBiWToiJECR4U+\ -hFfB1T68CeJYoK97ruy3XoRNcFbXlBmmA+\ -YPfUvkqzBXMDRNCZRK0TVkW2miiYTJGJQXCpcG0TdfWI76ZNC1qy6rhtFOakg0KjLJ63Eh74lclaiI\ -c1BOExcyBZIr2pTFQP+\ -Z4paqeZ2zsXxVmPH8Eq511W22Gb4KFmiia7qZgNhH0wkrnI8dYKQuSJRwMOFWCEEYMnMPlMkbbI7ra\ -fhxnlovTkOjguRtxhtFoTYgW1qpsswIGFaqVp2ZEEdiJqA7ewnNpPSg9bFQi4JO0gNAsaHtJwnS1HD\ -0uAHnvMM5hmgcF8VbbjadEZIUm2QejqYGBpgo8Kq8Cn/eJO2+pPRBtEKTqK+KWIVjqFGwV/\ -PnTFzVXBDhYxFgE3beGM7DN1ESdTwn96IgSUYuH56aGWBThJ0tbUTAUPNsAE0oClNcmWl8ocPEIQgM\ -wLldqALEOw6E8604ZjdorLC3TNYFCTyVjVfgjWsGoWFPAxyMSiqB+IDR0pkKAf6NVmMrpWAr4E+\ -2T5B1D88pSiuYYsJbzTOCPVLyeMhS8Upd0C5pQBWJMsArwaOozGgGaiAIRcnAglgOfQpwjWSdKXL81\ -Sc3xYs1jXb89fjgazh5df2N/mMvs+vI8rnc/KtOPhuXja+P4xH24rIg9UH8TMPsUQVFiE/\ -FaLWEOVHOIWDi4qMkEjKJdYom6vFObkNjx1He6RQEqlGkZU/\ -hP1QCLJcynroWsSJhiAiQEL1Vl0NFEs0BbjGEjYOJgFXDx1MdHR6gPiCFvOvkIRt2LC+bouIS/\ -spGEK+skK1IhSqcjL+hUMU+\ -9Ubiu2SEc5iHSMTxa0QlkgopSajZUiZspVZDAxTJ0uqsd5bc3kurYGsqKbAgDqDATWoTY3XM6eycgO\ -KFTgIRmlMFxAQqoWMnAFovJ9cF6MFkDsEmlgxL82maytddXViXjmE0fwZQE5RJdMg5xoygIYynUxa8\ -oNdiJ58kpTf3IkhB0II6FWpau8oWdbSRrrb2sGgP0m+\ -pzuJc10G44ajsDXSoOPDJL0WSknIbpOipfXjSjLo52vPCQRFeBzDbiNUsEK2KZGGuBQIhEm56GElEm\ -xkbS1kjEwybRGVAB/\ -rvKTP2qPe2pZibQoV4p2A7PuZlYq2s2K2IFquA2tF0uq8xZ0Aj0suNUgAB0BtdAPBCpGU3CzDabtqg\ -tai48WSqd7UgVbGYCx9ZzVmSLmTL7iJMUCB4drgDsAjgE8KxEyTyqztCV+\ -igLxWuzAd8LxM8mSdoW3jGTm4HGylrPKpQF46g/I3Us4gjRPWhzStr5BCoGAVyQBrgKskFsw0va+\ -ofZzXiFILhD/TczzCPrQKsqRgf6WBN9hXIlsJLQxM9wSZaSzoZq+\ -yoLhs5x0ZQFN8ANzDVTDnjXtVf/\ -z24mWWuNaBVnqXVHhbrTGVFwtVkwTqt04IsIaEAXJOUiQKU8wNU1NfyKdsjARWsBz3FcsBubCnYkUb\ -hqAQ7YaiyCGNs0BKed3eCMGSGQRBgK5Gd0xgViMUhXgF8ONCpTw8NknRQdfnwzCzi2trQiGzBB8cJD\ -5VSFQjvUSMcR9VkCiywUhKV+\ -jDbyKHhzXk2icnbqs4UAtaM7y2YDd3zdqYVoRHAYRiYYBm5IRUOGmhSDnDoVUvYyI6hWiNg9HatFvb\ -Y9HYmAKCl2tue8uZFwHWtSq14KKke9M2LhdLISMMIhMKkYO4noHliBcFoWBCVU8A7XQC2fVBRNUVBU\ -Xc11/tw20nWtV62Ciae2gUUi2KZSN51kBbZQo0THWBDwnZQEoJ0LKSraOUz9HRzAJ0AFfFdf8M2U79\ -ha1ir8SqEs51TaLl0OlMvHZEshqdWroc4snCMK9qVwViW1/\ -UdcSMUlhtMRcB0juJnHWl3nWhELWALvmDhnBpomqFF81fCeGrgPKglSq2ukU5mqoY34UmTq4xxkVdS\ -qWHbg761NxTq+BrYiXzGx0LYOV60O1KcUEXKh9W4qFwZewFDpoEIHdHG0E0gBj7Oks0/\ -BooLtyCr96ubyHayPrcjlqfM9HFOs1FfZZg6ORM05JbVroOxGxmhZWTk1XAYPouZ8QnJ4EsCe7ep7v\ -rFBPG3tbFXpBC86MTJHhLLQcyFBASo1uA0kbeCF3IWhAjZH6zY1iQiQDNFUcifHpXx9YylX19VWRNO\ -cNvBAEFCM5EWgVGCJFiBIp8IGTgdmUj0TB22hHj2SuognRSZTM1jecdFubyvayppbC0xAKTXCagRZD\ -PjAchSMupIm2Gu21VN0DDwxCpExXCsr1NMZH6Y1cLDkz+otjq/\ -HreKxlcUkSgxRsWFJuKGjhu9UBM0CzKEghqF+51bYRD3PrcHn4OIctRIJHfuwNiNzK2t1q86/ROEN+\ -U1ZRaLFBgaGmRC5NDG9pu0R2VGwQ2tHiSmb6BBACc9Gm206lik382Ed63iroYxoiuMr0J+yS+\ -BDCLw410xFYIliUlJlro5FaU+HeVgwPerRRK3CrXMdCLwZlLTW+FY9v1fUmE6B2jJqLsyMzIza/\ -cRAZ5kA6jydRMYjdQ2MCtQgW9rIAYSGG+nag3B/\ -c7menbNclTYgXqH1PzgNWaIhAOaJepeBIUemOZwHB7tCuFNthj+G4SLojmS1+\ -FIHidrMYXSuDa7IRwdBcHATOvmBGiaFZALIC5Wn0B6qoOHaFIAlKDo8pig63q2AP0XriXt1APNm2Zu\ -nrBuu8ndP1Vs60oqokdRDhtpkADhosSSJ5nw2RLHJ0r69EjMdpp1jSbSgmxTvmO/\ -NRrBzTXFFPm6kx3Ah3KnUvpLKKOCzqKFKoSaatNQsqFE+\ -jwV4gti1FAXmRYXPHjDegcxvbSnf0fXGVfdBbVhpRbdUwAwm3VATL6Mpv19g5hEcBX5NCzoDgir6gq\ -bcRKDWJVZ0HiK8oZCttchVRsWp+DwQ9HKbQdcdkSYwU0xxNnSQG6dThmthiCNB+AIH+\ -sUQK0N0y0rH9G7m2LrXKVeHDjCHyJ95nr2hZl85a2IIYPUWVMYxTwc5ceqb4HTMJB0PXArOwFxd14F\ -Km7HkY2uYq7pHPI+Bo8As4WuNDNQOXkjaVA1ukunoK8T/thhfoZAZxJ0FTyegy8hi7WDwmxGWo+\ -ubq8NGrb8Y9QgEdWHUeAPWWWTSKdIxaIyq6xFzSzrRBWwFRMViGEFX6fwq+\ -dkZ3zPWPlekVFQPrCyiQ8moYprTGUW20PFoDPOZgXuKDsLEk9BRYilnFTU11Bd0GmdXZ5rNBvDomuT\ -qAFI7Q0kbMzyVR4OyKPg3OgRWpUTnY0hQBi5NovNqKeKmLSQS9osgBLFSh95thnudS7atrLpSWlIPP\ -EV9rTjtK6GyaloYpcMnQ4ASUh+qSCvHMG9EZ5yaDuuMSKgrr/\ -KdzeR7xnrqakRUWWJ0cAMC7GioFq2A2hcHcQmKk6VTbjPgpRIFhEZqhHWIdS2FUiF04Mvdzyjm05gC\ -E9QROjHarqhAopSxsBvqcqlk0DVoyEgdHuhoB0+\ -QU7SNIsCzgEu4Dqbwzucn6HfbHtlB8ajESnGmFB20STVkgTp6E5fhnLpZJ6r2LE3fYqua8lfE6EbUr\ -mMwN8vBd63Rrto0AjVqKyxihloqSm+AGoLMqER1sAmGRCaC4CNrn0GkC1OMM4a4r2bZtQFks0jk+\ -PrtqjoyEYisIPZIgiEyA4vRzkUvEuJjUQ3VRWkMl9RWSOrM46mDCDQhIJLravGymXDH13ZXR46OBW8\ -2CVDOlilEt1T3kxHfaowd/HI1tNanc3WUSwDL5rSS5lSxDt7vuHDvbSbcWuu+\ -LVqTqYBVVAS61KknIziBd7OmwB8XCbav4VdoUykCPmkwmlbA2hGmSmed6TDuzdjrU9aEV2M8HhEaCe\ -+CssBogCNsokrGvaJicJcyzTtcstUGfD8Xnm1zWCCdwe5Vh1VvFkVdfQpzkIIyMJIOzLG0eBzgoBFZ\ -UmlmYU5qIEw2lDxCjFqKgBsv1EYxaYx1ZV1Gspl3udq1DXWV2WgwrAgmI+BEqDaU1+\ -pZ068QxLVQbx9htKVDj7mGyEZTu1uKP2U2rKs6bMNxO0xjtTO7SYdEuaAkqbsDeGigXgt0xieGzCSj\ -QhUImqB/BhMZ6Ag16KPyLjNNzf4+\ -aybhalMKACbT4qh01HGS0RIXrTFFWobJtKkgw6vZQGuOkCrTgiMUH4ZAHSkYtTGgKc0do7XZ4stCqu\ -/BOo+ovwF1dpYaQysLdPMYqJyAyFTr6TUsQVO7YtrlHekcEFd8MIJWP0AT4fk+\ -80Ly1faG49XVDfgCqA9th4UXYC47TtVDQA6qjAVfdbKGoGkbTQSVyRYkh9P5PYgBHJTyMyvY6p7kVc\ -Pk1KOAlmih/\ -oF2atCJqInKU0uhE8BS4kl7tWhxCj9raBcz7XuhTshdR4dsKNfqtuXV3KjO1BNMU1N2GBpkwrDgn8F\ -QMztwYTpC1EeFvzmQDspORwpQN0OtnOwyyDc2k+\ -spO5tXM1ZwkdQdoDJnXKIG5TYw8GMgRaEMpENw5pVTkFdLuI0K4PV0bnqgY8J5V/\ -V3t4gP9kGIh4GKT/b2Ro+\ -blHInyiJSqMpgrIykXkuRtFuopEDkwOkF7TuOFvNLPbxNYikG16R2y4Kcdgya+\ -jSJbobZMO1Mdvf258eTtA5hhEAMI1PGg9PDM8Q21JIZ2p4BW2AdVE5RqSA8IMrgJgMp6Og9Q01r11a\ -uJ/KsivLu+CncV5vU0Ek4JYQTUJ1KW3JlJhKsMTh0YGtz5kNS8KbNjjtmMw8sMjqqpiPW+\ -VS5lhUcs7fGy7kbTR5S6N+qNgnN4cw6QY84/\ -KCvVL6FUIa5wrI3MSbrOEzSyyRoExcvDrGXb8pioWcd82c/\ -Ta5FHvsZKsWdSRnOBoEXIjATqEMi9Fs2zWp4JDBQWoF2cGAbJFTGcYloDFZgee3AB/9pIn13f5g+\ -bArBHkx2JuN8PMiC481cCjrayuhALUQV+\ -D74oaRD6GX1dCiUpQwPgB1BgKYemE0fIO1S7MrRvfZpQh3CRDvag94aqDj1pPBJF9Bonh35YkW9dLS\ -IdNpHFIhDqRimCjryqXIuKClhugp5P3XCDuKmnTBKy8xbG9ADVUVoXQLlE8CxCvWeo9g5WDppA35Iw\ -CwlFVbRgitGJWoPpxyihOQdjP/\ -ep4n04FG5MZtN0rD5wGGQ9G5tqzoY9hHlSk57JiGdRZhJowdPXYyNmk7VbGyzwvlRihgRE52Pmqm2x\ -LJE+Sd4o7XZzRNZ35tB1yHw/WUK+\ -N29YyNInbN4osNYoE7UEiUGSQ1yAhWQgOxzoSudXeIzGSOU3YM7IiIpOSRuJX9t8PUbeOaPm+\ -KVjNvNzj2Y7pfXBi+/Bf4OKQaPwl6pz8/+\ -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\ -LSTTdC19V04WNMqaKxn+\ -eTpNz1BUADjgjDpaiUgNbOuvHaeok6lOQWsMB50Tn8xlrT2Dq6sKpNt2t3e53hrNZGZ1E2734VbVd5\ -Wj3lSUKHDUdgsXgZpWPOpaSXBWejgGm7T9SMJ5scVwrZ6l5jEgliRNImS/2truN7Q7CLHw4PIm2+\ -8JX1XZTqUnqIBOrCG1lofMnc6Szi2JWrATqe+KUzj4zAxcdEAAr4ZxQOtim8/4JnsrTaLtbU+b3h+\ -M8P4mme+mrarrMZMbobEjjhGVRUut97elASkbnPhjpvCuJToxVFp90kc42qYIbn2C/\ -Up7kqTyNpntjW9P9ZBoej4bxJBrvi19V41V0GKBl1G1Zl0TnusvsGbgwHZHSHDUtCyyWVUZ9qZiUMX\ -oDQm1s5dRe7CRP5Wk03utrGO9iVehuGJ/IFaGXvqqmSgcWRl2sAUumk6bp/G+\ -qoopZ5EStd4SgU28F04KFpis+dRSjLlBRas7cSZ7K02iqv7SGqZ7cxZ+\ -Xv6pmWj3zNiknjKjUQS9TEz+eE7c8RVnphK9qkgUPtkyxJLmk07xiUabWrNUJjGRfPtVm+\ -mtrmGmz6WC83JLcdO6b7XxLTvMvnkTL/\ -dpX1XLhKHnixijupM5OBZeDSsyYHLUOis63zNE6J6ur3ksrHc+\ -mlsRLyNVnfZKn8jRa7joO9uQu83z9q2qmOjlBR985Vp2ls7GiyAhVBSJSXTS3qYgS6RxaIsoyGTr8u\ -mpTrCwVBl5P8lSeRjPVa5vpt3YneViH5WT61Ve+\ -qgZbnLOBDkVhhdPpWCloZWKw0gabrWTG51wNszKFSq2mk/BVJWE1nXPIAz/\ -JU3kaDVatYbDvhzDbDcMy/c5wWk+\ -mg331q2qvMFfPHLWrl6m4GLPg1P2WRRVt1DZEFbgw1lcXHdls1pLh85rTUfDU7fwET+\ -VptNfX1rDX779771viGj+RjvUbX1VD1VqR/\ -wTLlYpOq85esMAk9Ty2WlSfpJfwrCUqvK6rNKZWBLgiS25Kqf4kT+VpNNRfWDXU1qGv16kbbabm1/\ -NP5idvWn/iq2qhllsvBKgvfKqQnA664C67lGSxiFUdi1xXvMKNtsxUX7QXsiCoRYRLUexJnsrTaKHf\ -erqFLqsfrt9I12CoJ29if/\ -KraqOBMwpGZebF5ayYCqEmoaXDK0wLS8cBhqKFCXQsBuivp8MnKh1L4YvMJ9BGf7K30U+x0Ycn00a/\ -+VW1UTrHj8GXWgSZkSUms6UTfRXiTSMEHS3HBR1YlgOHlxVJsSBMxct0lpRO9iRP5VfLRs8tJ/\ -r5z6MFHf7x0mB/r0xnaTrcmw++Lqy4PMfFRpd/7y/+F5cHz9WD5nTrfLJvW9e3rVvDxL8QUOhuW/\ -f8jzOOdbetexZwbYc9l6hj3IFRt77SMth7zc///PrxP3ZeOLzWSzsw9vLJ/G4Z79fzT65C/\ -24g7ucHjyYfX+aX706m5fJ9/Bnmlx88Gs4uN33u8KxfW7CJ25+UtD8neFtvdkL+\ -4f5s3pw6MoN1LqCyt7jPSxkH5zBXM9zphTv747R0LWLTmbn5mJR6MJrM6XydunqgyqEGfY1U5fZHYb\ -Qf5pNp2wE+UaM/1qiRPlSjWa9Hp1WPzm+oR7NLoBPN6UTTDpXil++Uj8u0h6bTrFJ/+\ -Fmg6Y8voelQj3psOrWK9K82VaRDTrZWe9/mo0/tGfyb/85//S+/9Zt/\ -8Prs5YOIka7QRftWzj46zuLOzC4uD5PC+z9BLYLpVrc/2ZuWGZ3mPXPrDXR6cs0H0+\ -HDh4DfC7Pz7z8aJjqG4eJ741nYLd9dc8CvjsJs/u5y6r4QNv7keKrzg0bQrR979qvrP+LO8W/\ -rrb69aMDfPYN1eSzYZ5NrezVY3n67B6MJuYmJ/fAwXtrscg9HkxhGgzSdjEYApkNz+xFCH93j/\ -eH8Ub3UlnhNJcbz0/l5V9f8/NWDLxzcZj0LO/\ -gWffjqJlZ58KXNbjecvV1CXfRjvzr7lc1u99bKlze77aPmO4tTBptzAW80WacLd8M8PdoIjFYe++\ -Ubo+X2hI9afebbR2Ks7VxWZfzuppO+cWprMXrX13N7o9GTodvwKz9mTzJ+\ -vPGTHHzli3oSuda3ZqtHaVIyfD1cTotjXVvncG6KL2c2fLDVs0A3/u7RM0M3wtBH4aNCy1XEK8++\ -M5k3pC8MR/vT8t2188hUHjIr8+\ -WZy3S5LSd2PTIynB0cQHgoNVzfnWkpmytgc6IhrSj8uclwfLhgcrZJo+N/\ -350u77DlcG5sdJsPwewi7vOIzsxdib0wIC8uzrOl5xqcbyKx+sITlnn+9m/th9E2HnCRd10sgGx/\ -kRVfcBZ/fraLtbzJ4MLiX8uDlp47HmXSooXZYNFi5ejdPsj8EpcuNqWFgwvTsrtcvf/UtAUZ/\ -LnPYvDrekua69u7e/\ -PHP2pvuQWaLmjfxpxnG4q5Fmzhs6WHrR62ThdsnQ05b5q9X8BXY72bA9dmQV5LiY8FeW2lfnJU9BbB\ -74Yc6kkIdq5F41ZSatsEDoNLN2apjPMRqBqcI9rdbaXrCbysiMBVevP88oxtZXY/\ -3eRWfNbnoVkv3iqdqvXy/\ -fJRmc7K5V7FvgoqtjrNX7SOzc69M2lq4Z5o1wVcr9erk69Xy6ldX6NWGcPBIk5XZdLP7Uz2Hl/\ -GKA1JhS7PJ5d3RsO9OAnTfFxpzqzJSeeTnf3ptIznB9ddU3MSZKHbrxvEbUx/Vp/8p5snp9c/\ -5anXzVgfPvUWSbHPfYA6FaE18fegW+XJzA/Hl98pH1/eKaOOtfrtJ369GUq4ayPPFzPzi0dvpv6Zj/\ -2FzPznPkJPvMrhYjkVI98Ju8PR48Erg8n+NIFuhPHs8r3p5EkxNn2IirF3vt7+4vtl+PDRfHb+\ -3igMx08+fmv40ZCOEW4v8r94Zwr/tVhgb63L/z//N/38L0/\ -O8n1hsBcSKehheeZzOyv104elAIsSgK4F/LNHFvB/FI/\ -5ytvDcbk5LeFDWrscjpc1qN1FA88drSh4Z383Ug/M6Yezo1/8OqVpac6aZ1l5u0mOr6dDw0US/\ -ruHy9wrNQvrae6szPf3vjcsHzc5p40cNtxJ96r6oiq9ieY2e4wmOp3k/VZJ7gbDMd/\ -do5evzi5epWWNpnR+s68fpPPX8+\ -fLpZBt1kDOPqsiYbOnXXLHlbWcDZ93zTos4BvMffFePbM2fVx8jd7p6ePnRx831OhVo9xOUxaqtlTQ\ -zRVmUws+985+41S2AcMFkv5IS1mOm9w2NjT7qZUvwRtOZ2X5xssrb7w5+\ -JlvEdJcHk8ujybjh2V6mQADnvEXt7lre3PR7OsPpoH2Ew0e78bJ6IsqBGqJ8JNLp7WA/u+\ -B0JTZiivdYIH76nyydzNMm1scusIza7rC3fBhachLxiVwgV9Y+dbyowPw7/KDwX488JgRc7aZ0+\ -y3UH2ZuPlp2n9mM+1fzulGqHg1TuYg6gdqutxXeGF2YaF7bRJ38X7ZG4VU1gy/\ -dptNjof7IK9ePVrjWp//sd34tYT856iuMYw/bBbvWtsgf4z3rGGi7jWdjsazP7P2uvDVw2dd/\ -f56wu4dLsl0XWOb5ZfD61zoZKYI5d4ap2lpArLPXPO66Vr4JoO6USFkq4Zx47Ff3uozlG1uNVWbP+\ -EXWjK+buhJ/rYZ+ik41CZTvGaN88H1b48WWnsU+xd4c2Z2gfIQZbrz4lHAOTSJp3/\ -mqQ5kW7zuSKMcSf22druuJExebr5x/PWVRMrZB5MnmcPj2/\ -1XUkg7r3TkS9ZNAnY91TeWPu39adjbK9Obk0+o/GP54uJfFx9M8Aeo36XZT99aRNY/WP5ucizj+\ -c7zB1INzi1LL881Srqpu15eY0m2N7rGkqscXON8w9AOL7JxJeRSku9RDf6Gknx0WFW/\ -uMabW1zjUfsaFx40/\ -PnwKpuz7sV1Lt084DiHl9qKHC2u9sIKfJ37wgo5XsbMjnOY5juT6e66UdOPhqkf6lyD+\ -9sa4XMHTTBW+2S0n2pZ1Dv87YO3NyjUbe8aenFnWvDqe+\ -9h1jYL945lec8ceevpGdnWbV6lldSPSv5emA6boxIOsXlzXbhwCzR88vhQhFdvlRr2R/\ -NDIQcHnzgz+5kD7Gp6bYBAzQ9A7MwTdB+UUUnzRqwjaeEXbudh5xs/\ -sfgOPfMSDmfL8rGXBvu7u2H6uCmqe9I+4cL9yceErE+y5BcehIcLrH3pQdlFYDEvi38u+\ -ov80Su3JmmfPEUz/Tf3h6N8v8zwnLMrg3NXfuXylcGLuOby2Qc/tXLblSY7Z//gd//eyr2OyTE486/\ -X87NvHI7O4l6tT547KvHg4mA/IQqaHT4rcaHBmT+\ -Pi77aUqeV5zlQ36833A4TgtgddnAk0f7Ng3fLboQ9L8vsz9/H9R8fHagzh+\ -unr1DTmcWETKbtey5ma3mT87OLpFvtLx/8vkgXobcuQN33gXvLYWi7xZ+7c/\ -tAJe9MMfG3xzQpzeLG4NKd2zeH892wNxu8uhwYfOldPOeiqU3LuBe3WNnk2Tk6BysJS0V90jHnCA1Z\ -MdBjtvvMPZ4X7pb5o0kevHhvWjC2VEjWwVUOEfXCTiFNOfjdRV9aWzWPMhkKsR8Md8ts0cTouZe/\ -ffgK5dmW63YNCg2+1vTsCXtvNitB9Ll7k4+bEPKbN+JsMtqfl9XPz752NzwcD+\ -swNTq884eY7hcaFrZQ9xea4SH1PX/l9/7O37qCC15aFmt8VFpNRv5I8/OPX5/+ZPPz+69Pv9/8/\ -JPXd372CcGjYtm9d8dvjQFLx1aTlphwL2QqPTn69jPo5CptXFXj1RW5Y6tznbJceKLszx+\ -i0NZodOnKXRg85nhr7Bm81ga0y5EQ7XJCdDsqQP3LswWoVMQBj69d+\ -dxw9KUrD6gjFOnY9rh5tn3tJSQOXuRWXfPSe/GDwdkrwOWLs4I4O88wXoPFX1cGL3x3P4znw/kTh/\ -Xi4DEG4ROiMrOzQMr2sx66teX0HbPCQyp2cVm3vDI8K9u0n3DR5Zby9mc6wOBFegkIhek4qrKvLIU5\ -2iLs02U5fp/1BTq469G16U+962pssu7NnrEX/\ -Zu0Oryojt95FKhlF620H117ftbyMpwG4ABoM6QEzqIJ0mKWm0s3+\ -nB06fkLUYNWFPpjpwCvHnQaOKhgOcS/MysEbuElvxTvvjOazLb27kfdQu/ee/e+hXt/\ -qXfvJ8i9f4Zn/caVu+GT4e7+LnXh+2xP3BkIHhfpKQNzyV9TRnBmPtu4nPnlwb955sr194Cgs+uz+\ -TCMr9+i6jTA4/T6velk9sPyIWDo+t3w/WmmF34Ic748LXvkDCbTx8s3Wnp3/\ -fb44Wg4e3T9fqkF6JHKPaj17PoyN3QdpjubT/fT/BYgC1Z4bRyvDM78zuc2R69egZyk6CU3vRI/\ -zyk6+wd/+W+tvPxXnirmYPqjGtU39ocZo7nMzrz7UZl+NCwfN4N49g/+9t/\ -vcwl9LqEnG19lsvE55BJeuHKjUdTtucbFK0069PNjEReu/\ -EgIxCV2zXEvvO7TA316oE8P9OmBPj3Qe+wv2mOfbdtR77G/aI/9GZ7y/BW8v/2o/+\ -STYPSdybzEyeTDKz2b6NlEzyY2ZxNPPNtRR93hB1cuP3h5aW9EMUZHqcCzym8GZ/4CPn6YIPnGMVu+\ -8fxrgwsLZB6cb/D1tcE5gkV87RCkpn/3H/+TP/UP7P/2+uDiEsFWYOvzLHw588sdiai//\ -kXn927MIdP+ggRMSgUhGOKrfYKqT1D1dPdU0N0+QbUJ3eXXjFfG8T5B1VPKnlL2Cao+\ -QdV77D5Bdco8dp+g6tlEzyZOOps4sQmqf7H3/D8c/vy/+nISVL/\ -zBeenbk7Dw4c38JnS56T6nFTPcE8Fw+\ -1zUpsxXKsFM31OqmeRPYvsc1J9Tqr32H1O6rR57D4n1bOJnk2cdDZxYnNSf+N3H//8b73w/\ -345Oakfj02RfWqqT031RPerTnT71NQmRPfz2ffek8meTPZksk9N9R6799h9aurEeew+\ -NdWziZ5NnHQ2cWJTUz//N3/jW//BP7/\ -y7S8lNfWXvvDU1PTxbB5Gt8oY13jcJ6b6xFRPc08Fze0TU5utwEprLVd9Yqqnkj2V7BNTfWKq99h9Y\ -uqUeew+MdWziZ5NnHQ2cWITU//2P/2H/+jnX/q/vpyaqb/6JSWmCIr3R+\ -G98XDel0312ame654Orttnpzbguhf5NeGk73NTPZvs2WSfm+pzU72/\ -7nNTp8pf95mpnkv0XOKkc4kTm5n6T3/9X/7n/8O/9S++nMzUv/HlJKbujSZ92/M+\ -IdUT3NNBcPuE1CaLr/Iak06aPiXV08ieRvYpqT4l1XvsPiV12jx2n5Tq2UTPJk46mzixSamf/a0zj/\ -72Oy98Ofv4vuik1K0w/Xg4fn+Y54/6pFSflOop7qmguH1SarMdAUway12flOppZE8j+\ -6RUn5TqPXaflDplHrtPSvVsomcTJ51NnNik1P/43/7E3y3//v95Svqe38JdJ9P5oOl9vj/tj+\ -TrU1M90T0dRLdPTW1GdD03mvX1Uj2Z7Mlkn5rqU1O9x+5TU6fNY/epqZ5N9GzipLOJE5ua+gf/\ -6P33z/+D/+/LSU39zhedmWoO4uv38PU5qZ7hnhqG2+ekNmG4+powwkjR56R6FtmzyD4n1eekeo/\ -d56ROmcfuc1I9m+jZxElnEyc2J3Xrr/3Swz94+\ -adOyVl8txfJnr5Yqk9M9TT3NNHcPjG1WasKzzjnsk9M9VSyp5J9YqpPTPUeu09MnTKP3SemejbRs4m\ -TziZObGLqf3/ur/2Xv61f+XISU3/xC09MfbIXxnnZ+LzPS/V5qZ7lngqW2+elNmO5Unih+\ -4Kpnkn2TLLPS/V5qd5j93mp0+ax+7xUzyZ6NnHS2cSJzUtdvBr+p3f+/\ -otfTl7qL38JeanJdL7MS90K89DnpvrcVM90TwXT7XNTmzBdcU1Y60XfYKpnkz2b7HNTfW6q99h9buq\ -0eew+N9WziZ5NnHQ2cWJzU6//s3/+3wv//JeTm/rCe5/f/mQ+XNCqt8v4YX8sX5+\ -a6onuKSG6fWpqM6LLrHVC96mpnkz2ZLJPTfWpqd5j96mpU+ax+9RUzyZ6NnHS2cSJTU1973f+4/8s/\ -ofPnZKyqTvDcb43/\ -KSMdkb7M7KcPjfV56Z6pnsqmG6fm9qM6UpmtexbTfVssmeTfW6qz031HrvPTZ02j93npno20bOJk84\ -mTmxu6j/5q3/jn/7D/S+pbOqvfNG5qTfK/\ -AZGfmcymcL5Ak775FSfnOqp7umgun1yakOqq7zpk1M9nezpZJ+\ -c6pNTvcfuk1OnzmP3yameTfRs4qSziRObnPqP/v/23j3Y0qssE8+\ -dJjASCBdRAzFGBKG713196yeXdE4nIZJOOn06ZKCAsK7pTZ8+\ -p3MuSToQBBGCIM44IM4QrFEspIACsWpqdMBCqPkHB6ooJgaGkVIspQRBHCWCOmJ+\ -z7vP6e79nfN1OHuz+2z27CUqSffp/t51ed/3eZ71rnd97i/DYz8zIXHqbRMSpzDvQAL4y+\ -FF13rScqpIVUWqCnlnA/\ -JWkWrIFqtKCWeqSFVhZYWVVaSqIlXN2FWkmrGMXUWqiiYqmph2NDG1ItXlz/jzq5/2yQk1Rd/\ -xxlPX5ZMd0YFtlnuxSlNVmqpAdyaAbpWmhgC6u+\ -Qe5ripylTFkhVLVmWqKlM1YVdlasYSdhWmKpioYGLawcTUClPv/OzfP/\ -f3P7ZrMsLUa3del7pmIdOP12qpKklVhDsbCLdKUsOdvXJAXDXOB6krjKwwssLIqknVjF0zdtWkpiFj\ -V1GqoomKJqYdTUytKPXAP+z/whv/bEKi1H0TqJa6wa9i3vHrlE1rO/QqT1WwOzNgt8pTw/\ -Wv4I2Slld5qgLKCiirPFXlqZqxqzw1Yxm7ylMVTVQ0Me1oYmrlqTe896Ov+\ -7UT505Gnvq5SahTa3luwa9UVaqqUhXjzgbGrarUMBiX72ka3VhbVamKIyuOrKpUVaVqxq6q1Ixl7Kp\ -KVTRR0cS0o4mpVaUuW1t92due868vmJk+6Kc7oM/\ -hGyvzuT9DVaSqIlWFvLMBeatINeTTP84a11SRqsLKCiurSFVFqpqxq0g1Yxm7ilQVTVQ0Me1oYmpFq\ -ife893rX7Pn/MmUTv38JESqE8eO5dXlE/v9qq/\ -KVFWmKs6dCZxblanhcK6S0jFVlamKJSuWrMpUVaZqxq7K1Ixl7KpMVTRR0cS0o4mpVaau/\ -OPHvv89d09ImXrzBJWpm/AZXyunqj5V0e7soN2qTw2Hdq1shK6VUxVRVkRZ9amqT9WMXfWpWcvYVZ+\ -qaKKiiWlHE1OrTz33Scc/+62/unAy+tQv7LQ+df2x40vLq3PLJ1ZW/\ -UKtnaraVEW6M4N0qzY1JNI1SjBZtamKJiuarNpU1aZqxq7a1Ixl7KpNVTRR0cS0o4mp1aYWLk53Pvm\ -yiyajTd2709IUJcG5IzkerZpU1aQqwp0JhFs1qeEQrhOcc101qYoiK4qsmlTVpGrGrprUjGXsqklVN\ -FHRxLSjianVpJ7+hTe95Y5XPGoymtQbd7xeqq8+\ -LfhFv7zhyFWcquJUhbozAXWrODVk6wqurBnne9QVTlY4WeFkFadqxq4Zu4pT05CxqzhV0URFE9OOJq\ -ZWnDr/qifZxZsn1Gzq53ZYmzqQl2/P+\ -zHzvdpiqqpSFePOCMatqtRw71Fb0zTKVVWq4siKI6sqVVWpmrGrKjVjGbuqUhVNVDQx7WhialUp8fB\ -X71cH/uUFE1GlfnWnS6b6stTJJujX3LEGuLaAP4ufJrNrP/\ -QqVlXoOzPQt4pVwx3IciUYE1WsqvCywssqVlWxqmbsKlbNWMauYlVFExVNTDuamFqx6lc/9tm/+\ -9wV506mhOq+\ -HReregsLefnGjYB4eImsqPJUlacq2J0JsFvlqSHBrjVNbYleAWUFlFWeqvJUzdhVnpq5jF3lqYomKp\ -qYdjQxtfLUHR/69kee8qoJyVO/\ -OGl5at2RqkBVBaoKd2cC7laBaji4K6VqRBWoKqSskLIKVFWgqhm7ClSzlrGrQFXRREUT044mplag+\ -sQ7b/3w733ovBmpnzqEXX8cE+UX+otRn++\ -r8lQFu7MDdqs8NQzYbfZIZbiq8lQFlBVQVnmqylM1Y1d5atYydpWnKpqoaGLa0cTUylO/eM8n3+d+\ -9/LJyFO/NDl5ivwYi3FsbaH/\ -B6tGVTWqinhnAvFWjWq4A1nNudRN1agqqqyosmpUVaOqGbtqVDOWsatGVdFERRPTjiamVqN6XnjoS1\ -c/5YLJaFSv33mN6mRjdPp+FaaqMFVh7kzA3CpMDdvKQklRH/\ -KrULJCySpMVWGqZuwqTM1axq7CVEUTFU1MO5qYWmHqdQ8deNdFeULNp96888IUxdB0ElutXLfsjx+\ -p+lTVpyranQm0W/WpYdCu3MOUltpUfaoiyoooqz5V9amasas+NWMZu+pTFU1UNDHtaGJq9an9R6+5/\ -y9etmsy+tQbdl6fwsLMLZ9YWfUL+/\ -2qr9JUlaYq0J0JoFulqeEOYoXjzuoqTVUwWcFklaaqNFUzdpWmZixjV2mqoomKJqYdTUytNLXn4R//\ -7rdvmVBb9J+fgDSF+Yf7rMXVteVclamqTFWcOxM4typTw+\ -Bcvkc0TEhVlamKJSuWrMpUVaZqxq7K1Ixl7KpMVTRR0cS0o4mpVaa+/J63v/\ -fzr37oBRNRpt6208rURgv0vL9XCvkO/shBv4qv1JboVaSqkHc2IG8VqYa8J+\ -Bs43gVqSqsrLCyilRVpKoZu4pUM5axq0hV0URFE9OOJqZWpPrOO9596as/\ -NaGbfTtePnWqcOpaTwpOVaaqMlVx7kzg3KpMDYlzmXWm9pyqWLJiyapMVWWqZuyqTM1axq7KVEUTFU\ -1MO5qYWmXqa58/es/\ -BSyakTN03YWXqMI2hylNVnqpgdybAbpWnhgO7ojFC18KpCigroKzyVJWnasau8tSsZewqT1U0UdHEt\ -KOJqZWnLnnHn3z7eT978WTkqV/\ -ecXnqxLFjeXX5xDV3rAGpLVAa3ljNlapSVZWqYt6ZwLxVpRqu12pjuONNVakqrqy4sqpUVaWqGbuqV\ -DOWsatKVdFERRPTjiamVqW654MfntNfuWgyKtW/\ -n7xKhR8ki6tOVXWqinpnBvVWnWrIN4GYEdxWnaoiy4osq05VdaqasatONWMZu+\ -pUFU1UNDHtaGJqdaoP7rJPveW3z52MTvUrP1A61c1VqKpCVYW9MwF7q1A1HOxVphHKVaGqQssKLatQ\ -VYWqmrGrUDVjGbsKVRVNVDQx7WhiaoWqL1/69cP/\ -9PHzJyNUvWnnharF1SN5pUfetdGfqqpTVZ2qWHcmsG5Vp4bBumqPbAR39bpfxZMVT1Z1qqpTNWNXdW\ -rWMnZVpyqaqGhi2tHE1KpTfxPe9bVX3Pf4yahTv7Dz6tQKNg1NPGAC/\ -lCtnKraVEW6s4F0qzY13DmsaZjmsmpTFU1WNFm1qapN1YxdtakZy9hVm6pooqKJaUcTU6tNPXjhH3z\ -mI3dcOCPa1OGl+VW/mPxyAqRahQ9VbapqUxXpzgTSrdrUcEhXC8bG+\ -nJ1RZMVTVY0WbWpmrFrxq7a1DRk7KpNVTRR0cS0o4mp1aZ+4ynffNkPP+uCyWhT/\ -3HHtSkApJWCQLwP89+L+3srCKoxH+vnY0qv5E1Vr6p6VUW/M4F+\ -q141BPrdBfRrta5yVQWYFWBWuarKVTVhV7lqxhJ2VasqmKhgYtrBxNSqVY9+\ -8n3yD981IbXqF3darbplsbc6lxcWTqlW/T9V5akqT1W0OxNot8pTwxzOyj1CcSOqPlUhZYWUVZ+q+\ -lTN2FWfmrWMXQWqiiYqmph2NDG1AtWur3783V/85qMnI1D93A7rU1fOLZ9YWfUL+/\ -2qr6pUVaUqxp0JjFtVqSGvDNjGjvXF6oojK46sOLKqUjVj14xdValpyNhVlapooqKJaUcTU6tKPeOy\ -r7zS/OYFk1Gl7tvpsqkrr1teWju+/m+Hcuqn+\ -CpPVXmqgt2ZALtVnhoO7AqhhBvnO9UVUFZAWQFlladqxq4Zu8pT05CxqzxV0URFE9OOJqZWnvoZ9Zx\ -rX/7pc2ekaOoGv5bnFjymqXaaqqpUxbizgXGrKjUcxmVOOlaLpiqOrDiyqlJVlaoZu6pSs5axqypV0\ -URFE9OOJqZWlbr3G3sOHvrEOZNRpe7daVWq/2cO+\ -tUjVZOqmlRFuDOBcKsmNey5q2NSV02qosiKIqsmVTWpmrGrJjVjGbtqUhVNVDQx7WhiajWp3mW3HLj\ -kwQlVSr1uxy/y9f/Mi/\ -HF2va86lIV5c4Kyq261LAoVzRCVV2qIsmKJKsuVXWpmrGrLjVjGbvqUhVNVDQx7WhianWpe37som/\ -d+qkJ6VKv33Fd6mBe7i2lXjxM1ldhqgpTFebOBMytwtRwr09L4SyvulRFkhVJVl2q6lI1YVddarYSd\ -pWlKpioYGLawcTUylLy4FMffv5vnTcjjaUOLmHv93uf18ZSVZOqEHc2IG7VpIZ7cZo5J6soVXFkxZF\ -VlKqiVM3YVZSauYxdVamKJiqamHY0MbWq1IMv/+KFb/\ -j0rhlRpch7c1WlqipVMe4MYdyqSg2HcRUzUtTWUhVHVhxZVamqStWMXVWpWcvYVZWqaKKiiWlHE1Or\ -Sn3glYcP/dRVj5mMKvWWHb/CdxgIaaUgEvd//\ -ICHI8X6IF9VqCrenRG8WxWq4VpWaG0Mb6pCVTFlxZRVoaoKVc3YVaGasYxdFaqKJiqamHY0MbUK1W1\ -fP/QTD61cMBmF6sTZEqgOY36XezBtL2DRwglyluUTK6t+Yb9f9VWPqnpURbczgW6rHjVkC1Vnmaz3+\ -CqCrAiy6lFVj6oZu+pRs5axqx5V0URFE9OOJqZWj7pr73f+6OZXTqi71F1nX4/CqvXi3NIxZL/+\ -j9TqqKpGVWw7G9i2qlHDYFu+p2lkI21Voyp+\ -rPixqlFVjaoZu6pRM5axqxpV0URFE9OOJqZWjXr9Xz99v7jyX1/w/\ -1ZXqdNq1KAQddPioVzIvqpKVVWqYtyZwbhVlRruOR8uhHRVlKowssLIKkpVUaom7CpKzVbCrppUBRM\ -VTEw7mJhaTeriL330/vf98zn/j3U6P61JUdRdW/Ar1y9u3NlbWLp92R8/\ -cqJqUlWTqhB3JiBu1aSGO3dVDROydjqvOLLiyCpKVVGqZuwqSs1axq6qVEUTFU1MO5qYWlXqaQfNVy\ -7+ne9MplLqnrOvSl1/\ -7PjS8mptJFUFqQpvZxDeVkFqOHjrFFOuClIVQlYIWQWpKkjVjF0FqVnL2FWQqmiioolpRxNTK0g96g\ -H2mv2PfXgygtRrzr4gdfNaLx69bq2X8uElmJR69d5elaQqwJ0dgFslqWGuAfA9mlkrqyJVMWTFkFWR\ -qopUTdhVkZqthF0FqQomKpiYdjAxtYLUi5996Wvf//R/\ -nIwgdfzsC1KHcsmAAZiaKkJVEapi2pnAtFWEGu6UVTPmnKoqVAWOFThWFaqqUDVjVxVqxjJ2laEqmq\ -hoYtrRxNTKUM/48hde+IQLJiRD7cBFvfkTx47l1eUTc34hri34WhVVBakKb2cH3lZBasiy/\ -0ZzWcuiKoSsELIKUlWQqhm7ClKzlrGrIFXRREUT044mplaQ+uDLL/2fP/LfJ3RR7+\ -3nnn1F6vCRvG9lZSn21mPg6vJaXF1bzjeVdn/zXqw9papUVYHvzADfKlUN+\ -bi0Y5bXnlIVXFZwWaWqKlXVjF2lqlnL2FWqqmiioolpRxNTK1U9/Ffstldc9a+\ -TkaruPftK1S0r8JTDR/KhjSB40/\ -FaPlU1qYpwZwfhVk1qyMNYI5RrqiZVUWRFkVWTqppUzdhVk5qxjF01qYomKpqYdjQxtZrUweX7DqRy\ -9sunzv/bX3jH2ALfE6641vcWcroW/29lbmltcXX0KHguG6NZBzPQ3uJqf1FyymnsGehCztgeyj4/\ -iexzfONrjz753SvmH3dyYbFLV0vv7rOfhJ50OouMYznOM3Zspj35ig3vKGsLP2i2XXrF/\ -NEeIPsP2h7+MWCK5dvz6q1LCwV488XILvjgej4Z3cALuMSu/QHBPU+\ -8oiVkd0HPCnwq8KnAZyqAzxO2OvO+i3fPP/owvH9hC9y5/f4ffeDSP81XnYI7u+\ -cfd8Df3Tu2dowC8cbPn5zV03/usv/w0mf+p29ccfrPzb/+3LN0nnaqEeZBzFq/IUFYWljZCzy10q/\ -93o8J7PVP1XbP/1A79+6b2z1//CyZ1X8rZmXvQR+Pwq6b7szLd/byXbBiHCj017/wv37yA/\ -avXzCwLPft8PzuWwVcXVvXh5ZyKb3Ywx8d0/geOn7eA73L/u/g+F69s8O7etnffvs+/Ewe05De+\ -rYTl92x618Gh/QD4BLjGNkWX989/\ -3M7PLCNR8LzIv6OE2Ma1i996YEHL3vMtwcX7Bd2esHWx0UkZG3B37LYWx3Xmv2Xl/zDf/\ -vfb3locHCvmcjYDi4sjStoPPWOc4+848ZdV01uTPv98l29xVt7afXImMb0p//jCb+e3/l/\ -Jhk19iO3Ly2vnrpINaaRfeDBW2+98AP/OsEQvx4Fx7gB97/52bf/7WOfNMFAeM16cc54V+rr57z5Y/\ -foxw0O67U7PKy7j/vFtBExxjSqR13p/+zG91w8OKqf32HPwrDgWCeT1/ptxHEM7QV//\ -o3PC3feVRMMGtfcvdpbP4+9IS/ePrZw+OJ7P/xfw38+Z5KLdm1vMR3s3Z0X5hbWVohTj2lov/\ -umt37pgbXWor1hh4d2XV7dB7o5t7S0nHqLfjWPa2y//bm/DI/\ -9TGtsb53M2ECkowdzIVnkWk9VieMa4+XP+POrn/bJiyfpdBjjRjA5kFeXe3FMI3vnZ//+ub//\ -sUniKgzsmoVMPz6u1XrgH/Z/4Y1/1hrTG3d+tW7AVuzRr1OlwhhjyRve+9HX/dqJcwdHd+\ -8EBreW5xb8ytho5trqy972nBZgnEAQOR0+5vCNlfkcT9Zsj2OMT7znu9e/Zs/\ -5gwv3ugmMcaOn5xghyZV//Nj3v+fu1sDeNLmB3YTP+HGu23OfdPyz3/qrCyeJS64/\ -dnbA5MLF6c4nX3bRVZPjaf1SrLkjOR4d05Ce/oU3veWOVzxqklBr/VrHgl/0yxsHRWMa2/\ -lXPcku3nz+BEP/gbx8ex6vwige/ur96kBLO337Di9Yf1Qn48c1d6z17vQL+LP46YXxpoBf/dhn/+\ -5zV5w7SWRyoLewkJdv3DgOPrxEpztjGt0dH/r2R57yqtbodvrgYvPo1s9IxzS+T7zz1g//3ofOm+\ -TqHcqxdxzW+4X+OeI4A+cv3vPJ97nfvXxwdG+\ -Z2Ogobub53rGNruNjGuLzwkNfuvopF0xQwzsdUsbod6976MC7LsrnThJ/\ -HcpUl5JO1umvXEdduMalvB695v6/eNmuSZLvQ3SUP374tefhH//ut285b5KMACPr3ZPHrSp/+T1vf+\ -/nX/3QJOncRvDI+3ulUIEM/\ -sjBPrsbVzD5zjvefemrP7Vrkot3atnW1a4xDexrnz96z8FLJiqfbBrYYSqvHdPoLnnHn3z7eT/\ -bkvJ+aadHtwVpnqwmGhfOvOeDH57TX2nxul+e+CDHD6c/uMs+9ZbfbiW+f/eDNMybxxVOL/364X/\ -6eIv37XS1AlUEHkGuWBl7rvib8K6vveK+x09SXplHYs/9Srx9YQV/aFzr9uCFf/\ -CZj9wxUeWIKJBfTH45zefV1fFxod94yjdf9sPPakHpd+700Jb94kpZWj62fvazv7dyfAGs4Vj/\ -PuGYRfdHP/k++YfvumCS1JYqhObywsKpYY+TGe366sff/\ -cVvPnqCytKV44fXz7jsK680v3nBJIHMldctL60dX/+3Qzn1r9GOaXQ/o55z7cs/\ -PclzoCtPnQKN7TD53m/sOXjoE+dMUJC+sv9nQBXGRV97l91y4JIHW+\ -u0wxU260PauL0yLoT5Yxd969ZPnTtBKeXKg3m5t5R6cZzsQB586sPP/\ -63zJulUB5d6i6v9sDEup3rw5V+\ -88A2f3jXJQfX1vLEO6gOvPHzop656zOCg3rzTwb2dig94qssYWyi87euHfuKhlVb2uuusdy3bd/\ -z4won++fe4k/Fde7/zRze/suVZa2d9OFf7lV6cWzp2fG11rEfCr//rp+\ -8XV7bKFc6WR50ezOA4blocP5u++Esfvf99/3zOToSJ04PaKH9fuX6x/YLDuAr9n3bQfOXi3/\ -nO4ErdfdYHtX5cf1bc6FEPsNfsf+zDg+O556yP5+a1Xjzav/N0eGkOHx2rVvXiZ1/62vc//\ -R8HR7R41kd0KqKPaxRbngLeiX12hvd5xyKtbX5JZvf8r5yt9Dr68y7jGOmWRqRnj3JspzvoOIa0pY/\ -F7vlLNjeJmDsHv7i5RUPrb1nvPPUS5IONH9s9f+kpgwb+ornd80/s6i1Av/\ -H4LRf76buPO4CfBZQ6eZ99/tmt+bo80MAuj8h3dPM3Xb5y6m9fOLFn9/yPnPlW/\ -obRP03tss5KN9l7f1Au7v+bKw76iOmpN/brjf16Y39qb+w/ZsCL9124e/7frP/7vuV4pHdnnr/9+\ -85E/Vi6d57+/CF/bGUxr9x2W/93dqs9DP853v/eGXsEvL159nue8Y4jg6TgiX1j1+\ -1cbwyIr9ESUJCff+lZtHj+h9a/esAv9kpeb0dJSACrtu/c3fMX9rNM+fcbC0y5sm/TKdt++\ -EV5Gcu1l5Zxbj27kCJ21wJ+8IV+\ -5cj8VUk1PGbpheAlOd7IKEJwjTOcSWNVDL6RRVslDVc5GB6NssU7JpVlPsm89ZvXbnyT7NzbfUtl77\ -5F7KqFpTVkyOXlDVK392rg00W/OLd0l1/cc+\ -y0hdJrbZkV2mbtmuSzbVhmRtpGqcK5sULY2IjCmqaxqpFGBJmanIXlHj+\ -z1cKrR7UQgWxxdSEvD1pni5FOGJaCFsJEHpK0PmeXlfHcK81CVE2RjnFku8ZrbpJVObHEneclbrXuh\ -SNbt7x0LC/\ -f0ENAPdaaQWY1Jqnx3qWYDJMiqCSYl43HUkchtBTae6VYycKIRljsgiB9Mbk0Ovuw1carRrXxmoP7b\ -3B2wLZieOO4ckWppLgKMihtsdJcm8KTkZFjD8pgQyzZweysdAhZOu1Nkbz4rba9YFTbXpgXj+\ -YB02ADYypr/\ -MfJpH0Tg1KYwIR9KEVpnMjBOdFo5SJz0UutMYEpRs2tsbbDNUaethf1AEEXBmxTjdBNtLREQftQOMM\ -0KRd0yDk2RTipG82zsVIwHm1uuFaNtdEFETNcfIy2zfsVf7Q3YFvMJUrtZWQFW0vmFBhP+\ -G5MISmWveRKNkonl5jBFCP0aCWaRijtrYTXjHFJb+\ -0tptVBTzCJsRCSNtjlDGGCy6id4PBfi7U1snFNjiUlpyx+sgmIMrEIbhwCjJJyq2n7RjXt7mV/\ -YqEXBtdUJ4qqmBh4XUSQ4zI5JgJcQ4dkuSwywyJWmAkuMCnhvQYLbmzh+\ -NW01bi92zBuPWogwbRirnE86GwNVjFKk5lyjLJASNjfwjusGX4kC6YRR3jSGkHF6IYbOLDmrNlqyrO\ -3YcrW4OCYswifiEoFY8UGapjmKXLLERQKb6IpJlqsk2WKRcmlLQi4CL2lJK06dtLzt2FG/zbDYp+\ -DAB/06dLcM+\ -VyetaAZRgoj9wYhYypU6M88pKKzBikAe2VNbqkYBvkzqY4J61sEMxKjjz7VFzSo03QljCgsS0RMZuG\ -lcay6FkQcDIrsCMQtriNGTEqNdgjWEgZTcwqF22ylYgbPJatZuhtm/\ -HMY0upV3q5NS8ZKdj7BICQASAQCLxWJsCvrbfJSmZcSgXOJqMvyIUIRYj8UVhEJ95wz7capLZh0K3e\ -rxzzvbz8ot5yaU0QzHGsMV4HGeE82L8cmCGwoJBStPVBeTi/daUJDdmUtITbG811UtmIDp/avQ17/\ -u1NB58p9vDBidFa0fixClKlAp9x8BwmG+2QnUVxUSLHIJwHhV/\ -XRRpsYWwwkSQ3ORe31ZBnDBrSur6390BexRqs+j2rd6+essBy6+C23mFOhOQcgY83qYF/\ -ZyQ03rDANVwqcQO0ZYoD2BIyY1Nhh9Eu2mrBM89swUZ027sv7oEhp2zwnNFmQNzNTUIyUN6XiCTR4F\ -cQS2xSNvqshfHRyYjlcUAtwJ8sKpdlGtGG21s2RJ08w1xYLHJgkclktYfPYr0NEBzSEhdOB5c8xyyJ\ -qJChDLAxgKdmOtrRbFho2ZAb47RtsBMl84ppY0yWSEA6084UGRnAumxSyTxhB1vnnJEhW86ENYJ3BL\ -bt2HCsZUNTNOYYgCbCjOS1SEK6IoUL8NrGI0dikRBbs47ISJwrz3JJKiUvkEBjRy7cjg3L7f2Q4PpM\ -IVQzpDoAB8UFpbWEMcMjgVtsLiy6WJh21haFTGRSo2GgVU53eMV2bFhp2cCCBoAvxiJOCawAEkoMcE\ -JguCCsR/C2shRQDMw+\ -1kCpgPnIANHSBctdR8jajg2rLRsssjzXoAkKX8fG49htwEhATggRpgRE7eQN9mMizwEcjhzomNIdww\ -+qEffkWssGCcChojPONYxpn1kDsAiUW2KDnS/\ -hLLrgPzxJgmtIekVqOLMWEdEhczGSDVf7lg2lOG8wq8yHRoCx5EAhkpyFRXBQwFxsWCxMZEIqAF3FI\ -36qcN8ohIfckVZ/\ -ahs2tF3TOBYSiBAom1IA0h6MKIGzlaKxGbyzCBbA3EZ7TkmUw00YE5qJmFjWHdBnO9OQWzZwoCmwIY\ -OVSBgvNn3iSO8JKFRjE2D6XcguKKN8SADX2J9RgRvDg8CQbEda344NvfZSSMyEADXDdgT1wXYUhoeA\ -TWBNo7A3DeEIIHgFmAp8iugsJFMgczoZxUbbklcfbdmAkADuIApSEcITKDYBOxmR0YGUDTmqK4DoGT\ -MCNoicaT22LmwjyAgHHs2GdogCnDXg7KoBvEQQNg0+\ -gegDlmcZCD13kcccgG8wC9yEVEBKEVk1oGkOwXQwrW3YMNd2C6BdsBYDBhd8REICd9EeH7ClICgLpI\ -icEEKVQFAE1XONyYiggYHlaOGajjC5DbeYa2dNx+F2iqIk4mQDOKMUQ/ZERhcOS+\ -EFEmhjhBKRgS9jE8qApCmRWpBo/GjRYS61I7VzYDqerGiUDIDcHkEZ1EfnxqkSdeMbDFlaLBZwi+\ -Hekw7DEBgEc2q0bDHXdk0gA8Q/gBRrkTOQp50D/\ -ydhSjcCUAkuoooEqNQucxOFYIhRhCYCawQw32g2lPaWJGVEI1smB6iCfIDsFMBXdfYKOSw04ByIToH\ -ChfeBBwQr+BCgFOcBUWU0G9oIBn+n0xi1QgCQPjJQmwJ+\ -FvFp8AokTvyv5gLMDKAaayKBpyP2rszwTm86VLnt2NBGMAqA2jnkBWD5hgFXawsKgWxULBMFUSgA8A\ -JRmYa5wrBlMEsIUDaQHKLjiPOw1J4HhCiwT2uMRxRiymZQ+EYqIArtYgyRu+BTyEIELAR2gi+\ -SwVGkb8Dlu8SO7djQDlHAiQJhUkh8TGYJWsF9AEwMiM0+MfJcQ/\ -AeSK8ELRAuMRnYDTZnDm444lqsbAqTMMFhh2WEhIAwRXJAAmvH+occANocorkE9QXXC4BWBRYD/\ -WGNCsG80WxoI5giSLHDYicEJ7CXRNkZ2FKoDF4Kwgl2oZBITYgO3kvghqsA/pnhwqCo34OUd9uwZ//\ -8bfMgfXlAPEEiAJlxoDSIQoCPIFcwzDRNKiqkaByAJvYiGBmoHwiAyQXTFyw8JY8IrPefaLtGAVBHJ\ -kiSNSC/mAefpcYieWzMUIDfPKVObFJAa5EQsYX2YBs2IJtxORqCuKa9LS2GW7wEGJDFY7IxUFVEziJ\ -6MqYgTCGlYloUsXNMCOA/+\ -KgGMwwOMHc0GzaBWmeiFCpR6kiZdNEGDF8bl5NT3iFteUQIV8DOszUKcRXZVAF2gwE0iXW4xjYy57V\ -t7yxNbJqG56yEApp3LAk4rAaWQlKHO1qATaTImASz2CiBpFoHVN3g130ZLWNc285aERsLOL5hIiibZ\ -CTwFhGoRI4KM4C43HibBDYiAilsob0qDWF8wzBho2Xva9vbocneI/\ -JzOEJs8HFrG8ecdy6SDmM5RzYzoQQvQY2zpWOTxukE4G+QZ0wHtt+\ -GDde1gZQAgZFSZozLCJ8aQ06CnJklUrhxEjQ4J+84IhKWRDVwCw53sIB/\ -Nns9WpS6ro1ilPJReKQN0AVAKEHuAYYZgwKgLgqULjZYLptSkSbAGyJQJQENwB2ffcexwnZsaO8HYA\ -Tg6Ij4B4aLSMHA+\ -eF6DHtTF3zXIkK50Ae7SGtAfCzJ7EWyGsTQpg5Quw23eGF7O4BMY2s5n0BvciEl0+A/\ -SoJzmAhIDUTTGMSmRJ+H8wLcRQSqIBmmiI+G7V+\ -4yS0EQiLiIPh8MgAMCTTGYyaQlhSlLe6wOIakW4N5ECHh/\ -whyUbrNCKGj2dAGcxnhJxeHL3PJRB8wuYx0DcSGiY5WWKmj1pgBwIWEDOuAbaTxgJWIYs1orvnCtiS\ -mGPYC6BX4P6Y5IDVYIwQ2BrCbZRnwXsIjc0JOReb0OWVvrfHCYBrgFiPa0AZSEQC20dny6El0QvjBd\ -GBv4J+tLaQmSw4QkYFzEBezZhKoFrwTpFchoY9G/\ -a9v0ywDLzd0hgAWg4DokMORCwJ2pvS2IAYZQAxgO+zMBtyL+A6WCPOBVOHNaEnz+\ -sU2v7DAbFZlwPakrG5ICBQNA8sD4jaIm8bQsbzAPKX+\ -cUifeoSGk4jpus6Tt2NDO1ILTAICArYDKF1B0kQKB4QH38F/\ -N64BditJaeadipYpbInIdWamMOxW2yWBbGMpXtReiqylSX2dGMEQuy5x5iSpHkqU6J0WkgFcMmUAaK\ -zMDpOAnJURw1hIabTo8KJN+CXS+\ -BosO0sAjiHrHGFSQRi2ShebKESrAoaN7OAQmqMGCYgcE5G17iqN2IYNN7QTlnIR7LYAqzTBIXMhd2A\ -BgKYCwoYCy5QANcpnhcSNjSKTwYLBR5DF8ZvNaIL5DW0lCMHB0QmO4w4wXiQPSsNC9gVhAeNEKALJx\ -BoEjcBpUpZYrdJwxllwBttiNBvaOA4ssyHtKTCFpe/\ -jaE7REvBRe7iBMEiQOVmeEkKXQmZRJFVmAL9UgLNHsuFAO0pqpJ/\ -CESKsNCXKviYImot4RIgpg92UjEQppGGIH5EZcApHtEcxC6QzmhJ0oB0eAFU9IRPMK533eQIMgnIWG\ -D5QhMM84P8KggfLObgQE4nmCTkcuDqMCCYPtCO1SwIxiMovJGi1paqIbBGrNJBaQdoCopIWXwTrSr4\ -BvsFGLTrlkCPljdGy5o2bFTESvCQH4UbQS7pxxRkLwIrYRadmyKU5cLB9bkH7mmyANrA9absEhNDRQ\ -vWNoe2bxltPWkdxTpXQmICPA08T4+\ -IBCBZgAulCGwRF4RCiBHEOqSjRsiZ0zMM2wuSNLRNS4ZEVJxGQHUhmysCyUkWkqYBIEBA3tcNv0K51\ -lrADkgpvDJA3OGozIpa8sY1n4QFB6CyBBSRCNOYDAJ8LE5GOHGvIKSIYJgEKiRiaSJaMMpuA/\ -0owajQb2kAOcQAeEKMvIJRZYrsFYnAC5MYjFnkgPEsCRaaDN+\ -BZrAEVLiCHFICYEV3zxnaYbBTTjuQdjK4YOggHhwLNMUDNDUBjorglGhsRkKKOsMCBFIIiK2wNRPPR\ -bDje3g8WaBE0z+\ -ZgXBQBbAdpM0fkcwCoRMKMCxZZwwFIA0kE7B9A3CYGw4G4RsvcN7WjA53IcM8SnfQaECnlqAqIaQHf\ -T1gh4t4C0y814reRdLKL3SoRszNlspGm4aa2GAXc5hmmGI6XeUB+pmJFBOuMTxFiyCB7CBYig/\ -BrYXjMkWGimpJFU2DbSDYcbEeoDMcn8T2B6DkJWhngB0kzk7ELE8KhVKYYhAfatlg2JZHiCUNgNaie\ -ZDQb2hEqcAMEF8FldCCNQferxRzIHwOGKVR4BYhTqAjDI3EEUCCpbQgcqR5mdUTJbWyHg+\ -2l6BczFFukUMiDnvZ8o6PgCmHAUjmGN4Lgk8TEWGY8IrVRXGuqV/NmtNPVg+\ -0IBRYPd0PYA4akuhxmwfNDRrRGvLD9cjU4LCw1iB0ZmTsA/ScEM4XdUuKINrS1alsiko/\ -xjBAqU56ka0UYNiJWk1YvU8AMOYtEgliK3cs9kkk2heRTN5ooeLCduAHVAKEQp+\ -D7GbkQCRLDBHeAAxQgugZgzfXlFmRQsA5EKGxV0UgwcKXUaGDyYBtUM+\ -BVbzD5XFhRSHAoMAch2mcOlg3wLvGxRlL1gTZYg2AN7LTRetmYrsqy7djQPm2P8ICMOQeMAeUDraL4\ -EFUTrQZMwg6Es5bCEnyhweRQ5ADk0g4hVHt48Wg2bNKqGdX8UGUzcKsNmgNMBDgjty4qrSJrjALuRi\ -yPPJkk4CgKECYoJHsgz9HC5CG/aT8gSxif6UQ7M0krn+iEJIDMAeVji9h+\ -9Yvw0TA6QMoMuBIIIoCQWDaaXxwKm/ZDiLKhmAcgHREiPGbZIxQiCBasQwR8A/\ -GhQMacD8xFeG0DU4oTCBgj2tBGD6S9IGUIwNPgkbYUdwWZwSJZkNRhMoKlppJfMG9GqALQJnFPhTPO\ -AsyNZsORTcftgO6ZTu440zIoEfB5h28AwweLL0uD3+FUIyYzR/\ -DGv2p4sUVmKTByNBva5CIhL2pMt6WaawcPsSqBdYHrU5lUbIARTINcYT2VAnnJ6GwP5lGkjNido9nQ\ -9guqcAFzI3wUhWoSzX9B4gC5p1JKGjY+\ -rZBVGVwRYDNwmBipTArbooxmw3x7TzZIQwiGiDeNzOAPOUd4peAlBJOAaCPAAyflEnEhEP9UEhDGwo\ -k08suIhHc+\ -bsoXyBFN4EKA1DZMe515UQK4EvnCYM19o4DhtBKSNgKAHaMCyoakw6S7KpW3kbrn29PQSGTkAHLDAk\ -A7wgMwdRN5A+JrleShAb7qQ0pghdQgWYYUJcA+8XDuRguT85sUWioJRKxB8InYD/\ -BT0Cg4hKdzvQjQmICfEpYFIQKcAiwjguzmYkE/\ -ATNG43nzbWCvQe0AYqIGhQglO0RDCodUP65TZBxYrhTXaM9sownS4uvOpJgEIljsKkrajg1t+\ -CAsmD4Yt0oI0zJJALrUR5fAMY0DtMgMgUHDZWGHdcwHXjzgdPQEwkcszppvhwcpc2nAOF0sVMoMT1B\ -YHuwDI5hSGtjOR6qcDJaksYKZYiKDaIJjAHWqEddiE3yQlItdUqGYCGcMmJFGeirejVwGgCgwzQhSj\ -DQRNUwExFBgwpFKg7wf7aj7cDtt0h0eICIEBLBcJQq2HZCDBVZE9mRa0RUVoy3VfnDyT5gByuGEFAi\ -TOo1G9A6HLb4JNASXNyIH66iAFh+msg+lAiuIWwLZC3AB3M4CY2tEEsCqIKkipowGJw+\ -3QxSlo4C95QMVQSghjA4cKVpHxGSd4ShF0T0VZGmPTZtto5BYEKUDnNWPSPwPbz7BEXRy7Ig+\ -JkYhOQAeBBu9IgyTjKa6HHzRCWDtwvohCszHK9lkLUbcD+3UjYAIz88Ri20NAJLW/\ -ZM7KREEJMAStilAnkHSkCC6IWHRHAyRnkoZ4Uaj2dCOUVgCurhiGyB8oTVc02HqG5oGS2d8DTYMI63\ -IsqJAPR1AJOgggHfyruTR0ubhTUXNwE/kko2l21D4u7H/fAaoQ9SOcAcJUA/\ -vVIWTjMsbpLNMxy2I7wkoZjQYdbgdJ3Wmm25FkjoaEyg1UGVIBhwccIrT3RTZOOGLTAp8y4DiAHCBI\ -zvQLLjyaKdIt7SXArQWrLKAzTfIj65fK4coBAzNlfMNTxGYN2jAbG4L6I8n+o21wo5EYO+\ -Yhm2Y8OJ2hKIlL9FiRKDSYL0AVYgPjdeAFVj8XEzyAPGCaWRx+\ -GxEpigJ3Icct6tIbRsm3NrGsxEmCCXAJ5E1cwY8iIATElzWFyERPJ10cFsO8o0gJY1sAOUQzKwG0Bq\ -Rc//bdnDI4NvIQzYBMXgRTRTwygLs7IWle2muaGwF8BtRiqZrsHSK58EypQaYMqPhuJe0AzWSQb+\ -S2llBBwQSgRg7gQsEjUjxqSE5lLuUDUMsg1OylDzwHrBDQEobbUO+\ -pB0jOV12g0vS7VQd6YQAiFrQuTodE4hCVbPYnxrRAVQwgPqEBsECuVxJuOpI0/DSNnYo2H2cogJwA+\ -Yjc2YMVl3ziKDAkCM4YhWPWiBPJ4Hd6hJSOBwIiJf5EaWHl266bIBNh8lmwKx0LcjRXS38WyToyJjR\ -SJkN9ohDcGycLQxpFWtgEacTafYdefuytg2nWh/tz8eWBm/\ -ThZQQCZ1CZOLwr0C3OjDSwiTLjnCTtHTP1Ua6BuThlxFotwH5MQ1QXUdwftLgh7dWoBHeoJpT/\ -C3Be6ryS8JxC2jGQOs0PhJA75Ey6ZTKa3BaeAEVkiJr8Og6Nv5zBj94zd2erpLTb6zsnbv+2r1zN+\ -2/TZCiy/We2CsDsjyAOshKdEJYzhBxCtidB17mSImA9E6YZAVVUAKsGLA8JOlURGMDHRh1oFbxiHZs\ -NBTZu4/eslzsreaWNSHTgGXwwEAKk5IMsm/\ -JRQIyIGcnJyVDYPCkhMEq70kpo5JubqhGsWP92basuTYvL2+2BTyFSZ77J6pSUeEylb/\ -FrAAkPNwugPljT0iqgkgyA19nAKqGw6yItNnhk4+\ -8QidtuT627WBU8wIUApgIFOutMg5mSboGHougqx7cKekdhx107RIuyhviwxzEQuoOHLl7W3bc4K82L\ -UMQcqQDWuekNnoHQg0wpQqdIdrYeM6tKga7wthk4ENFI8kinsNz6Py16x743u0Z0ptbuklsXhuHDAo\ -WDTsAWVKyjXMgOpnuvVjWJCAdOoZF9gLXzRor0nASKxDjZdeu3d4+\ -uaF3YPEmdbBlixQWUTMkCbxPN815BBem2yBUj4OPrheBCBeYCAI8yIISINE2PMgAj+\ -6wRW7LloN5eenOlaObt632cIQCvo9oxkuDzcjA7AzYF090s5oZQFww70KX5wx8iTi7pfq2JjbMd0gC\ -z96eOUvtWQF8jsA32ZYQAHSR1amAE5ga/\ -4yED3QPLG45zG1YwO5mQGMFWIfuzyjVYYbenhnLaysrPb949cJae15KjIKqyAyGXrB7mEKIwVQB7wW\ -NLWQDB8aLwVCWYTzQ/S66ZWkYMKHhHWiHb8ug+aXkFzYvEo/GR+\ -wDkkipRYaXpKzH4CJ1BQhON0ozQ1c06FzGe8Mcdq9CQqY7eF1Fjj+\ -9LWNubVkh8AXMP7K9BTFpuNISO6Efg31WCK5ceUW3/8DOONVcMg/0Qzem6T5P+\ -l7F2Ge0AsCjtTLWYBVAxxHnG0u3tbWBG4GlgBZ6HgD7vbWMNcRWKOIkAGHHQJjofNh1OND2Au1LF+\ -fbW1aXxhROFw2NTiaVhurdkgPWIK8uQDzgLJkEBdgikBAcQXRPfQcsJm3YRaGksxTz4qatYSOmtn/\ -hFOADoCCFrBFlvS6U6oxtGqeMpAI3Ql6k9RgJsgAa4YBXOsL9cx/RiutvmVu+\ -7fjyUloDuL7trt7qkdviOkxaaQOF6JNDxHA6k4KgCk2/tSWCQbMMohzpKjup8w1V/\ -0kQC6PwSxZcQUTdgZIfGSgcPtJbWlvOvnuW6OANSC0j5SQmeAicCj004FSW1A0hCaydC41nWChpOHg\ -GVgvxxSVMGOsQup71iNa8ZCnlLQjBIvuGpAPocXSaigeMjSECS6WI30JEJaqNPZSpKgxwga6ZkE5aF\ -Cztuvt25qUaeDKo3/uJeqHc7W+n/ge3HTnK9rzq+\ -O2nHapkRH7QlqCzd8BTTAgwyliop43MqgA8K1bAKDQVW/usqdpeFKou5rxLoJ8b0S6xp7mNG/\ -2ilnkIJUgNUgqftJMAtpnCjdAMm14KsM4Az6dWLkB/3HHQHUwdwnT/0oyKHX525oS51TzqD7/n+\ -OJpcxDUAGgb4DhGFbuOqg4a0tThiAVckGcPDOqomkkC1ngGtI7p4kyqoENXndLzhjDnwNLiUlzoLfb\ -ibUfYQmueHAW7BL9ClqTruwCAji5ZgnoHAdtAWBUgDagrtrzVhUK2CsBk2HkyqA7h7PkjGnZ0t2hZx\ -qwCpohB6Cgi6ADDVrIsIErh2zmGkgXnAGf4tZylIZLjgIg0FeUBQnfA9J8ZwrLDy73ufQ82RU4OjmA\ -00idQWGMbUJmU6RZ4bLIDIgJQlNz2LzPQfqerLcg5nroZjM0s3jIrUP1CQ30SZKRzQGDhFKKCR1J1O\ -J2l0l3VTGlHIeAjoSjQQeT5iF/QXb2dHsGs66+99pb5a/YmmLe2km/r0VO2/\ -GREbzWbQJYRqUnaewfbkG8RpUAyAwMwAd6hpjV0ooy1LYrkGOwvB7aIHMA83S/\ -dapYbzixx20peXTveMkrDiIS4AB5MFfVOgA1nqvqRAIlJaWcNwpqkpAOXNdQfBJgyZi0CMZKOkHpmY\ -L//+vm5W+b3FqSZXl6+\ -LeEH2gc6VGriGaP6GAtezEA5EDVp2Qx4mAEeQ7QCFLIkSDU8a6xgRHIMMiMZDZWJN2zZkvRu03fru/\ -meldXltdPhHYOlIywvFFd0hoAVpKsH2NrgZ5grDchmgJgoDTaaOjtJUrlZP/j7Du+\ -74ox2bRUueHbYAJh1RccppMoWqvwVhmp4nW0MB8NRxopCNXzKOgB+\ -BHNg6wa7vqtw68cHv971NslpmcaCZ2Xqm+\ -WBVLMk5VwqZPhAF9PgULzRzvgg4ebUEkWDnzdRUv8DabwPHdvjRwc/3n69YaDJkbbIpyC5+PsYt/\ -jLBXiUMSB0irliMotWUMkKlazFHAkoY9xUlGOEzB0p4qmtzw68rnD6o56amTT0BbC4QCox4570RpOC\ -J6EYSQkckyG+\ -JWLBySuEXmBWJFLlu84LWh8dfP1goMFViA6YAQwa8VMiKSPPkOvnKEj9wARkBEqDLccTEmEjQB2EpY\ -JeAHTedc3kysGPnuFxgmMDIZxKXLiSoKciA+\ -8ynQ01K5IZUDzoxKjgIGF9vZYArBEGeo7ojoxoWOrQGFoLfAt1+N1o9LvSWmDq1KBNoZXMSQlRON3/\ -YwwLSpoBVd0l4HEYlDh1vDB94UUkAOBGdqTaK9qfzcubBcizKj5esvH1re7rkeoEqRExK8QsKi8z1L\ -MAxJsjUbIowboEj7HfD5FYTqF+WCU1HMG2y4NOkpxT76zu3be6mhfX+\ -ks8t4Rs14u9vLg62NISjBLhs8GACR9zcD7qHhNBu1JTqHyIYfgSobVw5B6D1F1YhDNFExHVurqGPW2\ -LFVcv+9tv37d4Ozx54MtU2OlIziacHniWVBQh4DdUpAOTNPgekBYiZ4GJiJ1FId3IAKrZUCXumTf46\ -S/P4f/124SffJR84PugKX2FDhnfZ/K1QpcpEdWobspShVEDlOupnxP1b0g5wq+\ -QAekqcim8Q1W8Yuv3N3ZZXlzprZ4Y/HqJkTBrosYPdPHA0BmG7Z8kNAKj9lhywA+\ -LnNrHSyQIN4IkWKQY3rXTfupMX994RIFeCGtNgC3KMfAfEQI1y4veqEjXn0PQ4JMBiCRk+\ -L5z1K3DZ3gb1bxZpBu6Y6Q6dJinn8mEgwtLrV0XSqRbaoJ7AB1MvwBU9FTWmckQ3QQFFxfAiAh22Qs\ -tQSuF05Kq94GzO044tn56v1++q7d4ay+\ -tHhn8tEIWBInBchqT6bpxpLtb1B5FIm8EKhqykW5hUFs2EI6IhaDqOYAccO2u+/9bt93+\ -3gpcffX0W4gD3wcGp54rIZKCsX71nW7YZ/AERNgQg2OMLq8JhBsQapEpA9jkrTYmuK5D+\ -K0Ot77bN096DsCwAHLOAznS9QOvnGNUWykU+FUjtQe+Q6rk1J5GI5vSNWtD+\ -MLrzt5NWzf8NcewZzrHjTEywCVQD84BJgFK4FskxDqqA4E5WOiSkUwl8JS08ErqHcUk7QgCLGdGKwN\ -fv/u4X0wbe67l65RCqSsUQ0hNWWltSUKha1DY4Io00H7PSB6zJWSRYSPwBdE4AE3bMek/\ -2fVxrPlgXml1DhbWFmSpwLjUCLUmFEEwETwatgGzZGcMFRq4FBqqEVFUcQtURXWVoiPYb91119y92l\ -v/5xvy4u3tXU/\ -lwEJRE8YCRAyEiCDaBGm4EFb5yCgDhEBkTAGyGao5ybloRafycP8OirF1Aq7tLaaDvbvzwtwCHSktt\ -4JNpktOTRYe7NmTA4JDI+l4oAlEPkOVmkUAqhtMN36/\ -sVTmzanzhaBK1g7g9owtBlyXV6nH4NzS0nLqLfrV3LLAZeaFJC8WHNONGZaiIaSsnPDUDhaoDeQ9UP\ -tOJVJkuVgZJEl8FJc64v2eM1mwtcthyxK6RQ0qqsCdhNEOrD0JwWJRUYMfFE6NhkFpVBMb5NlCpz25\ -SGQD6iuFpdrOZrju1IvkBzJhu8HvN0k1LgNUUEcDADY6S6IraEka51wB3UTIFSArxnmPtOipsxp3Fm\ -CEmpp25Pyt0Rffv2ah/9pma+hAM2A/iLV0L9xh/\ -jVYOLyfZ7pan0F6RYiikOhDfVGoZTAoizQZs5M7O0A/s+vTN2D2e/\ -Qg16mHPgdTr6fWgE3AvFJ5hZGKxRSAd6UA5rN0X5tKHsDRYqRut8ICKjjq7VyoKU1H8rm824aN5w9b\ -gUgwrxAGqaWk7E8r+\ -AEpl57uGtCC031Rx6jTJzXvKwj5ul8C5HR0Xa2IOzfh6e3XOuxvOSSNC5kI1JGHRhHXoJaO1AMLGQ9\ -JlsrAAPiDFtRukbrogt5Q9zrPcnAdDvkTnZZsPEKzJSDCr+\ -ByopEeuIbIjaNmJtjqiEeBAYoaulCeCxUeAX1b6QUyExifgaP6jkV41iN9/\ -qbjedlvmQMFBJC0bgDvqXxYhwI0hiwoqPdr/74mrGINrDAG3gGmC7Ag+\ -j3gDUm324mK6689nSEtIPsitRvqL5RjJOCLTZCo7yeGmBjdoFXIQAgQRhTsAgQHCQxM9wKjQyrbDhi\ -4nhSeuSM5Hm19WSHnGYlIKyMCTqS7PZIh/\ -HKHYOQZ9Q4DuRdISAhCipqcIEU5amSM3dJVcrQ1Hvd7Ax9f8It+\ -eeOBjUELhKQTJLq00hhkJzoyKNiCpX/\ -hDCAcUBOYCySEuq0DqXD4TuxXDFJjw66uwFvd8EBevj13YH/\ -daAqm0VMTnWKxtHBw35fcpKJeZVo1BTsAMyLoRl5IAE3ECYh0dt6INd3ffuR3zgf9QTL8j5bY9YgPX\ -lGpvIgCVBA4EXyAqlbhADEgbtPTA1gH1e/\ -PwqgWzT1C3dGARb2Fhbx848aTMYeX6BmEljsgAUoqygWrBhCjAtEmUHUmC0hV2PAZTsI0fIOTmEWXQ\ -YGU6dakCdSDYDuMdLMN64+etEIk+\ -DzCMFi4U1SUnOhwHoiZatJiCcAnihAMbdACCmkpWIBEImwglAK7bGcmDuXYO768FP1CXzLe6h3Iy3T\ -gK0zQWhUBflYAAzmpfdieWCu6tJ40J9afjC3EjqgjORYkevcInZC7bOgLQPO9YxuPdLVwmy+\ -aCjqooj5hHpIVgdQdh31JleQRVAnLIUIm9oBQjYUCbCWhFkC7qzhxK2Y/\ -vSM3bwgBeIAlpwISJCALQwBdWWBEx4AKctQafNFQr8dCDyYURvcNYB9CU5FdnXe3BulDmZ4+Sqd+\ -4Tp6wqvFFS2igVfCWOrsS/f+\ -vAIuBDsxyTmqJYFHZKHpFQSrHPIH3RfF3qFWArFrLbaipUP0tMsZYjTFIWkStWuwHpEh0v6kK19IzU\ -gGisM+xhHFCzWTROCgHp/\ -IpPgDnifZgda2Jkp8v3dP7uRNUlKLUKkRqYDUKF7TGRxIDCADmARpUhnDpivkkSJG8ciWQK+\ -SKly2CVs39l4eOEo52AcQrb3I4F26AR9DlCKhn17xIAqHIE7yLwnBOlrqhg+\ -YT2dMLAPPeLqlW4Aat4XdTk3BOmxel38HZyMXurgDSJKppacDkmV0ax3fI2VK47+\ -oGZOFP4BZgbskbAFHF2IcYlvTERy2LsYmG9qaEXa4omMjbpSV1CEeCZuuZAM0ypwQQEuJlk6XAn422\ -YYpSmASZAMe1JGv9279/\ -JaUcfJtorZ6I2zpN4cLIE6cGm4pqpzPyUvHAaepURL1bwfKAsWy9ESIx0ZGPsWuQK47cxXAI5kykL1\ -ubqUOHZGqqC03QAPcH/\ -iWylfhrkBuWBAqk6BryjLTRRMNlzEqKgAuDaRtuq4e8eGsaUFbVgynm9IkNiggyuLwIe0IX+\ -WgCXBQTxAWEkckU3QvjQH6sYYXqup5hIv9g8Ysrh6B1650e21CboKHmiD63U2BbALghZWNCxxzpSxA\ -lmjgwLFQCGGEwDlSLmN0PaKr7cdWZDmPcJX7703tCyuYjdaCaGGtSjYpxKBMtfLUjCggdoLVIVs4Lq\ -0DpIePShA+SQcI/\ -QNtJ8mYrpajWw2g7O0Xk19O83l1dVMaj5HACi2y80ZTAwNNFXhUXgU87yJvnKX2QHRBkKqvCFt6b6l\ -TsFXI52c+1Bww4OQhxjrp3t9bAdqMfdZ5BupHT5SIkh0yNzXEIoYfLV1FwVTwZD1cKApAXhvpfCEjx\ -YOEesS4VKgBxHYQDumsc3lhoX3C0nJd44l6KhmKwj8EKxgVawrkeDChAOgHQENvKnjkNzqFKZyepUA\ -+0S5K3jE1j9uwov8QVit5RuBHKl6PCRu8UJd0C5hQBDgmUAVwNPUZDQiaYIGgHBwRqwGeAs+\ -RrDNKnOHxyv77ryt7D/p4FIDqpjvz8p29fNeexXA6fTRJEXqg/iZA9jEAooQ+\ -47Vawh2o5hBc2DdBkwsYRbfEInV5pzYhoWPU1w71HvcZzkIGLIwhIiR4J1Vh2KORVoGuGMNHgMSBKp\ -DiqY+PDtg+AIa838lHMOpenLFGWy38/\ -4aycOCcZMAqsHR68oJeFXPUG4XrkhrQYe4DPcOjFb1AJqgopSRDlbiJpIIILJawp7vaUV41lFVbzlA\ -GbAMNoMJM7CJwd8fp7R0PckKvAAnNSMFpPDagYjkhtlgsrvPWAckaBJuYOyDB84ezrX2+\ -MmgZx2q6AKQkSEtsomnAG0UGjSWqi/8KUgOdOB4bpakfWRSCHsSx2Ja5q3xhbhTLWmcvg86A/\ -U31OdzJ4uk2HLWdwV7KDXBkkqKvSDUarttQ+fJ6M+rc0I0X7qPoKpAZxbz+EcGAWSaEkmEQmGi/\ -p6EEy8TcSLoaCT5sIr0B5ZG/\ -i0zUr9rRnWpmPD3qFb3tyJzDmTV4ZjNglqcKbkPX5ZJKnHkNopcaTgUIiM7AGuADgZrRRKxs/\ -9IWtUVNmUdLpbMdUsFwLrDlPGfAtpBI2QdPUgB49LgCYheCgwfOiiTmUXWGLtRHWShe+hfwnQB/\ -NlHStfCOlRwuaAyc9QyGMm8a6s9IHYs4KLoDbI5RNy4CisGAxkuDuAqwQWjDSbr6h9VN+\ -BUKwR3bfzjH3HQONLjF6EEfa4Ir2FwRqMT3+TNSkiXR2VBtX2He0DsumlRwg7iBtWaqQbzruqv/\ -vOEsa50RDcZZat1RsN3pjSik2iQYp1M64EUQGsAFSVoEoJRDcG36NfyKbsggRWuBzLHVsH3DGrZJKB\ -z0gAax1ViQGNtvCE43u4EZEyiQBA1F5Gf0xgW4GKzLiF8NYFSihofRNlJ05PHhPGDL2dKAbYgJimfu\ -C6cqFLqhRnscrM9SsEhCwVjqx2gDD4L336uJVM5OfbZAUDu6sww3cVvPnVoRjQAOw8x4w4ANqWjIUJ\ -NigNNG+ZicTCDVCozd0bNa1Gvb0ZMIYEmhsz3n1UMZ13EmNZilsOWod0bInF5WQoxoQEwK5k6C3SNW\ -gE7LDFJCBe9IDdTySQXRLwoKqqu5zs+\ -OYl3XedVgMHHUNjBLkG0qddNRFsQWapTYMOYFcieJAHRzIQZFN4epv0OD4OOxBVxXX/DhNt+\ -Ws6zB8CuFspxTabtskictH4sthaRWr4Y6s3AOFuxy5qxIavsPXkjFJYbTE3AdMzhcxho85xowC7EE2\ -TFyzgx2mqBG8UUje2rEfUBJgFpdAr3KVAxdxJciUR9nL4uiVsWyI/7uH9asrWdgA/\ -ZlEzJd62iK1Z76lIIhZzrvpnJhxAs4Kj1U2CC6NHQTSCEeJ0lvnwJFeduhKj13ePtOno8N2OWo8z0S\ -UyjUV9kmDoxEzTkltWsgdSNhtqwsnBouAwdRcz4hOTIJwp7t6ns+\ -tEOc6exscNMJnnVk5I6gstjnQgICFGpw68lazzOlC0MFbA2d25QoAoKkD6ZQOtlq5QuGtnLwXG3ANM\ -3pAg8MAcSITniSAnOwCIL0Kqzn9GAm1TNxwBbq0SOpi3hU5DIlAeVtNe2aUU0bOHNrBRNASg1aDZLF\ -EB9YCoJRV9IIf022OGLHiCdGgRkjtbJMPZ3xw3QGDpT8/WaLredxg/\ -HYymwiCUNUbJgjPthQw3cqgmYe7pDBYajfuRU2Us9za/BzSHENtRLxHfewhgNzA2d1g8k/B+\ -EM5U1ZRKTDBgaEGcFc+pxe0/WI1BDZobOjyJSN9AigRGajyzYdx5TD5bCOc7xBKiP6xfEF0Z/\ -UJeAhEC/ONVMBsUQxKakyV4estKPHPCyQHvVoolbhtmk6IvBwoaR1xjeY+\ -Z2ixnQK0JZRc2FmZGLU7id4essEoc7RS2Q8UNfAoAANkqWLHIjQSCNddxAODW/XI2uWg9Z68BU6/\ -0PSkDkYCsA8Uu8yIOTANEfy4EBXoDvFJuRjOC5IdyCvxR/qAFHDJYzOs8EB++ghCA5sQi8/\ -UMMkH40HeKHyFLpD5TVSm0Jg8Yoej8mKnnfLwE/BOsJeHYF5OPXmDOeGg/\ -jdUfWWDnQiaiT1kKE2GQgcdFgSRf99NrDYaOneXg6JHtNOIUc60I2Kd6z3cDPYeaY4YB830mG6QHcK\ -ta+kMgrkLGqokqmJJh01C2qUz0NGPAF3zVkBeVHhs0MY74jM149o3+\ -bzxsH0QW1Y6UQ3F4QZLLqhJl5Gk76f4eYBGAV5TQt6A4Iq+\ -rwmbcJT6xIrOh8RHtLI1lnkIKLiVHzuKfRymwDXGwJNQKZY4mToITdOrwyXzMAjAfg8R/\ -QLPhQGdstyx/\ -IOl9i6zykHpw5hDsyfOZ6coWZfKWlCCED1FlCmYY4ecuLUN6HRIZF13HMpOANybboeVBoOJW85wxzc\ -e4TzGDAK3BK51khP7eCFpEvVwCaJnr4C/\ -7fZuIINmQDcmXf0AroMLJQOBD8cYNl8vjk4bdT6i1GPQEAXRo034J1ZRh0DPYPGqLoenFvSiy5AKwA\ -qFtMIuErvV8nvH/\ -E9wtnngJWK6oGVBTuUjCqmOb1RZDM9j8awnglxT9FDmBgJPSUWU1JBU0N9Qa9xdnWmGW4CN59JDk4g\ -tTOUdDHDUXk0IItCfqNHYFWM9D6GBGTg0kR6r5YYN10hkfBfkBBwpY59N1zc6zyybanqSmlJPfAU9b\ -XidK+EyqrpYJQen/\ -Qem5D6UAU6OYZ7g51xajqsE5hQl67youHse4Tz1EFGVFhk9HADCHYwVIuWAe1zA3MpFEdLr9wmhJdC\ -EBA7UoPWgetaolLed8SXA9+nmWdCCkxQR+\ -jI6LqiAohSxsJvqMulkl4Xr2EjdXigpx0chZysbRAemQVYoulACjeOz9Cb2xm5wcajEivFmVL00CbV\ -kHnq6E1YhnPqZh2p2jP3+xZb1S9/\ -BUc3onQ9gzmcBt91Rjvo0yBq1FZYhIRtqUjeADQEmFGR6mAjHIlcBOQjaZcApDNTjDMG3leS7LoAMh\ -wT2Xp+O7gdmfAEVsA9omBgZkAxummCExH8WBRDdVEa0yW1FZI68zjqIIKd4MHkulq8DGfc1rPdwZmj\ -Z8H7lwRIs2UK7JbqfhL4rcbcIS8XQ2d9OpWGtASgbE4naY3KtkH222rcLcMZt61z3xasSVTAKgqILn\ -XqSSAnyG7WZOTjLIH2NfIKXSoF4ZMGs2kFvB00VTa2MR3OPRx6PcOZ8CDH4wHUSLjGK4sYjeAInyiS\ -caeoGLyJidYdKdlqA7yfMk+2/1ggvcHuVIdXD8eirjwDcpCCFBhJD+\ -ZYOjz2SNBgllSamVkjNSJMMiQegaPmLJDGM7VRjBpzXViXkwyXXa7suoY6iGw0EFYAkhFIIlQbyktx\ -rN+vEMA1U28fYbSlR4+5hslGU7tb4p8yGdZVHTbkvJ2SsdrKbtQ+\ -khYUJXV3AA711GuB3vjElJlolC8CpAn7z2AhPT2hhv2oXJOYpmZ/36+ScGW/\ -FABIpoVR6anjKIMlLFpCDHQMk+\ -hSQUJWs57OHGFVogNHbHw4AnWkYNTGgJY0dczWcIcv61a9GN65afsbQOfGUmNoZRHdHCYqRURkqvV0\ -Gp6gqV0x3fIO9A5Ik503gk4/ABOR+b7vg+\ -Qr2xeOB083kAuwfeg6LLIAa1LDqXoIkYMqY4FXG1m813SNJgDKJAuQw+n9HnCABpvy+\ -95gg3eSBx2TU48COqLF9vd0U4NeRI1UnpozvQAWI4/\ -aqfUWp8izhm4x070X6oTc9XTIkHYNXlse1EZ1op5gmpqyw9FgE6YF/+oNNbMDFqYnRF1Q+\ -GeOSIfNTk8KUDdDrRrZ5ZDXDWfXGW42DypWSJHUHaCwxjSRGpRbz4CPESkyKZANyJlTjYK9WiJtFAR\ -eR++me3omnHdVf3ebeHgNgLjnqfjk+\ -PGFE31JuTPKgikUZTBXRlKvpUC7W6ioAOSA6QXdOw4W60s9vE1kMfimL+3mdXDaMWnqe1l0tV/\ -pxbmlY8fXVreKtA1ohACHkTFh4DR4Bm5DLZmx2xPCFlAHlVMUKgj3YBncJEQKenrPUNPabW+u0/\ -YMmnLT4hmwrzaxDyeRlEAnsHUKXcmViUCwxuTQg639Nx+iQjbt37hjNnHPAqOnajq4zve0a6OCY+\ -X6xY21W1i6nah/q9rE9x9n1hH7iCMPukLlW6AyrMksORNCtA2HSzoZBV3i4rkB93L9sljss471s9/\ -LrnUd+xG2FG9MTEg2IF5gYMZTh0Tsb9lvVsMDBQOlFWAHR2yDhco0XIKNwQssLx3xwX0vk25e68Wj/\ -UKww0tzS4tpK8lC4k1cCnraymhPLUQV8D7woaRH6GVx9CiUJYUHgR0kQFMPzH4fIN3E0KXR7f5eRp0\ -KE222h31rsMWpJ4WLOgNG89RQLlbUS0eLQK99BAEeSsUwRdCTT4VzQaKE6Srk/\ -Z4LdpI3zfmFuKG8tQO6p6oIrbMnPQEYK1PvOeLO3tJLG8hDAm4pqbCKDlwxK0E7JGUfJCzvQPwHv5d\ -Jh4/kfSsrS7HX/\ -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"}\ -, "ClickToCopyTemplate"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {Automatic, Automatic, Fit}, - "Rows" -> {{Automatic}}}], "Grid"], FontColor -> - GrayLevel[0.5], FontSize -> 12, StripOnInput -> False]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> - False, GridBoxDividers -> { - "Columns" -> {{None}}, "RowsIndexed" -> {-1 -> GrayLevel[ - Rational[239, 255]]}}, - GridBoxItemSize -> { - "Columns" -> {Automatic, Fit}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {1, {}, 1}, "Rows" -> {1, {}, 2}}], "Grid"], - ImageMargins -> 0]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> False, - GridBoxBackground -> {"Columns" -> {{Automatic}}}, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{0.2}}, "Rows" -> {{0.5}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[ - CurrentValue[ - EvaluationCell[], {TaggingRules, "StripeOpen"}, False]], Alignment -> - Automatic, ImageSize -> Automatic, ImageMargins -> 0, BaseStyle -> {}, - DefaultBaseStyle -> "OpenerView", BaselinePosition -> Baseline], - Deployed -> False, StripOnInput -> False], - OpenerView[{ - Grid[{{ - Style[ - Dynamic[ - DateString[ - TimeZoneConvert[ - DateObject[ - 3.891245766221244`16.34266365032685*^9, TimeZone -> 0]], { - "MonthName", " ", "DayShort", ", ", "Year", " ", "Hour12Short", - ":", "Minute", " ", "AMPMLowerCase"}], SingleEvaluation -> - True, Evaluator -> "System"], FontSlant -> Italic, FontColor -> - GrayLevel[0.5], FontSize -> 0.9 Inherited], " ", - Item[ - Style[ - - Grid[{{"Paclet build completed successfully.", ""}}, Spacings -> - 0.25, Alignment -> {Automatic, Baseline}], LineBreakWithin -> - Automatic, LineIndent -> 0], ItemSize -> Fit], - Item[ - Style[ - RawBoxes[ - TemplateBox[{ - ButtonBox[ - TagBox[ - - PaneSelectorBox[{ - False -> "\"StianRamsnes__MaXrd-4.0.0.paclet\"", True -> - StyleBox[ - "\"StianRamsnes__MaXrd-4.0.0.paclet\"", "HyperlinkActive", - StripOnInput -> False]}, - Dynamic[ - CurrentValue["MouseOver"]], ImageSize -> Automatic, - FrameMargins -> 0], - MouseAppearanceTag["LinkHand"]], ButtonFunction :> - SystemOpen[ - File[ - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/"]], Appearance -> None, BaseStyle -> "Hyperlink", - Evaluator -> Automatic, Method -> "Preemptive"], - "OEM6eJwtjs0KwjAQhIkUEfQhpHeNB1/AIp4UpFEQREpsN5KaNmF368/\ -b20iZy8d8DIwRNMn1O/\ -MfICNonPvIJqFkb4lVsrMOlLiaEU1P0ASnGaIXg7epPBMgSWKrW7mFFzgfAOURPdXw5B4P+\ -oJVLGooeY4QPFn2+B3EvbOukiruc91QC1QUf7NYL1d9gi4dcKpm8coGH10DLStx+wFWV0Dm"}, - "ClickToCopyTemplate"]], LineBreakWithin -> Automatic, - LineIndent -> 0], ItemSize -> Fit], - Style[ - ActionMenu[ - Highlighted[ - Row[{ - Grid[{{ - RawBoxes[ - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "3", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Potential issues found\""}, "PrettyTooltipTemplate"]], - - RawBoxes[ - TemplateBox[{ - TemplateBox[{ - PaneBox[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"], - ImageSize -> {12, 12}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], - TemplateBox[{1}, "Spacer1"], - StyleBox[ - "12", FontSize -> 14, FontWeight -> Plain, FontColor -> - GrayLevel[0.25], FontFamily -> "Source Sans Pro", - StripOnInput -> False]}, "RowDefault"], - "\"Suggestions found\""}, "PrettyTooltipTemplate"]]}}], - Graphics[{ - GrayLevel[0.4], - AbsoluteThickness[2], - CapForm["Round"], - Line[{{-1, 0}, {0, -1}, {1, 0}}]}, { - ImageSize -> {13, 9}, BaselinePosition -> Scaled[0.2], - ImagePadding -> {{3, 3}, {3, 3}}, AspectRatio -> Full}]}], - ImageSize -> {Automatic, 19}, BaselinePosition -> Baseline, - Background -> GrayLevel[1], Frame -> True, FrameStyle -> Dynamic[ - If[ - CurrentValue["MouseOver"], - Hue[0.55, 0.82, 0.87], - GrayLevel[0.8]]], FrameMargins -> {{4, 4}, {1, 1}}, - Alignment -> {Center, Baseline}], {Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "e9698567-5c2b-4046-9338-a2ea9bf2d65c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 185, "SourceColumnStart" -> 20, - "SourceLineEnd" -> 185, "SourceColumnEnd" -> 21, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{185, 20}, {185, 21}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L185,C20) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "addc9614-3f5c-4216-8967-74a8a5921ac5", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 195, "SourceColumnStart" -> 30, - "SourceLineEnd" -> 195, "SourceColumnEnd" -> 31, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{195, 30}, {195, 31}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L195,C30) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2df56d98-ef07-4980-b362-814867e5da1c", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 424, "SourceColumnStart" -> 25, - "SourceLineEnd" -> 424, "SourceColumnEnd" -> 26, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{424, 25}, {424, 26}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L424,C25) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "3ef5b1a1-8d52-478b-b1a4-d22bd5047a64", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 19, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 18}, {435, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "828fd161-c858-4fbb-a2ec-1210201e24ca", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 435, "SourceColumnStart" -> 35, - "SourceLineEnd" -> 435, "SourceColumnEnd" -> 36, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{435, 35}, {435, 36}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L435,C35) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4bff33d7-461b-4453-8e02-3c542285bb37", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 447, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 447, "SourceColumnEnd" -> 19, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{447, 18}, {447, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L447,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "76d87650-421e-4f38-a7be-29ea7518e3b4", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 472, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 472, "SourceColumnEnd" -> 19, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{472, 18}, {472, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L472,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a43b3e4e-e0e6-449f-a585-9ddff3caabc7", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 18, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 19, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 18}, {482, 19}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C18) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "a513a232-951c-40d2-9eba-2b23185072d2", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 482, "SourceColumnStart" -> 29, - "SourceLineEnd" -> 482, "SourceColumnEnd" -> 30, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{482, 29}, {482, 30}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L482,C29) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Calling ", - Style[ - RawBoxes["Plus"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], " with ", - Style[ - RawBoxes["String"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - " arguments.\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "65b70de2-b1ee-461a-b06c-7ad99ba889be", 1895517910, - "CodeInspectionFileIssue/PlusString", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic, - "SourceLineStart" -> 494, "SourceColumnStart" -> 23, - "SourceLineEnd" -> 494, "SourceColumnEnd" -> 24, "Message" -> - "Calling ``Plus`` with ``String`` \ -arguments.\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PlusString", - "Calling ``Plus`` with ``String`` arguments.", - "Warning", <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - ConfidenceLevel -> 0.95, CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace ``+`` with ``<>``", CodeParser`ReplaceNode, <| - CodeParser`Source -> {{494, 23}, {494, 24}}, - "ReplacementNode" -> - CodeParser`LeafNode[Token`LessGreater, "<>", <||>]|>]}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Data/SpaceGroups.m", "Editor" -> Automatic|>], "Hash" -> - 2279414284191965893, "Position" -> - "\!\(\*StyleBox[\"\\\" (L494,C23) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1895517910]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, - "HintPodIconHint"]], ImageSize -> {10, 10}, - ImageSizeAction -> "ShrinkToFit", BaselinePosition -> - Scaled[0.1]], " ", - Row[{"The same symbol occurs on LHS and RHS of ", - Style[ - RawBoxes["Rule"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - ".\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "682a5d47-63b5-4d85-8a5b-27dbdc49e15f", 1473604302, - "CodeInspectionFileIssue/PatternRule", <| - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> Automatic, - "SourceLineStart" -> 88, "SourceColumnStart" -> 55, - "SourceLineEnd" -> 88, "SourceColumnEnd" -> 56, "Message" -> - "The same symbol occurs on LHS and RHS of \ -``Rule``.\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "PatternRule", - "The same symbol occurs on LHS and RHS of ``Rule``.", - "Error", <| - CodeParser`Source -> {{88, 55}, {88, 56}}, - "AdditionalSources" -> {{{88, 67}, {88, 68}}}, - ConfidenceLevel -> 0.7, CodeParser`CodeActions -> {}, - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/EmbedStructure.wl", "Editor" -> - Automatic|>], "Hash" -> 8126449213346323709, "Position" -> - "\!\(\*StyleBox[\"\\\" (L88,C55) \\\"\", Rule[FontOpacity, \ -0.65`], Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, \ -False]]\)"|>]; DefinitionNotebookClient`PackageScope`seekAfter[1473604302]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Suspicious use of session symbol ", - Style[ - RawBoxes["Print"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - ".\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "4b346a98-d47f-4822-940b-7f457b910eea", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 518, "SourceColumnStart" -> - 13, "SourceLineEnd" -> 518, "SourceColumnEnd" -> 18, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{518, 13}, {518, 18}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L518,C13) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1402949772]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[ - 0.49019607843137253`, 0.49019607843137253`, - 0.49019607843137253`]}, "HintPodIconHint"]], - ImageSize -> {10, 10}, ImageSizeAction -> "ShrinkToFit", - BaselinePosition -> Scaled[0.1]], " ", - Row[{"Suspicious use of session symbol ", - Style[ - RawBoxes["Print"], "Program", FontWeight -> Medium, - ShowStringCharacters -> True], - ".\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"}]}] :> - DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Suggestion", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "2eeecd56-a9f4-43dd-8a2e-281dd679d9b3", 1402949772, - "CodeInspectionFileIssue/SuspiciousSessionSymbol", <| - "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic, "SourceLineStart" -> 526, "SourceColumnStart" -> - 17, "SourceLineEnd" -> 526, "SourceColumnEnd" -> 22, - "Message" -> - "Suspicious use of session symbol \ -``Print``.\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", Rule[FontOpacity, 0.65`], \ -Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, False]]\)", - "SourceInformation" -> - CodeInspector`InspectionObject[ - "SuspiciousSessionSymbol", - "Suspicious use of session symbol ``Print``.", - "Warning", <| - CodeParser`Source -> {{526, 17}, {526, 22}}, - ConfidenceLevel -> 0.55, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/Functions/SimulateDiffractionPattern.wl", "Editor" -> - Automatic|>], "Hash" -> 5698507354475994840, "Position" -> - "\!\(\*StyleBox[\"\\\" (L526,C17) \\\"\", \ -Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, Inherited]], \ -Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", False]]], \ -Rule[StripOnInput, False]]\)"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[1402949772]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, - "HintPodIconHint"]], ImageSize -> {10, 10}, - ImageSizeAction -> "ShrinkToFit", BaselinePosition -> - Scaled[0.1]], " ", - Row[{"Expected context: ", - Style[ - RawBoxes["StianRamsnes`Global`"], "Program", FontWeight -> - Medium, ShowStringCharacters -> True], - "\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", Rule[FontOpacity, \ -0.65`], Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, \ -False]]\)"}]}] :> DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "354b43c1-1e60-4761-9217-5cae0a6397c5", 1538315956, - "CodeInspectionFileIssue/NotPublisherContext", <| - "Hash" -> 1260874954269615821, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic, "SourceLineStart" -> - 25, "SourceColumnStart" -> 7, "SourceLineEnd" -> 25, - "SourceColumnEnd" -> 16, "Message" -> - "Expected context: **StianRamsnes`Global`**\!\(\*StyleBox[\ -\"\\\" (L25,C7) \\\"\", Rule[FontOpacity, 0.65`], Rule[FontSize, Times[0.9`, \ -Inherited]], Rule[PrivateFontOptions, List[Rule[\"OperatorSubstitution\", \ -False]]], Rule[StripOnInput, False]]\)", "SourceInformation" -> - CodeInspector`InspectionObject[ - "NotPublisherContext", - "Expected context: **StianRamsnes`Global`**", "Error", <| - CodeParser`Source -> {{25, 7}, {25, 16}}, "Hash" -> - 294405318996857715, ConfidenceLevel -> 0.99, - CodeParser`CodeActions -> { - CodeParser`CodeAction[ - "Replace with suggested context", - CodeParser`ReplaceNode, <| - "ReplacementNode" -> CodeParser`ContainerNode[String, { - CodeParser`LeafNode[ - String, "\"StianRamsnes`Global`\"", <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>]}, <| - CodeParser`Source -> {{1, 1}, {1, 23}}|>], - CodeParser`Source -> {{25, 7}, {25, 16}}|>]}, - "MessageParameters" -> {"StianRamsnes`Global`"}, - "Templated" -> True, "File" -> - "/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Kernel/MaXrd.wl", "Editor" -> Automatic|>], "Position" -> - "\!\(\*StyleBox[\"\\\" (L25,C7) \\\"\", Rule[FontOpacity, \ -0.65`], Rule[FontSize, Times[0.9`, Inherited]], Rule[PrivateFontOptions, \ -List[Rule[\"OperatorSubstitution\", False]]], Rule[StripOnInput, \ -False]]\)"|>]; DefinitionNotebookClient`PackageScope`seekAfter[1538315956]; - Null], Row[{ - Pane[ - RawBoxes[ - TemplateBox[{ - RGBColor[1., 0.4627450980392157, 0.]}, - "HintPodIconHint"]], ImageSize -> {10, 10}, - ImageSizeAction -> "ShrinkToFit", BaselinePosition -> - Scaled[0.1]], " ", - "The specified Wolfram Language version does not match the \ -paclet info value (13.0.1+)"}] :> DefinitionNotebookClient`WithCurrentNotebook[ - EvaluationNotebook[], - DefinitionNotebookClient`LoadDefinitionNotebook[ - "Paclet", DefinitionNotebookClient`$CurrentNotebook]; - DefinitionNotebookClient`PackageScope`setHint[ - "Warning", "Paclet", - DefinitionNotebookClient`$CurrentNotebook, - "d3d053fc-93a1-4946-bf88-a0cb54732e91", 210582271, - "PacletWLVersionMismatch", <| - "PacletWLVersion" -> "13.0.1+", "ResourceWLVersion" -> - "12.1+"|>]; - DefinitionNotebookClient`PackageScope`seekAfter[210582271]; - Null]}, Appearance -> None], "BoxID" -> "WarningCountButton"], - MouseAppearance[ - Button[ - MouseAppearance[ - Mouseover[ - Graphics[{ - GrayLevel[ - Rational[64, 85]], - - Polygon[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - Polygon[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, PlotRangePadding -> - 0, PlotRange -> 0.7, Background -> None], - Graphics[{ - GrayLevel[ - Rational[128, 255]], - - Polygon[{{-0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, -0.282842712474619}, {0.282842712474619, - 0.42426406871192845`}, {0.42426406871192845`, - 0.282842712474619}}], - - Polygon[{{0.42426406871192845`, -0.282842712474619}, { - 0.282842712474619, -0.42426406871192845`}, \ -{-0.42426406871192845`, 0.282842712474619}, {-0.282842712474619, - 0.42426406871192845`}}]}, ImageSize -> 18, PlotRangePadding -> - 0, PlotRange -> 0.7, Background -> None]], "LinkHand"], - - With[{DefinitionNotebookClient`Stripes`PackagePrivate`nbo$ = - EvaluationNotebook[]}, - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells] = If[ - TrueQ[ - MemberQ[ - CurrentValue["ModifierKeys"], "Control"]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Cell[ - Blank[], "StripeCell", - BlankNullSequence[]]], - DeleteCases[ - Flatten[{ - CurrentValue[ - DefinitionNotebookClient`Stripes`PackagePrivate`nbo$, - DockedCells]}], - Condition[ - Pattern[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - Blank[Cell]], - Not[ - FreeQ[ - DefinitionNotebookClient`Stripes`PackagePrivate`c$, - "58869ef4-1700-42ad-ae4b-d53a74031007"]]]]]], Appearance -> - None, BoxID -> "58869ef4-1700-42ad-ae4b-d53a74031007"], - "LinkHand"]}}, Alignment -> {Left, Baseline}], - Grid[{{"", - Style[ - Grid[{{"\[FilledVerySmallSquare]", "Build result: ", - RawBoxes[ - TemplateBox[{ - TagBox[ - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{ - Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletArchive\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd-4.0.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"196.629716`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}], True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletArchive\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd-4.0.0.paclet\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"196.629716`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"BuildPacletDirectory\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"File", "[", - - TemplateBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/build/StianRamsnes__MaXrd\""}, "FileArgument"], "]"}], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"PacletManifest\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - TagBox[ - TagBox[ - - DynamicModuleBox[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$ = <| - "InitialData" -> <|"Files" -> {<| - "File" -> File["Kernel/AutoCompletion.wl"], "Hash" -> - "d481ce3a221fd9183c2bb9896103674cba83f5743614eb61c647fa903\ -470ad3e"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/BrennanCowan.m"], "Hash" -> - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Chantler.m"], "Hash" -> - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/CromerLiberman.m"], "Hash" -> - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/EPDL97.m"], "Hash" -> - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Henke.m"], "Hash" -> - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Kissel.m"], "Hash" -> - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Sasaki.m"], "Hash" -> - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/Windt.m"], "Hash" -> - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -AnomalousCorrections/xraylib.m"], "Hash" -> - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - "Hash" -> - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - "Hash" -> - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/\ -InternationalTablesC(3rd).m"], "Hash" -> - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - "Hash" -> - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/Kissel(modified).\ -m"], "Hash" -> - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1"|>, <|"File" -> - File["Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.\ -m"], "Hash" -> - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d"|>, <|"File" -> File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - "Hash" -> - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9"|>, <|"File" -> File["Kernel/Data/CrossSections/Metadata.txt"], - "Hash" -> - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - "Hash" -> - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - "Hash" -> - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Al.dat"], - "Hash" -> - "e869578f1b30a405666e344c5e0b4b2e98579e6dfe1d879799963be71\ -027621a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Am.dat"], - "Hash" -> - "8f593c4cdcf1bda52d239f329bfca8ad561e8708e5cd98114a0efd4dd\ -a2bd5c3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ar.dat"], - "Hash" -> - "ad2750454a0d90cef4123bb9d7978b87e87ef0c9cf05977f4e046d85c\ -a874959"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/As.dat"], - "Hash" -> - "0b5392f676ba2c5e6c7cb20a767b27a93773ff27c7103be44bcd9e32b\ -39b7191"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/At.dat"], - "Hash" -> - "72bf158f346c7da119da384db00386fb4efda6131dd1e83b7c1f1d137\ -f0da347"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Au.dat"], - "Hash" -> - "38014c96998005ae089b2f89fc8ae5315b5f5f51d354285d8f35ba752\ -c2ebe12"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ba.dat"], - "Hash" -> - "ff9a6b710ab8228aeb038586950c743f10c4c767c0234ec841c28af1a\ -84e3de5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/B.dat"], - "Hash" -> - "e690bde2639044293a282dd74ff5a93a97a5ab5a65a1efb1161e00250\ -2cd0e58"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Be.dat"], - "Hash" -> - "1326d416980d4c7e04d170cd9c851314289be9b464abd01d3ffc45980\ -ced2e7f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bi.dat"], - "Hash" -> - "f3e692914da1a8ca38261bbb5f768484d656e7061413d5bd3dd230489\ -15d6407"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Bk.dat"], - "Hash" -> - "90cb012fe5952d0db46ff3c908d3466c7c9fb63e1426f33667a00584d\ -4826a76"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Br.dat"], - "Hash" -> - "510616d48c3196368a00a87cc570fa819c1ceb37a3d516bdf1faf595c\ -6febb6b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ca.dat"], - "Hash" -> - "1cb0bb6487bacc402705ac6f7ffa0e2d87ed4a042749e81986ed79b06\ -8252989"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/C.dat"], - "Hash" -> - "c9167c4676b6ba85544400c0a102966ca244e86242c05e9e7f3bfd931\ -bd8f5a2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cd.dat"], - "Hash" -> - "099f16ac467843b8daac7160f5e894fc58a86823748c0ca61aae9e40d\ -e520949"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ce.dat"], - "Hash" -> - "95b354cae772f698599549e598582a231bb4f3a1259e16c22041c5b9d\ -b082920"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cf.dat"], - "Hash" -> - "5f1d65cefd9129e83f27b7d05ea4ba2b88f95a1b9c85aab1ba65fe58a\ -a11b169"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cl.dat"], - "Hash" -> - "ba69559846143ac0ec1fcdbc8f91cfb27b275128b7afd8233d4eccc43\ -e4d4a64"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cm.dat"], - "Hash" -> - "473099743b7b8034d571a12ebf702fd64b922e0b6809f08437b74897b\ -e8155c9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Co.dat"], - "Hash" -> - "b0cbb70766a142047e47083492f59ccbc19badbe22bb1bc5baf30e863\ -a88b66a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cr.dat"], - "Hash" -> - "6df201223c193e3a031ab621b141ad09167680b1dcffb52e140848aa7\ -ee18be4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cs.dat"], - "Hash" -> - "512019aa1e0a1bbac6581dfb97afbeb6d8990c39d5754b67bf012d274\ -b9f7e87"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Cu.dat"], - "Hash" -> - "f21500809d444592db11654a24ee88afa47c41706bc972f2f8914bf4c\ -e549737"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/.DS_Store"], - "Hash" -> - "d65165279105ca6773180500688df4bdc69a2c7b771752f0a46ef120b\ -7fd8ec3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Dy.dat"], - "Hash" -> - "4f4dd819d308a5b116ae35512a92fbf285a9fb62f5cf02d5e925afe17\ -b1ce13f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Er.dat"], - "Hash" -> - "78dffa36403fa2f80a44f2ee2caae35f88f31906845b3cc7bef4d8c58\ -ddb91e8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Eu.dat"], - "Hash" -> - "396c324d099fdef2938530569ed94a9ca2a2e09f54de7641d62d84b00\ -b208d04"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/F.dat"], - "Hash" -> - "6f8c8881ee42438690d2df25bbb0bb52e7e26f5acd207805b154892c2\ -8e26af0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fe.dat"], - "Hash" -> - "cd8efc8802b47d3cd656c4702ec42a2cc48a7d246eb80f5a0688365d8\ -f608532"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Fr.dat"], - "Hash" -> - "8eaa4a61006c8c47778909a99c57ab711d916bfba3957e7bc48895d0c\ -7659865"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ga.dat"], - "Hash" -> - "25f5333e8f662ad86dd814bae39e5693da5eda917e86f548e921e137d\ -487ea57"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Gd.dat"], - "Hash" -> - "44ac2a0cbd0e4002403f73fcb456ef47f0c8d8e7ddf36b58dc6bd9859\ -daaaeae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ge.dat"], - "Hash" -> - "2b8f3cc89127a4dd0bfcd8c090d5fdf379a29b368a0a14b6b0d3ea2d7\ -55ae7db"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/H.dat"], - "Hash" -> - "803b8539ade04ef5c826262432916ccebb7d8602ddb6b0fde8a8cd5eb\ -307f016"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/He.dat"], - "Hash" -> - "c25519fbd9ed6fd6dbd3afcd2744afbe19403681d660a12bd12b9129f\ -201e85a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hf.dat"], - "Hash" -> - "ee09ef9bd3130228b7a9e6805fe7dbc72735c550fdb66d9aa902f36a4\ -1c69e82"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Hg.dat"], - "Hash" -> - "40cc80db14ce8aba9f7622a4dafd70e66c37e7ed592c97aedea776a26\ -01eea52"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ho.dat"], - "Hash" -> - "c7d085e71ca708e836302de008e77fe10331d89e122e26e503a655bd8\ -0c46bc5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/I.dat"], - "Hash" -> - "1687e637f542c8a792794b0b8263a7f8656f213497d887ffe862dbcae\ -d8d0a6f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/In.dat"], - "Hash" -> - "9741a74eab1d475885792800e2ba668c466674c271cddb805e5985b81\ -75a59fc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ir.dat"], - "Hash" -> - "2e63bfcb144e8ff296408232f6408898bf0fd450a94c704c97c15e06f\ -0727758"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/K.dat"], - "Hash" -> - "1e536d3d1e88d82c9d10939be942fca95230fb9046a9273e9985688e8\ -c00bdd6"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Kr.dat"], - "Hash" -> - "7c94c788650d7c4be5ecd3dfaaa745f7d7ddf4f5294879aeac56a1c10\ -6fe553e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/La.dat"], - "Hash" -> - "49cf5ef94a8b93334ac898a2fbe0941253ef24ae4eb87923d68ffe128\ -0f1258d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Li.dat"], - "Hash" -> - "0cc9a7379196d82da19b0beaf6c35536a4aab73eb5d276de3c9df8101\ -0b96e06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Lu.dat"], - "Hash" -> - "6148bb5fb045238df4b102289065ab8026859ed71dd7624b854f51ded\ -09df717"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mg.dat"], - "Hash" -> - "5cd5f187e736fc3dd74f7b222ef5a0e0c3feb0d236042cc0697398990\ -407909b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mn.dat"], - "Hash" -> - "09fa6f546e070caaef4723afc65ff739268926fb1d0eeb9bcd7f4ed14\ -bc58bf0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Mo.dat"], - "Hash" -> - "9d26676f3139f07cb44e74755c76f5fe8143714b4eeda8240941f5deb\ -ecea77a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Na.dat"], - "Hash" -> - "1cd4a0310479fcd589f9675d82e6162d130eb174817fa48e603b5d290\ -65b466f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nb.dat"], - "Hash" -> - "46a7acfb2f994fb86b2e6c4208a51be7bd3a2135627729e992d94a340\ -db108ba"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/N.dat"], - "Hash" -> - "df1c0f93f0f9180de4ba34c6f2bd68b2c959918f187979aa91d418678\ -96518ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Nd.dat"], - "Hash" -> - "b22b25e301e3939fb206c126c59f9083febc2d5622a3be5db068c3e6b\ -68cd79a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ne.dat"], - "Hash" -> - "890c65ccaf190e31f5b0b20242aadf8abd971201ee8694b640d20a130\ -ff2609b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ni.dat"], - "Hash" -> - "84059baf38c3f6e8878834776d758129d238d287cdf7c5c0d2981edff\ -4e99e09"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Np.dat"], - "Hash" -> - "d77358807eb69c2bf53093ec63b103d1bba9b725395eb666bf1c4038c\ -b618368"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/O.dat"], - "Hash" -> - "9c28a1a0d0ba767e8492533052a77dcaf69ed2d203522863c49e2bd34\ -b8e24ae"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Os.dat"], - "Hash" -> - "279a05c0277e1b294470a4f7e9e246a9ee5675d2e41d5261cec03098f\ -e28f2d2"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pa.dat"], - "Hash" -> - "e3565298dcbd935edbebcd506e1eed5de346f61355cca77343a8beac5\ -38c84a8"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pb.dat"], - "Hash" -> - "b164e8c4af5b26f55efb5a9b8f0aa7f225494cfc29fa689bfd6357bb1\ -9195ccf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/P.dat"], - "Hash" -> - "2a5f36f7f324407a981e85c2140687d214a62879a36e1706a60364155\ -5487a61"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pd.dat"], - "Hash" -> - "e92c0d8671095fdb07da5be2e6af17cefc3f6e2a560e3ecc0bc8ad393\ -4246fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pm.dat"], - "Hash" -> - "7fc9066a08c0004a7309430fbcf2ba1b93db24497fb8e3005c1a6c4e6\ -ffbeb93"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Po.dat"], - "Hash" -> - "36ab5f840eb6e290b17ad3b811cef0be8e069c765962d928d29eed283\ -b6b444d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pr.dat"], - "Hash" -> - "0ef2a6be21272f090df0ebf8aae16600bd36b483561e56393b76b177c\ -7a38608"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pt.dat"], - "Hash" -> - "c9b8ea1b266168a664470c48c75bc5a60edbff0d3578811a4f7f54591\ -035aebc"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Pu.dat"], - "Hash" -> - "f0f9c3a55759e7b516a7b94c179c454c0864cc9880c1d6d221443b5b4\ -93fdd7e"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ra.dat"], - "Hash" -> - "36b696ae7a5ae03c765db748b5e0da1e297c40a22ac60fe58e01d0d41\ -bf94701"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rb.dat"], - "Hash" -> - "0ebc3838c8222c440a103aa8bc84fedbcfa4933164e09ab09ce6a858e\ -f92e171"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Re.dat"], - "Hash" -> - "bd312792ceaba0ba419f41d7e24edea6eaa75532f67402024c59d1adc\ -f197db1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rh.dat"], - "Hash" -> - "f3268e88f91053b42b7e29adc9bcb7f673691013df63e1a7f69156e27\ -5edfdea"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Rn.dat"], - "Hash" -> - "dee55a49714cb9ea174d8bbfd40c03c86186829f7aa0efa307afdbcb3\ -934c43b"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ru.dat"], - "Hash" -> - "1dd1f515c0dc248ddea6f407688f8f9f691efa4dcb0aebfb2b18bbc1d\ -87a85fb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sb.dat"], - "Hash" -> - "806ae8e38683e7faeec79c21fbb6d083c675139adf7fb65ab43e2b75a\ -e595f06"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sc.dat"], - "Hash" -> - "7f4a78b122d71805a5e1f426e8f2b6edfa845eb54239156bba0181a8e\ -680d533"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/S.dat"], - "Hash" -> - "883170b9940bb06c760b28c18d747431b82771bba95ccd8424bdc3bc2\ -ed7119c"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Se.dat"], - "Hash" -> - "c7d47470e58cc24312992cb7a654ac34bd55cdb6d3313e6562cd14ef7\ -4b485cf"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Si.dat"], - "Hash" -> - "5b865f3c5712bfe9ac660fe70b35dc015deff985a07852863f7496dcd\ -24fece5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sm.dat"], - "Hash" -> - "27ef4f314d3c73d3f5bd5298d5be89c90e0f635a1785a790ab1fa24ac\ -aa76712"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sn.dat"], - "Hash" -> - "33ef8df19cf6fecd084c7d31b6204457a9ac295bb77d7dffe902e965f\ -1cb5a4f"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Sr.dat"], - "Hash" -> - - "03f7f59d4bf6c6d0b14d83ab83cc13b3dbd56c1c0ce6c5d08f09468bc\ -67a0aa4"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ta.dat"], - "Hash" -> - "a516b6bc2112642fe65c757246db7054e45b657c220154235d0a9e923\ -234c5d9"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tb.dat"], - "Hash" -> - "883160818162eb7983d14e495a144b0f3e7224eb498cb74a65122483b\ -3e9e4f3"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tc.dat"], - "Hash" -> - "1013b712abb0cb42265b1ab05cb185ee9af44825171ac73e78414ca85\ -b331a9a"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Te.dat"], - "Hash" -> - "c22cc7b934b8d09adfb6a8b7ca4e0dad6585825b3920fbf04bdc37f2a\ -438e524"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Th.dat"], - "Hash" -> - "18d078ec154761d055df36b3396d341b6d0759667532bdbd181904b3a\ -4c76cd0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Ti.dat"], - "Hash" -> - "bb08ecf78ab525508494828ca4e7127a888301c0f70f4e349fdd55ebf\ -8da9feb"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tl.dat"], - "Hash" -> - "ecea6d0b8709caebf4ebae2c4312c7c23356d564f1fb0418f42ee6377\ -47d5ed1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Tm.dat"], - "Hash" -> - "5e6728f3070ccd3a8222bd6cbd7e2135103892af3d4db268d2f914e89\ -ffb42f5"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/U.dat"], - "Hash" -> - "b87d17cf8be8771985544094c60149a81dcebcb58b517fdf0a29fa28c\ -38ed3f1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/V.dat"], - "Hash" -> - "a127afc742f415109dd1d148a57f4349ef6dabf92051b81abc4acfdc5\ -a185e20"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/W.dat"], - "Hash" -> - "fc27a2429c712bee842c3173eb9af23c219399341fc349836382b162e\ -7521fc1"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Xe.dat"], - "Hash" -> - "e66adff7d2cba2c6c26b3fa7fa2733ed9f52afa222ff581ced0a6a860\ -3501866"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Yb.dat"], - "Hash" -> - "e45e089b9720c3f36514c61218dcdad68b06819de60c22dd50dda8052\ -4fbcc15"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Y.dat"], - "Hash" -> - "c182709ca6c1b5c6892f402db6b1d0e2f7a0094c50f77a5b41db801c2\ -9543fb0"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zn.dat"], - "Hash" -> - "f14819caeecde08e106698351c356025118ca1c5267ad2d1d9d0cee87\ -26e0a4d"|>, <|"File" -> File["Kernel/Data/CrossSections/xraylib/Zr.dat"], - "Hash" -> - "ac21068071b887996db5807c33130065e7286c2949f897f0b79fbc73a\ -4d40db9"|>, <|"File" -> File["Kernel/Data/CrystalDataDemo.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/Data/.DS_Store"], "Hash" -> - "0a9e5b9d8ccbaaee18d29175bb09ea5c39ba1e4b8cc06a5020fa29e83\ -4941c96"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/COD_2203515.cif"], - "Hash" -> - "897a66edc922710bf9fd1fadef107558c926d72cbb724e60760fbdf28\ -7bf5de2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif"]\ -, "Hash" -> - "beb8cc3ba3e94ee1d66cdfef3b6a55dd9330273a0be8d72aa840e16bd\ -169f7e9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif"], - "Hash" -> - "62c031e196d83458a87befce478ea543badc7c133630d3e044eee9817\ -2ac42e0"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Ice.cif"], - "Hash" -> - "06dbd76c98c65ca746931e32628cf2d3541943a91630c1711c518eec7\ -1aa7353"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif"], - "Hash" -> - "db8398f0183b6a93e24764f4eed7c8a1174f6bf567d615ef57d1c26a3\ -722effa"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif"], - "Hash" -> - "62c9a12d53a9356ddd7899d31e4285708decefa6f3412ede5c4281248\ -d7203e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif"], - "Hash" -> - "3279cabd383128541c70e4d177e7e812cddb8029b02b23ab78182c381\ -b3b29e2"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Perovskite.\ -cif"], "Hash" -> - "5af7ef95cae91f82ac05a4683c1dd00b0632bb48fda13673ac24373f7\ -38c80ac"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Po.cif"], - "Hash" -> - "304bcfc7e7fbb948b3f54de4b348bff7a43547715af80b6c90f8bf51b\ -c85144c"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.\ -cif"], "Hash" -> - "fcc2bd9e648ffc9a04e94f7e49ab556d7b19facb665e701b19da57066\ -0014611"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif"], - "Hash" -> - "1c6ac818ef92844fa31660cb9c9358b95845069e7f6f7faa609124466\ -9d90c57"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/W.cif"], - "Hash" -> - "269e5afde07ecf81453373beb8cae4aa814a4275025b1da910add5883\ -f3e14d7"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/Zn.cif"], - "Hash" -> - "f76e49657ef3871835565410b8825a1bfb4a77008f4eb764fdcfd90a8\ -80a1392"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif"], - "Hash" -> - "35f86f192f665d6df87d08d99f8541cf1d9070e264208f28a89dabfac\ -8247eb8"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Ferrocene.cif"], - "Hash" -> - "17c4d740566f03d29dbe54f4a5f0e166788946397d8726ef19c63f6df\ -41967f3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_\ -crystals.cif"], "Hash" -> - "8cad913695e1ab04f880a77fc6d30ea4cc7ce2aba082e263242647ce7\ -21f2c55"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif"]\ -, "Hash" -> - "a6c48f1e74fd021bb1a7ac5d8ce3c36ed27d09b8a0f28361e6689df51\ -9d19c0f"|>, <|"File" -> File["Kernel/Data/ExampleFiles/CIF/Yoderite.cif"], - "Hash" -> - "72d3bd5b774c95d23867cbcdc9dc2d3738d0b8d08e334aadcbadb0e58\ -f45d876"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk0.jpg"], "Hash" -> - "ffe1f88b0b5ea9cc302249ecfed0d3e4ff8940f00955f53ae5569e2f8\ -c0911fb"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Hexagonal_hk2.8_165K.jpg"], "Hash" -> - "1dabcf332ad59320fecae425040532219bb88a8cbd66191a5badc49aa\ -031a4c8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Laue.\ -png"], "Hash" -> - "0adbdf83360a41c975d280b997c4f6511eacdf9cd4a315ea0aee69e10\ -34b5b6f"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_h0l.jpg"], "Hash" -> - "9b764dcc7715ebe198c9952dfc1b2c4fb9742480893c375fe4aa4b476\ -3733b44"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/\ -Monoclinic_hk-2.jpg"], "Hash" -> - "0745a4cb25c2cfbd000970b4f4637ecbfe211d5370bee36d8cc94d153\ -6fcefc9"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk0.jpg"], "Hash" -> - "9d889df330655060e4878adedeb719c8e991f789317b711d8c0968457\ -18aac93"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_\ -hk1.jpg"], "Hash" -> - "b7cef8b98a3cfdeaeffdbc449e69e8103a87cce2f6643d2fac4e1890c\ -c6645ab"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_\ -crystal.txt"], "Hash" -> - "4d72d8d5aa9b98410e330fab0c81611be670fe5000f4fa27fe4989791\ -30a6ba8"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_\ -setup.txt"], "Hash" -> - "5e33dad55bbc5509209ee98fe30b6d45976b0b3c6d3f836b57ae4bce5\ -2ba93e6"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat"], - "Hash" -> - "20e3ea002a5f7f9f09a10f09e696ca764462213e17a86081e5f66c1ab\ -b3e7ac3"|>, <|"File" -> - File["Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_\ -5x5x1.stru"], "Hash" -> - "f52b863fa24147224aa9fdb6f783988fe575067706ed28501db3d3410\ -0d3e4a9"|>, <|"File" -> File["Kernel/Data/ExampleFiles/.DS_Store"], "Hash" -> - "1e930aae44724689fff614826f71797861b784672fb640479348a8c9f\ -a8dbcd2"|>, <|"File" -> File["Kernel/Data/GroupSymbolRedirect.m"], "Hash" -> - "7abde3585a337e34e7134f28bbef449e18596ab31f723b257c18c352c\ -236aab6"|>, <|"File" -> File["Kernel/Data/PeriodicTable.m"], "Hash" -> - "f57f887c87c1017f722b06662b2409f6e0c72c9b8675dcec10ad9343b\ -6b623ef"|>, <|"File" -> File["Kernel/Data/PointGroups.m"], "Hash" -> - "aae508b240f82bf41501acc156dba48a5df977e0dedda935da4ecb87d\ -5044aeb"|>, <|"File" -> File["Kernel/Data/SpaceGroups.m"], "Hash" -> - "4bc9ea97080603425c4f27feec27bef87cec9364aa1d0ae8207e27e61\ -6700152"|>, <|"File" -> File["Kernel/Data/TransformationMatrices.m"], "Hash" -> - "9dc765143fda2ee1605e6ada93e08db5d048ddd1f7a53cedc5c4a1719\ -b2c60da"|>, <|"File" -> File["Kernel/Data/UsageMessages.m"], "Hash" -> - "f5b46456fe0c7ed422f1f25b0075dd720d635df03160d1b0386d35412\ -d7fc834"|>, <|"File" -> File["Kernel/Data/UserData/CrystalData.m"], "Hash" -> - "dbddbae9428f15e2be1d8267f030e97a9a37c14c7c9c39af92c8cc88d\ -d68f63b"|>, <|"File" -> File["Kernel/.DS_Store"], "Hash" -> - "a8aa2029bce408117ad687ba1bc1ede0c388221ccf3901f28afeadffd\ -81b57b6"|>, <|"File" -> File["Kernel/Functions/AttenuationCoefficient.wl"], - "Hash" -> - "0256448428b8d01183f059c65dd8fce6a026733e1f14fa6c8ef0c6b6c\ -6c06e4a"|>, <|"File" -> File["Kernel/Functions/BraggAngle.wl"], "Hash" -> - "eed596025bcdcb1e384242cb85edf4485d99198ed2f56401df4b3c3b0\ -a18f1c4"|>, <|"File" -> File["Kernel/Functions/ConstructDomains.wl"], "Hash" -> - "a7a11c517ccaec9eafa395bdeb09c73268831aa3b2e5444dec001e98b\ -771ff10"|>, <|"File" -> File["Kernel/Functions/CrystalDensity.wl"], "Hash" -> - "fccb5b6d3bfdbcd7624fb7801c28298ea01fac47e4b9c8e910bf82cdf\ -ea9f13b"|>, <|"File" -> File["Kernel/Functions/CrystalFormulaUnits.wl"], - "Hash" -> - "7f49045d2bbf3e8ca64ca5b1bb50a7bd8dbeda299a3d5aed1b765d744\ -782c941"|>, <|"File" -> File["Kernel/Functions/CrystalPlot.wl"], "Hash" -> - "bfcfe1021a30fcae2f33ab93de3e8c58b4df0291fc27ea253bb12953f\ -93f480d"|>, <|"File" -> File["Kernel/Functions/DarwinWidth.wl"], "Hash" -> - "4348dc4dec66e6f8cccb146c7c3c9bb26e87c0941a90eeacc01f92e1f\ -83b04e4"|>, <|"File" -> File["Kernel/Functions/DistortStructure.wl"], "Hash" -> - "6d884d4bc070e165279bc97e3b405ebcb900a668297ad022e70807da7\ -566b924"|>, <|"File" -> File["Kernel/Functions/DomainPlot.wl"], "Hash" -> - "eb45a0929a913e393a4990f0f9244f6835a98f3b613dd259f6acd26e4\ -47a5191"|>, <|"File" -> File["Kernel/Functions/EmbedStructure.wl"], "Hash" -> - "c97052b153119202fbaa302b29b705e397eafe8a533fa377cc4bcd03e\ -3e8a8db"|>, <|"File" -> File["Kernel/Functions/ExpandCrystal.wl"], "Hash" -> - "a6034fda60822de4557d913859ea2947a43d713f1ce77c10e1191014a\ -a410f74"|>, <|"File" -> File["Kernel/Functions/ExportCrystalData.wl"], "Hash" -> - "d4277f12db0135b8d6bf2f7831a460372ce9669fdd9db8bb0c4b266e7\ -1e24e26"|>, <|"File" -> File["Kernel/Functions/ExtinctionLength.wl"], "Hash" -> - "386024c166fe7a6f7a188b3612274ac04842bb7b71431f6331aeef54e\ -877a3d8"|>, <|"File" -> File["Kernel/Functions/FindPixelClusters.wl"], "Hash" -> - "e714b8e2ae19a8dc498c428a3e024f6df63f2ac360f7a8d87a1b917bf\ -029ab0f"|>, <|"File" -> File["Kernel/Functions/GetAtomCoordinates.wl"], - "Hash" -> - "9e0a2383b0212ce0c43287179492ab49ba4e375b049042dc0ef73b394\ -633de30"|>, <|"File" -> - File["Kernel/Functions/GetAtomicScatteringFactors.wl"], - "Hash" -> - "19fbb7c4c6d2659bd0d220cf4c5b3df1bb9c44648c86c6fdb83ef3ac4\ -a382048"|>, <|"File" -> File["Kernel/Functions/GetCrystalMetric.wl"], "Hash" -> - "8d489e9012ec419b398f14b4d36999fe67a2521db69aaafaab0031972\ -1c4bd2a"|>, <|"File" -> File["Kernel/Functions/GetElements.wl"], "Hash" -> - "ccf1007c329f292875eae5e31e7a4defab2bc2f0b99bbacb992a8c36e\ -cf4e1fc"|>, <|"File" -> File["Kernel/Functions/GetLatticeParameters.wl"], - "Hash" -> - "fa71028bdb89af26340cdb9dc3215e7dea727330d3cc212627a7a95ea\ -bf1bc5d"|>, <|"File" -> File["Kernel/Functions/GetLaueClass.wl"], "Hash" -> - "a20a452b311c3b0031aebbd5ba5f848c8619b09029f446d8fb9251fb0\ -495c92b"|>, <|"File" -> - File["Kernel/Functions/GetScatteringCrossSections.wl"], - "Hash" -> - "e627a84d2461b849ea96622252901f480b3926adb526e346b9bedd2eb\ -ea0eb9f"|>, <|"File" -> File["Kernel/Functions/GetSymmetryData.wl"], "Hash" -> - "d9469ba283af825c4f9c58db8374ab0d0162794efb26803073a2b617f\ -76ba4ad"|>, <|"File" -> File["Kernel/Functions/GetSymmetryOperations.wl"], - "Hash" -> - "46e6d558f0378b15bfbfd5a926ce439f07f9c084ef664d3337ccb281c\ -e36ff89"|>, <|"File" -> File["Kernel/Functions/ImportCrystalData.wl"], "Hash" -> - "0f07da648aaecc5edf848d10ba4add05f184410d0d62ffb0df133c35d\ -b0c9822"|>, <|"File" -> File["Kernel/Functions/InputCheck.wl"], "Hash" -> - "04a43638d83c1bbcf17c3036019d22a0f16a85a2dd986c4a068ce99d6\ -9eb84c1"|>, <|"File" -> File["Kernel/Functions/InterplanarSpacing.wl"], - "Hash" -> - "23764f393b86860c5d8f966f9ee56eb05d7f838fcaa444991a20c1d05\ -510c4d5"|>, <|"File" -> File["Kernel/Functions/MergeDomains.wl"], "Hash" -> - "5854a38caf4d8f7d33a95afab0c3472f6548f43930329253bd9a97326\ -60d166f"|>, <|"File" -> - File["Kernel/Functions/MergeSymmetryEquivalentReflections.\ -wl"], "Hash" -> - "d3000053627452a4b65a2c2c1e07098e79832b6cbe90d91869e45f533\ -0cfdc90"|>, <|"File" -> File["Kernel/Functions/MillerNotationToList.wl"], - "Hash" -> - "44e3370540388a59adf8bf36b0bc6dff8e8b105ce4185012609c09530\ -96b1e53"|>, <|"File" -> File["Kernel/Functions/MillerNotationToString.wl"], - "Hash" -> - "ad355e7ae9945d08d3b294d42c6ccfb43147a6ff16afed57b0d025b74\ -aaeb1f6"|>, <|"File" -> File["Kernel/Functions/ReciprocalImageCheck.wl"], - "Hash" -> - "0265f6f726b554f2d76ff741b863ee530042ccd518f63d67fed1b5d34\ -533ca9d"|>, <|"File" -> File["Kernel/Functions/ReciprocalSpaceSimulation.wl"], - "Hash" -> - "3af58a11f3c5db29d72b015293296204c8b4e412be405e526c6d14ae9\ -8f53120"|>, <|"File" -> File["Kernel/Functions/ReflectionList.wl"], "Hash" -> - "2c418b1ef5704978a15b80b03bb1aabec555b163196faa9df092cb015\ -822f31a"|>, <|"File" -> File["Kernel/Functions/RelatedFunctionsGraph.wl"], - "Hash" -> - "b76eba42677999b244a47bff6a6d99812490de25e1567493745de3945\ -0407c9d"|>, <|"File" -> File["Kernel/Functions/ResetCrystalData.wl"], "Hash" -> - "5d7f36dd2767af65cd3550da1b92b284176e01da6f8198548413d622d\ -27a1d38"|>, <|"File" -> File["Kernel/Functions/ResizeStructure.wl"], "Hash" -> - "335d6435f4d9b38d83adc42deba535b7a9ae74926c5ca2c2fa030dc03\ -23abe30"|>, <|"File" -> - File["Kernel/Functions/SimulateDiffractionPattern.wl"], - "Hash" -> - "0b1f58e3e536bce50db5a3024f34e71a3375c7d691e2ad1530ec86aac\ -53fd2ac"|>, <|"File" -> File["Kernel/Functions/StructureFactorTable.wl"], - "Hash" -> - "3ef81a826eec6f79d480aadfad18ef05d18a29b7be41a477ad7c99e58\ -c9e3386"|>, <|"File" -> File["Kernel/Functions/StructureFactor.wl"], "Hash" -> - "a70924effd16473ce4e848e2bdea73ed4e3ffc73cfdba70d7804fcaa3\ -c430492"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentPositions.wl"], - "Hash" -> - "727f2caaeb3f217ea540759eda3911e709ef214f69be027156fa7f38f\ -cbe35af"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentReflectionsQ.wl"]\ -, "Hash" -> - "45cc1ee34485a582311aeec9b207329b639755543ec5d0576e64c45bf\ -57336cf"|>, <|"File" -> - File["Kernel/Functions/SymmetryEquivalentReflections.wl"], - "Hash" -> - "e0f61a62815314837f9bf5595edfeb53b8646e00bd13bb47fb60bfb08\ -1f9d908"|>, <|"File" -> File["Kernel/Functions/SynthesiseStructure.wl"], - "Hash" -> - "dafeeba6b2a12598f9bafa7389b145c47d2228535cf28410b8491a590\ -0d0787a"|>, <|"File" -> File["Kernel/Functions/SystematicAbsentQ.wl"], "Hash" -> - "52774d7d4a1de8ed30889b44adb62be91379b9b30e3fe63ae8252dfc9\ -310b864"|>, <|"File" -> File["Kernel/Functions/ToStandardSetting.wl"], "Hash" -> - "cc6cbe4c459a650352512cd31668039c1897dfaa3c678ef999d6aa7c5\ -707425b"|>, <|"File" -> - File["Kernel/Functions/\ -TransformAtomicDisplacementParameters.wl"], "Hash" -> - "f637c2fe9518655bf73bc754769b31d7a075c2d987c160decd5acba02\ -4df66bf"|>, <|"File" -> File["Kernel/Functions/UnitCellTransformation.wl"], - "Hash" -> - "76ab89a43bf4b89b720bf5623c525cbb650255d4ea998c765f1d8be27\ -a59c31b"|>, <|"File" -> File["Kernel/MaXrd.wl"], "Hash" -> - "bce07db6bcdfb0f84db7e52f209011fc4d0c39b8a261badd17808d02c\ -cb305af"|>, <|"File" -> - File["Documentation/English/Guides/PackageOverview.nb"], - "Hash" -> - "08d4b80bc2d57f8cb8f5b8c861753d22bf51ebba8b50787645724cf34\ -6af38bb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb"], "Hash" -> - "cbcbd1a934f0803c0255f9100e3c2c5de6f831395b518b551e7475205\ -9e1ef1d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -BraggAngle.nb"], "Hash" -> - "7a82f9c74369581215fd873a1ab744c54b9892e198fd612d5d95c9cf0\ -9db3132"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb"], "Hash" -> - "85070664d058d91445ba918cf21250bbac8ae0740eddfc7ba89a795db\ -652dcec"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalDensity.nb"], "Hash" -> - "81cbc9bc42287a18c685102e68cf17c68cb3586a91c845aeacc227f50\ -78f5ee6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb"], "Hash" -> - "07647ecb193faec15ec63752e8a6fd320cdb9857db8177eaa11b1e8d5\ -0d1ac23"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -CrystalPlot.nb"], "Hash" -> - "6bbfefae005622a439e4aea3b498f436cd13ca057f3d128b9b54206a4\ -9c0ca78"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DarwinWidth.nb"], "Hash" -> - "a77e766d0bd4d10a5eb1d81de35cba3117bfb8f2dc7c6f43493957de1\ -c7a8145"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb"], "Hash" -> - "bd277f4184049f1a87878b5afcbc619b44725f706b241fb18bb921856\ -c3431b3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -DomainPlot.nb"], "Hash" -> - "ca6887e61c4019539f81cc589cb63b928a366afd07787a9382226cddf\ -d0bba86"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -EmbedStructure.nb"], "Hash" -> - "6dfa176b9f39ec088ad67fe2f27252164a31f0a69799544646c7b81d0\ -48b7433"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExpandCrystal.nb"], "Hash" -> - "722acf4ae3b487a5d201bc0753b1e2865308d38ed99cf8c1dd04cc3b9\ -8c52bcb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb"], "Hash" -> - "a8445679e374b67b3f7fb84df79392bfd60e9b424f99ceee68707d53e\ -fc7832f"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb"], "Hash" -> - "d1341e1af1e82056028bb9c53713cad243f7b9337b1b21b9d79c4a426\ -3b1e30e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb"], "Hash" -> - "6b0c390424a60ace017f6137dcbe84acd93d8d84d6294818e35f948c0\ -be3b758"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb"], "Hash" -> - "82ac8e38be13d756b286e0fc533a5318b7d63e9d9d9078a606a64b270\ -806b4bc"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb"], "Hash" -> - "c99fcde3d48fa245c3f87eed14800a2eac024f7ecfcb4e213985a8e61\ -a371904"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb"], "Hash" -> - "b32471121f238da58f0042323e5986cb9e1114f9ee10f3223c628485d\ -610ca0c"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetElements.nb"], "Hash" -> - "22a8b9c1106dcb2b1cef5cd1556c2c53465fb7495f609ad32d16cca3f\ -441c636"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb"], "Hash" -> - "e6be0b888f75ad82d9bfe14aa211d32fb21d550893981bc84697d3532\ -5510a70"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetLaueClass.nb"], "Hash" -> - "9f80a6afbfa9f77d1ecb0eeb3e49559edd9ad73f12a4dc2353952319e\ -c9ce765"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb"], "Hash" -> - "b21e5c0606a03961a237f4fdf4fa0eeba1e653067ed48ffb0fc2b341a\ -b6f53b1"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryData.nb"], "Hash" -> - "514965f4f185c92a0dc0eb70c37bcfa15d98e5441d271fbb36243c442\ -32fd498"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb"], "Hash" -> - "c9e4a55ac4f003710db20fcd5c986d7f976ab0246489b8c50e79284f0\ -3ef3ec6"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb"], "Hash" -> - "873e6c0bd15dd7ec3ec8dd0b5bbc0a089e7ba744a727cfbe176dd7d24\ -8a144a7"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InputCheck.nb"], "Hash" -> - "aeb2969d793f2c7fed08b5c1c8fb0f857c4fd89bc47452c047c50c433\ -d866899"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb"], "Hash" -> - "026645afcfc4adbb98bc911504b11d4033409f5be45969a27f27805a0\ -b82788c"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeDomains.nb"], "Hash" -> - "694bff0482209739063d0a790baf891aa2902501b6ffbb4ce0d7b9745\ -6ca5893"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb"], "Hash" -> - "6a7de05369c13eb6b21d1c1a7f88ab051cd11205ba3f7d9fc362058b2\ -fd4369e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb"], "Hash" -> - "333e16e0e5690ab1ac6a2acc6fdf45da51554e54a488afe4d0e5e758b\ -79424a5"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb"], "Hash" -> - "791ce75b30cf63596663824f042dec26929198fc77889ebdf618dbecd\ -166c413"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb"], "Hash" -> - "1639c6fad6f3db2ea0e9ce914eec0bc3032287ff1be248e1cee4c9900\ -759a0d8"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb"], "Hash" -> - "565295309effed3336bfe96545cce645bca306752ed6f9705a5aa11a2\ -9c7724a"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ReflectionList.nb"], "Hash" -> - "21ada9a4a7217dd62832d199f24fd6e8191b1c1fe07254f9a1d86babf\ -09380e3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb"], "Hash" -> - "540978b091d964c7ddd5606a56b7f7780967bf1330285bdd86b1a1321\ -0238837"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb"], "Hash" -> - "18f7507f4d0efcd63a2289230660fc2d41ad26c7e69f14eda370a97c9\ -b3b0bf4"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ResizeStructure.nb"], "Hash" -> - "5c220075135140917589ee3c5cb3d4e0c88ded939daab3642377bf9bf\ -2150365"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb"], "Hash" -> - "441a947e35305d2b1881e7e97be0028d4a44bde200721b1cdd4b5ed09\ -2950c15"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactor.nb"], "Hash" -> - "5bba03da939f93f3ec4f89cf054cc41a73c7f136c9f32b1e3eec23ed6\ -3460047"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb"], "Hash" -> - "cb4453fecd47c231dc76acc04fca4d48aa660728fb691ea7248517da5\ -5dc63cb"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb"], "Hash" -> - "ef0c0737964bb6c58de396e8dc71ceec720a7dfe0f7ba7ed95b2b2137\ -e6beaa3"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb"], "Hash" -> - "602c214c003a84b82467091edfa43a5fa5e0f54de624b97bf1e57b2af\ -f1f888e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb"], "Hash" -> - "798f13f4d84104486edce99aed5d1205116287cf0b9e6b177743df1b3\ -c662fa2"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb"], "Hash" -> - "4eba9c3a2bd23143d48baf45d4c6999cec43460284d59d689e0401000\ -60fd310"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb"], "Hash" -> - "e02a8fc70b5c20d4942d588b92ca6a2f68d3b53df35723dfef973ac70\ -9a32ffa"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb"], "Hash" -> - "4c5da3dd25725204c2b2cb0dab65c692d1f64b805df82fb250115f918\ -4e78285"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb"], "Hash" -> - "56d6b9b2f442f2d3d04b7c976e133e38935237a10fec836fef72a7d55\ -a387863"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb"], "Hash" -> - "a1ba27298a471e34fc9e6f301949c448cdca6a97c756369de1d76403f\ -6d9d94e"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -CrystalData.nb"], "Hash" -> - "32ecb03b87974db7a1754337f83e0835b97d69bfeeb2ee2513ea4e7c5\ -2f4f010"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb"], "Hash" -> - "156a5b230260705511ff904db26fe9e81b326571426153e065f74b805\ -a3d609d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -LaueClasses.nb"], "Hash" -> - "c5aca0eec3f009babadabcdfb95b96c64af2a51e136d76a44afc97498\ -d059399"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdPath.nb"], "Hash" -> - "6ed7c3b70967fbcb6b9fd3820df7b7adb982a5d7eaa38736fae550637\ -3e7c5dd"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -MaXrdVersion.nb"], "Hash" -> - "697887e2b747a2f9dfbdc3d4147a95e6f565626221b81ed8e9a62df79\ -5cbedfc"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PeriodicTable.nb"], "Hash" -> - "d6997149dc759d08d81646e6e1f36b91783faa5274abaa6d77c21debe\ -64c8260"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -PointGroups.nb"], "Hash" -> - "31643da4395b2a69aa7fd8c3ee5ee9d10cc1c594b525502876ae50ce0\ -c298dae"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -SpaceGroups.nb"], "Hash" -> - "b5d62c9542b74b8fd8baa954a61fad0c12e099b4ad0171e59366441c5\ -254839d"|>, <|"File" -> - File["Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb"], "Hash" -> - "0a32c1abf0868cc6757a06c9326ed7f98dd89484fad53b9bf6a99e142\ -a9b061f"|>, <|"File" -> - File["Documentation/English/Tutorials/ApplyingCrystalData.\ -nb"], "Hash" -> - "ed0f46fd863b882b9a6224c40f5f932a9a3b77fd34bd6c0cba82a0dce\ -c71ceed"|>, <|"File" -> - File["Documentation/English/Tutorials/BasicComputations.\ -nb"], "Hash" -> - "8f3e2dd43cd9e199e10e20234c83fd51e3575102f8b10ac4116de5580\ -0e6564f"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ComputationsOnReflections.nb"], "Hash" -> - "56cf4d842eccd4936f01e93d8246534bb47d93fddc4a2777f1207d1a0\ -b0f2d27"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -FormulasInCrystallography.nb"], "Hash" -> - "ad274b5c7a01b2e9f55d4a7208e0d96bbc78110c93c2a3821e86009fd\ -2ac84fd"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -ImportingCrystalData.nb"], "Hash" -> - "e186cd5b9ecdb446a7c136ed3b97421be50c4541ba19dcbbc468138aa\ -32671fe"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -QuickGuideToConditions.nb"], "Hash" -> - "b80d1323be565a72864f1b25038c0c3f959ba7721795c66259fd1975d\ -258cb13"|>, <|"File" -> File["Documentation/English/Tutorials/References.nb"], - "Hash" -> - "eb106e2d8c359c5ef351d836d74b25c52bb696b27dae005f26183f112\ -b3d4692"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -SymmetryCalculations.nb"], "Hash" -> - "3a76b955ea28d4433e58454453a7ba0b6992f3e3250bc02475db595dd\ -ab3836a"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb"], "Hash" -> - "c859034547de65ef3d41e67b559fceccd4fc82c6a2401f762dcddf70c\ -d0ef502"|>, <|"File" -> - File["Documentation/English/Tutorials/\ -UsingTheRotationOptions.nb"], "Hash" -> - "9e2f1cda1e38c2468ba3a6baa7b81976125f12799d811013896a5e78e\ -dac1731"|>}|>, "AllowEmbedding" -> True, "InitialShape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "File" -> TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "InitialType" -> - TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 272], 1], "Meta" -> <||>, - "RowTarget" -> 20, "ColumnTarget" -> 10, "Shape" -> - TypeSystem`PackageScope`HeaderShape[<|{All, All, - TypeSystem`PackageScope`KeyDummy[0]} -> - 1, {All, All, "File"} -> 1, {All, All, "Hash"} -> 1|>, - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`KeyValueShape[ - TypeSystem`PackageScope`AtomShape[56.00000000000001], - TypeSystem`PackageScope`Limited[ - TypeSystem`PackageScope`ColumnShape[ - TypeSystem`PackageScope`Limited[ - - TypeSystem`PackageScope`RowShape[<| - "File" -> TypeSystem`PackageScope`AtomShape[60], "Hash" -> - TypeSystem`PackageScope`AtomShape[560.]|>], - DirectedInfinity[1], 2, {All, All}]], 20, - DirectedInfinity[1], {All}]]], 1, - DirectedInfinity[1], {}]], "Type" -> TypeSystem`Assoc[ - TypeSystem`Atom[String], - TypeSystem`Vector[ - TypeSystem`Struct[{"File", "Hash"}, { - TypeSystem`Atom[File], - TypeSystem`Atom[String]}], 272], 1], "Path" -> {}, - "DisplayedRowCount" -> 1, "DisplayedColumnCount" -> 2, - "DataRowCount" -> 1, "DataColumnCount" -> 2, - "SortPaths" -> {}, "SortDirections" -> {}, - "HiddenItemsMap" -> Null, "UpdateType" -> 1|>, - TypeSystem`NestedGrid`PackagePrivate`$outputID$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$ = {}, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$ = 1, - TypeSystem`NestedGrid`PackagePrivate`$grid$$ = - DynamicModule[{ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = Deploy[ - Style[ - Grid[{{ - Item[ - Pane[ - Annotation[ - Mouseover[ - - Graphics[{}, ImageSize -> 6, BaselinePosition -> - Scaled[-0.15]], - Graphics[{ - GrayLevel[0.6], - - Polygon[{{2^Rational[-1, 2], -2^Rational[-1, 2]}, { - 2^Rational[-1, 2], 2^Rational[-1, 2]}, {-2^ - Rational[-1, 2], 2^Rational[-1, 2]}, {-2^ - Rational[-1, 2], -2^Rational[-1, 2]}}]}, ImageSize -> 6, - BaselinePosition -> Scaled[-0.15]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, Keys}, "KeyDummy", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["File", - Style[ - "File", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "File"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "File"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Hash", - Style[ - "Hash", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - All, All, "Hash"}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - All, All, "Hash"}, "ColumnHeader", True], "Mouse"], - ImageSize -> {{1, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}]}, { - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover["Files", - Style[ - "Files", FontColor -> RGBColor[0.27450980392156865`, - 0.5372549019607843, 0.792156862745098]]], "LinkHand"], { - "MouseClicked", 1} :> If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 1]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "RowHeader", False], "Mouse"], - ImageSize -> {{56.00000000000001, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], Background -> - GrayLevel[0.95], Alignment -> {Left, Baseline}], - Item[ - Pane[ - Annotation[ - File["Kernel/AutoCompletion.wl"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d481ce3a221fd9183c2bb9896103674cba83f5743614eb61c647fa903\ -470ad3e", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 1, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -BrennanCowan.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d3a55707257e598dae780e0637844f1167227c82f0888748362b3d8ee\ -271a784", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 2, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Chantler.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d7f639260db5226c1bd37aee9e46a1a450bc48f3901efa8a516d74ed0\ -d19a1fc", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 3, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -CromerLiberman.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "0756728aa9dcd6032b4d20a38abb9c225325aa440fe26282783cb3af6\ -ef85eab", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 4, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f6189149f44d414b3b45757e156f1d63c14cb3b7bcfe94d2e45bbe395\ -a6f31fa", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 5, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Henke.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e15004e5e5e93d5a8cb44cd6d7e532f892eb9928549c09ca355fe2dcc\ -517677e", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 6, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "48258c7f6efb5abf104cb49b5beec8f2935851e673201c7e8154877c9\ -b2cec2b", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 7, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Sasaki.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "cefc35a3c0f2533edb01db2ccdbd40ea3143845d9d06150a225428824\ -5a7346a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 8, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -Windt.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "06d00bbd568270b3d13c5921260744c63898ecfdd947d008b637cf216\ -9c82433", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 9, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/AnomalousCorrections/\ -xraylib.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "45d34705d985ec78013d902bf445bd713f3e8b60f06b9b033bb965be6\ -7f160fd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 10, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/CromerMann.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "d691b5e76a3cc36e0490f574bd2dc2a9a22d69e20520a1d5503265816\ -4b35108", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 11, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/EPDL97.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "f9097c48262fb96cdb8051dc171cb3f18c6f6c708b7040c3137f50be4\ -6ffd54a", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 12, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/InternationalTablesC(\ -3rd).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "64b1c16641835d84a8da4c066db55a4765fdb7883f8f9937381d6fec1\ -eadf9d5", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 13, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/Kissel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "5c823b4880f870ca0b2dbd727f15e517ce2ebd8be6a3c3c6ce4ef56e7\ -3efb1cf", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 14, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/Kissel(modified).m"], - - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "e887aada90e103efca546ba737a7d73069ddf6073cafa51ec29f4c275\ -48181a1", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 15, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File[ - "Kernel/Data/AtomicScatteringFactor/WaasmaierKirfel.m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "8879086a5b3ce8bbd214f1b0b4b7b57ab4a12679f8b83cafd53008651\ -5d4e62d", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 16, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/AtomicScatteringFactor/XOP(2.1).m"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "554d7303c334dfa1d920a038590752f9c393df6eb420a5f366ffc162d\ -316eef9", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 17, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/Metadata.txt"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "717922da98872311c5918d8cc3e7e5180b15f18d165706f9e5923e0ca\ -23b2ebd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 18, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ac.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "a10ba733d1e8dd404aafc25383d10527d47cae526ac93c7ab98aa3f50\ -c49e3dd", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 19, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - File["Kernel/Data/CrossSections/xraylib/Ag.dat"], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["File"]}, "Item", False], "Mouse"], - ImageSize -> {{60, Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}], - Item[ - Pane[ - Annotation[ - "c5da01797515b0c03d75a5a44e66226d9d1295b9da13112c40a26fd9d\ -ae505c7", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"], 20, - Key["Hash"]}, "Item", False], "Mouse"], - ImageSize -> {{560., Full}, Automatic}, - ImageMargins -> {{5, 3}, {4, 5}}], - ItemSize -> {Full, Automatic}]}, {SpanFromAbove, - Item[ - Pane[ - Annotation[ - EventHandler[ - MouseAppearance[ - Mouseover[ - Superscript["272 total \:203a ", ""], - Style[ - Superscript["272 total \:203a ", ""], FontColor -> - RGBColor[0.27450980392156865`, 0.5372549019607843, - 0.792156862745098]]], "LinkHand"], {"MouseClicked", 1} :> - If[ - TypeSystem`NestedGrid`PackagePrivate`checkInteractivity[ - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][{ - Key["Files"]}, 2]]], - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][{ - Key["Files"]}, "Item", False], "Mouse"], - ImageMargins -> {{5, 3}, {4, 5}}], BaseStyle -> {{ - RGBColor[ - 0.5098039215686274, 0.5098039215686274, - 0.5098039215686274], 8}, ContextMenu -> { - MenuItem["Show 1 More Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 1]& , {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 More Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, - 5]& , {All}]], MenuEvaluator -> Automatic], Delimiter, - MenuItem["Show 1 Fewer Row at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -1]& \ -, {All}]], MenuEvaluator -> Automatic], - MenuItem["Show 5 Fewer Rows at This Level", - KernelExecute[ - - TypeSystem`NestedGrid`PackagePrivate`adjustLimits[{ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]}, - "Rows", - TypeSystem`NestedGrid`PackagePrivate`adjustLimitBy[#, -5]& \ -, {All}]], MenuEvaluator -> Automatic]}}, Alignment -> {Left, Baseline}, - Background -> GrayLevel[0.98]], SpanFromLeft}}, - BaseStyle -> {ContextMenu -> Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - Which[TypeSystem`NestedGrid`PackagePrivate`$lastOutputID =!= - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$], {}, - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger === - TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger, TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu, - True, TypeSystem`NestedGrid`PackagePrivate`$\ -lastContextMenuTrigger = - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger; - TypeSystem`NestedGrid`PackagePrivate`$lastContextMenu = - Block[{TypeSystem`NestedGrid`PackagePrivate`$\ -globalScrollPos = {TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}}, - - With[{TypeSystem`NestedGrid`PackagePrivate`lastPath$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ = - TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$ = - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader, TypeSystem`NestedGrid`PackagePrivate`headerHidden$ = And[ - MatchQ[TypeSystem`NestedGrid`PackagePrivate`$lastPathType, - Alternatives["RowHeader", "ColumnHeader"]], - TypeSystem`NestedGrid`PackagePrivate`headerHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$]], - TypeSystem`NestedGrid`PackagePrivate`allHidden$ = - TypeSystem`NestedGrid`PackagePrivate`allHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`anyHidden$ = - TypeSystem`NestedGrid`PackagePrivate`anyHiddenQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ = - TypeSystem`NestedGrid`PackagePrivate`columnSortDirection[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortPaths"], - TypeSystem`NestedGrid`PackagePrivate`$state$$[ - "SortDirections"]], - TypeSystem`NestedGrid`PackagePrivate`haveData$ = Not[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`datasetInitialData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]]], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$ = Not[ - FreeQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, Keys]]}, - Join[{ - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - Not[TypeSystem`NestedGrid`PackagePrivate`anyHidden$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$], - Nothing, - MenuItem["Show " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "remove"]], MenuEvaluator -> Automatic]], - If[ - Or[ - Not[TypeSystem`NestedGrid`PackagePrivate`haveData$], - TypeSystem`NestedGrid`PackagePrivate`pathEmptyQ[ - TypeSystem`NestedGrid`PackagePrivate`$lastPath, - TypeSystem`NestedGrid`PackagePrivate`$state$$], - TypeSystem`NestedGrid`PackagePrivate`isKeyDummy$, - And[ - TypeSystem`NestedGrid`PackagePrivate`allHidden$, - TypeSystem`NestedGrid`PackagePrivate`headerHidden$]], - Nothing, - MenuItem["Hide " <> - Which[TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "Item", "", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "RowHeader", "Row", - TypeSystem`NestedGrid`PackagePrivate`lastPathType$ == - "ColumnHeader", "Column", True, ""], - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateHiddenItems[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, "add"]], - MenuEvaluator -> Automatic]], Delimiter}, - If[ - And[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MatchQ[TypeSystem`NestedGrid`PackagePrivate`lastPathType$, - Alternatives["ColumnHeader", "KeyDummy"]], - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Not[TypeSystem`NestedGrid`PackagePrivate`allHidden$]], { - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Ascending", - MenuItem["Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Ascending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - "Descending", - MenuItem["Reverse Sort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, - "Descending"]], MenuEvaluator -> Automatic], Nothing], - If[ - TypeSystem`NestedGrid`PackagePrivate`sortDirection$ =!= - None, - MenuItem["Unsort", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`updateSort[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`lastPath$, None]], - MenuEvaluator -> Automatic], Nothing], Delimiter}, {}], { - MenuItem["Copy Position to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Copy Data to Clipboard", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`copyClip]], - MenuEvaluator -> Automatic], Nothing], Delimiter, - MenuItem["Paste Position in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentPosition[ - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], - If[TypeSystem`NestedGrid`PackagePrivate`haveData$, - MenuItem["Paste Data in New Cell", - KernelExecute[ - TypeSystem`NestedGrid`PackagePrivate`toCurrentData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`cellPaste]], - MenuEvaluator -> Automatic], Nothing]}]]]]], FontFamily -> - "Source Sans Pro", FontSize -> 14, FontWeight -> Plain}, - Dividers -> All, FrameStyle -> - GrayLevel[0.7490196078431373], Spacings -> {0, 0}, - Alignment -> Left, BaseStyle -> { - FontFamily -> "Source Sans Pro", FontSize -> 14, - FontWeight -> Plain}], LineBreakWithin -> False, - ContextMenu -> {}, NumberMarks -> False, ShowAutoStyles -> - False]], TypeSystem`NestedGrid`PackagePrivate`initialQ = - True}, - Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`setupViewPath[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, If[ - Not[TypeSystem`NestedGrid`PackagePrivate`initialQ], - - Module[{ - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = $Failed, - TypeSystem`NestedGrid`PackagePrivate`tmpData$ = - TypeSystem`NestedGrid`PackagePrivate`datasetData[ - TypeSystem`NestedGrid`PackagePrivate`$state$$]}, - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$ = If[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpData$], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid, - TypeSystem`NestedGrid`PackagePrivate`renderGrid[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - TypeSystem`NestedGrid`PackagePrivate`tmpData$]]; If[ - Not[ - FailureQ[TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid = - TypeSystem`NestedGrid`PackagePrivate`tmpGrid$]; Null]]; - TypeSystem`NestedGrid`PackagePrivate`initialQ = False; - TypeSystem`NestedGrid`PackagePrivate`$vPos$$; - TypeSystem`NestedGrid`PackagePrivate`$hPos$$; If[ - FailureQ[ - TypeSystem`NestedGrid`PackagePrivate`renderedGrid], - TypeSystem`SparseGrid[ - TypeSystem`H["(data no longer present)"]], - TypeSystem`NestedGrid`PackagePrivate`renderedGrid]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$}], - DynamicModuleValues :> {}], - TypeSystem`NestedGrid`PackagePrivate`$topBar$$ = Dynamic[ - TypeSystem`NestedGrid`PackagePrivate`makeFramedBar[ - TypeSystem`PackageScope`SubViewPathbar[ - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`updateState[ - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$path$$, - TypeSystem`NestedGrid`PackagePrivate`$vPos$$, - TypeSystem`NestedGrid`PackagePrivate`$hPos$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$, - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]]], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$path$$}], - TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$ = - Style[ - Framed[ - Dynamic[ - Replace[ - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$, { - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][Null, - Blank[]] -> "", - TypeSystem`NestedGrid`PackagePrivate`$SliceMarker[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]][ - Pattern[TypeSystem`NestedGrid`PackagePrivate`path$, - Blank[]], - Pattern[TypeSystem`NestedGrid`PackagePrivate`pathType$, - Blank[]], - Pattern[ - TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$, - Blank[]]] :> ( - Increment[ - TypeSystem`NestedGrid`PackagePrivate`$contextMenuTrigger]; - TypeSystem`NestedGrid`PackagePrivate`$lastPath = - TypeSystem`NestedGrid`PackagePrivate`path$; - TypeSystem`NestedGrid`PackagePrivate`$lastPathType = - TypeSystem`NestedGrid`PackagePrivate`pathType$; - TypeSystem`NestedGrid`PackagePrivate`$\ -lastPathIsLeafHeader = TypeSystem`NestedGrid`PackagePrivate`isLeafHeader$; - TypeSystem`NestedGrid`PackagePrivate`$lastOutputID = - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]; - TypeSystem`NestedGrid`PackagePrivate`makePathTrail[ - TypeSystem`NestedGrid`PackagePrivate`path$, - TypeSystem`NestedGrid`PackagePrivate`makePathElements]), - Null :> Spacer[10], Blank[] :> Spacer[10]}], - TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$}], - FrameStyle -> None, ImageMargins -> 0, FrameMargins -> 0, - Alignment -> Top, ImageSize -> {Automatic, 15}], FontSize -> - 1], TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$\ -}, - DynamicWrapperBox[ - DynamicBox[ - ToBoxes[ - Dataset`DatasetContent[ - 2, "Path" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$path$$], - "Grid" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$grid$$], - "State" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$state$$], - "VPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$vPos$$], - "HPos" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$hPos$$], - "TopBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$topBar$$], - "BottomBar" -> - Hold[TypeSystem`NestedGrid`PackagePrivate`$bottomBar$$], - "OutputID" -> Hold[ - TypeSystem`NestedGrid`PackagePrivate`localHold[ - TypeSystem`NestedGrid`PackagePrivate`$outputID$$]]], - StandardForm], TrackedSymbols :> { - TypeSystem`NestedGrid`PackagePrivate`$state$$, - TypeSystem`NestedGrid`PackagePrivate`$grid$$}], - TypeSystem`NestedGrid`PackagePrivate`mouseAnnotation$$ = - MouseAnnotation[]], - Initialization :> ( - TypeSystem`NestedGrid`PackagePrivate`$outputID$$ = - CreateUUID[]), DynamicModuleValues :> {}, - BaseStyle -> {LineBreakWithin -> False}, - UnsavedVariables :> { - TypeSystem`NestedGrid`PackagePrivate`$outputID$$}], - Deploy, DefaultBaseStyle -> "Deploy"], - Dataset`InterpretDataset[1], Selectable -> False, - Editable -> False, SelectWithContents -> True], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"DocumentationBuildResults\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"174.93992`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ - AbsoluteCurrentValue[Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Message\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - "\"Documentation build completed successfully.\"", - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"TotalTime\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"174.93992`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"MaximumFileTime\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"{", - RowBox[{ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], ",", - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\""}], "}"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFiles\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - RowBox[{"\[LeftAssociation]", - RowBox[{ - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Guides/PackageOverview.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.819295`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"0.819295`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -AttenuationCoefficient.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.694681`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.694681`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/BraggAngle.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.752061`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.752061`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ConstructDomains.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"9.462106`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalDensity.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.377714`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.377714`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -CrystalFormulaUnits.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.2839`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.2839`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/CrystalPlot.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.038369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.038369`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/DarwinWidth.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.036718`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.036718`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -DistortStructure.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.916509`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.916509`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/DomainPlot.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"5.262632`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"5.262632`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/EmbedStructure.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.901113`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.901113`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ExpandCrystal.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.329252`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.329252`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExportCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.277929`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.277929`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ExtinctionLength.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.077825`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.077825`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -FindPixelClusters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.307533`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.307533`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomCoordinates.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.349633`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.349633`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetAtomicScatteringFactors.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.344296`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.344296`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetCrystalMetric.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.09166`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.09166`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetElements.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.109142`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.109142`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetLatticeParameters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.184371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.184371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetLaueClass.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.885877`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.885877`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetScatteringCrossSections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.397698`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.397698`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/GetSymmetryData.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.433904`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.433904`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -GetSymmetryOperations.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.738258`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.738258`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ImportCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.764203`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.764203`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/InputCheck.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.921115`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.921115`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -InterplanarSpacing.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.414761`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.414761`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/MergeDomains.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.768849`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.768849`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MergeSymmetryEquivalentReflections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.142002`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.142002`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToList.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.176803`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.176803`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -MillerNotationToString.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.334823`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.334823`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalImageCheck.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"8.346143`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"8.346143`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ReciprocalSpaceSimulation.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.511358`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.511358`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ReflectionList.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.174329`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.174329`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -RelatedFunctionsGraph.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.045356`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.045356`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ResetCrystalData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.291975`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.291975`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/ResizeStructure.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.280234`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.280234`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SimulateDiffractionPattern.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.097891`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.097891`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/StructureFactor.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.007966`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.007966`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -StructureFactorTable.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.286251`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.286251`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentPositions.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.861918`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.861918`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflections.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.206217`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.206217`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SymmetryEquivalentReflectionsQ.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.468249`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.468249`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SynthesiseStructure.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"4.382198`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"4.382198`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -SystematicAbsentQ.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - TemplateBox[{"2.680513`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.680513`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -ToStandardSetting.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.520066`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.520066`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -TransformAtomicDisplacementParameters.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.57556`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.57556`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/\ -UnitCellTransformation.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.241626`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.241626`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$CrystalData.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.578717`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.578717`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -GroupSymbolRedirect.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.224299`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.224299`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$LaueClasses.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.093907`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.093907`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdPath.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.229035`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.229035`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$MaXrdVersion.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.222824`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.222824`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$PeriodicTable.\ -nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.32971`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.32971`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$PointGroups.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.099371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.099371`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$SpaceGroups.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.406325`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"3.406325`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/ReferencePages/Symbols/$\ -TransformationMatrices.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.556618`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.556618`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ApplyingCrystalData.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.297031`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.297031`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/BasicComputations.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.883837`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.883837`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ComputationsOnReflections.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.12239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"2.12239`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/FormulasInCrystallography.nb\ -\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.480235`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.480235`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/ImportingCrystalData.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.940495`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.940495`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/QuickGuideToConditions.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.50773`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.50773`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/References.nb\"", "\[Rule]", - - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.500994`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.500994`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/SymmetryCalculations.nb\"", - "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.985133`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.985133`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/\ -TheAssociationStructureOfCrystallographicData.nb\"", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.890715`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.890715`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}], ",", - - RowBox[{ - "\"/Users/stian/Developer/Prosjekter/MaXrd/Project \ -repository/MaXrd/Documentation/English/Tutorials/UsingTheRotationOptions.nb\"\ -", "\[Rule]", - RowBox[{ - TagBox["Success", "SummaryHead"], "[", - - DynamicModuleBox[{Typeset`open$$ = False, - Typeset`embedState$$ = "Ready"}, - TemplateBox[{ - PaneSelectorBox[{False -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxOpener"]], - ButtonFunction :> (Typeset`open$$ = True), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.962498`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], - True -> GridBox[{{ - PaneBox[ - ButtonBox[ - DynamicBox[ - FEPrivate`FrontEndResource[ - "FEBitmaps", "SummaryBoxCloser"]], - ButtonFunction :> (Typeset`open$$ = False), Appearance -> - None, BaseStyle -> {}, Evaluator -> Automatic, Method -> - "Preemptive"], Alignment -> {Center, Center}, ImageSize -> - Dynamic[{Automatic, - 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ - Magnification])}]], - FrameBox[ - StyleBox["\"\[Checkmark]\"", - Directive[ - RGBColor[ - 0.3607843137254902, 0.596078431372549, - 0.3803921568627451], 25], StripOnInput -> False], - ContentPadding -> False, FrameStyle -> None, - FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], - - GridBox[{{ - RowBox[{ - TagBox[ - TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"Build\"", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"1.962498`", "\"s\"", "seconds", - "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], - "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, - GridBoxSpacings -> {"Columns" -> {{2}}, - "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{ - Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}]}]}], - "\[RightAssociation]"}], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"FailedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"PercentSucceeded\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox[ - - TemplateBox[{"100.`", "\"%\"", "percent", "\"Percent\""}, - "QuantityPostfix", SyntaxForm -> Mod], "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"ProcessedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SuccessfulFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["67", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - - TemplateBox[{"\"SkippedFilesCount\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["0", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ +rPkp6fVsEJGp5adaE6iHTKQIzSNFWQ9PUVec1y7ga7q3fSWUdhyMHvTytX5x7+39R0++\ +dvVt9ub708efuvrGLai/fvm+\ +W5bXUpyNgihHJmwX0u1ojO4uE1VdaFMRWTo7ZmHotKr3mTAut2s55N0kQaJLBkhaQMO9dcBk+\ +N94hdaR0jiQkXJFuZAGC2YTrVJ6asU0H2iWHeIpCh3l349u5dnKC/yI6QmXxr++8Kg7L4VaiPDxg/\ +u+nUdoj9wzlMCIhTw1fv1clEHMJgj8BZaqUag1CJjAcB7nS9c0d1OrYurB4A/\ +JNPeQZGAntLxITMOVP/FazQq4A9Rk1H1lnL+0exnkigsyz7+COf/1e36vWm/\ +6m64uD5QIfUWjBS3SzGrvn1KF5iFdINjyBQ9m1NXaiwmExwmFjnM73BxIwSWW4IYJStRFwZXDCjaXc\ +HagQTInqG32G9v6MB82phxw/5QV6SKnqLnFcGFZ5VlfOiyo3g95IcG8wH8jzpKlUge2F2To/\ +JoDtWoaS7NQCB1oD6irdKIpdE5dc1dmkJ7QROxAa4Qm74JxltAfyXHepT8BfMZDMg=="}, + CellTags->{ + "CheckboxCell", "Disclosures-OSConfiguration", "OSConfiguration", + "OSConfiguration-Checkboxes"}, + CellID->147266719,ExpressionUUID->"f88780e6-5d75-4cf4-8c37-c40463cd6974"], + +Cell[BoxData[ + TagBox[GridBox[{ + { + TagBox[GridBox[{ + { + StyleBox[ + TemplateBox[{ + CheckboxBox[False, {False, "LocalSystemInteractions"}], "\" \"", + TemplateBox[{"\"Local system interactions\"", + TemplateBox[{"DisclosuresLocalSystemInteractions", + Cell[ + BoxData[ + FrameBox[ + Cell[ - TemplateBox[{"\"TargetWolframVersionNumber\"", "\": \""}, - "RowDefault"], "SummaryItemAnnotation"], - "\[InvisibleSpace]", - TagBox["13.`", "SummaryItem"]}]}, { - RowBox[{ - TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"DocumentationBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Automatic}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> - False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> {"Columns" -> {{Left}}, - "Rows" -> {{Top}}}, AutoDelete -> False, - GridBoxItemSize -> {"Columns" -> {{Automatic}}, - "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], "}"}], - "SummaryItem"]}]}, { - RowBox[{ + TextData[{ + "Choose this option if your paclet directly does any of \ +the following:\n\[FilledSmallSquare] Executes Shell or RUN commands\n\ +\[FilledSmallSquare] Uses external evaluators via ", + Cell[ + BoxData[ + StyleBox[ TagBox[ - TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], - "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["\"PacletBuild\"", "SummaryItem"]}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, - AutoDelete -> False, - GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - GridBoxSpacings -> { - "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, - BaseStyle -> { - ShowStringCharacters -> False, NumberMarks -> False, - PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, - GridBoxAlignment -> { - "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> - False, GridBoxItemSize -> { - "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, - BaselinePosition -> {1, 1}]}, - Dynamic[Typeset`open$$], ImageSize -> Automatic]}, - "SummaryPanel"], DynamicModuleValues :> {}], "]"}], - Short[#, 0.75]& ], - "OEM6eJzsvV2sZFd2HsZm/7FJzpAjjWRJhux2uy2PLLF7//\ -8osjjdt7tJethkT1dzOJJlcPZvdw3rVl1V1SXZChTYiG3YcYQkthEggI0YfsiDHwIECAIkeQiQvOUt\ -MBwbgZHE0kOQxIjyYCcBHET51qm6t+\ -vce7pZVeSQc3nPpTT3dv2cs87ea33rW2uvvXY9M3vhfvj45uSTMqvnZ994azwv071pmYf5cDLGy/\ -XM7ML9CX2gnpude3s4m9fnZxcehId4ZXBxsJ9Smc0GLw32d3fD9PGbJeTBmT9fz85evfV4HHaH6e4k\ -748Kff35w6+fHZT57OsPHu+VWZn/YLJXxlevzs7fCaNZOXj3mwfvlt1Y8gDilKtXB+fv4/\ -qP8ZmXHpTdvRFeXEi4uPDZ2Sv3wrgMyqik+WTavue5+xDj4CbnZxffmA5z+8sHvy/SReitC7NLN/\ -fn84NheHH5RIvr/tyd2/emw48gwg/uTCfj+e1xvl9mk/1pKoNLd27fHM53w95s8OpyYPCld/\ -GcZUrCkyi3yig8Lnn29cUt7uyPE43400bn3IPpfjl8jBdv7O2VMA1jDP65dybjJ+9cuhlmZTB/\ -PCr1uSPPfun2R2G0HzAys0s39ueTXUxxOnz3wt0yfzTJgxfvTQvGdj78aOWiN0bDh+\ -PdMp4fDOjswk4hTTn4/eSjb+2Gh2Uw/O2CEbu4HLHDb7Xue/7BcLfMps81Py9/+/AVfPHlnf3pFBf+\ -HgQug6/dwfjuhL03y/DhIxLh/L3Jx7jnmdk3b8TZZLQ/L6ufn33tbng4HtZhanR45w8x3S/\ -cmYbdZlLPzl5ohofU9/yV3/s7f+sKLnjp1nAKnaFnxvv337i5MxlNptM/0vz849enP9n8/P7r0+\ -83P//k9Z2fPXzilwfz6XDv3fFb4739+\ -RMtXrz59R2IDsHuhZyH44dH336xEauR58g8vty8czdMHw7Hs1U1pt87z+08d/\ -Tvp8ty4YmyH1znzOHvA9s+e9S2jxrZ8quDV67cC2lU5jem6RHG68rg3JVfuXxl8CKuc6vUsD+\ -aD35qqfNvzcvujfF4ssCSwdk/+N2/\ -t4IdwyvX35tBg67P5sMwvn6rfFRGUPbp9XvTyeyH5UNo1fW74fvTTC/\ -8ELNzeVr2JrMh9Pfx8o24Pxzl6wP6/v2wOxuX2QcfNO+8pq4x/LfXSHrlEJ1IoM/\ -y7C9deYCHGZGWbv3cuFvr2ucOrs29uWaEt9z8YHD2yuzK4OKspMk4zwaXrgwWf10ZvPDd/TCeD+\ -ePn6jQ4PF4Hj65M5nuzs4CbNsPe/CpV5cacMyQDz4xuAiV398dz1bGZ2Gz594u9cnHzuF5j3+\ -mA09epJcAcmVejmr9K0thSMIGKdaW5fh91hfo4K4DaAWZ4tp33Xl+85utwPC5IzD8zcGjycdkp+\ -OHO4+A4Ylg9OgQvfTOPvzeFPb/4bH3vg6/A0QBYA1nhG9nn8xyc+\ -lGHxaYcvSrP2I1OPtgsvfjqwCv0pyMhuNyj1Bk4WsXE3xm58zhpxaO9kshCDujyWxrgnDUs/\ -QMoWcIWzCECz1DOF0M4TM87E9fuUnDu5jthX1g5Ld/7mOR5uDcnSEQHvFkd8Q3+\ -M0foYZcGbxMd78xfbhPuDY48xc+t4F7dWkhdwNAqMzm2w/Z+RWlOfjrQkfsfakde79GzmPweIZr/+\ -AdCFAy2f8PINWHwOYDt3V1tgi7b/zEa4OX3hrDZ4bRrTAPN868NjhPYzOr/+7ykW48/\ -9pismhYmkn7me+U6biMrhOe70wwBoXkv/\ -bxCB98M8weDb6dleOpyCAEr9lzJ5OI0TtvOJPGqhSDk1VbJQ1XJRqejLI1eCaVZSHLcvyed5b3JCGv\ -34AfGaYBIB5aAGS9E0g9r98Yw72MJvuzHcB3aVzq7PpNuIZxGO9MPg7ja7tPJJRBa8us0LZo73Io1r\ -HCjLROqcq5sULY5ERlzjmrnDQiyuxKEZYHfOa4hDe3lRBUcTwflemqdLYa6YVhOWohTOIxSxtK8UWZ\ -wIPSLCblqvSMQ6dc0Nxkq0pmmfvAazou3ZtbSzed7Jbp20NQ1t3WCDKrMUguBJ9TNkyKqLJgQbqAqU\ -5CaCl0CEqxWoQRTlhoQZShmlKdLiEel/Hb28p4+\ -96tt71dka0a7jxXviqVFVdRRqUtZpprU3k2MnHooIw2plo8xC5Kx1ik18FUyWs4Ltvr28r2Zhl/\ -WFZEgwyMqaLxn5dZB5eiUhjADD2UojovSvReOK18Yj4FqTUGMKekuTXWdpjG1sP2neEMrHlFNuWEds\ -nSFEUdYuUMw6R81LGU5KrwUjvNi7FSMJ5scVwrZ23yUaQCE/\ -8cZRuEWfhwuCJbKjVJHWRiFaolS46MZ9w35ZgVK0FyJZ3S2WdmMMSAHq2Ec0LpYCWs5nOc0veH4zxf\ -tQSTGYsxawMtZ4AJLpP2gsN+LebWSOddSTVnryw+6SJQJlXBjQfAKCmPi3ZjW9E+\ -mYbHo2FcnVOdCVUxMLC6BJDjMnsmIkxDx2y5rLJAIlaZiT4yKWG9BhNubOV4NR8X7voawi1QA06whb\ -nG86iLNZjFJE1hyjPyAjFDv0XwmDN8pAimgSM8aw1QMdpxAwPWnLnjovzSGqIcBwfPvAV8ApUqnhUK\ -5JjmOXHLAQqVu2SqSRbzZJliSXJpKwAX0Ftr1qpDk35tDTGa7Pu48fQgkSHCxe58S07zL65IhgfliR\ -uj4DF1dirAL6nEjIEb0EFZo2uO1sF3uuq9tNIBzGpJvIRcfdbbDdAxGNBQSyCmc6w6y1JgUcDIrIBG\ -ALa4TQUYlR10BBMpk0lFlapNsRK4wVM9LoZeW4xv7U4yorfSGpcCFxxCBkEoIBAAgqCVibBrG2y2kh\ -mfc4WxyRQqfCGgCMifhAU6cccDPy6QWkOg90OY7YZhmX5nOK2tAYI4njkTdJQJxgP95eAMkUUFl6Jt\ -iCrA+K2vLjqSKWsJszea66yKER029doa8nz/3XvfEtf46sBorej5MQtS5Qqb8bAcJp328M6i+\ -iThYwDnUeF1XaWBCkPBRJbclFL9cUF+YVUQWPFsNjjAlrtljjmYh2vzT+aHElhuPcw2eIyJkJwD+\ -LjLDvZd4NC4Y5FrmFTmBmzLVA+yJWSBUkHDSIuOS/Ctp0uwRLfrN9I1CHIoQ+\ -CMlAG4W1yGM1Ah1AQn4fAKsMRmZVMoWpiQvEyYHg/\ -WAv7JkvJF5i1leNiSIekcGMbCYpIjS0xmqwNsFvNtwODglrjwOvocOEZJJAUPZcCNQTw108luJ8OoJ\ -UNxxmvroImSBcW0MaZIOCBdSDNFgQewvphcC8/\ -QYOu9NzIWy5mwRvAOYFtHht2WDK5qjDEITYIYOWiRhfRVCh9htS7AR2KSgK1FJ3gkzlVgpWaVcxBwo\ -KnDF64jw7StDxmmzxSgmsHVgTgoLsitZTwzLBK8xZbKkk+\ -VaW9tVfBEJjsNAa3yusMq1pFh1pKBRQ0CX40FTgnMABxKijBCcLgobAB4W1krQgyMPuZAqYjxKCDR0\ -kfLfQdkrSPDvCWDhZfnGmGCwt2heBzaBo4E5gSIMDUCtXMw0MdMlgM6nDjYMbk7hg+\ -qLXVyvyWDBOFQyRvvHWM6FOZAFsFya3LQfAlj0RX/\ -8SyJrsHpValhzFokoEPhYisZboaWDLX6YDCqLEQnELGUSBBJxsISYlDQXCgsJiYxIRWIruIJn6o8OA\ -V4KB1u9U+vIUPbNI1nMSMQQsimFIh0QESUEbPVqqEMwVuABTi30YGTE+\ -UwE8aEZiJlVnQH9VlnGEpLBg42hWjIYCYynhdKnzncewYL1VACDL+\ -PxUdlVIgZ5Br6mRRiY1gQIiTb4dbXkWHYngqJkRAIzaCOCH2gjsLwGKEE1jgF3TTEI8DgFWgq+\ -CnQWUimEMzpbBTbTiVvftiSAZCA2EFUuCLAE0JsInYywaODKRsyVF9B0QtGBNEgfKYNUF3IRpQRBry\ -dDG2IAp01iNmVA70ECBuHWwB9EOVZhoCe+\ -8RTieA3GAVuYq4ISoGsGtS0xGg6Iq01ZNhpmwXYLqIWgwguhgSHhNhFB9zA1gpQFnARJQNClQAoItT\ -zzhQgaGSIcrTwrgMm1zCLnbbX9BxmpwglgZMOdEYpBu8Jjy48piIIOFBnhBKJIV6GEsoIpynhWuBow\ -nbosJPbSO09Ip1AUjglIyh3ACgj9NHFeVWTdsHhkaXFZIG3GB4C5WEYgEEwr7bzFjtt0wQzAP6BpFg\ -LnwE/7T3if0pMaSdAlWAiqkqQSu0LN0kIBowiNhGZE+\ -B828lQ2ypJmRENb5k9qAr8AbxTRLyqS1DwYdEh5gA6RYKLECKPACvYEKgU5xGosp0MbQaDa3qNp1YA\ -ABkSQ2hTEZ8l3BpxBRwn/\ -k9zgcgMpBpzIsGnE3RXFlhnMB1ZuXVkaDMYBULtPfwCuLxj4NXaIoSAN6qWiQoUiiC8YFTGMV8ZVAa\ -jBICykdIhOm05DpP2OACiEH1aYwJQiClbEMI7qcAotE8pJu5jyLEIETER0IRQJYOhyOAQy3clO9aRo\ -Q1R4IkCMCkkbiaLRFjBQwRNjMDmkBlZriF6D6ZXoxaASwwGtMGWwhEbbjkXsyMwCRE8NKwAEiJgitI\ -BGVE75j+WCNLmgeYSoS9ivQhqVSEx2B/\ -mqBLN206GNoOpgjJ2mOwMcEL0ksk7g1sKVRCXIuBEdKHgSE1MHtZL5IariPizwIQRon5KUN4tw7Vbg\ -w8GCPrKSvIEjgDBjEdIAxQCfURwBcGMc7mqmJPxIJrQRURkCP0QAJhSMXzRwlLKlsT61uO2aVQQdXi\ -CLJlD8ItxCEVqTFKAYsYK/\ -hbIdUJJQa1FBmILHRBt2AhvxuV2DOJ2Wy0tHrcGCTIga8Bg40FVFaWIFEiYCpiCS8WwKIrOMSCg/\ -4hHNSLD6EFzt5PhCKn1JkmhMrmOXCgv6hDha+\ -NL9ip4uK0AhPAV0XmxRgFX4U0VaDciAJdZh2ms4TnvtK2zuuSc46UoocDmPcsCBqvBpeDUYY4WZBMu\ -MmXBLBQlUqrWg1U7vB7qdh7jTttrJSgWeLxjIiqbZSLylgBUoiSFEQAuu2CzgCICSCEL6ao0xPENw4\ -Bt573vtNXBlRCA/ByGkBxubq3zzAfvE+\ -VhLOfwZibWGCRC42Jp2cR5nUH8DfyM6eD2a8jwRptICQQwUsqC5zIiZGfISOAzi4QLN14iDC45eA5E\ -wpQoB7PgMAcL+\ -mdL0Nuh1BttFqNUSCLAbSBcAIUSZB6IMFNUINRVIaRLDtNlc67SRFhDAqskogG6E0roWFZYR4a2PoA\ -jgEcn4B8iXCAFQ8wP02PQTV1xXwuE8rEhu3BrYHwsyxJEthqBoc0dpHYNs3izrQ4IpqFaPmSEN6VSJ\ -tPgPyURc5gESg1G4wywKdPtYbwgdwlAFSXDEPHtuP2bR8xCABKBg4jnswFhyAhjAkYCbkmR2+\ -Iek2ModWswDiJm/\ -D9RLnK3BRC6nQxtMlcAP6V63JlLJhrC5AvcNRgbBjpZYaVOWmMEQBcyPKwHt5EmgFYCxdx2pvlmOyW\ -mGHQB4RXifwxzhGuwRggoBribZQX0XsIiS4ZPhecMJZdgrQnCYBhgFlvK0CZSCQTW6WJ5CpR0AvxgO\ -KAb+NvaStlkyUEiCngOcLFoJsFqEXci6FVw6NuF/m+\ -1wywDKze0hoAoBoDo4cPhCyI0UwZbgUEGFAPcDprpEHtRvIMpwnjAVQSzndN8a9yOLyw4m1UFtD0rq\ -x0lAoVjiPLAuA1w0xhalhcYp9wshzShR3Sckpi+az15HRnaSC0wCAAEqANCugqnCRcOCo94B7+dd+\ -BuNSvNglfJMgWVSFwXZiqDttquFMgaU/\ -Gd9lQULU1u8sQAQ2hd5sxLynooUVPwWkgGcsmUAaGxsngMAnxWAYaxmPN26PCdI/\ -wl0fM5TDvLII6x6JIgUgUMW6WrzQTRqiLChnfwgOakEQQkjoEoWneVRqwhw9tth6V8QnRbwVVc9PBc\ -8B2YALCpCNhQiDIlSI0KRcFxQ1FkNpgw2Ai8ON502yXM325nggAOnlZwPPeg8SIHhDQsllABC3hOQB\ -GCTMxB1ABOk4vEbFXHGWfRG6jFdjK0eRyiTEe5p8gUpr7h0ZzQEvRRB5iBMHCQJVueM6BLwbMoSlUW\ -EL9cwbO3kuFuGyU13E/\ -lgAgrTU2yyQkizAUeEWMqiG5qgaMU0jDgR2IGMYWnsEcxC6azXSbobhseQFUDMROMK633BSIMgnwWI\ -nywCI9xwP9XgAcrJfqYMiXNM3w4eHXckkzebSO1zwIYROUXEmG1paqIYoFVGkytwm2BUUmLOyLqysG\ -B30BRq84llkR+Yzuv+c7RjBglvCRHwA3Qy9r56o0FYQV20aoZfGmJHNE+\ -twj7XDFgG1BPUpcICN0Oqt+\ -Jbds0wQbKdVTvVY3ORNwcfJoiLh7BYEEm4C60ASgKD4gSFHNIRY6WudgxDmvA5DstEXLliVUvAcgeQ\ -WYu4LJSJbipCCSIwE3t8QZprbfEHeBUuDNg3ohR3ZZc8p02n4UFRKGLBBeQgGiMBwg+\ -FybBHXnmyCgSIkwiFBIYmiktmWQxEb8yhNpOhjaRAw7AAlIKFQFlkVC3SBGcQHATgEUBDM9SgqLQwh\ -v4LOaAChfgQypIzJam+U4bJp1i2lN6B09XDS2EI4ZCmGPAmh1IYybcEs4mAFLSCRJ4BIUIkRVUA2i+\ -nQx7bX2wYIsI82yJxicREe3AbZYEfw4ClSkx46OF1/Ag0mASEfoDiutSNByMazvP/\ -W4bHWhFhgeWaaXXIJBSnqqAmBaw/\ -YwZothbYPilBn4bSSu70FYJzC7kybYahnfbySjwtsAwxDC8wiP8MxUrAqwLbkWMoSDYA1iIgoBfC8N\ -TSQwD5WoRrkK2rWS410aoAsOn5HtGoOclwsoIO8iamQItzIBDqUw1gAdSW0ybknDxxCEwG1RPsp0Mb\ -YSK3IDBJcQyOlKOQTfVYh7BHwOHqVR4BYpTqQgjwHFEhEBS2xg5XD3E6kDJNdThXnsqmmKGaqsUCn4\ -wkM47nQRXgAFL5RjBCKJPEgNjmQlAaqO41lSvFsx2q6v32giFKB7mBtgDh6S6HGYR58cCtAZe2KZcD\ -QYLSQ2wo8BzR7D/\ -DDBT0JaatpShnau2NcH5mMCIoTIVKHWtiMMmYDXl6mWOGCFv4UiApdBeHuBMiqmUPvXbJQXvtR03qB\ -ooFHAKtl/gC+Eg8ZiIHWAAFYzOgaz5Jt0CD4qoAwgFVRVOIgJXSm1HJu+1STUDXw0Gg8+\ -FFZUSDhXiAKJD4YiyQd4lbuYkVR9ogzmI1kBOm2yQznRVlq0jQ3u1PcECCsYcNAYhH8IqwoekXLIaN\ -AkaCGOtlWXYgsPgEHKAcmkPCNUBVrydDEdy1YxqfqiyGbzVRs1BJiKMkVuflFaJOaPAu4HliWeTBQx\ -FgcJEBWcP5rkdTN4PR/QBXsKEQivahUma+UwrJBHBHFg+VMQ21S8iJMNoAakw8EowiIiAxLLt7OJ+\ -PKIPMUlHmAcinQARAaMcAIUAwYp5SKBvCHwIyJgPkfkEq3UQpXoBwNhShjZ7oNwLXIYAPY0BbktxX+\ -EZLJwFpTpMAVhqKvlF5M2IVYDaZB6ocMZbkLntZHh0ZLkd1L3Qyh1nWkYlIm7vcQ9w+\ -GhxZ2nwDqcaMVk4wBv/1LBiC89SIeR2MrSDiwy/qDHclmquPSzEqoyoC7E+\ -lUklB45gHHyFDVQKFCSjtT2IR0iZoJ3bydC2C6pwQeRG/\ -CgJ5TKNf4XjQHBPpZT02Li1gldlMEWQzcghYqIyKahF3U6GQVsnHdwQwBB442RB/\ -FBKglUKXmM0GYw2gTxwylwCFyLFn0qCwlgYkYZ/2TLgHaQj/gI+\ -wkUuBIJax3TQhVclwCvhLwzmPDgFDqeVkKQIIHaMCigdpQ6z7qpUXsN1D9rD4CQ8ckRwwyJIO+\ -ABnNol7hD4WiV5dOBXDaUEV8gOzjLmJEH2KQ7nfjuYHBzJ0FJJILAG4JOgD7BThFEwiEDregmkMYM/\ -ZUwLIAIxBaKMhGC3VIvwEzRjuzhv0Cb2GqEdSEzSCCFiLR5oSHBI9eM6J8bB5Wr1TgdmnSZKi7t7k1\ -MWQLDUVZS0jgxt+\ -iAsIn1E3CoDpmWWIHS5YZfgMc6DWhQGYNAwWchhPQuR1wA6nQKR8C2LswZteJCyVIeI06dKpcywBIX\ -pgR4YwZTS4HYhUeVktJQaqxgpJgoCTcQYYJ1qy7k4Qh8k+\ -WKfVawmwRgjRsTJQMW7icsIEoVIMyEohptIGiKCYihEwolKg0LYbqn7Qdtt0h4eMCIAAqJcJSrUDsz\ -BgivCezKtaIuK0ZZqPzjZJ8RAyOGFFIBJnbcL9B7EY7YJNgSTN6JE66mAFjemsg+\ -lIqvALQHvBbqA2M6CY2sgCWhVlFQRU7ejkw/\ -aEEXuKEK3QqQiCCWE0ZHDResETNYFhlIV7VOBlw5Q2mKdgmMBSkcYa9gy8H9wdAVH0Mqxp/\ -AxM4LkCHoQbQqKOEw2mupycEcvwLUrayAKkU9Q0hUtttSHtusGIMLyS8JkWwOCpHWzciclQECCLEFN\ -QfIMnIZEoBszJs1DEBmolBFmtJ0MbYzCFNDGFevA8IXWME2PoXc0DJbW+\ -BwUhlGuyLKqEHp6kEiEgyDeOfhatnObD44UNYM/\ -kUk6S7uhcG3oXyggdUDtBHOQIPWwTlU5pXG5gzsrtNwCfM9gMdvRqAdtnNSFdrpVSdnRlBFSg1XGbB\ -CDg05x2psinRehyqwQbxmEOCBciJE9wiyY8narSO+1pwJhLaLKimjewT/\ -6plYOKAQOzZUPjucEzhs1aDa3FeFPoPAbcwWNBLB3DMMaInyvjVA05TVZPBFCaUS9IFXABxc0aAUmv\ -1STA0i8YBpeHDab4ClqRuxDhttVpLaGCO+3+WyCCEIJxJPwmqWAHiTQCYlYNlQhAZ5eepgtR/\ -ANkJJGOlA5gJnVIFpbxtzfb4NDQbwNP2QzGEMQySQBq6zgzkFY2pfmq4YqIL4RtWraBkureAFRptQg\ -U2Y7HvfrbaCGM2gqqb0VtEAgAcTQBC4AGonwyVE6lPtcDAOWwShZzgF8D9whwqVtp5C/\ -3sZITpvdYJK0O1UnWiEAoxa0rk7LBKJS1Sz0UwMdEApGhD7RASzgy5WEqW41DL/\ -R5g4V2scJFcAbMB6FM2Mw65ongAKDj+DAKp60gJ/OAtrqM1w4DAiMl4UtUw+/\ -cWSzAZQOg83AWWlbkKe9WvhXIurImNFwmQ464gGOztvK4FYxBxY4nSln3+G3f74tw+PZfLE3+\ -1bZnazupos5Awm9AjJx2FekXR140sokK554k7S0z9Um2gYUYJcJbNch+\ -DEOrK4DnH9q9cbHK9CIb1DNKa4SQ6Aqvyw8t6BmDGGdxk0iwnu4TFqlChoxLayACknhNXjyHYr/\ -y6s3vP1JoK3k9Mbs+s5bd67vvHvrA0EZXa6vpWFdScuDqCNYSV4IyxkQpyK6C+\ -DLHC4RlN4Lk62gCkqQFYMoD046V+FspAWjDtYqninHctv+9Rv7s3kZD+\ -elJU0s9MAyBnAghUHJBt63lipBGeCzs5eSARgCZcIgVQiUKaOSbm6oRrFj/tla0twp0+\ -lRWRCnMMlLs6IqFRUuU/lbKgpEIsDsIiJ/6ISkKogsC/\ -h1AaFyHGIluM0Om3z2DB3I8lZqy8Go5gUsBDQRLDZYZTzEkrQNPFVBWz24VzJ4Djlo2yVMlDuKhzkC\ -C6k7eORra8nxdrhpWoIAcqQHW+eUbQweATXIlKq0hmiTC5xbVQ20wthsYENVw8kCz2E5tP7atQ/8+\ -nqCDHcm74qjc+\ -PhQRFFQw5Qlpyt8x6BTqF9L5a5DKZDy7DwXoh1i8aMOE7JCmC87NLa9fTk7eHd8bvqXksWKSxQM2YJ\ -vk87zXlCLEy7QageBzddFIEIH5mIAnGQRUgAR+t4lBEW3SGLXEuWe2U6+\ -Wj24VG11QGGUBHvA814dVBGhsjOIPrimXZWMwOKi8i70uY5A1uimN1SfZtLjoWOlMAvrSfOpD0qoM8\ -J/KbYGiOILrw6FXCCU+NvOHywe3BxyyGuYxHazcDGKrgO7Z9RqkMMvZ4Y0/\ -3ZbBjGN0f77XGpKQmqIjN49ArtYQoQg6EC34saKmQjB8dL0ZCXYTzS/\ -i7aZWkYOKHhHWyHryXQYJLD6Ogk8WRCgh5QipRaZARJmfUUfaKuANFrpzQztEWD1mVCMMxDexUcMu3\ -B6ypy/DNrCfN+SwqBO2D84e0tAhPHlZbQhAaDQ1EAV66Cot1/iM441VyyAPZDO6ZpP0/+\ -tGLsp0oB4tGaGWswCwjHgfPO0m5tbWBGiFIQFgYeQfuDtYw5ilYIcTKIsGcImGh92HcY0HpA+\ -xvjQVtldXWmctpoaHQ2uTqqd8seXIOsuoLxIGYplFCALAIOwRNFD9R3wGLQNp0UcjqTVMZHVMMmDG2\ -z4RTkA6Qgx6KBskFXcnXGOueVkVTgRsyLcj1GIlhAGOHBVzrg/lefKcVb7+1MP9ibTvI+yPUHHw/\ -njz5IC5o0axOFFLIHYnhdKIOgKg2/tTUhgmYFgXKireyUnXdU/ScRWBiFlyxiBZF0B0t+\ -NlF48Gg42Z+W0D1KtPAGplbgcjITPEZOhR4adKpI6oaQBebORxcYJkoajjgDswV88RkDxjoSXb/\ -4TGl+fZLLMYZg4X1j1hHhcfKaigeMTTGBS+\ -WEt4CoFGpDhwpVhYEu0DYTypNWBUm79r49fapuDWulHohgz01fOOqF8kl4SP0PPnj0Ibv2w72HTwyq\ -FiA/wpaoS/\ -DgU0wIRJSpUk8bWVQFeVasIqLQVGwdiqZqe1GpupjzrgT9zpZyiWvuA270d1riAUrgGqQUIWsvQWwL\ -wY3QDEovBaLOCMunVi5gf9xzhDsYOsB0s2lGpQ47e7rDPC7e2wGOYW/\ -8RByAGgitA49jVLHrqerAUU4dhlgRC/\ -ISwEE9VTNJ0JrAwNYxXJxJFXXsqlP6sxuIc3cynqTRcDxMHzxio9Y4eQK7DLuCl6TtuyCAnjZZIvSO\ -ArIhYFWgNAhdofJWV4JsFcHJoHkyqo7E2a9tKdiHr4mWZMwqcIoUhU4iIRxgUCXLIlAK9y4p1iI4Bz\ -nDa6VIQ0GOByPSVJQHCt1B0/+\ -1DSR7MB126z2iKTJyxAhGw32ChTnrEMrkQrvAkysejAhEUXLbbGYgfaetLfA5gboZfG5i8ZZYkeoXH\ -PVJkInWAcGFc0wKFknV4bSWSntVC7kdBcCHQ1EIB+HnE17QXb2dniHWW3fuvDe4fT1DvP1Z+\ -WBI7Qv5AaK3mk3Ay4jssg7BQzb4W6AUgszIQEzAd6hpDa0oY26ronQM9MsjWoQPYIH2lx4Xy28mlvh\ -gVub7ey2hNITIwAXEwVRR7wWi4UJVPxIkMSvtrQGsSXI6MFlD/\ -UHAKVPRIlJE0gGpTyf2t94a7Lw3uF7hZoZl+kHGB9oLOlRqEhij+\ -hiLuJgh5ABq0rQZxGEGfAxoBSpkKSHleNGYwQTnGGWBM9rIEy9lOeb0PtCf6E/\ -4tdl8uv8E3vGwtIQVhOKK1hAwg7T1AKqN+AxjpUHZDBgTuUGnqbOTpCw3a8A/\ -dFjflafKdTxxwYuHAmDUFS2nUFa2UuWvMFTD660zHBGOMlZUquFT1oPwA8zBrR20vqtw60+\ -s3v2N6WR/b/B4N05G90tueiWupGks4qxCfbMCmGqRlDmXCh4+0sY0GBR32psQJcycWqJoxOcuSep/\ -IE0IsUM9/ujqzRFSDSd5mJqOQqtNjrSFP0WQi+\ -sxbnFxgTjKGAR0ivlqCktWUMkKlaylkogo47mpKMcIWTpcxM+\ -2bjsZjufNg89WbhqomYmjOyCKi5QlZjxQvtHkGChRDKeEGJMB3zJFwTkoQC84KxypCl3rBa2bUnvnc\ -uymsCUPzoAIGvgp4ZThZ8j0SxKU/\ -cAAFAClgcrxDEfoBEIHYamgFwSdd20zubp60wfTMJ7VyXS3ad10N8ynw1RW7w/mZCn/KhGeigK+\ -y3Qx1KxIFlDxqDOjgoOM+\ -Q1agrAmCBg40B0e0bDckWNoTfB7M0D13TKjX7PWBFOnBm0qzWTJSojKaf8fY5hQyhlQ1V0GH4dAmVP\ -HC9MkXkQGAXayw9Vead+2TI8mIH+kycdXl3c/\ -br4Brk5QNiIVBcyi8jJDPQsQeHM4SpYkoi7BU2r6IVKUU6kfVs2OA2y7LOggyDlovDy7fmM+L+\ -P9RcvgCbzdMA3LeL7a0hIRJeDT4YGJH3PEfNQ9JiHsyq5S+RDD40tAa+\ -XwPQauu7IEY0omAdW6uob9sWNS3JyGhw9vjB/\ -CklfuTIWdntLZxNMjL5KKIgTshop0IJJGvAemBeSsEBHYWRXcjYwINR1V4j5dwZ/ceQf/\ -A8BO81uT3TAcz1bvjzClydDB44dCtlZpMyVQjeqmLFUYObDcQP2cqH9DLgl2BQ9IW5Fr5R1ZxSvH77\ -/UsjKeDeePV+9eUyLOmqnxA208MLSGYZuVBCfw1AFTDvph4VMbvkQJYScoBQsXw7s07U8/7e7URnd/\ -FN4bD+etAbBVeYb4R8RIzfJSMCrR9ucYNeLJCEYSC2zfe+rWEQqsjWreLNwN7TFSHXmYP/\ -40Ee6NJi2tizXRLjXBA4gOhl+AKgYq6ywkiHZRwcQFOCLArgShJcJK4bWk6n3w7I4VjuO3vhWmHw/\ -H7w/z/NHqrRW8IIIYTKcxhbYbJ9q7Re1RJPxGpKIhm2gXBrVlQ8CRMBFUPQeSg1i7a///\ -cbW7NZzB1OeDRvXAIlbvDw5OPVdiogzGYus77bAviBOAsDFFzxhtXhOAGwTUopAHsDlYbUz0XYvwxw\ -1uoe1HB71EcFgQOR/AHGn7QVDeM6qtFArxlZM6gN/BVXJqT6PhTWmbtSF+\ -EXRn76bjCn97cfZNx3PjGRnoEkIPzkEmQUpgW5SI9VQHAnEw0bXAmUrwKWlhldQ7iknSCCIsT2crK3\ -f/ZC+M81LnWrZOLpS6QjFAai5Ka0spFNoGBQVXlANtekbyVCwxiwIZwS8ojAPRtB2D/qe6bo45X/\ -Urrc7BwtoKLxUZlxpQa2IVRBMRR0M2cJbijaFCA5+joxoRRRW3YFVUVyk6wP641t3+ZD5c/\ -P12GT9saz2VAwtFTRgrGDEYIkDURWm4EFaFxMgDxEjBmAJlM1RzUkrVilblYf4dIcbxAbgzHOd7w0/\ -KaGdES0rTFtgU2uTkigiIngMZIGJoOJ0ANgHkM1SpWQWousFw431nqcybU+\ -cLQZWsHcTtF44J8EaZU4/\ -BnclkmofjMC8tCXxhQUiyYsEx3BhhKRwxZeVFoHawYG0I3iO171QiJ1aqlVFSio9wqQPvrz1NguNdD\ -luS0C5qhKIKsZMw2iNqz0KwVFXSiA8qp0bDCGmUSw5+ttJqT6kS3oD6SmGq1lEGSLJUxbuFuN3q/\ -V1WzheQCupoAMJGa0m0BS1L472vCDcBuQLBivEhwC0G6qzGvQUZoaamHT7/OPri/\ -rdHhdqQtx4dbAbRD7CW9oV7jL9GFA7r54W21hcEvSImUSnpQ31RqGUwQhZpCkandHaA/lbXrd/\ -G6IPP3gt04MBRVayBWgO6iHGl8gojFUs5gu9KAc5nab82lTwgRkuJut0KC6rgqbdzpaY0Hc7ncrcM+\ -2VnFGZt0iFYUIBBaikpm2FFfECZy0B7DWjCab+oZ9Tpk5r3VUC+bkqAvE6+qxVxpxI+Ub/WYn/\ -LIOm54IkQOvLoFMUa1NKRemDB48HJUhkYCH/UgtotUhddhDfUvS6wEn2HQf7JTkke72IGpo+\ -PASLsCiYnnAzgNRTceGpmAlUHHkUGKmpoQ3mpVHgE9m1lEPBMiPgMDDV0TMIvPuv27+\ -6VaTg2BgoMIGvtQO+\ -pfFjHCjYGLyio92uzXxNSMQcpjIF1INIFWRBND3hDqdt1UPGt3We4BXhfuHZD/YVKSkR8oQSZ+\ -n7iETOjHbQKHggAYUSFFgAcJDgw7QtMHq5sHTLQnJux86ikD1t3VvB5RgJpZQLgJNrbIxngl3uAUWD\ -UOwzBvYBDAggpanICF+\ -WpkTG0pavk6DgeL07mG4VxmC6PMFqVQEhaQaJNK87AO9GSQYUK1mbDGUg4qCY4F4IQ6rYOpsJhO6mp\ -GKTGhl1dgY+\ -b4d0yfVg6uL92msA0BWqiUy2mFgYempSbVNSrTCtXoQEYEUE78mIGaaKYgILOzh2xpvveB/p3+\ -7f2hx+FEeDwfqmjDnPMkuFHS2g98CEoKpUXSSAUBE9EPEBVqzCAFIHbdPQA5kE1/\ -VkY1aL5Z9QdrUg0HI3K9J3lwQwPJnQMQssc4AAlFeUiqgYRowJRF6k6k0W4Kih8gZEwDdvglMyizaB\ -gyrRr0kTqQbBORHpUhsWxUi2IRDwPGEYU7hUVJWdanAdjppq0VCP4iSIGQwpaEUJaAgsEkYANQCm4y\ -zojcb+k4d50ksKoSRkftw74ZVrwFSZqrapAfFZBAzll+6CemCvatJ41p6g/\ -G1spOqKO5JiQFPwzOiF3ydAkgAZDCtLorRZvC1VTQQdV1GeMQ7YiUnbHQy+\ -pkjwhVMJ0iFgoegBUY6JAWylRC6LdVZx4nLM/\ -0cijCiFADzDlVEACB2QhCKgri4zCMbCCkrRGvGio12OlAxMqo/0GkA/QVGVX593jIH2/0Fkj+\ -fCFN6Zhr0VdEXUW4KEwljr70r6/oMALEZ2Y7D3VksAiitB0CoJVHv6D9otCd6iVQOqai+Ns6T6dS/\ -UUjCYckiZTuwYbgAyJ9JO2fME1wxkoDvkYB4pXaiYJ4KAen/Ck+ELgWXawteOOEvcf/\ -nbpjJukpBahUgOpwNQIr2kNDkEMKAMiCcpJFTw2bSFPhBg1wFuCvUqqcFmTti51r6wspdxrCERLFxm\ -sSzvEY0ApSvTTKR4UwgHEKf1LiWCdLHXDB82nNSZWwGcC7dKtYI1rcbfDIVjQ5kX6d3U0SqWNO6Akh\ -Vp6ejBZRrvWcT/KTGn8omZMFvaAyAqxS4YKeNoQ44FtrgMcjk/\ -GERnaOSNouKJlI26UldQhHg6btmSDNMqSAaC1JkurSxGfzdYxRQ5MItiABXX46+vHb3/MZRyc/\ -tbO3ghbm+ZwEYETp4ZbiirnSw7Sc9BpapRE/dvBshBiWToiJECR4U+\ -hFfB1T68CeJYoK97ruy3XoRNcFbXlBmmA+\ -YPfUvkqzBXMDRNCZRK0TVkW2miiYTJGJQXCpcG0TdfWI76ZNC1qy6rhtFOakg0KjLJ63Eh74lclaiI\ -c1BOExcyBZIr2pTFQP+\ -Z4paqeZ2zsXxVmPH8Eq511W22Gb4KFmiia7qZgNhH0wkrnI8dYKQuSJRwMOFWCEEYMnMPlMkbbI7ra\ -fhxnlovTkOjguRtxhtFoTYgW1qpsswIGFaqVp2ZEEdiJqA7ewnNpPSg9bFQi4JO0gNAsaHtJwnS1HD\ -0uAHnvMM5hmgcF8VbbjadEZIUm2QejqYGBpgo8Kq8Cn/eJO2+pPRBtEKTqK+KWIVjqFGwV/\ -PnTFzVXBDhYxFgE3beGM7DN1ESdTwn96IgSUYuH56aGWBThJ0tbUTAUPNsAE0oClNcmWl8ocPEIQgM\ -wLldqALEOw6E8604ZjdorLC3TNYFCTyVjVfgjWsGoWFPAxyMSiqB+IDR0pkKAf6NVmMrpWAr4E+\ -2T5B1D88pSiuYYsJbzTOCPVLyeMhS8Upd0C5pQBWJMsArwaOozGgGaiAIRcnAglgOfQpwjWSdKXL81\ -Sc3xYs1jXb89fjgazh5df2N/mMvs+vI8rnc/KtOPhuXja+P4xH24rIg9UH8TMPsUQVFiE/\ -FaLWEOVHOIWDi4qMkEjKJdYom6vFObkNjx1He6RQEqlGkZU/\ -hP1QCLJcynroWsSJhiAiQEL1Vl0NFEs0BbjGEjYOJgFXDx1MdHR6gPiCFvOvkIRt2LC+bouIS/\ -spGEK+skK1IhSqcjL+hUMU+\ -9Ubiu2SEc5iHSMTxa0QlkgopSajZUiZspVZDAxTJ0uqsd5bc3kurYGsqKbAgDqDATWoTY3XM6eycgO\ -KFTgIRmlMFxAQqoWMnAFovJ9cF6MFkDsEmlgxL82maytddXViXjmE0fwZQE5RJdMg5xoygIYynUxa8\ -oNdiJ58kpTf3IkhB0II6FWpau8oWdbSRrrb2sGgP0m+\ -pzuJc10G44ajsDXSoOPDJL0WSknIbpOipfXjSjLo52vPCQRFeBzDbiNUsEK2KZGGuBQIhEm56GElEm\ -xkbS1kjEwybRGVAB/\ -rvKTP2qPe2pZibQoV4p2A7PuZlYq2s2K2IFquA2tF0uq8xZ0Aj0suNUgAB0BtdAPBCpGU3CzDabtqg\ -tai48WSqd7UgVbGYCx9ZzVmSLmTL7iJMUCB4drgDsAjgE8KxEyTyqztCV+\ -igLxWuzAd8LxM8mSdoW3jGTm4HGylrPKpQF46g/I3Us4gjRPWhzStr5BCoGAVyQBrgKskFsw0va+\ -ofZzXiFILhD/TczzCPrQKsqRgf6WBN9hXIlsJLQxM9wSZaSzoZq+\ -yoLhs5x0ZQFN8ANzDVTDnjXtVf/\ -z24mWWuNaBVnqXVHhbrTGVFwtVkwTqt04IsIaEAXJOUiQKU8wNU1NfyKdsjARWsBz3FcsBubCnYkUb\ -hqAQ7YaiyCGNs0BKed3eCMGSGQRBgK5Gd0xgViMUhXgF8ONCpTw8NknRQdfnwzCzi2trQiGzBB8cJD\ -5VSFQjvUSMcR9VkCiywUhKV+\ -jDbyKHhzXk2icnbqs4UAtaM7y2YDd3zdqYVoRHAYRiYYBm5IRUOGmhSDnDoVUvYyI6hWiNg9HatFvb\ -Y9HYmAKCl2tue8uZFwHWtSq14KKke9M2LhdLISMMIhMKkYO4noHliBcFoWBCVU8A7XQC2fVBRNUVBU\ -Xc11/tw20nWtV62Ciae2gUUi2KZSN51kBbZQo0THWBDwnZQEoJ0LKSraOUz9HRzAJ0AFfFdf8M2U79\ -ha1ir8SqEs51TaLl0OlMvHZEshqdWroc4snCMK9qVwViW1/\ -UdcSMUlhtMRcB0juJnHWl3nWhELWALvmDhnBpomqFF81fCeGrgPKglSq2ukU5mqoY34UmTq4xxkVdS\ -qWHbg761NxTq+BrYiXzGx0LYOV60O1KcUEXKh9W4qFwZewFDpoEIHdHG0E0gBj7Oks0/\ -BooLtyCr96ubyHayPrcjlqfM9HFOs1FfZZg6ORM05JbVroOxGxmhZWTk1XAYPouZ8QnJ4EsCe7ep7v\ -rFBPG3tbFXpBC86MTJHhLLQcyFBASo1uA0kbeCF3IWhAjZH6zY1iQiQDNFUcifHpXx9YylX19VWRNO\ -cNvBAEFCM5EWgVGCJFiBIp8IGTgdmUj0TB22hHj2SuognRSZTM1jecdFubyvayppbC0xAKTXCagRZD\ -PjAchSMupIm2Gu21VN0DDwxCpExXCsr1NMZH6Y1cLDkz+otjq/\ -HreKxlcUkSgxRsWFJuKGjhu9UBM0CzKEghqF+51bYRD3PrcHn4OIctRIJHfuwNiNzK2t1q86/ROEN+\ -U1ZRaLFBgaGmRC5NDG9pu0R2VGwQ2tHiSmb6BBACc9Gm206lik382Ed63iroYxoiuMr0J+yS+\ -BDCLw410xFYIliUlJlro5FaU+HeVgwPerRRK3CrXMdCLwZlLTW+FY9v1fUmE6B2jJqLsyMzIza/\ -cRAZ5kA6jydRMYjdQ2MCtQgW9rIAYSGG+nag3B/\ -c7menbNclTYgXqH1PzgNWaIhAOaJepeBIUemOZwHB7tCuFNthj+G4SLojmS1+\ -FIHidrMYXSuDa7IRwdBcHATOvmBGiaFZALIC5Wn0B6qoOHaFIAlKDo8pig63q2AP0XriXt1APNm2Zu\ -nrBuu8ndP1Vs60oqokdRDhtpkADhosSSJ5nw2RLHJ0r69EjMdpp1jSbSgmxTvmO/\ -NRrBzTXFFPm6kx3Ah3KnUvpLKKOCzqKFKoSaatNQsqFE+\ -jwV4gti1FAXmRYXPHjDegcxvbSnf0fXGVfdBbVhpRbdUwAwm3VATL6Mpv19g5hEcBX5NCzoDgir6gq\ -bcRKDWJVZ0HiK8oZCttchVRsWp+DwQ9HKbQdcdkSYwU0xxNnSQG6dThmthiCNB+AIH+\ -sUQK0N0y0rH9G7m2LrXKVeHDjCHyJ95nr2hZl85a2IIYPUWVMYxTwc5ceqb4HTMJB0PXArOwFxd14F\ -Km7HkY2uYq7pHPI+Bo8As4WuNDNQOXkjaVA1ukunoK8T/thhfoZAZxJ0FTyegy8hi7WDwmxGWo+\ -ubq8NGrb8Y9QgEdWHUeAPWWWTSKdIxaIyq6xFzSzrRBWwFRMViGEFX6fwq+\ -dkZ3zPWPlekVFQPrCyiQ8moYprTGUW20PFoDPOZgXuKDsLEk9BRYilnFTU11Bd0GmdXZ5rNBvDomuT\ -qAFI7Q0kbMzyVR4OyKPg3OgRWpUTnY0hQBi5NovNqKeKmLSQS9osgBLFSh95thnudS7atrLpSWlIPP\ -EV9rTjtK6GyaloYpcMnQ4ASUh+qSCvHMG9EZ5yaDuuMSKgrr/\ -KdzeR7xnrqakRUWWJ0cAMC7GioFq2A2hcHcQmKk6VTbjPgpRIFhEZqhHWIdS2FUiF04Mvdzyjm05gC\ -E9QROjHarqhAopSxsBvqcqlk0DVoyEgdHuhoB0+\ -QU7SNIsCzgEu4Dqbwzucn6HfbHtlB8ajESnGmFB20STVkgTp6E5fhnLpZJ6r2LE3fYqua8lfE6EbUr\ -mMwN8vBd63Rrto0AjVqKyxihloqSm+AGoLMqER1sAmGRCaC4CNrn0GkC1OMM4a4r2bZtQFks0jk+\ -PrtqjoyEYisIPZIgiEyA4vRzkUvEuJjUQ3VRWkMl9RWSOrM46mDCDQhIJLravGymXDH13ZXR46OBW8\ -2CVDOlilEt1T3kxHfaowd/HI1tNanc3WUSwDL5rSS5lSxDt7vuHDvbSbcWuu+\ -LVqTqYBVVAS61KknIziBd7OmwB8XCbav4VdoUykCPmkwmlbA2hGmSmed6TDuzdjrU9aEV2M8HhEaCe\ -+CssBogCNsokrGvaJicJcyzTtcstUGfD8Xnm1zWCCdwe5Vh1VvFkVdfQpzkIIyMJIOzLG0eBzgoBFZ\ -UmlmYU5qIEw2lDxCjFqKgBsv1EYxaYx1ZV1Gspl3udq1DXWV2WgwrAgmI+BEqDaU1+\ -pZ068QxLVQbx9htKVDj7mGyEZTu1uKP2U2rKs6bMNxO0xjtTO7SYdEuaAkqbsDeGigXgt0xieGzCSj\ -QhUImqB/BhMZ6Ag16KPyLjNNzf4+\ -aybhalMKACbT4qh01HGS0RIXrTFFWobJtKkgw6vZQGuOkCrTgiMUH4ZAHSkYtTGgKc0do7XZ4stCqu\ -/BOo+ovwF1dpYaQysLdPMYqJyAyFTr6TUsQVO7YtrlHekcEFd8MIJWP0AT4fk+\ -80Ly1faG49XVDfgCqA9th4UXYC47TtVDQA6qjAVfdbKGoGkbTQSVyRYkh9P5PYgBHJTyMyvY6p7kVc\ -Pk1KOAlmih/\ -oF2atCJqInKU0uhE8BS4kl7tWhxCj9raBcz7XuhTshdR4dsKNfqtuXV3KjO1BNMU1N2GBpkwrDgn8F\ -QMztwYTpC1EeFvzmQDspORwpQN0OtnOwyyDc2k+\ -spO5tXM1ZwkdQdoDJnXKIG5TYw8GMgRaEMpENw5pVTkFdLuI0K4PV0bnqgY8J5V/\ -V3t4gP9kGIh4GKT/b2Ro+\ -blHInyiJSqMpgrIykXkuRtFuopEDkwOkF7TuOFvNLPbxNYikG16R2y4Kcdgya+\ -jSJbobZMO1Mdvf258eTtA5hhEAMI1PGg9PDM8Q21JIZ2p4BW2AdVE5RqSA8IMrgJgMp6Og9Q01r11a\ -uJ/KsivLu+CncV5vU0Ek4JYQTUJ1KW3JlJhKsMTh0YGtz5kNS8KbNjjtmMw8sMjqqpiPW+\ -VS5lhUcs7fGy7kbTR5S6N+qNgnN4cw6QY84/\ -KCvVL6FUIa5wrI3MSbrOEzSyyRoExcvDrGXb8pioWcd82c/\ -Ta5FHvsZKsWdSRnOBoEXIjATqEMi9Fs2zWp4JDBQWoF2cGAbJFTGcYloDFZgee3AB/9pIn13f5g+\ -bArBHkx2JuN8PMiC481cCjrayuhALUQV+\ -D74oaRD6GX1dCiUpQwPgB1BgKYemE0fIO1S7MrRvfZpQh3CRDvag94aqDj1pPBJF9Bonh35YkW9dLS\ -IdNpHFIhDqRimCjryqXIuKClhugp5P3XCDuKmnTBKy8xbG9ADVUVoXQLlE8CxCvWeo9g5WDppA35Iw\ -CwlFVbRgitGJWoPpxyihOQdjP/\ -ep4n04FG5MZtN0rD5wGGQ9G5tqzoY9hHlSk57JiGdRZhJowdPXYyNmk7VbGyzwvlRihgRE52Pmqm2x\ -LJE+Sd4o7XZzRNZ35tB1yHw/WUK+\ -N29YyNInbN4osNYoE7UEiUGSQ1yAhWQgOxzoSudXeIzGSOU3YM7IiIpOSRuJX9t8PUbeOaPm+\ -KVjNvNzj2Y7pfXBi+/Bf4OKQaPwl6pz8/+\ -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\ -LSTTdC19V04WNMqaKxn+\ -eTpNz1BUADjgjDpaiUgNbOuvHaeok6lOQWsMB50Tn8xlrT2Dq6sKpNt2t3e53hrNZGZ1E2734VbVd5\ -Wj3lSUKHDUdgsXgZpWPOpaSXBWejgGm7T9SMJ5scVwrZ6l5jEgliRNImS/2truN7Q7CLHw4PIm2+\ -8JX1XZTqUnqIBOrCG1lofMnc6Szi2JWrATqe+KUzj4zAxcdEAAr4ZxQOtim8/4JnsrTaLtbU+b3h+\ -M8P4mme+mrarrMZMbobEjjhGVRUut97elASkbnPhjpvCuJToxVFp90kc42qYIbn2C/\ -Up7kqTyNpntjW9P9ZBoej4bxJBrvi19V41V0GKBl1G1Zl0TnusvsGbgwHZHSHDUtCyyWVUZ9qZiUMX\ -oDQm1s5dRe7CRP5Wk03utrGO9iVehuGJ/IFaGXvqqmSgcWRl2sAUumk6bp/G+\ -qoopZ5EStd4SgU28F04KFpis+dRSjLlBRas7cSZ7K02iqv7SGqZ7cxZ+\ -Xv6pmWj3zNiknjKjUQS9TEz+eE7c8RVnphK9qkgUPtkyxJLmk07xiUabWrNUJjGRfPtVm+\ -mtrmGmz6WC83JLcdO6b7XxLTvMvnkTL/\ -dpX1XLhKHnixijupM5OBZeDSsyYHLUOis63zNE6J6ur3ksrHc+\ -mlsRLyNVnfZKn8jRa7joO9uQu83z9q2qmOjlBR985Vp2ls7GiyAhVBSJSXTS3qYgS6RxaIsoyGTr8u\ -mpTrCwVBl5P8lSeRjPVa5vpt3YneViH5WT61Ve+\ -qgZbnLOBDkVhhdPpWCloZWKw0gabrWTG51wNszKFSq2mk/BVJWE1nXPIAz/\ -JU3kaDVatYbDvhzDbDcMy/c5wWk+\ -mg331q2qvMFfPHLWrl6m4GLPg1P2WRRVt1DZEFbgw1lcXHdls1pLh85rTUfDU7fwET+\ -VptNfX1rDX779771viGj+RjvUbX1VD1VqR/\ -wTLlYpOq85esMAk9Ty2WlSfpJfwrCUqvK6rNKZWBLgiS25Kqf4kT+VpNNRfWDXU1qGv16kbbabm1/\ -NP5idvWn/iq2qhllsvBKgvfKqQnA664C67lGSxiFUdi1xXvMKNtsxUX7QXsiCoRYRLUexJnsrTaKHf\ -erqFLqsfrt9I12CoJ29if/\ -KraqOBMwpGZebF5ayYCqEmoaXDK0wLS8cBhqKFCXQsBuivp8MnKh1L4YvMJ9BGf7K30U+x0Ycn00a/\ -+VW1UTrHj8GXWgSZkSUms6UTfRXiTSMEHS3HBR1YlgOHlxVJsSBMxct0lpRO9iRP5VfLRs8tJ/\ -r5z6MFHf7x0mB/r0xnaTrcmw++Lqy4PMfFRpd/7y/+F5cHz9WD5nTrfLJvW9e3rVvDxL8QUOhuW/\ -f8jzOOdbetexZwbYc9l6hj3IFRt77SMth7zc///PrxP3ZeOLzWSzsw9vLJ/G4Z79fzT65C/\ -24g7ucHjyYfX+aX706m5fJ9/Bnmlx88Gs4uN33u8KxfW7CJ25+UtD8neFtvdkL+\ -4f5s3pw6MoN1LqCyt7jPSxkH5zBXM9zphTv747R0LWLTmbn5mJR6MJrM6XydunqgyqEGfY1U5fZHYb\ -Qf5pNp2wE+UaM/1qiRPlSjWa9Hp1WPzm+oR7NLoBPN6UTTDpXil++Uj8u0h6bTrFJ/+\ -Fmg6Y8voelQj3psOrWK9K82VaRDTrZWe9/mo0/tGfyb/85//S+/9Zt/\ -8Prs5YOIka7QRftWzj46zuLOzC4uD5PC+z9BLYLpVrc/2ZuWGZ3mPXPrDXR6cs0H0+\ -HDh4DfC7Pz7z8aJjqG4eJ741nYLd9dc8CvjsJs/u5y6r4QNv7keKrzg0bQrR979qvrP+LO8W/\ -rrb69aMDfPYN1eSzYZ5NrezVY3n67B6MJuYmJ/fAwXtrscg9HkxhGgzSdjEYApkNz+xFCH93j/\ -eH8Ub3UlnhNJcbz0/l5V9f8/NWDLxzcZj0LO/\ -gWffjqJlZ58KXNbjecvV1CXfRjvzr7lc1u99bKlze77aPmO4tTBptzAW80WacLd8M8PdoIjFYe++\ -Ubo+X2hI9afebbR2Ks7VxWZfzuppO+cWprMXrX13N7o9GTodvwKz9mTzJ+\ -vPGTHHzli3oSuda3ZqtHaVIyfD1cTotjXVvncG6KL2c2fLDVs0A3/u7RM0M3wtBH4aNCy1XEK8++\ -M5k3pC8MR/vT8t2188hUHjIr8+\ -WZy3S5LSd2PTIynB0cQHgoNVzfnWkpmytgc6IhrSj8uclwfLhgcrZJo+N/\ -350u77DlcG5sdJsPwewi7vOIzsxdib0wIC8uzrOl5xqcbyKx+sITlnn+9m/th9E2HnCRd10sgGx/\ -kRVfcBZ/fraLtbzJ4MLiX8uDlp47HmXSooXZYNFi5ejdPsj8EpcuNqWFgwvTsrtcvf/UtAUZ/\ -LnPYvDrekua69u7e/\ -PHP2pvuQWaLmjfxpxnG4q5Fmzhs6WHrR62ThdsnQ05b5q9X8BXY72bA9dmQV5LiY8FeW2lfnJU9BbB\ -74Yc6kkIdq5F41ZSatsEDoNLN2apjPMRqBqcI9rdbaXrCbysiMBVevP88oxtZXY/\ -3eRWfNbnoVkv3iqdqvXy/\ -fJRmc7K5V7FvgoqtjrNX7SOzc69M2lq4Z5o1wVcr9erk69Xy6ldX6NWGcPBIk5XZdLP7Uz2Hl/\ -GKA1JhS7PJ5d3RsO9OAnTfFxpzqzJSeeTnf3ptIznB9ddU3MSZKHbrxvEbUx/Vp/8p5snp9c/\ -5anXzVgfPvUWSbHPfYA6FaE18fegW+XJzA/Hl98pH1/eKaOOtfrtJ369GUq4ayPPFzPzi0dvpv6Zj/\ -2FzPznPkJPvMrhYjkVI98Ju8PR48Erg8n+NIFuhPHs8r3p5EkxNn2IirF3vt7+4vtl+PDRfHb+\ -3igMx08+fmv40ZCOEW4v8r94Zwr/tVhgb63L/z//N/38L0/\ -O8n1hsBcSKehheeZzOyv104elAIsSgK4F/LNHFvB/FI/\ -5ytvDcbk5LeFDWrscjpc1qN1FA88drSh4Z383Ug/M6Yezo1/8OqVpac6aZ1l5u0mOr6dDw0US/\ -ruHy9wrNQvrae6szPf3vjcsHzc5p40cNtxJ96r6oiq9ieY2e4wmOp3k/VZJ7gbDMd/\ -do5evzi5epWWNpnR+s68fpPPX8+\ -fLpZBt1kDOPqsiYbOnXXLHlbWcDZ93zTos4BvMffFePbM2fVx8jd7p6ePnRx831OhVo9xOUxaqtlTQ\ -zRVmUws+985+41S2AcMFkv5IS1mOm9w2NjT7qZUvwRtOZ2X5xssrb7w5+\ -JlvEdJcHk8ujybjh2V6mQADnvEXt7lre3PR7OsPpoH2Ew0e78bJ6IsqBGqJ8JNLp7WA/u+\ -B0JTZiivdYIH76nyydzNMm1scusIza7rC3fBhachLxiVwgV9Y+dbyowPw7/KDwX488JgRc7aZ0+\ -y3UH2ZuPlp2n9mM+1fzulGqHg1TuYg6gdqutxXeGF2YaF7bRJ38X7ZG4VU1gy/\ -dptNjof7IK9ePVrjWp//sd34tYT856iuMYw/bBbvWtsgf4z3rGGi7jWdjsazP7P2uvDVw2dd/\ -f56wu4dLsl0XWOb5ZfD61zoZKYI5d4ap2lpArLPXPO66Vr4JoO6USFkq4Zx47Ff3uozlG1uNVWbP+\ -EXWjK+buhJ/rYZ+ik41CZTvGaN88H1b48WWnsU+xd4c2Z2gfIQZbrz4lHAOTSJp3/\ -mqQ5kW7zuSKMcSf22druuJExebr5x/PWVRMrZB5MnmcPj2/\ -1XUkg7r3TkS9ZNAnY91TeWPu39adjbK9Obk0+o/GP54uJfFx9M8Aeo36XZT99aRNY/WP5ucizj+\ -c7zB1INzi1LL881Srqpu15eY0m2N7rGkqscXON8w9AOL7JxJeRSku9RDf6Gknx0WFW/\ -uMabW1zjUfsaFx40/\ -PnwKpuz7sV1Lt084DiHl9qKHC2u9sIKfJ37wgo5XsbMjnOY5juT6e66UdOPhqkf6lyD+\ -9sa4XMHTTBW+2S0n2pZ1Dv87YO3NyjUbe8aenFnWvDqe+\ -9h1jYL945lec8ceevpGdnWbV6lldSPSv5emA6boxIOsXlzXbhwCzR88vhQhFdvlRr2R/\ -NDIQcHnzgz+5kD7Gp6bYBAzQ9A7MwTdB+UUUnzRqwjaeEXbudh5xs/\ -sfgOPfMSDmfL8rGXBvu7u2H6uCmqe9I+4cL9yceErE+y5BcehIcLrH3pQdlFYDEvi38u+\ -ov80Su3JmmfPEUz/Tf3h6N8v8zwnLMrg3NXfuXylcGLuOby2Qc/tXLblSY7Z//gd//eyr2OyTE486/\ -X87NvHI7O4l6tT547KvHg4mA/IQqaHT4rcaHBmT+\ -Pi77aUqeV5zlQ36833A4TgtgddnAk0f7Ng3fLboQ9L8vsz9/H9R8fHagzh+\ -unr1DTmcWETKbtey5ma3mT87OLpFvtLx/8vkgXobcuQN33gXvLYWi7xZ+7c/\ -tAJe9MMfG3xzQpzeLG4NKd2zeH892wNxu8uhwYfOldPOeiqU3LuBe3WNnk2Tk6BysJS0V90jHnCA1Z\ -MdBjtvvMPZ4X7pb5o0kevHhvWjC2VEjWwVUOEfXCTiFNOfjdRV9aWzWPMhkKsR8Md8ts0cTouZe/\ -ffgK5dmW63YNCg2+1vTsCXtvNitB9Ll7k4+bEPKbN+JsMtqfl9XPz752NzwcD+\ -swNTq884eY7hcaFrZQ9xea4SH1PX/l9/7O37qCC15aFmt8VFpNRv5I8/OPX5/+ZPPz+69Pv9/8/\ -JPXd372CcGjYtm9d8dvjQFLx1aTlphwL2QqPTn69jPo5CptXFXj1RW5Y6tznbJceKLszx+\ -i0NZodOnKXRg85nhr7Bm81ga0y5EQ7XJCdDsqQP3LswWoVMQBj69d+\ -dxw9KUrD6gjFOnY9rh5tn3tJSQOXuRWXfPSe/GDwdkrwOWLs4I4O88wXoPFX1cGL3x3P4znw/kTh/\ -Xi4DEG4ROiMrOzQMr2sx66teX0HbPCQyp2cVm3vDI8K9u0n3DR5Zby9mc6wOBFegkIhek4qrKvLIU5\ -2iLs02U5fp/1BTq469G16U+962pssu7NnrEX/\ -Zu0Oryojt95FKhlF620H117ftbyMpwG4ABoM6QEzqIJ0mKWm0s3+\ -nB06fkLUYNWFPpjpwCvHnQaOKhgOcS/MysEbuElvxTvvjOazLb27kfdQu/ee/e+hXt/\ -qXfvJ8i9f4Zn/caVu+GT4e7+LnXh+2xP3BkIHhfpKQNzyV9TRnBmPtu4nPnlwb955sr194Cgs+uz+\ -TCMr9+i6jTA4/T6velk9sPyIWDo+t3w/WmmF34Ic748LXvkDCbTx8s3Wnp3/\ -fb44Wg4e3T9fqkF6JHKPaj17PoyN3QdpjubT/fT/BYgC1Z4bRyvDM78zuc2R69egZyk6CU3vRI/\ -zyk6+wd/+W+tvPxXnirmYPqjGtU39ocZo7nMzrz7UZl+NCwfN4N49g/+9t/\ -vcwl9LqEnG19lsvE55BJeuHKjUdTtucbFK0069PNjEReu/\ -EgIxCV2zXEvvO7TA316oE8P9OmBPj3Qe+wv2mOfbdtR77G/aI/9GZ7y/BW8v/2o/+\ -STYPSdybzEyeTDKz2b6NlEzyY2ZxNPPNtRR93hB1cuP3h5aW9EMUZHqcCzym8GZ/4CPn6YIPnGMVu+\ -8fxrgwsLZB6cb/D1tcE5gkV87RCkpn/3H/+TP/UP7P/2+uDiEsFWYOvzLHw588sdiai//\ -kXn927MIdP+ggRMSgUhGOKrfYKqT1D1dPdU0N0+QbUJ3eXXjFfG8T5B1VPKnlL2Cao+\ -QdV77D5Bdco8dp+g6tlEzyZOOps4sQmqf7H3/D8c/vy/+nISVL/\ -zBeenbk7Dw4c38JnS56T6nFTPcE8Fw+\ -1zUpsxXKsFM31OqmeRPYvsc1J9Tqr32H1O6rR57D4n1bOJnk2cdDZxYnNSf+N3H//8b73w/\ -345Oakfj02RfWqqT031RPerTnT71NQmRPfz2ffek8meTPZksk9N9R6799h9aurEeew+\ -NdWziZ5NnHQ2cWJTUz//N3/jW//BP7/\ -y7S8lNfWXvvDU1PTxbB5Gt8oY13jcJ6b6xFRPc08Fze0TU5utwEprLVd9Yqqnkj2V7BNTfWKq99h9Y\ -uqUeew+MdWziZ5NnHQ2cWITU//2P/2H/+jnX/q/vpyaqb/6JSWmCIr3R+\ -G98XDel0312ame654Orttnpzbguhf5NeGk73NTPZvs2WSfm+pzU72/\ -7nNTp8pf95mpnkv0XOKkc4kTm5n6T3/9X/7n/8O/9S++nMzUv/HlJKbujSZ92/M+\ -IdUT3NNBcPuE1CaLr/Iak06aPiXV08ieRvYpqT4l1XvsPiV12jx2n5Tq2UTPJk46mzixSamf/a0zj/\ -72Oy98Ofv4vuik1K0w/Xg4fn+Y54/6pFSflOop7qmguH1SarMdAUway12flOppZE8j+\ -6RUn5TqPXaflDplHrtPSvVsomcTJ51NnNik1P/43/7E3y3//v95Svqe38JdJ9P5oOl9vj/tj+\ -TrU1M90T0dRLdPTW1GdD03mvX1Uj2Z7Mlkn5rqU1O9x+5TU6fNY/epqZ5N9GzipLOJE5ua+gf/\ -6P33z/+D/+/LSU39zhedmWoO4uv38PU5qZ7hnhqG2+ekNmG4+powwkjR56R6FtmzyD4n1eekeo/\ -d56ROmcfuc1I9m+jZxElnEyc2J3Xrr/3Swz94+\ -adOyVl8txfJnr5Yqk9M9TT3NNHcPjG1WasKzzjnsk9M9VSyp5J9YqpPTPUeu09MnTKP3SemejbRs4m\ -TziZObGLqf3/ur/2Xv61f+XISU3/xC09MfbIXxnnZ+LzPS/V5qZ7lngqW2+elNmO5Unih+\ -4Kpnkn2TLLPS/V5qd5j93mp0+ax+7xUzyZ6NnHS2cSJzUtdvBr+p3f+/\ -otfTl7qL38JeanJdL7MS90K89DnpvrcVM90TwXT7XNTmzBdcU1Y60XfYKpnkz2b7HNTfW6q99h9buq\ -0eew+N9WziZ5NnHQ2cWJzU6//s3/+3wv//JeTm/rCe5/f/mQ+XNCqt8v4YX8sX5+\ -a6onuKSG6fWpqM6LLrHVC96mpnkz2ZLJPTfWpqd5j96mpU+ax+9RUzyZ6NnHS2cSJTU1973f+4/8s/\ -ofPnZKyqTvDcb43/\ -KSMdkb7M7KcPjfV56Z6pnsqmG6fm9qM6UpmtexbTfVssmeTfW6qz031HrvPTZ02j93npno20bOJk84\ -mTmxu6j/5q3/jn/7D/S+pbOqvfNG5qTfK/\ -AZGfmcymcL5Ak775FSfnOqp7umgun1yakOqq7zpk1M9nezpZJ+\ -c6pNTvcfuk1OnzmP3yameTfRs4qSziRObnPqP/v/23j3Y0qssE8+\ -dJjASCBdRAzFGBKG713196yeXdE4nIZJOOn06ZKCAsK7pTZ8+\ -p3MuSToQBBGCIM44IM4QrFEspIACsWpqdMBCqPkHB6ooJgaGkVIspQRBHCWCOmJ+\ -z7vP6e79nfN1OHuz+2z27CUqSffp/t51ed/3eZ71rnd97i/DYz8zIXHqbRMSpzDvQAL4y+\ -FF13rScqpIVUWqCnlnA/\ -JWkWrIFqtKCWeqSFVhZYWVVaSqIlXN2FWkmrGMXUWqiiYqmph2NDG1ItXlz/jzq5/2yQk1Rd/\ -xxlPX5ZMd0YFtlnuxSlNVmqpAdyaAbpWmhgC6u+\ -Qe5ripylTFkhVLVmWqKlM1YVdlasYSdhWmKpioYGLawcTUClPv/OzfP/\ -f3P7ZrMsLUa3del7pmIdOP12qpKklVhDsbCLdKUsOdvXJAXDXOB6krjKwwssLIqknVjF0zdtWkpiFj\ -V1GqoomKJqYdTUytKPXAP+z/whv/bEKi1H0TqJa6wa9i3vHrlE1rO/QqT1WwOzNgt8pTw/\ -Wv4I2Slld5qgLKCiirPFXlqZqxqzw1Yxm7ylMVTVQ0Me1oYmrlqTe896Ov+\ -7UT505Gnvq5SahTa3luwa9UVaqqUhXjzgbGrarUMBiX72ka3VhbVamKIyuOrKpUVaVqxq6q1Ixl7Kp\ -KVTRR0cS0o4mpVaUuW1t92due868vmJk+6Kc7oM/\ -hGyvzuT9DVaSqIlWFvLMBeatINeTTP84a11SRqsLKCiurSFVFqpqxq0g1Yxm7ilQVTVQ0Me1oYmpFq\ -ife893rX7Pn/MmUTv38JESqE8eO5dXlE/v9qq/\ -KVFWmKs6dCZxblanhcK6S0jFVlamKJSuWrMpUVaZqxq7K1Ixl7KpMVTRR0cS0o4mpVaau/\ -OPHvv89d09ImXrzBJWpm/AZXyunqj5V0e7soN2qTw2Hdq1shK6VUxVRVkRZ9amqT9WMXfWpWcvYVZ+\ -qaKKiiWlHE1OrTz33Scc/+62/unAy+tQv7LQ+df2x40vLq3PLJ1ZW/\ -UKtnaraVEW6M4N0qzY1JNI1SjBZtamKJiuarNpU1aZqxq7a1Ixl7KpNVTRR0cS0o4mp1aYWLk53Pvm\ -yiyajTd2709IUJcG5IzkerZpU1aQqwp0JhFs1qeEQrhOcc101qYoiK4qsmlTVpGrGrprUjGXsqklVN\ -FHRxLSjianVpJ7+hTe95Y5XPGoymtQbd7xeqq8+\ -LfhFv7zhyFWcquJUhbozAXWrODVk6wqurBnne9QVTlY4WeFkFadqxq4Zu4pT05CxqzhV0URFE9OOJq\ -ZWnDr/qifZxZsn1Gzq53ZYmzqQl2/P+\ -zHzvdpiqqpSFePOCMatqtRw71Fb0zTKVVWq4siKI6sqVVWpmrGrKjVjGbuqUhVNVDQx7WhialUp8fB\ -X71cH/uUFE1GlfnWnS6b6stTJJujX3LEGuLaAP4ufJrNrP/\ -QqVlXoOzPQt4pVwx3IciUYE1WsqvCywssqVlWxqmbsKlbNWMauYlVFExVNTDuamFqx6lc/9tm/+\ -9wV506mhOq+\ -HReregsLefnGjYB4eImsqPJUlacq2J0JsFvlqSHBrjVNbYleAWUFlFWeqvJUzdhVnpq5jF3lqYomKp\ -qYdjQxtfLUHR/69kee8qoJyVO/\ -OGl5at2RqkBVBaoKd2cC7laBaji4K6VqRBWoKqSskLIKVFWgqhm7ClSzlrGrQFXRREUT044mplag+\ -sQ7b/3w733ovBmpnzqEXX8cE+UX+otRn++\ -r8lQFu7MDdqs8NQzYbfZIZbiq8lQFlBVQVnmqylM1Y1d5atYydpWnKpqoaGLa0cTUylO/eM8n3+d+\ -9/LJyFO/NDl5ivwYi3FsbaH/\ -B6tGVTWqinhnAvFWjWq4A1nNudRN1agqqqyosmpUVaOqGbtqVDOWsatGVdFERRPTjiamVqN6XnjoS1\ -c/5YLJaFSv33mN6mRjdPp+FaaqMFVh7kzA3CpMDdvKQklRH/\ -KrULJCySpMVWGqZuwqTM1axq7CVEUTFU1MO5qYWmHqdQ8deNdFeULNp96888IUxdB0ElutXLfsjx+\ -p+lTVpyranQm0W/WpYdCu3MOUltpUfaoiyoooqz5V9amasas+NWMZu+pTFU1UNDHtaGJq9an9R6+5/\ -y9etmsy+tQbdl6fwsLMLZ9YWfUL+/\ -2qr9JUlaYq0J0JoFulqeEOYoXjzuoqTVUwWcFklaaqNFUzdpWmZixjV2mqoomKJqYdTUytNLXn4R//\ -7rdvmVBb9J+fgDSF+Yf7rMXVteVclamqTFWcOxM4typTw+\ -Bcvkc0TEhVlamKJSuWrMpUVaZqxq7K1Ixl7KpMVTRR0cS0o4mpVaa+/J63v/\ -fzr37oBRNRpt6208rURgv0vL9XCvkO/shBv4qv1JboVaSqkHc2IG8VqYa8J+\ -Bs43gVqSqsrLCyilRVpKoZu4pUM5axq0hV0URFE9OOJqZWpPrOO9596as/\ -NaGbfTtePnWqcOpaTwpOVaaqMlVx7kzg3KpMDYlzmXWm9pyqWLJiyapMVWWqZuyqTM1axq7KVEUTFU\ -1MO5qYWmXqa58/es/\ -BSyakTN03YWXqMI2hylNVnqpgdybAbpWnhgO7ojFC18KpCigroKzyVJWnasau8tSsZewqT1U0UdHEt\ -KOJqZWnLnnHn3z7eT978WTkqV/\ -ecXnqxLFjeXX5xDV3rAGpLVAa3ljNlapSVZWqYt6ZwLxVpRqu12pjuONNVakqrqy4sqpUVaWqGbuqV\ -DOWsatKVdFERRPTjiamVqW654MfntNfuWgyKtW/\ -n7xKhR8ki6tOVXWqinpnBvVWnWrIN4GYEdxWnaoiy4osq05VdaqasatONWMZu+\ -pUFU1UNDHtaGJqdaoP7rJPveW3z52MTvUrP1A61c1VqKpCVYW9MwF7q1A1HOxVphHKVaGqQssKLatQ\ -VYWqmrGrUDVjGbsKVRVNVDQx7WhiaoWqL1/69cP/\ -9PHzJyNUvWnnharF1SN5pUfetdGfqqpTVZ2qWHcmsG5Vp4bBumqPbAR39bpfxZMVT1Z1qqpTNWNXdW\ -rWMnZVpyqaqGhi2tHE1KpTfxPe9bVX3Pf4yahTv7Dz6tQKNg1NPGAC/\ -lCtnKraVEW6s4F0qzY13DmsaZjmsmpTFU1WNFm1qapN1YxdtakZy9hVm6pooqKJaUcTU6tNPXjhH3z\ -mI3dcOCPa1OGl+VW/mPxyAqRahQ9VbapqUxXpzgTSrdrUcEhXC8bG+\ -nJ1RZMVTVY0WbWpmrFrxq7a1DRk7KpNVTRR0cS0o4mp1aZ+4ynffNkPP+uCyWhT/\ -3HHtSkApJWCQLwP89+L+3srCKoxH+vnY0qv5E1Vr6p6VUW/M4F+\ -q141BPrdBfRrta5yVQWYFWBWuarKVTVhV7lqxhJ2VasqmKhgYtrBxNSqVY9+\ -8n3yD981IbXqF3darbplsbc6lxcWTqlW/T9V5akqT1W0OxNot8pTwxzOyj1CcSOqPlUhZYWUVZ+q+\ -lTN2FWfmrWMXQWqiiYqmph2NDG1AtWur3783V/85qMnI1D93A7rU1fOLZ9YWfUL+/\ -2qr6pUVaUqxp0JjFtVqSGvDNjGjvXF6oojK46sOLKqUjVj14xdValpyNhVlapooqKJaUcTU6tKPeOy\ -r7zS/OYFk1Gl7tvpsqkrr1teWju+/m+Hcuqn+\ -CpPVXmqgt2ZALtVnhoO7AqhhBvnO9UVUFZAWQFlladqxq4Zu8pT05CxqzxV0URFE9OOJqZWnvoZ9Zx\ -rX/7pc2ekaOoGv5bnFjymqXaaqqpUxbizgXGrKjUcxmVOOlaLpiqOrDiyqlJVlaoZu6pSs5axqypV0\ -URFE9OOJqZWlbr3G3sOHvrEOZNRpe7daVWq/2cO+\ -tUjVZOqmlRFuDOBcKsmNey5q2NSV02qosiKIqsmVTWpmrGrJjVjGbtqUhVNVDQx7WhiajWp3mW3HLj\ -kwQlVSr1uxy/y9f/Mi/\ -HF2va86lIV5c4Kyq261LAoVzRCVV2qIsmKJKsuVXWpmrGrLjVjGbvqUhVNVDQx7WhianWpe37som/\ -d+qkJ6VKv33Fd6mBe7i2lXjxM1ldhqgpTFebOBMytwtRwr09L4SyvulRFkhVJVl2q6lI1YVddarYSd\ -pWlKpioYGLawcTUylLy4FMffv5vnTcjjaUOLmHv93uf18ZSVZOqEHc2IG7VpIZ7cZo5J6soVXFkxZF\ -VlKqiVM3YVZSauYxdVamKJiqamHY0MbWq1IMv/+KFb/\ -j0rhlRpch7c1WlqipVMe4MYdyqSg2HcRUzUtTWUhVHVhxZVamqStWMXVWpWcvYVZWqaKKiiWlHE1Or\ -Sn3glYcP/dRVj5mMKvWWHb/CdxgIaaUgEvd//\ -ICHI8X6IF9VqCrenRG8WxWq4VpWaG0Mb6pCVTFlxZRVoaoKVc3YVaGasYxdFaqKJiqamHY0MbUK1W1\ -fP/QTD61cMBmF6sTZEqgOY36XezBtL2DRwglyluUTK6t+Yb9f9VWPqnpURbczgW6rHjVkC1Vnmaz3+\ -CqCrAiy6lFVj6oZu+pRs5axqx5V0URFE9OOJqZWj7pr73f+6OZXTqi71F1nX4/CqvXi3NIxZL/+\ -j9TqqKpGVWw7G9i2qlHDYFu+p2lkI21Voyp+\ -rPixqlFVjaoZu6pRM5axqxpV0URFE9OOJqZWjXr9Xz99v7jyX1/w/\ -1ZXqdNq1KAQddPioVzIvqpKVVWqYtyZwbhVlRruOR8uhHRVlKowssLIKkpVUaom7CpKzVbCrppUBRM\ -VTEw7mJhaTeriL330/vf98zn/j3U6P61JUdRdW/Ar1y9u3NlbWLp92R8/\ -cqJqUlWTqhB3JiBu1aSGO3dVDROydjqvOLLiyCpKVVGqZuwqSs1axq6qVEUTFU1MO5qYWlXqaQfNVy\ -7+ne9MplLqnrOvSl1/\ -7PjS8mptJFUFqQpvZxDeVkFqOHjrFFOuClIVQlYIWQWpKkjVjF0FqVnL2FWQqmiioolpRxNTK0g96g\ -H2mv2PfXgygtRrzr4gdfNaLx69bq2X8uElmJR69d5elaQqwJ0dgFslqWGuAfA9mlkrqyJVMWTFkFWR\ -qopUTdhVkZqthF0FqQomKpiYdjAxtYLUi5996Wvf//R/\ -nIwgdfzsC1KHcsmAAZiaKkJVEapi2pnAtFWEGu6UVTPmnKoqVAWOFThWFaqqUDVjVxVqxjJ2laEqmq\ -hoYtrRxNTKUM/48hde+IQLJiRD7cBFvfkTx47l1eUTc34hri34WhVVBakKb2cH3lZBasiy/\ -0ZzWcuiKoSsELIKUlWQqhm7ClKzlrGrIFXRREUT044mplaQ+uDLL/2fP/LfJ3RR7+\ -3nnn1F6vCRvG9lZSn21mPg6vJaXF1bzjeVdn/zXqw9papUVYHvzADfKlUN+\ -bi0Y5bXnlIVXFZwWaWqKlXVjF2lqlnL2FWqqmiioolpRxNTK1U9/Ffstldc9a+\ -TkaruPftK1S0r8JTDR/KhjSB40/\ -FaPlU1qYpwZwfhVk1qyMNYI5RrqiZVUWRFkVWTqppUzdhVk5qxjF01qYomKpqYdjQxtZrUweX7DqRy\ -9sunzv/bX3jH2ALfE6641vcWcroW/29lbmltcXX0KHguG6NZBzPQ3uJqf1FyymnsGehCztgeyj4/\ -iexzfONrjz753SvmH3dyYbFLV0vv7rOfhJ50OouMYznOM3Zspj35ig3vKGsLP2i2XXrF/\ -NEeIPsP2h7+MWCK5dvz6q1LCwV488XILvjgej4Z3cALuMSu/QHBPU+\ -8oiVkd0HPCnwq8KnAZyqAzxO2OvO+i3fPP/owvH9hC9y5/f4ffeDSP81XnYI7u+\ -cfd8Df3Tu2dowC8cbPn5zV03/usv/w0mf+p29ccfrPzb/+3LN0nnaqEeZBzFq/IUFYWljZCzy10q/\ -93o8J7PVP1XbP/1A79+6b2z1//CyZ1X8rZmXvQR+Pwq6b7szLd/byXbBiHCj017/wv37yA/\ -avXzCwLPft8PzuWwVcXVvXh5ZyKb3Ywx8d0/geOn7eA73L/u/g+F69s8O7etnffvs+/Ewe05De+\ -rYTl92x618Gh/QD4BLjGNkWX989/\ -3M7PLCNR8LzIv6OE2Ma1i996YEHL3vMtwcX7Bd2esHWx0UkZG3B37LYWx3Xmv2Xl/zDf/\ -vfb3locHCvmcjYDi4sjStoPPWOc4+848ZdV01uTPv98l29xVt7afXImMb0p//jCb+e3/l/\ -Jhk19iO3Ly2vnrpINaaRfeDBW2+98AP/OsEQvx4Fx7gB97/52bf/7WOfNMFAeM16cc54V+rr57z5Y/\ -foxw0O67U7PKy7j/vFtBExxjSqR13p/+zG91w8OKqf32HPwrDgWCeT1/ptxHEM7QV//\ -o3PC3feVRMMGtfcvdpbP4+9IS/ePrZw+OJ7P/xfw38+Z5KLdm1vMR3s3Z0X5hbWVohTj2lov/\ -umt37pgbXWor1hh4d2XV7dB7o5t7S0nHqLfjWPa2y//bm/DI/\ -9TGtsb53M2ECkowdzIVnkWk9VieMa4+XP+POrn/bJiyfpdBjjRjA5kFeXe3FMI3vnZ//+ub//\ -sUniKgzsmoVMPz6u1XrgH/Z/4Y1/1hrTG3d+tW7AVuzRr1OlwhhjyRve+9HX/dqJcwdHd+\ -8EBreW5xb8ytho5trqy972nBZgnEAQOR0+5vCNlfkcT9Zsj2OMT7znu9e/Zs/\ -5gwv3ugmMcaOn5xghyZV//Nj3v+fu1sDeNLmB3YTP+HGu23OfdPyz3/qrCyeJS64/\ -dnbA5MLF6c4nX3bRVZPjaf1SrLkjOR4d05Ce/oU3veWOVzxqklBr/VrHgl/0yxsHRWMa2/\ -lXPcku3nz+BEP/gbx8ex6vwige/ur96kBLO337Di9Yf1Qn48c1d6z17vQL+LP46YXxpoBf/dhn/+\ -5zV5w7SWRyoLewkJdv3DgOPrxEpztjGt0dH/r2R57yqtbodvrgYvPo1s9IxzS+T7zz1g//3ofOm+\ -TqHcqxdxzW+4X+OeI4A+cv3vPJ97nfvXxwdG+\ -Z2Ogobub53rGNruNjGuLzwkNfuvopF0xQwzsdUsbod6976MC7LsrnThJ/\ -HcpUl5JO1umvXEdduMalvB695v6/eNmuSZLvQ3SUP374tefhH//ut285b5KMACPr3ZPHrSp/+T1vf+\ -/nX/3QJOncRvDI+3ulUIEM/\ -sjBPrsbVzD5zjvefemrP7Vrkot3atnW1a4xDexrnz96z8FLJiqfbBrYYSqvHdPoLnnHn3z7eT/\ -bkvJ+aadHtwVpnqwmGhfOvOeDH57TX2nxul+e+CDHD6c/uMs+9ZbfbiW+f/eDNMybxxVOL/364X/\ -6eIv37XS1AlUEHkGuWBl7rvib8K6vveK+x09SXplHYs/9Srx9YQV/aFzr9uCFf/\ -CZj9wxUeWIKJBfTH45zefV1fFxod94yjdf9sPPakHpd+700Jb94kpZWj62fvazv7dyfAGs4Vj/\ -PuGYRfdHP/k++YfvumCS1JYqhObywsKpYY+TGe366sff/\ -cVvPnqCytKV44fXz7jsK680v3nBJIHMldctL60dX/+3Qzn1r9GOaXQ/o55z7cs/\ -PclzoCtPnQKN7TD53m/sOXjoE+dMUJC+sv9nQBXGRV97l91y4JIHW+\ -u0wxU260PauL0yLoT5Yxd969ZPnTtBKeXKg3m5t5R6cZzsQB586sPP/\ -63zJulUB5d6i6v9sDEup3rw5V+\ -88A2f3jXJQfX1vLEO6gOvPHzop656zOCg3rzTwb2dig94qssYWyi87euHfuKhlVb2uuusdy3bd/\ -z4won++fe4k/Fde7/zRze/suVZa2d9OFf7lV6cWzp2fG11rEfCr//rp+\ -8XV7bKFc6WR50ezOA4blocP5u++Esfvf99/3zOToSJ04PaKH9fuX6x/YLDuAr9n3bQfOXi3/\ -nO4ErdfdYHtX5cf1bc6FEPsNfsf+zDg+O556yP5+a1Xjzav/N0eGkOHx2rVvXiZ1/62vc//\ -R8HR7R41kd0KqKPaxRbngLeiX12hvd5xyKtbX5JZvf8r5yt9Dr68y7jGOmWRqRnj3JspzvoOIa0pY/\ -F7vlLNjeJmDsHv7i5RUPrb1nvPPUS5IONH9s9f+kpgwb+ornd80/s6i1Av/\ -H4LRf76buPO4CfBZQ6eZ99/tmt+bo80MAuj8h3dPM3Xb5y6m9fOLFn9/yPnPlW/\ -obRP03tss5KN9l7f1Au7v+bKw76iOmpN/brjf16Y39qb+w/ZsCL9124e/7frP/7vuV4pHdnnr/9+\ -85E/Vi6d57+/CF/bGUxr9x2W/93dqs9DP853v/eGXsEvL159nue8Y4jg6TgiX1j1+\ -1cbwyIr9ESUJCff+lZtHj+h9a/esAv9kpeb0dJSACrtu/c3fMX9rNM+fcbC0y5sm/TKdt++\ -EV5Gcu1l5Zxbj27kCJ21wJ+8IV+\ -5cj8VUk1PGbpheAlOd7IKEJwjTOcSWNVDL6RRVslDVc5GB6NssU7JpVlPsm89ZvXbnyT7NzbfUtl77\ -5F7KqFpTVkyOXlDVK392rg00W/OLd0l1/cc+\ -y0hdJrbZkV2mbtmuSzbVhmRtpGqcK5sULY2IjCmqaxqpFGBJmanIXlHj+\ -z1cKrR7UQgWxxdSEvD1pni5FOGJaCFsJEHpK0PmeXlfHcK81CVE2RjnFku8ZrbpJVObHEneclbrXuh\ -SNbt7x0LC/\ -f0ENAPdaaQWY1Jqnx3qWYDJMiqCSYl43HUkchtBTae6VYycKIRljsgiB9Mbk0Ovuw1carRrXxmoP7b\ -3B2wLZieOO4ckWppLgKMihtsdJcm8KTkZFjD8pgQyzZweysdAhZOu1Nkbz4rba9YFTbXpgXj+\ -YB02ADYypr/\ -MfJpH0Tg1KYwIR9KEVpnMjBOdFo5SJz0UutMYEpRs2tsbbDNUaethf1AEEXBmxTjdBNtLREQftQOMM\ -0KRd0yDk2RTipG82zsVIwHm1uuFaNtdEFETNcfIy2zfsVf7Q3YFvMJUrtZWQFW0vmFBhP+\ -G5MISmWveRKNkonl5jBFCP0aCWaRijtrYTXjHFJb+\ -0tptVBTzCJsRCSNtjlDGGCy6id4PBfi7U1snFNjiUlpyx+sgmIMrEIbhwCjJJyq2n7RjXt7mV/\ -YqEXBtdUJ4qqmBh4XUSQ4zI5JgJcQ4dkuSwywyJWmAkuMCnhvQYLbmzh+\ -NW01bi92zBuPWogwbRirnE86GwNVjFKk5lyjLJASNjfwjusGX4kC6YRR3jSGkHF6IYbOLDmrNlqyrO\ -3YcrW4OCYswifiEoFY8UGapjmKXLLERQKb6IpJlqsk2WKRcmlLQi4CL2lJK06dtLzt2FG/zbDYp+\ -DAB/06dLcM+\ -VyetaAZRgoj9wYhYypU6M88pKKzBikAe2VNbqkYBvkzqY4J61sEMxKjjz7VFzSo03QljCgsS0RMZuG\ -lcay6FkQcDIrsCMQtriNGTEqNdgjWEgZTcwqF22ylYgbPJatZuhtm/\ -HMY0upV3q5NS8ZKdj7BICQASAQCLxWJsCvrbfJSmZcSgXOJqMvyIUIRYj8UVhEJ95wz7capLZh0K3e\ -rxzzvbz8ot5yaU0QzHGsMV4HGeE82L8cmCGwoJBStPVBeTi/daUJDdmUtITbG811UtmIDp/avQ17/\ -u1NB58p9vDBidFa0fixClKlAp9x8BwmG+2QnUVxUSLHIJwHhV/\ -XRRpsYWwwkSQ3ORe31ZBnDBrSur6390BexRqs+j2rd6+essBy6+C23mFOhOQcgY83qYF/\ -ZyQ03rDANVwqcQO0ZYoD2BIyY1Nhh9Eu2mrBM89swUZ027sv7oEhp2zwnNFmQNzNTUIyUN6XiCTR4F\ -cQS2xSNvqshfHRyYjlcUAtwJ8sKpdlGtGG21s2RJ08w1xYLHJgkclktYfPYr0NEBzSEhdOB5c8xyyJ\ -qJChDLAxgKdmOtrRbFho2ZAb47RtsBMl84ppY0yWSEA6084UGRnAumxSyTxhB1vnnJEhW86ENYJ3BL\ -bt2HCsZUNTNOYYgCbCjOS1SEK6IoUL8NrGI0dikRBbs47ISJwrz3JJKiUvkEBjRy7cjg3L7f2Q4PpM\ -IVQzpDoAB8UFpbWEMcMjgVtsLiy6WJh21haFTGRSo2GgVU53eMV2bFhp2cCCBoAvxiJOCawAEkoMcE\ -JguCCsR/C2shRQDMw+\ -1kCpgPnIANHSBctdR8jajg2rLRsssjzXoAkKX8fG49htwEhATggRpgRE7eQN9mMizwEcjhzomNIdww\ -+qEffkWssGCcChojPONYxpn1kDsAiUW2KDnS/\ -hLLrgPzxJgmtIekVqOLMWEdEhczGSDVf7lg2lOG8wq8yHRoCx5EAhkpyFRXBQwFxsWCxMZEIqAF3FI\ -36qcN8ohIfckVZ/\ -ahs2tF3TOBYSiBAom1IA0h6MKIGzlaKxGbyzCBbA3EZ7TkmUw00YE5qJmFjWHdBnO9OQWzZwoCmwIY\ -OVSBgvNn3iSO8JKFRjE2D6XcguKKN8SADX2J9RgRvDg8CQbEda344NvfZSSMyEADXDdgT1wXYUhoeA\ -TWBNo7A3DeEIIHgFmAp8iugsJFMgczoZxUbbklcfbdmAkADuIApSEcITKDYBOxmR0YGUDTmqK4DoGT\ -MCNoicaT22LmwjyAgHHs2GdogCnDXg7KoBvEQQNg0+\ -gegDlmcZCD13kcccgG8wC9yEVEBKEVk1oGkOwXQwrW3YMNd2C6BdsBYDBhd8REICd9EeH7ClICgLpI\ -icEEKVQFAE1XONyYiggYHlaOGajjC5DbeYa2dNx+F2iqIk4mQDOKMUQ/ZERhcOS+\ -EFEmhjhBKRgS9jE8qApCmRWpBo/GjRYS61I7VzYDqerGiUDIDcHkEZ1EfnxqkSdeMbDFlaLBZwi+\ -Hekw7DEBgEc2q0bDHXdk0gA8Q/gBRrkTOQp50D/\ -ydhSjcCUAkuoooEqNQucxOFYIhRhCYCawQw32g2lPaWJGVEI1smB6iCfIDsFMBXdfYKOSw04ByIToH\ -ChfeBBwQr+BCgFOcBUWU0G9oIBn+n0xi1QgCQPjJQmwJ+\ -FvFp8AokTvyv5gLMDKAaayKBpyP2rszwTm86VLnt2NBGMAqA2jnkBWD5hgFXawsKgWxULBMFUSgA8A\ -JRmYa5wrBlMEsIUDaQHKLjiPOw1J4HhCiwT2uMRxRiymZQ+EYqIArtYgyRu+BTyEIELAR2gi+\ -SwVGkb8Dlu8SO7djQDlHAiQJhUkh8TGYJWsF9AEwMiM0+MfJcQ/\ -AeSK8ELRAuMRnYDTZnDm444lqsbAqTMMFhh2WEhIAwRXJAAmvH+occANocorkE9QXXC4BWBRYD/\ -WGNCsG80WxoI5giSLHDYicEJ7CXRNkZ2FKoDF4Kwgl2oZBITYgO3kvghqsA/pnhwqCo34OUd9uwZ//\ -8bfMgfXlAPEEiAJlxoDSIQoCPIFcwzDRNKiqkaByAJvYiGBmoHwiAyQXTFyw8JY8IrPefaLtGAVBHJ\ -kiSNSC/mAefpcYieWzMUIDfPKVObFJAa5EQsYX2YBs2IJtxORqCuKa9LS2GW7wEGJDFY7IxUFVEziJ\ -6MqYgTCGlYloUsXNMCOA/+\ -KgGMwwOMHc0GzaBWmeiFCpR6kiZdNEGDF8bl5NT3iFteUQIV8DOszUKcRXZVAF2gwE0iXW4xjYy57V\ -t7yxNbJqG56yEApp3LAk4rAaWQlKHO1qATaTImASz2CiBpFoHVN3g130ZLWNc285aERsLOL5hIiibZ\ -CTwFhGoRI4KM4C43HibBDYiAilsob0qDWF8wzBho2Xva9vbocneI/\ -JzOEJs8HFrG8ecdy6SDmM5RzYzoQQvQY2zpWOTxukE4G+QZ0wHtt+\ -GDde1gZQAgZFSZozLCJ8aQ06CnJklUrhxEjQ4J+84IhKWRDVwCw53sIB/\ -Nns9WpS6ro1ilPJReKQN0AVAKEHuAYYZgwKgLgqULjZYLptSkSbAGyJQJQENwB2ffcexwnZsaO8HYA\ -Tg6Ij4B4aLSMHA+\ -eF6DHtTF3zXIkK50Ae7SGtAfCzJ7EWyGsTQpg5Quw23eGF7O4BMY2s5n0BvciEl0+A/\ -SoJzmAhIDUTTGMSmRJ+H8wLcRQSqIBmmiI+G7V+\ -4yS0EQiLiIPh8MgAMCTTGYyaQlhSlLe6wOIakW4N5ECHh/\ -whyUbrNCKGj2dAGcxnhJxeHL3PJRB8wuYx0DcSGiY5WWKmj1pgBwIWEDOuAbaTxgJWIYs1orvnCtiS\ -mGPYC6BX4P6Y5IDVYIwQ2BrCbZRnwXsIjc0JOReb0OWVvrfHCYBrgFiPa0AZSEQC20dny6El0QvjBd\ -GBv4J+tLaQmSw4QkYFzEBezZhKoFrwTpFchoY9G/\ -a9v0ywDLzd0hgAWg4DokMORCwJ2pvS2IAYZQAxgO+zMBtyL+A6WCPOBVOHNaEnz+\ -sU2v7DAbFZlwPakrG5ICBQNA8sD4jaIm8bQsbzAPKX+\ -cUifeoSGk4jpus6Tt2NDO1ILTAICArYDKF1B0kQKB4QH38F/\ -N64BditJaeadipYpbInIdWamMOxW2yWBbGMpXtReiqylSX2dGMEQuy5x5iSpHkqU6J0WkgFcMmUAaK\ -zMDpOAnJURw1hIabTo8KJN+CXS+\ -BosO0sAjiHrHGFSQRi2ShebKESrAoaN7OAQmqMGCYgcE5G17iqN2IYNN7QTlnIR7LYAqzTBIXMhd2A\ -BgKYCwoYCy5QANcpnhcSNjSKTwYLBR5DF8ZvNaIL5DW0lCMHB0QmO4w4wXiQPSsNC9gVhAeNEKALJx\ -BoEjcBpUpZYrdJwxllwBttiNBvaOA4ssyHtKTCFpe/\ -jaE7REvBRe7iBMEiQOVmeEkKXQmZRJFVmAL9UgLNHsuFAO0pqpJ/\ -CESKsNCXKviYImot4RIgpg92UjEQppGGIH5EZcApHtEcxC6QzmhJ0oB0eAFU9IRPMK533eQIMgnIWG\ -D5QhMM84P8KggfLObgQE4nmCTkcuDqMCCYPtCO1SwIxiMovJGi1paqIbBGrNJBaQdoCopIWXwTrSr4\ -BvsFGLTrlkCPljdGy5o2bFTESvCQH4UbQS7pxxRkLwIrYRadmyKU5cLB9bkH7mmyANrA9absEhNDRQ\ -vWNoe2bxltPWkdxTpXQmICPA08T4+\ -IBCBZgAulCGwRF4RCiBHEOqSjRsiZ0zMM2wuSNLRNS4ZEVJxGQHUhmysCyUkWkqYBIEBA3tcNv0K51\ -lrADkgpvDJA3OGozIpa8sY1n4QFB6CyBBSRCNOYDAJ8LE5GOHGvIKSIYJgEKiRiaSJaMMpuA/\ -0owajQb2kAOcQAeEKMvIJRZYrsFYnAC5MYjFnkgPEsCRaaDN+\ -BZrAEVLiCHFICYEV3zxnaYbBTTjuQdjK4YOggHhwLNMUDNDUBjorglGhsRkKKOsMCBFIIiK2wNRPPR\ -bDje3g8WaBE0z+\ -ZgXBQBbAdpM0fkcwCoRMKMCxZZwwFIA0kE7B9A3CYGw4G4RsvcN7WjA53IcM8SnfQaECnlqAqIaQHf\ -T1gh4t4C0y814reRdLKL3SoRszNlspGm4aa2GAXc5hmmGI6XeUB+pmJFBOuMTxFiyCB7CBYig/\ -BrYXjMkWGimpJFU2DbSDYcbEeoDMcn8T2B6DkJWhngB0kzk7ELE8KhVKYYhAfatlg2JZHiCUNgNaie\ -ZDQb2hEqcAMEF8FldCCNQferxRzIHwOGKVR4BYhTqAjDI3EEUCCpbQgcqR5mdUTJbWyHg+\ -2l6BczFFukUMiDnvZ8o6PgCmHAUjmGN4Lgk8TEWGY8IrVRXGuqV/NmtNPVg+\ -0IBRYPd0PYA4akuhxmwfNDRrRGvLD9cjU4LCw1iB0ZmTsA/ScEM4XdUuKINrS1alsiko/\ -xjBAqU56ka0UYNiJWk1YvU8AMOYtEgliK3cs9kkk2heRTN5ooeLCduAHVAKEQp+\ -D7GbkQCRLDBHeAAxQgugZgzfXlFmRQsA5EKGxV0UgwcKXUaGDyYBtUM+\ -BVbzD5XFhRSHAoMAch2mcOlg3wLvGxRlL1gTZYg2AN7LTRetmYrsqy7djQPm2P8ICMOQeMAeUDraL4\ -EFUTrQZMwg6Es5bCEnyhweRQ5ADk0g4hVHt48Wg2bNKqGdX8UGUzcKsNmgNMBDgjty4qrSJrjALuRi\ -yPPJkk4CgKECYoJHsgz9HC5CG/aT8gSxif6UQ7M0krn+iEJIDMAeVji9h+\ -9Yvw0TA6QMoMuBIIIoCQWDaaXxwKm/ZDiLKhmAcgHREiPGbZIxQiCBasQwR8A/\ -GhQMacD8xFeG0DU4oTCBgj2tBGD6S9IGUIwNPgkbYUdwWZwSJZkNRhMoKlppJfMG9GqALQJnFPhTPO\ -AsyNZsORTcftgO6ZTu440zIoEfB5h28AwweLL0uD3+FUIyYzR/\ -DGv2p4sUVmKTByNBva5CIhL2pMt6WaawcPsSqBdYHrU5lUbIARTINcYT2VAnnJ6GwP5lGkjNido9nQ\ -9guqcAFzI3wUhWoSzX9B4gC5p1JKGjY+\ -rZBVGVwRYDNwmBipTArbooxmw3x7TzZIQwiGiDeNzOAPOUd4peAlBJOAaCPAAyflEnEhEP9UEhDGwo\ -k08suIhHc+\ -bsoXyBFN4EKA1DZMe515UQK4EvnCYM19o4DhtBKSNgKAHaMCyoakw6S7KpW3kbrn29PQSGTkAHLDAk\ -A7wgMwdRN5A+JrleShAb7qQ0pghdQgWYYUJcA+8XDuRguT85sUWioJRKxB8InYD/\ -BT0Cg4hKdzvQjQmICfEpYFIQKcAiwjguzmYkE/\ -ATNG43nzbWCvQe0AYqIGhQglO0RDCodUP65TZBxYrhTXaM9sownS4uvOpJgEIljsKkrajg1t+\ -CAsmD4Yt0oI0zJJALrUR5fAMY0DtMgMgUHDZWGHdcwHXjzgdPQEwkcszppvhwcpc2nAOF0sVMoMT1B\ -YHuwDI5hSGtjOR6qcDJaksYKZYiKDaIJjAHWqEddiE3yQlItdUqGYCGcMmJFGeirejVwGgCgwzQhSj\ -DQRNUwExFBgwpFKg7wf7aj7cDtt0h0eICIEBLBcJQq2HZCDBVZE9mRa0RUVoy3VfnDyT5gByuGEFAi\ -TOo1G9A6HLb4JNASXNyIH66iAFh+msg+lAiuIWwLZC3AB3M4CY2tEEsCqIKkipowGJw+\ -3QxSlo4C95QMVQSghjA4cKVpHxGSd4ShF0T0VZGmPTZtto5BYEKUDnNWPSPwPbz7BEXRy7Ig+\ -JkYhOQAeBBu9IgyTjKa6HHzRCWDtwvohCszHK9lkLUbcD+3UjYAIz88Ri20NAJLW/\ -ZM7KREEJMAStilAnkHSkCC6IWHRHAyRnkoZ4Uaj2dCOUVgCurhiGyB8oTVc02HqG5oGS2d8DTYMI63\ -IsqJAPR1AJOgggHfyruTR0ubhTUXNwE/kko2l21D4u7H/fAaoQ9SOcAcJUA/\ -vVIWTjMsbpLNMxy2I7wkoZjQYdbgdJ3Wmm25FkjoaEyg1UGVIBhwccIrT3RTZOOGLTAp8y4DiAHCBI\ -zvQLLjyaKdIt7SXArQWrLKAzTfIj65fK4coBAzNlfMNTxGYN2jAbG4L6I8n+o21wo5EYO+\ -Yhm2Y8OJ2hKIlL9FiRKDSYL0AVYgPjdeAFVj8XEzyAPGCaWRx+\ -GxEpigJ3Icct6tIbRsm3NrGsxEmCCXAJ5E1cwY8iIATElzWFyERPJ10cFsO8o0gJY1sAOUQzKwG0Bq\ -Rc//bdnDI4NvIQzYBMXgRTRTwygLs7IWle2muaGwF8BtRiqZrsHSK58EypQaYMqPhuJe0AzWSQb+\ -S2llBBwQSgRg7gQsEjUjxqSE5lLuUDUMsg1OylDzwHrBDQEobbUO+\ -pB0jOV12g0vS7VQd6YQAiFrQuTodE4hCVbPYnxrRAVQwgPqEBsECuVxJuOpI0/DSNnYo2H2cogJwA+\ -Yjc2YMVl3ziKDAkCM4YhWPWiBPJ4Hd6hJSOBwIiJf5EaWHl266bIBNh8lmwKx0LcjRXS38WyToyJjR\ -SJkN9ohDcGycLQxpFWtgEacTafYdefuytg2nWh/tz8eWBm/\ -ThZQQCZ1CZOLwr0C3OjDSwiTLjnCTtHTP1Ua6BuThlxFotwH5MQ1QXUdwftLgh7dWoBHeoJpT/\ -C3Be6ryS8JxC2jGQOs0PhJA75Ey6ZTKa3BaeAEVkiJr8Og6Nv5zBj94zd2erpLTb6zsnbv+2r1zN+\ -2/TZCiy/We2CsDsjyAOshKdEJYzhBxCtidB17mSImA9E6YZAVVUAKsGLA8JOlURGMDHRh1oFbxiHZs\ -NBTZu4/eslzsreaWNSHTgGXwwEAKk5IMsm/\ -JRQIyIGcnJyVDYPCkhMEq70kpo5JubqhGsWP92basuTYvL2+2BTyFSZ77J6pSUeEylb/\ -FrAAkPNwugPljT0iqgkgyA19nAKqGw6yItNnhk4+\ -8QidtuT627WBU8wIUApgIFOutMg5mSboGHougqx7cKekdhx107RIuyhviwxzEQuoOHLl7W3bc4K82L\ -UMQcqQDWuekNnoHQg0wpQqdIdrYeM6tKga7wthk4ENFI8kinsNz6Py16x743u0Z0ptbuklsXhuHDAo\ -WDTsAWVKyjXMgOpnuvVjWJCAdOoZF9gLXzRor0nASKxDjZdeu3d4+\ -uaF3YPEmdbBlixQWUTMkCbxPN815BBem2yBUj4OPrheBCBeYCAI8yIISINE2PMgAj+\ -6wRW7LloN5eenOlaObt632cIQCvo9oxkuDzcjA7AzYF090s5oZQFww70KX5wx8iTi7pfq2JjbMd0gC\ -z96eOUvtWQF8jsA32ZYQAHSR1amAE5ga/\ -4yED3QPLG45zG1YwO5mQGMFWIfuzyjVYYbenhnLaysrPb949cJae15KjIKqyAyGXrB7mEKIwVQB7wW\ -NLWQDB8aLwVCWYTzQ/S66ZWkYMKHhHWiHb8ug+aXkFzYvEo/GR+\ -wDkkipRYaXpKzH4CJ1BQhON0ozQ1c06FzGe8Mcdq9CQqY7eF1Fjj+\ -9LWNubVkh8AXMP7K9BTFpuNISO6Efg31WCK5ceUW3/8DOONVcMg/0Qzem6T5P+\ -l7F2Ge0AsCjtTLWYBVAxxHnG0u3tbWBG4GlgBZ6HgD7vbWMNcRWKOIkAGHHQJjofNh1OND2Au1LF+\ -fbW1aXxhROFw2NTiaVhurdkgPWIK8uQDzgLJkEBdgikBAcQXRPfQcsJm3YRaGksxTz4qatYSOmtn/\ -hFOADoCCFrBFlvS6U6oxtGqeMpAI3Ql6k9RgJsgAa4YBXOsL9cx/RiutvmVu+\ -7fjyUloDuL7trt7qkdviOkxaaQOF6JNDxHA6k4KgCk2/tSWCQbMMohzpKjup8w1V/\ -0kQC6PwSxZcQUTdgZIfGSgcPtJbWlvOvnuW6OANSC0j5SQmeAicCj004FSW1A0hCaydC41nWChpOHg\ -GVgvxxSVMGOsQup71iNa8ZCnlLQjBIvuGpAPocXSaigeMjSECS6WI30JEJaqNPZSpKgxwga6ZkE5aF\ -Cztuvt25qUaeDKo3/uJeqHc7W+n/ge3HTnK9rzq+\ -O2nHapkRH7QlqCzd8BTTAgwyliop43MqgA8K1bAKDQVW/usqdpeFKou5rxLoJ8b0S6xp7mNG/\ -2ilnkIJUgNUgqftJMAtpnCjdAMm14KsM4Az6dWLkB/3HHQHUwdwnT/0oyKHX525oS51TzqD7/n+\ -OJpcxDUAGgb4DhGFbuOqg4a0tThiAVckGcPDOqomkkC1ngGtI7p4kyqoENXndLzhjDnwNLiUlzoLfb\ -ibUfYQmueHAW7BL9ClqTruwCAji5ZgnoHAdtAWBUgDagrtrzVhUK2CsBk2HkyqA7h7PkjGnZ0t2hZx\ -qwCpohB6Cgi6ADDVrIsIErh2zmGkgXnAGf4tZylIZLjgIg0FeUBQnfA9J8ZwrLDy73ufQ82RU4OjmA\ -00idQWGMbUJmU6RZ4bLIDIgJQlNz2LzPQfqerLcg5nroZjM0s3jIrUP1CQ30SZKRzQGDhFKKCR1J1O\ -J2l0l3VTGlHIeAjoSjQQeT5iF/QXb2dHsGs66+99pb5a/YmmLe2km/r0VO2/\ -GREbzWbQJYRqUnaewfbkG8RpUAyAwMwAd6hpjV0ooy1LYrkGOwvB7aIHMA83S/\ -dapYbzixx20peXTveMkrDiIS4AB5MFfVOgA1nqvqRAIlJaWcNwpqkpAOXNdQfBJgyZi0CMZKOkHpmY\ -L//+vm5W+b3FqSZXl6+\ -LeEH2gc6VGriGaP6GAtezEA5EDVp2Qx4mAEeQ7QCFLIkSDU8a6xgRHIMMiMZDZWJN2zZkvRu03fru/\ -meldXltdPhHYOlIywvFFd0hoAVpKsH2NrgZ5grDchmgJgoDTaaOjtJUrlZP/j7Du+\ -74ox2bRUueHbYAJh1RccppMoWqvwVhmp4nW0MB8NRxopCNXzKOgB+\ -BHNg6wa7vqtw68cHv971NslpmcaCZ2Xqm+\ -WBVLMk5VwqZPhAF9PgULzRzvgg4ebUEkWDnzdRUv8DabwPHdvjRwc/3n69YaDJkbbIpyC5+PsYt/\ -jLBXiUMSB0irliMotWUMkKlazFHAkoY9xUlGOEzB0p4qmtzw68rnD6o56amTT0BbC4QCox4570RpOC\ -J6EYSQkckyG+\ -JWLBySuEXmBWJFLlu84LWh8dfP1goMFViA6YAQwa8VMiKSPPkOvnKEj9wARkBEqDLccTEmEjQB2EpY\ -JeAHTedc3kysGPnuFxgmMDIZxKXLiSoKciA+\ -8ynQ01K5IZUDzoxKjgIGF9vZYArBEGeo7ojoxoWOrQGFoLfAt1+N1o9LvSWmDq1KBNoZXMSQlRON3/\ -YwwLSpoBVd0l4HEYlDh1vDB94UUkAOBGdqTaK9qfzcubBcizKj5esvH1re7rkeoEqRExK8QsKi8z1L\ -MAxJsjUbIowboEj7HfD5FYTqF+WCU1HMG2y4NOkpxT76zu3be6mhfX+\ -ks8t4Rs14u9vLg62NISjBLhs8GACR9zcD7qHhNBu1JTqHyIYfgSobVw5B6D1F1YhDNFExHVurqGPW2\ -LFVcv+9tv37d4Ozx54MtU2OlIziacHniWVBQh4DdUpAOTNPgekBYiZ4GJiJ1FId3IAKrZUCXumTf46\ -S/P4f/124SffJR84PugKX2FDhnfZ/K1QpcpEdWobspShVEDlOupnxP1b0g5wq+\ -QAekqcim8Q1W8Yuv3N3ZZXlzprZ4Y/HqJkTBrosYPdPHA0BmG7Z8kNAKj9lhywA+\ -LnNrHSyQIN4IkWKQY3rXTfupMX994RIFeCGtNgC3KMfAfEQI1y4veqEjXn0PQ4JMBiCRk+\ -L5z1K3DZ3gb1bxZpBu6Y6Q6dJinn8mEgwtLrV0XSqRbaoJ7AB1MvwBU9FTWmckQ3QQFFxfAiAh22Qs\ -tQSuF05Kq94GzO044tn56v1++q7d4ay+\ -tHhn8tEIWBInBchqT6bpxpLtb1B5FIm8EKhqykW5hUFs2EI6IhaDqOYAccO2u+/9bt93+\ -3gpcffX0W4gD3wcGp54rIZKCsX71nW7YZ/AERNgQg2OMLq8JhBsQapEpA9jkrTYmuK5D+\ -K0Ot77bN096DsCwAHLOAznS9QOvnGNUWykU+FUjtQe+Q6rk1J5GI5vSNWtD+\ -MLrzt5NWzf8NcewZzrHjTEywCVQD84BJgFK4FskxDqqA4E5WOiSkUwl8JS08ErqHcUk7QgCLGdGKwN\ -fv/u4X0wbe67l65RCqSsUQ0hNWWltSUKha1DY4Io00H7PSB6zJWSRYSPwBdE4AE3bMek/\ -2fVxrPlgXml1DhbWFmSpwLjUCLUmFEEwETwatgGzZGcMFRq4FBqqEVFUcQtURXWVoiPYb91119y92l\ -v/5xvy4u3tXU/\ -lwEJRE8YCRAyEiCDaBGm4EFb5yCgDhEBkTAGyGao5ybloRafycP8OirF1Aq7tLaaDvbvzwtwCHSktt\ -4JNpktOTRYe7NmTA4JDI+l4oAlEPkOVmkUAqhtMN36/\ -sVTmzanzhaBK1g7g9owtBlyXV6nH4NzS0nLqLfrV3LLAZeaFJC8WHNONGZaiIaSsnPDUDhaoDeQ9UP\ -tOJVJkuVgZJEl8FJc64v2eM1mwtcthyxK6RQ0qqsCdhNEOrD0JwWJRUYMfFE6NhkFpVBMb5NlCpz25\ -SGQD6iuFpdrOZrju1IvkBzJhu8HvN0k1LgNUUEcDADY6S6IraEka51wB3UTIFSArxnmPtOipsxp3Fm\ -CEmpp25Pyt0Rffv2ah/9pma+hAM2A/iLV0L9xh/\ -jVYOLyfZ7pan0F6RYiikOhDfVGoZTAoizQZs5M7O0A/s+vTN2D2e/\ -Qg16mHPgdTr6fWgE3AvFJ5hZGKxRSAd6UA5rN0X5tKHsDRYqRut8ICKjjq7VyoKU1H8rm824aN5w9b\ -gUgwrxAGqaWk7E8r+\ -AEpl57uGtCC031Rx6jTJzXvKwj5ul8C5HR0Xa2IOzfh6e3XOuxvOSSNC5kI1JGHRhHXoJaO1AMLGQ9\ -JlsrAAPiDFtRukbrogt5Q9zrPcnAdDvkTnZZsPEKzJSDCr+\ -ByopEeuIbIjaNmJtjqiEeBAYoaulCeCxUeAX1b6QUyExifgaP6jkV41iN9/\ -qbjedlvmQMFBJC0bgDvqXxYhwI0hiwoqPdr/74mrGINrDAG3gGmC7Ag+\ -j3gDUm324mK6689nSEtIPsitRvqL5RjJOCLTZCo7yeGmBjdoFXIQAgQRhTsAgQHCQxM9wKjQyrbDhi\ -4nhSeuSM5Hm19WSHnGYlIKyMCTqS7PZIh/\ -HKHYOQZ9Q4DuRdISAhCipqcIEU5amSM3dJVcrQ1Hvd7Ax9f8It+\ -eeOBjUELhKQTJLq00hhkJzoyKNiCpX/\ -hDCAcUBOYCySEuq0DqXD4TuxXDFJjw66uwFvd8EBevj13YH/\ -daAqm0VMTnWKxtHBw35fcpKJeZVo1BTsAMyLoRl5IAE3ECYh0dt6INd3ffuR3zgf9QTL8j5bY9YgPX\ -lGpvIgCVBA4EXyAqlbhADEgbtPTA1gH1e/\ -PwqgWzT1C3dGARb2Fhbx848aTMYeX6BmEljsgAUoqygWrBhCjAtEmUHUmC0hV2PAZTsI0fIOTmEWXQ\ -YGU6dakCdSDYDuMdLMN64+etEIk+\ -DzCMFi4U1SUnOhwHoiZatJiCcAnihAMbdACCmkpWIBEImwglAK7bGcmDuXYO768FP1CXzLe6h3Iy3T\ -gK0zQWhUBflYAAzmpfdieWCu6tJ40J9afjC3EjqgjORYkevcInZC7bOgLQPO9YxuPdLVwmy+\ -aCjqooj5hHpIVgdQdh31JleQRVAnLIUIm9oBQjYUCbCWhFkC7qzhxK2Y/\ -vSM3bwgBeIAlpwISJCALQwBdWWBEx4AKctQafNFQr8dCDyYURvcNYB9CU5FdnXe3BulDmZ4+Sqd+\ -4Tp6wqvFFS2igVfCWOrsS/f+\ -vAIuBDsxyTmqJYFHZKHpFQSrHPIH3RfF3qFWArFrLbaipUP0tMsZYjTFIWkStWuwHpEh0v6kK19IzU\ -gGisM+xhHFCzWTROCgHp/\ -IpPgDnifZgda2Jkp8v3dP7uRNUlKLUKkRqYDUKF7TGRxIDCADmARpUhnDpivkkSJG8ciWQK+\ -SKly2CVs39l4eOEo52AcQrb3I4F26AR9DlCKhn17xIAqHIE7yLwnBOlrqhg+\ -YT2dMLAPPeLqlW4Aat4XdTk3BOmxel38HZyMXurgDSJKppacDkmV0ax3fI2VK47+\ -oGZOFP4BZgbskbAFHF2IcYlvTERy2LsYmG9qaEXa4omMjbpSV1CEeCZuuZAM0ypwQQEuJlk6XAn422\ -YYpSmASZAMe1JGv9279/\ -JaUcfJtorZ6I2zpN4cLIE6cGm4pqpzPyUvHAaepURL1bwfKAsWy9ESIx0ZGPsWuQK47cxXAI5kykL1\ -ubqUOHZGqqC03QAPcH/\ -iWylfhrkBuWBAqk6BryjLTRRMNlzEqKgAuDaRtuq4e8eGsaUFbVgynm9IkNiggyuLwIe0IX+\ -WgCXBQTxAWEkckU3QvjQH6sYYXqup5hIv9g8Ysrh6B1650e21CboKHmiD63U2BbALghZWNCxxzpSxA\ -lmjgwLFQCGGEwDlSLmN0PaKr7cdWZDmPcJX7703tCyuYjdaCaGGtSjYpxKBMtfLUjCggdoLVIVs4Lq\ -0DpIePShA+SQcI/\ -QNtJ8mYrpajWw2g7O0Xk19O83l1dVMaj5HACi2y80ZTAwNNFXhUXgU87yJvnKX2QHRBkKqvCFt6b6l\ -TsFXI52c+1Bww4OQhxjrp3t9bAdqMfdZ5BupHT5SIkh0yNzXEIoYfLV1FwVTwZD1cKApAXhvpfCEjx\ -YOEesS4VKgBxHYQDumsc3lhoX3C0nJd44l6KhmKwj8EKxgVawrkeDChAOgHQENvKnjkNzqFKZyepUA\ -+0S5K3jE1j9uwov8QVit5RuBHKl6PCRu8UJd0C5hQBDgmUAVwNPUZDQiaYIGgHBwRqwGeAs+\ -RrDNKnOHxyv77ryt7D/p4FIDqpjvz8p29fNeexXA6fTRJEXqg/iZA9jEAooQ+\ -47Vawh2o5hBc2DdBkwsYRbfEInV5pzYhoWPU1w71HvcZzkIGLIwhIiR4J1Vh2KORVoGuGMNHgMSBKp\ -DiqY+PDtg+AIa838lHMOpenLFGWy38/\ -4aycOCcZMAqsHR68oJeFXPUG4XrkhrQYe4DPcOjFb1AJqgopSRDlbiJpIIILJawp7vaUV41lFVbzlA\ -GbAMNoMJM7CJwd8fp7R0PckKvAAnNSMFpPDagYjkhtlgsrvPWAckaBJuYOyDB84ezrX2+\ -MmgZx2q6AKQkSEtsomnAG0UGjSWqi/8KUgOdOB4bpakfWRSCHsSx2Ja5q3xhbhTLWmcvg86A/\ -U31OdzJ4uk2HLWdwV7KDXBkkqKvSDUarttQ+fJ6M+rc0I0X7qPoKpAZxbz+EcGAWSaEkmEQmGi/\ -p6EEy8TcSLoaCT5sIr0B5ZG/\ -i0zUr9rRnWpmPD3qFb3tyJzDmTV4ZjNglqcKbkPX5ZJKnHkNopcaTgUIiM7AGuADgZrRRKxs/\ -9IWtUVNmUdLpbMdUsFwLrDlPGfAtpBI2QdPUgB49LgCYheCgwfOiiTmUXWGLtRHWShe+hfwnQB/\ -NlHStfCOlRwuaAyc9QyGMm8a6s9IHYs4KLoDbI5RNy4CisGAxkuDuAqwQWjDSbr6h9VN+\ -BUKwR3bfzjH3HQONLjF6EEfa4Ir2FwRqMT3+TNSkiXR2VBtX2He0DsumlRwg7iBtWaqQbzruqv/\ -vOEsa50RDcZZat1RsN3pjSik2iQYp1M64EUQGsAFSVoEoJRDcG36NfyKbsggRWuBzLHVsH3DGrZJKB\ -z0gAax1ViQGNtvCE43u4EZEyiQBA1F5Gf0xgW4GKzLiF8NYFSihofRNlJ05PHhPGDL2dKAbYgJimfu\ -C6cqFLqhRnscrM9SsEhCwVjqx2gDD4L336uJVM5OfbZAUDu6sww3cVvPnVoRjQAOw8x4w4ANqWjIUJ\ -NigNNG+ZicTCDVCozd0bNa1Gvb0ZMIYEmhsz3n1UMZ13EmNZilsOWod0bInF5WQoxoQEwK5k6C3SNW\ -gE7LDFJCBe9IDdTySQXRLwoKqqu5zs+\ -OYl3XedVgMHHUNjBLkG0qddNRFsQWapTYMOYFcieJAHRzIQZFN4epv0OD4OOxBVxXX/DhNt+\ -Ws6zB8CuFspxTabtskictH4sthaRWr4Y6s3AOFuxy5qxIavsPXkjFJYbTE3AdMzhcxho85xowC7EE2\ -TFyzgx2mqBG8UUje2rEfUBJgFpdAr3KVAxdxJciUR9nL4uiVsWyI/7uH9asrWdgA/\ -ZlEzJd62iK1Z76lIIhZzrvpnJhxAs4Kj1U2CC6NHQTSCEeJ0lvnwJFeduhKj13ePtOno8N2OWo8z0S\ -UyjUV9kmDoxEzTkltWsgdSNhtqwsnBouAwdRcz4hOTIJwp7t6ns+\ -tEOc6exscNMJnnVk5I6gstjnQgICFGpw68lazzOlC0MFbA2d25QoAoKkD6ZQOtlq5QuGtnLwXG3ANM\ -3pAg8MAcSITniSAnOwCIL0Kqzn9GAm1TNxwBbq0SOpi3hU5DIlAeVtNe2aUU0bOHNrBRNASg1aDZLF\ -EB9YCoJRV9IIf022OGLHiCdGgRkjtbJMPZ3xw3QGDpT8/WaLredxg/\ -HYymwiCUNUbJgjPthQw3cqgmYe7pDBYajfuRU2Us9za/BzSHENtRLxHfewhgNzA2d1g8k/B+\ -EM5U1ZRKTDBgaEGcFc+pxe0/WI1BDZobOjyJSN9AigRGajyzYdx5TD5bCOc7xBKiP6xfEF0Z/\ -UJeAhEC/ONVMBsUQxKakyV4estKPHPCyQHvVoolbhtmk6IvBwoaR1xjeY+\ -Z2ixnQK0JZRc2FmZGLU7id4essEoc7RS2Q8UNfAoAANkqWLHIjQSCNddxAODW/XI2uWg9Z68BU6/\ -0PSkDkYCsA8Uu8yIOTANEfy4EBXoDvFJuRjOC5IdyCvxR/qAFHDJYzOs8EB++ghCA5sQi8/\ -UMMkH40HeKHyFLpD5TVSm0Jg8Yoej8mKnnfLwE/BOsJeHYF5OPXmDOeGg/\ -jdUfWWDnQiaiT1kKE2GQgcdFgSRf99NrDYaOneXg6JHtNOIUc60I2Kd6z3cDPYeaY4YB830mG6QHcK\ -ta+kMgrkLGqokqmJJh01C2qUz0NGPAF3zVkBeVHhs0MY74jM149o3+\ -bzxsH0QW1Y6UQ3F4QZLLqhJl5Gk76f4eYBGAV5TQt6A4Iq+\ -rwmbcJT6xIrOh8RHtLI1lnkIKLiVHzuKfRymwDXGwJNQKZY4mToITdOrwyXzMAjAfg8R/\ -QLPhQGdstyx/\ -IOl9i6zykHpw5hDsyfOZ6coWZfKWlCCED1FlCmYY4ecuLUN6HRIZF13HMpOANybboeVBoOJW85wxzc\ -e4TzGDAK3BK51khP7eCFpEvVwCaJnr4C/\ -7fZuIINmQDcmXf0AroMLJQOBD8cYNl8vjk4bdT6i1GPQEAXRo034J1ZRh0DPYPGqLoenFvSiy5AKwA\ -qFtMIuErvV8nvH/\ -E9wtnngJWK6oGVBTuUjCqmOb1RZDM9j8awnglxT9FDmBgJPSUWU1JBU0N9Qa9xdnWmGW4CN59JDk4g\ -tTOUdDHDUXk0IItCfqNHYFWM9D6GBGTg0kR6r5YYN10hkfBfkBBwpY59N1zc6zyybanqSmlJPfAU9b\ -XidK+EyqrpYJQen/\ -Qem5D6UAU6OYZ7g51xajqsE5hQl67youHse4Tz1EFGVFhk9HADCHYwVIuWAe1zA3MpFEdLr9wmhJdC\ -EBA7UoPWgetaolLed8SXA9+nmWdCCkxQR+\ -jI6LqiAohSxsJvqMulkl4Xr2EjdXigpx0chZysbRAemQVYoulACjeOz9Cb2xm5wcajEivFmVL00CbV\ -kHnq6E1YhnPqZh2p2jP3+xZb1S9/\ -BUc3onQ9gzmcBt91Rjvo0yBq1FZYhIRtqUjeADQEmFGR6mAjHIlcBOQjaZcApDNTjDMG3leS7LoAMh\ -wT2Xp+O7gdmfAEVsA9omBgZkAxummCExH8WBRDdVEa0yW1FZI68zjqIIKd4MHkulq8DGfc1rPdwZmj\ -Z8H7lwRIs2UK7JbqfhL4rcbcIS8XQ2d9OpWGtASgbE4naY3KtkH222rcLcMZt61z3xasSVTAKgqILn\ -XqSSAnyG7WZOTjLIH2NfIKXSoF4ZMGs2kFvB00VTa2MR3OPRx6PcOZ8CDH4wHUSLjGK4sYjeAInyiS\ -caeoGLyJidYdKdlqA7yfMk+2/1ggvcHuVIdXD8eirjwDcpCCFBhJD+\ -ZYOjz2SNBgllSamVkjNSJMMiQegaPmLJDGM7VRjBpzXViXkwyXXa7suoY6iGw0EFYAkhFIIlQbyktx\ -rN+vEMA1U28fYbSlR4+5hslGU7tb4p8yGdZVHTbkvJ2SsdrKbtQ+\ -khYUJXV3AA711GuB3vjElJlolC8CpAn7z2AhPT2hhv2oXJOYpmZ/36+ScGW/\ -FABIpoVR6anjKIMlLFpCDHQMk+\ -hSQUJWs57OHGFVogNHbHw4AnWkYNTGgJY0dczWcIcv61a9GN65afsbQOfGUmNoZRHdHCYqRURkqvV0\ -Gp6gqV0x3fIO9A5Ik503gk4/ABOR+b7vg+\ -Qr2xeOB083kAuwfeg6LLIAa1LDqXoIkYMqY4FXG1m813SNJgDKJAuQw+n9HnCABpvy+\ -95gg3eSBx2TU48COqLF9vd0U4NeRI1UnpozvQAWI4/\ -aqfUWp8izhm4x070X6oTc9XTIkHYNXlse1EZ1op5gmpqyw9FgE6YF/+oNNbMDFqYnRF1Q+\ -GeOSIfNTk8KUDdDrRrZ5ZDXDWfXGW42DypWSJHUHaCwxjSRGpRbz4CPESkyKZANyJlTjYK9WiJtFAR\ -eR++me3omnHdVf3ebeHgNgLjnqfjk+\ -PGFE31JuTPKgikUZTBXRlKvpUC7W6ioAOSA6QXdOw4W60s9vE1kMfimL+3mdXDaMWnqe1l0tV/\ -pxbmlY8fXVreKtA1ohACHkTFh4DR4Bm5DLZmx2xPCFlAHlVMUKgj3YBncJEQKenrPUNPabW+u0/\ -YMmnLT4hmwrzaxDyeRlEAnsHUKXcmViUCwxuTQg639Nx+iQjbt37hjNnHPAqOnajq4zve0a6OCY+\ -X6xY21W1i6nah/q9rE9x9n1hH7iCMPukLlW6AyrMksORNCtA2HSzoZBV3i4rkB93L9sljss471s9/\ -LrnUd+xG2FG9MTEg2IF5gYMZTh0Tsb9lvVsMDBQOlFWAHR2yDhco0XIKNwQssLx3xwX0vk25e68Wj/\ -UKww0tzS4tpK8lC4k1cCnraymhPLUQV8D7woaRH6GVx9CiUJYUHgR0kQFMPzH4fIN3E0KXR7f5eRp0\ -KE222h31rsMWpJ4WLOgNG89RQLlbUS0eLQK99BAEeSsUwRdCTT4VzQaKE6Srk/\ -Z4LdpI3zfmFuKG8tQO6p6oIrbMnPQEYK1PvOeLO3tJLG8hDAm4pqbCKDlwxK0E7JGUfJCzvQPwHv5d\ -Jh4/kfSsrS7HX/\ -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"}\ -, "ClickToCopyTemplate"]]}}, Alignment -> Left, - ItemSize -> {{Automatic, Automatic, Fit}, Automatic}], FontColor -> - GrayLevel[0.5], FontSize -> 12]}}, - ItemSize -> {{Automatic, Fit}, Automatic}, Alignment -> Left, - Dividers -> {None, {-1 -> GrayLevel[ - Rational[239, 255]]}}, Spacings -> {{1, {}, 1}, {1, {}, 2}}]}, - Dynamic[ - CurrentValue[ - EvaluationCell[], {TaggingRules, "StripeOpen"}, False]]]], "Text", - FontSize -> 12, FontColor -> GrayLevel[0.25], StripOnInput -> False]], - "StripeCell", CellFrameMargins -> {{20, 5}, {2, 2}}, - CellFrame -> {{0, 0}, {1, 0}}, CellFrameColor -> GrayLevel[0.75]]}, + ButtonBox[ + StyleBox[ + "ExternalEvaluate", "SymbolsRefLink", + ShowStringCharacters -> True, FontFamily -> + "Source Sans Pro"], BaseStyle -> Dynamic[ + FEPrivate`If[ + CurrentValue["MouseOver"], { + "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { + "Link"}]], ButtonData -> "paclet:ref/ExternalEvaluate", + ContentPadding -> False], + MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> + True, FontFamily -> "Source Sans Pro"]]], + "\n\[FilledSmallSquare] Interacts with external libraries\ +\n\[FilledSmallSquare] Reads or writes to streams or sockets\n\ +\[FilledSmallSquare] Launches parallel kernels, subkernels or GPUs"}], + "MoreInfoText"], Background -> GrayLevel[0.95], + FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], + RoundingRadius -> 5, ImageSize -> { + Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> + True, CellTags -> { + "SectionMoreInfoDisclosuresLocalSystemInteractions"}, + CellMargins -> {{66, 66}, {15, 15}}], + HoldComplete[ + EvaluationCell[]], "Click for more information"}, + "InlineMoreInfoOpenerButtonTemplate"]}, "RowDefault"]}, + "RowDefault"], + StripOnInput->False, + FontSize->12]} + }, + DefaultBaseStyle->"Column", + GridBoxAlignment->{"Columns" -> {{Left}}}, + GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], + "Column"]} + }, + AutoDelete->False, + BaseStyle->{"ControlStyle"}, + GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Top}}}, + GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + GridBoxSpacings->{"Columns" -> {{2}}}], + "Grid"]], "Output", + Editable->False, + Deletable->False, + CellMargins->{{Inherited, Inherited}, {5, Inherited}}, + TaggingRules->{ + "CheckboxData" -> + "OEM6eJytVT2PI0UQvb21d+\ +09y4vQSRyQtA4JEWAhEoILsNaz9p4lL2u5vSBEAO2ZGrvlnu5RV4+9c+GFhCT8ACQS/\ +gIRMfwAUkTGx2+gesae9VrsiQAn7o/q169eva45a3R4nbtcAT+6ylyauQ4/\ +DhYQLiGKH2BtJJFW6kMHCcYH5Tx+iLVJpoDmhxOz9lO/\ +zN8cmVAohjlSNJPagRWhk0b7k42JWPfMDSCFP5pCkirhgBbi2ub003OJoTKYWcACiBc4w12YOtYCUI\ +rgjunouXAiPsLGwIqkgHpYbTemcOOK/cMN/\ +NcHwcIYBOYWEplJPSCTMctNZlkqQgWORdJC6FTOIgPIhM6ZiSkeWGyUMmup589Ofvv2R9a/\ +gTBzFMIXdB0zlk2uP2GhSRKhIyxCrpG2iQNYTZLASqhMOGORraRgXsj9PA6xUZShzONoKualOM1e5p\ +zR5aQK4a/1N9j9Ehp4m+\ +fJzCicQDySerktEj7mC7PmzhL7YCG8lGARa1ObQRVzMjDaDUQiVc5POSkSAuNCIxtbUwU1ewKhIOB5\ +n+ea4kPi3Rr0x1auiMNXw5i2WkFmLWj3KRED3rw0GcLVCmzlk9odfk1/d2CUsV6DyUWvGNsXH/\ +3w8Wdf/NG174nv//ry81+79sm7vP7dNz91tzbcwzkphfJi8rfLgj6zEH+\ +wL1R1oB3QxcRzLKKIxMH6QCj0ub1eUD5LUyC5dAhUC97wdz2n8v5vuvKXB4VTtgZHtpZucesZJWdWW\ +AmlnyYgIvROW1vpnecMQ2dBJMUiGnqvrowciUyHCwpJiZRSoNiSAEHh+\ +wyz2WbsD12Mr5G3Lo2FoY6NfzA7WopwObcmo3wPsHlhRT6CFSgbF7+/\ +u1Vkq3h8l8LOpcbg8U7mfn3rlh2EX372vz9vEdoTfw2pOBGRzDCo3zpjmIg5cPkCttYhqCNOrQGiDc\ +7vXWyeZc4kwsnwnmSa50BeEDMa3q1Ow79BKm7V2PiHHIpOs8X5Dy1pC/bIg210qOhu/\ +oNe0KvGp8GpfyTPjYoCQ20QyJIPsL2xJ2F6IP5WoGS4pMZjWUJkqJvSMCn2+\ +dOhVlLDluRVChps6f5tY+Vv3MO3wxvkvRSsy18Rc3yVltnV7nb8V2ZJ9dIL8PaMdoZV3vW9xbIE/\ +UiWpdm8vn8p2t5OVTX+\ +zk55OvfnQv0kSzTuGKXD20VMaumKQtLmmc55NkOgj11rAlg81Wme0ldxXLSSfwBBkJQ9"}, + CellTags->{ + "CheckboxCell", "Disclosures-LocalSystemInteractions", + "LocalSystemInteractions", "LocalSystemInteractions-Checkboxes"}, + CellID->890059680,ExpressionUUID->"6d314725-8f70-4e67-a531-7252619d1405"], + +Cell[BoxData[ + TagBox[GridBox[{ + { + TagBox[GridBox[{ + { + StyleBox[ + TemplateBox[{ + CheckboxBox[False, {False, "Other"}], "\" \"", + TemplateBox[{"\"Other\"", + TemplateBox[{"DisclosuresOther", + Cell[ + BoxData[ + FrameBox[ + Cell[ + "Add additional text as needed in a new cell below to \ +document any additional disclosures that are not listed above.", + "MoreInfoText"], Background -> GrayLevel[0.95], + FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], + RoundingRadius -> 5, ImageSize -> { + Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> + True, CellTags -> {"SectionMoreInfoDisclosuresOther"}, + CellMargins -> {{66, 66}, {15, 15}}], + HoldComplete[ + EvaluationCell[]], "Click for more information"}, + "InlineMoreInfoOpenerButtonTemplate"]}, "RowDefault"]}, + "RowDefault"], + StripOnInput->False, + FontSize->12]} + }, + DefaultBaseStyle->"Column", + GridBoxAlignment->{"Columns" -> {{Left}}}, + GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], + "Column"]} + }, + AutoDelete->False, + BaseStyle->{"ControlStyle"}, + GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Top}}}, + GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + GridBoxSpacings->{"Columns" -> {{2}}}], + "Grid"]], "Output", + Editable->False, + Deletable->False, + CellMargins->{{Inherited, Inherited}, {5, Inherited}}, + TaggingRules->{ + "CheckboxData" -> + "OEM6eJyNU9uO0zAQhaXpha26IPHECxbv5RdWbboLlXbVVdwfmMaT1qpjR760m/1G+AseEd/\ +AJG3SsoCEXzyey5mZM+NJf8wj7kuFvLsIvgh+\ +zHvxBtMtiuyF69xJR5po7jF32cvDO7twnSQopPerxOyrZ6Xm0cJv0JK2n8B+\ +ah7RkelyiXmhwCMpss7R881MulQZFyy6Q1DkOjEqRcE9cpyBh6zr+\ +rcW8jrw4mDmbiIEAyGkl0aDYh4fPQPHNKJAwaRmQPKepeTMVqjMnnnDhElDjpo8dXkeLU5VML8Bslt\ +k2nimqEiCg5XZ4Sc+\ +vDcW5zozS8rWNO9eTyHdrq0JWlDVg88WyjvcobJZfX5et57Duo17sGupXfzuhFDra/J/R/j2tTo/\ +TgijpEoj9ToBIYOLo9YymOewRi6fsBkDQXV5CgrFEef7tRtMgjc5eJn+\ +o5nBDBV6WJHYWdqAraFf0b6EdTt8/\ +oFjWvHX4Pwxyib0sgo9dt0Wd7zjaTxt5av4itCHX4wSsaFlQY+\ +0eqObHagAVap69O9jJdMty4xlOaWmWZOY13b+ca6V1NiUtChQo50G741u1u+\ +4nWPef7CmQOvLVtNbFBWKa9bzvzog5jVFS9qTM7HtKXqmPJB5Q6tXkxzdgnL4N/qfWVr++\ +dszosdN5bFRIdfubMBjPpprj7awBFiTM5jokoeVQ/rIwwSdCTbFZVnQj3+AlPL+AvvNa/8="}, + CellTags->{"CheckboxCell", "Disclosures-Other", "Other", "Other-Checkboxes"}, + + CellID->635776107,ExpressionUUID->"c59edbff-d2d0-47d9-a7c7-3052b290556c"] +}, Open ]] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + "Author Notes", + Cell[BoxData[ + PaneSelectorBox[{True-> + TemplateBox[{"Author Notes", + Cell[ + BoxData[ + FrameBox[ + Cell[ + "This section, when used, will appear near the bottom of the \ +published resource. Content displayed in this section can include background, \ +possible improvements, additional information and/or implementation details \ +that are otherwise beyond the scope of the paclet documentation.", + "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, + FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { + Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, + CellTags -> {"SectionMoreInfoAuthorNotes"}, + CellMargins -> {{66, 66}, {15, 15}}]}, + "MoreInfoOpenerButtonTemplate"]}, Dynamic[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], + ImageSize->Automatic]],ExpressionUUID-> + "a92701f7-30b5-4fe9-a3cb-9186da0e3570"] +}], "Section", + Editable->False, + Deletable->False, + TaggingRules->{"TemplateGroupName" -> "Author Notes"}, + DefaultNewCellStyle->"Text", + CellTags->{"Author Notes", "TemplateCellGroup"}, + CellID->951557313,ExpressionUUID->"39e7d82e-8e22-4089-b833-2d93e134c724"], + +Cell["Additional information about limitations, issues, etc.", "Text", + TaggingRules->{}, + CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ + SelectedNotebook[], After, Cell]; NotebookFind[ + SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, + WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ + SelectedNotebook[], All, CellContents, AutoScroll -> True]], + PassEventsDown -> False, PassEventsUp -> False}, + CellTags->{"DefaultContent", "TabNext"}, + CellID->908162033,ExpressionUUID->"59969f6a-9793-4b82-b0d3-cebdd61400c1"] +}, Open ]] +}, Open ]] +}, +WindowSize->{805, 943}, +WindowMargins->{{259, Automatic}, {Automatic, 103}}, +WindowTitle->"MaXrd | Definition Notebook", +DockedCells->{ + Cell[ + BoxData[ + TemplateBox[{}, "MainGridTemplate"]], "DockedCell", + CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, Background -> + RGBColor[0.33333, 0.33333, 0.33333], CellTags -> {"MainDockedCell"}, + CacheGraphics -> False], + Cell[ + BoxData[ + TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", + TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, + CellFrameMargins -> {{0, 0}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, + CacheGraphics -> False, CellOpen -> Dynamic[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]]]}, TaggingRules->{ "ResourceType" -> "Paclet", "ResourceCreateNotebook" -> True, "TemplateVersion" -> "2022.09.16", "CreationTimestamp" -> @@ -46870,154 +21724,154 @@ Fu6DuJJG2H9mK2QZ3X1Y8rjKVdsLU11Qbnfn/Mae/TiO1RZHs2bny+6Vwq5Sfi8TnHKi+1+K4NOh"]\ "/Users/stian/Developer/Prosjekter/MaXrd/Project \ repository/MaXrd/build/StianRamsnes__MaXrd-4.0.0.paclet", "FileHashes" -> ByteArray[CompressedData[" -1:eJwdlXVYFEwXxUFAumRplgaX7m4+Olc6lV66u5aQWhqkayVEpCRVGlG6Vzol -lu6S/uD9c55n5t5zfnPmDoOVm44VKgoKygMlCoro/8T986vzg8wA+o99b9oi -K/xFdBS4i/e5418wFv/0JP4xiPJWx2G2ICp1ac7HjrxbcO8kTS2trCIuq63Y -v/PDTklmgPIIpoDupNoE50RbRlZjIQRl6ShHDLdg8+q20pBu7gpiN3oVPHaV -L+DFaCBsAP4CSp92tBHFdbHUzGfPHRL+Kp/EPj24SyGXIe/ktePMKpb898zI -Li1tCEYERSTwGwdwpR+7gGWvRvxgXoosicgGSnV5jV7pLUKh+EAQSPt2UVSr -b6OSH+2DSXsY/D2rKmsS6ujAilVtAFmzQzU8eHcdS8P3QgY7537Xsuy11HUX -U3+yPrhd1WjQOboyZpr7pNxvGrmCpw/mu3SoSCj8S6k1VBpLqAV+g9HLmS4H -VjTixINUX+smxk3sGXNxPOhdyirv+bJkBOtMEO57hiz73vp2SzdEUG2nmDNr -QyDKsdCefs5MuuzvKzLvYSjxTCLBEa8fIDdYGEJ/GHAT40g42/Sd4vgpHTJJ -bJSkLnrJXEZZbiPe9DZIOe8xuOGDwZFAgTVcdFyXWCvR8CZAv7Od1L/NpLrT -W1WLsxVitnjuVnYfHDUEUR4FiVsj1bZ3UlO/m8MAVAt0922fEu0tF3K/xtHz -fo8eg3SaqBYQqUr7QnUkBDbqHOwC8qc5epepYAvJBl7EFl+rcoqkTRl72tA+ -Fj7oWgW2argdg1Q6780djq7VlK3pYaScrMvyU7/CM7IwF7LrkQPp1Ac4mCXf -RqYvv0kXOnkLFjpZD4+eOdapkqTdnXW+Q42HP0A/lwOd5vomeOOF7fhaWg5L -EYLVl9vWdJCvP5aNGz5Pwbg8cNgX+fKCBUZ23qKHDW9uPBxdHXFIS7wwA1Dr -rWg+uJf5BxEntcQenNZvjZOZIM+XMTRfCRzVEOffSJrNyrjviA9OEMWOfvua -33zDQ0LBTR3fFOkUqFCEBd2PLBUsp9MtZ1Zu9DzPtDLSyvqJFHiZ2M1uRPF2 -WQJxxrgyB9pXLL6ZO5TLWqmczy+DMwI9YbacxGTpb6z5T8QzS7gSFr9kef4i -OSqSpsEy2DTMdw3+7HNQCY8W+QWb0jExoWHwzxxK+thkVZRmKtzZFoRE25xK -spiLN647vEZsqyYJZ9tfM3K/osQdc7RVKgqdCuwK2YwesBCs2FhYaUaMlQA1 -ZYvfNIZXAPXKaCEjeW7V7g+JaMmv/6cm7n8/C82NgHn+YZILdnduGkUo9WqZ -4Z3ty7l1fE/HbOB+OHHK8vF6tW6Vsm5noGQNx/gxcBmvW4SwXMiNxPb77KEy -Ntop4iKrIMtp759OD9bQvEozHcUS8Mae5WfC4DySfLR/iAkwRQP8IYrhwk1Y -61nH3S+F8RVlJgGJi3deSqt15pfNzPS2gD5vR98w51EWNvsZitwaOIPMssdJ -FwdZqc/0O+kCeyaCiSFVMhg4R55LmvdXUeGIPBnl0POBiWyAMma56Khzk70n -hUvNsLzuZqX+Ow5FnOijx6Zbx3WvOe6kT6WiWnhYDeFI+0J+hAmfoI1B36Ld -1oUExSJ11eJWVsGXquzj6JI3hf2xMt/eIQ6yL9qOVmMbIrsUSo4lqWh+KHIa -6gBFAijxJkiqnWldiKAcD03doY08K0AD1/7ZWO+vexnRaQP6DbliufyvjCPD -/6ZrNEEL7NSInChycjqbdmucPqoTZLPgSfdlFLT3iptcDo38unnhJrFH7uXq -mn90Tja71LboMcZTyZ3ofb6sQ8nlhNQ0mSeCAB6732p4kkCks/94T7vb7H85 -n7omM1zoExqvEmemhFXX5FVCQV6SPpYjU8enrm4R1l0IjJ54Ot/tbfu4l38t -yyf4yRdV8sWh6FYkoQ53I4NOX+KSkBV6Sm2ESuTW1dVO740KhYf2cpNlQri+ -x7vKon5v1/dchQk5B+eWrHuwM/FelLIhkvLHILnSWmgllTE10EC73Mr5CUEe -qrr0nBb2xfCZFfXrrDHP0ktvt5PrvsThKK2kJAueF+FxVheBhTUB79mE0HIl -eW+E1PIzxB8NuYxyfXKQVqFGhSXf7For5tdUkQ0PZwbdliNj7dGS8poDu9+q -WEyUb7OGXyeO/mSdHU38g5aMEDnr2l/C2byvvb60ouiVsIsu6wOki6I1p9MY -3gde9JqJE+UIchctI79bbrZTYGT8g55XSbCskCGbTHSO9/xtvKnda903yq3T -AHqTj0V7WDkuCDvXViHrZb2wg99NPxPG8Xe1kkb/VbwYTWPyxfk4qkVsbQb1 -jbXk19kemwV7792cdKQmGTB9mO2kLPlXPh/LKXeXelejRnDU7hdQ1Ifu7tis -IQRfm8GKKfiCSekRrXomDiPmsHZuJKaS8T+fDpN66c5e6N9zNwOXe4PDvsT3 -uhCJ3h4nMq1lWWwkVwVuFCKFFkz5Z81sX7ZGI+l91HQ6xa7y9UokRMUbDWrH -7Skiu31JL3sLCzOHnMgLHiiNu251Z1wXNrbevRc3IQuYKigWiXJdGaQgY3QR -YS/PM0Wc7eXTjPC8rWsbcKy579RT6ju1okvJSdRryzQ7DmXmlwlqHTl5G3jU -RR9z1C+c0836fV37TZ+ayZgcjuFflcXPTCO0m2Im1EEskyX+BdmPm2jbe+qz -vwtyC5TJGLcWr21D+tNHPybVfP5jYhNbF/3tsbkw7x3XUT21MSD7LF16TNun -LaakKcYQJsoksGNU3V76GDo0dvlY/I3ekoyPv9y9K21lmEBEDRa3ySlkSe/2 -QcREeXG3hQM/h6rsnW+7z/em8oYeViGMPHOSm/TfMrRmOnPkGpdR36RutBRZ -yuBWQIFU32GFlsA61PhGguvKLLJbY4mwFfKJIfGWA5MpXbmLuiNlPsHakQrz -JsIvS+oWu8Z1UFF31a6vig3tNH+nvomk3jU/9DfWNfye6E1Oef31YpW29l/Q -eLm6DIkHzqv8Qls8cTmxATChZ+CepjpksYgjc+ZeNcX5AkpCiVtdqeVykXZF -s/xQJnxaiYdRxsywcAl5sWd5aG8cqFJygvPaRmvNGLdEMLvxxwXv3LnN2JuZ -yfW9xbOPw2v9J1YCasBTQq5Q5Pu97vPW5N/EiEc6B/chsQuidmVlU9qmQa8v -rRMeazLOGlIFMlAnd+SHSxz2WWn+EXaDKk7zdnJbYWocR4OsXaqJlkQJn2ko -8q8hqpv9WFWc5J0+Qtwa5zi1sctRiLVkzrGu9VfDvO1EVKdbli1K23UicUm5 -Gfa2DoQWTXRQE7nLrXW2k91q+7Mg02Lt5Hjihq4E5xW2xtt9VGyPxXhlG15b -wzHUzTxttoXMzcAQyoSqGM5/TkjbZLSFXyesG0UajjPluy7RccoGioXLIgiS -f9SPu9sGFdk8ZJ0fH3/RWdo2/RC6/e7AmhiHmCsQC4b/+Dtl46Zj6m5/RL7D -Px5k7FjwEZug+RdPeQ2b/oav01ayZPBMhyFBvsspWPPY7K3WS8FGuVsrObnR -ldL9O5uVtZ7tfH+Ds0fu9qUJbbmyOxIZrpg4IvT0zOprNNPNoqqs5iajsTV8 -Ky6QlN+mg6FNpO8Xv6NOtOX1T9PG5OEeLfTCzduFN1ZCoDnno+WOVhV924sA -tLlxE7+DjqtcN4JYNKMsf49XIxR6xIwNLUwU2blphmn1JJ/eeXGVx7C8pF8P -14wLQP3cIZRxn4ipjw7hn3yZrj+e7f+guKWjCDsYnsjvFYxDflD642p2WB+B -6DPoDQOCUvGbEBvj+b+7jnUqV8jwqeeDkFI2JAQfLPGb1zSVorUtGijqwKlL -C3O0fpk3I/ZphNFwPJfPlt5qevL2sX/sh1oGBSY071OEfMHRgn/sKXo2+XWK -Ij7/6DHjobgJIwThd3z0N8iXoyhVmglcpHD/O2PQfygDwhcutg8ftS1Tkk7+ -JKq9DOCjSJB1OE6nZstUIKsYo3m3dTCoScKYGvdeM87+s7a0NjnFLGcFYslN -DTMKuBfTNoECg3VVCMNJHLTIht8Evarl8YK+x2OFn7OszscvBEE/hNbXctIT -Z8PxWC2mnZ3cheZShP9oVKFrHoW2jWo7kmjXDaHVF0ZH4IOYs1x55CWKikSc -tCfFSt0iXykM77sAyt9baXJ3rjWcHN0rOCgLyvHHaO5oy9KpIiJS7SilCzcv -TtVnrnfehvgb8VGtwkFYqyVpuoGY7FP16m9pQxutHntrU8VkQNIg/Xq2inpN -Gs5rMoCIreHP+47BKC4UTLWjFg+elvfs8pWAirR/1fN8Tg83IUup/5rYmLuc -xXh9ToLygg2kHdFkwSphL8W+bm2yho9RFShmhsoxoFJtdhXPATHb9vLC2iww -cbBTstDMe6VlEMFu6XooEfIvAF+VAozaAlWvZW1CMACv4IoENBf9ZZ9jyonZ -oLIMqCabXR5fXEh4pJwPYH9eC0ehUKgOhUsDkaQPpOnrMQmiwr+zUEBbPgSx -oM0L9VQMKbAKd0oq2tSDfG1VxsE6KtZTwww0iDInrcdPiVJilCdByMHwtx1u -+8sH5+jG56hR6LG/m0QdATU0h9GAj3AiFCEjptYEzQEVuosBlcaSNj0sKmOm -rRDpALXVlnWu1GIaQBrun4Hwg8vDhaC1QBQdi3D5F7+Ke29HSO8hW34X8mRs -zjjYYB7MS/XQwtm2pQf7Z4+/JjluRUHMakaw/cHI5+Xe9MeyAsbOL7JkjE8e -cze61vDJc1uNxRmlCAGv6MlmGFyGhqy+CSqK44CYZTnf+YXMXp9X0OE2PPsh -Uq99lxgoaH8isdwfRAk/v4fA+WGDpb9y0c27NL+3Cewueib/7gdh4HQrKpH2 -85xeJWf6cpry4ajOPbkrqfM1ruu0OasDNqR8o3qiYZV8sv3Lz/yUI0QZlQgQ -EUzCtMXF7nfkft8MhayGy7uH8xkFUqSfPDT1hKunzqDJPp8Ah8D9HsBNmFEJ -Os8XEl+2r8kkCYHm1A0Dw+ApKHUAagN9yhs50kg89uclpF9ovqDJJwGbUk+W -wX7D0nOZySu+4OzTXbgz1nOHnq+4kgfC/M66h1sH/xmkRvuESXhvYeQLQTWO -r2djlq2yg3q6m/wNTwlQoXjGqXPJZl2O+zuOjxsFPQquufY1eFbMzWh5ZRqd -mW4eEIGbsP4Vl5MdLwn/akyBe/zTk4Yk8qCj2vN1uiwm9Q440aJHW77Ixfnn -I5Jvdoy65mAsbl7a1q48aqpatw/NhAPmT6BIvg6DN30YvX6f1vXDn2JLxBGL -/1ojxJRG4xKT/vlS7iGLx5TQqVquU2FKEHqXQlXRMH7RWpA9dhQe+Nk1L03H -/GMu0nKM6L8EiC9XDUFCP8dShw3TyDGgsFpW3wWq+Y+/4y588+QBPZsFs2Z0 -S/qtRCDNaaY4CB3Iojra2hl3lvOKjyxnJFLeM3wW5eJ4rHN+sY5bedfw6Z0Z -PTyGlgUebh+U9RPhPOnbAxVCFYq46WhhnItPmRQcCh9y/TF2mQg1x5YFY80z -U1KvI6JCCSXxHG0SvrGhk2cnkM66xdgjpuoEUnyswFhhbEZGdDJ8PwwvEdSB -/0n+OV+9cPK5gu6mneCpAq0lLH/mrrWiB9nYGp3gD08xoyebJlQaKXo4lFhP -2dR8kjQr6aafMR+8nsUu8l8BT8NlPte7qrfVyyjPyJz7ORaXSo9tRvVt8LGe -Yt6ccNmd3NpbKOzZ/YwgNhGsH+93uI1sxc+RD5dH0fi9dtPqgB3dHIJJv3f0 -jPT79KZWznVOEHFazXNy53hd9yEHyvcU0W32TwR4lQk2mmrfKxD4yq8RPZUX -BrUW3TC6MgD/oj7PJSOOFc+Wf7+Zrf2JnqYAio5RyXdRKLl3cQVpABvdsxpc -IhPvs7vZFA0bRXRAxL7iQMC3IpGkfVnjVH32p6lCFJ/bWLzZngmNypx5FsPn -/Roauq/NUtFfT/6cB+AXgXgtz3YyRre3/8E7HlWxrq2MkdklfO7+T1ixKNNW -rR23PuklDiovvrowX3t5oaVdZ9T+cNjT9rWWN+PHvZGVJowIpWexZnTvplrv -Ytr80lItl58DLGrm9SVtbx/56cV/6QuyFVzvCLkdLO9XADxPjNn7IwkZj+Rb -SrbZZzS4v1R7rqCI2QU0NuTzk5ViyTduPDSqI2NzkWVQEd7xXM4j7sQrpPSq -xT2WZVi1tRDYLN2LAwa/zknJqddkWE38xc6ja7/23pSGvxYjahU16WeE+8oc -kkRjSczmx0vAi1X7qhXgNdu/X39AfhtnqGCsQ//GfL+dmdBCU6bFFBIcWYbv -XXxG3Da5LPtNgvOJH/aeiZll3wteeOgiGnpR0DeF2MYvqSwB1oKqIlfl0AON -kHomugqA7E6szj53/1Heis7Sw+Qag4rAPAB6PjNx7X1h6sBXFU6sl/udIoNV -jF2Alxf+LkVcpcL2Iu31xe6O+pUWxwKD9uAn9GncRKvzximLN4p6RWhd+p0E -nP9bOch291hvRO0PQ1dDIRaP/hsgsUobI5z87mxTnNk2XOcx0h87CWEFrm28 -Nh48iFIpwIZFYOXKKr8cqsjrMJGpvTv3ZTaPLGYsqafS9YTnS0ysetTrl8f3 -L2IC6iF5XayeA/e6G6v6WeSBW65CjOEEajKM7jg9eafvzSQODBodg1q5KgPp -M0RAIQOzrGJeGtDkZHFktUIN+Qd6flY3UvRMJCO+wT7MXLJjRGY1Y5SRJUXz -DckEW3qS8GwAWRC35spXiLuDE33kZEyspE4SHnQc2nvf7MjcGiZ/6f9bgd26 -8G5pCjLUtd7/UgRkY+6CpzzwMVRASk3LF8y0Tgy6WAnyked1oCQIyiflfgf9 -cZXHpPL35SA8MNVjh0oaMZznbcBVMpT/y8STv6lJzCwlbxh2z8myNWtmo0rz -4cbL1oSAg5GiZXTvypwMeiZwhUElG7lmyBPYqNo3q55mDo0NvOzYTMCIhf+5 -V0ipjXLqMK8NhQoVjdaE8vEKvBaRFevO55pz1M6pnPajiclfRoF9CmcNH0TN -2V2F+//Imha9GLn+Qdrvjf6hRYDkUP++vWByWHXWPOnGcNfalIGFHPSX4CuJ -Zr6qk4WYQV4OiUXKCqrMTc3jURDBJyYOQmFbdzRzT9Jwz7zmHLfoFdqUCJqm -F2rZaMIOkqaQHvKKGcGDYE/GU08UEP45eEjqZ8aQFQdSWjE6ALx7Ehsfp1pe -rC8+McTOm+N8UUe/mxVi8hBq4+HdeSFQ8w+dEdVZVx54hjUMoIif4vQD3Wlf -ZjRz1MLjYcJlh6ni7EmTpbrs7f0WlNK6VUp1c95jE6iDCOsQa1Q8NSlgG1kC -S+kw/A4e3FR/wyn259dik2fQwDyrCj4mDFLA6js0U5z2xToH91VKFofsTlzx -fkgIB1uJW19wwONsmltqFrZcACmLqgxZBm99DDdNxxeEwMYCO7hFjaI/C/4q -IqB/IL2gppzwf7SJmqlE42OSLOjNjcatPemG9AgQuA0sD1xxV7PQMvxRzM2y -oo1GAUqLSeOOleJJJf7yyGTtHfLv5lLGnJBxhwagzRb5dxMBPK3QWiAHtVp6 -9pz6xCvnKvfnioF44tEWcuh9gNugezLlFYafCKJrLDYC2Z0khtT/UZdlT8Wt -cEkd/yCsZ3oBI4/uJrD78PPUT9Q0b3ki4alhoahG4L9iwJTp0t3HvcUoFTEM -mJs5aAA1Xme5/o+vBKEYNK5t/IVacou/UMwLNbHEmao3VEVIppWY8Aiv8chX -ZflzvzNu8h1c+/tY4KtjQAm8Nzh510qHubihiFSgN/jYSJZA8oOVb0bFECEL -ULlZT647T9v380fAZtqSCvTiokRlB1NNm4ZF7DtYrcVvpN1K3YTxlS7cf4Fp -QAuZNrlsum0gzFMD9DSHryYDJcLAOF5ehKJf34EUeonBx+o9hJQfJpXMgueb -/70h3CARBAfzmnCGpsCr0BTxKeddtVlOKXlAgy3ulwS4H6zGFo1FBDXqqkgt -5LrpLKruZGXZhiU4/H9+u+JP0cLGWc6xSv3fYynNTD1fkTZ1AKCiWG7HJTmS -bv81hnSHsV6AVYBofTIqLCZkdajntpRecTactmPdkHGHFNBaDZ5BDdHZL259 -e3eAME/ZR1XjaTU6J5Jmi+ca+2dTdkVqs4AL6Lwx6pcL0llrXMCWWO6AFXZj -4SzzHPeclzYaRjdKfm3NIOHvRsHQdu0PD9DRsMj7nMiURcakyAfyv6r3AhUC -tkjJoR1ncTIpxECApDwz5oqq3I/CvHLJRy/OQFiFJnYz4ZdHZha25bn2gYdb -ZQmmalycZaF9WovXGJnc6odBluEYc74YGDy2u6KlWpkfZgy9CQOm6dhC5Lpr -Jw7lvHUs7KK8xCqBkmRhcNAu6iBhXrrO2duVr1Obeer9tyLw1Z6SfVkxNvYt -SkOkXztWHC34WBryOC7K5jHFAcHr0HZjQSUGSPJYY/aoWhL6+or/qJukY8uR -60bE3x2LsFXujPXkFcAsU0MxcQpR98RWNWFSRx12mXYZQa+7IiL6EpZ6pkpl -r1gNozW2bX2evs1/UkPaUelTyFqMyY+6PAzpwWA90crCntlSsxXhPuHReA4l -rcgXLClhHGI3GrAHq+vJiqWFS7nLW9k3EtGZqWMnwI7CS0VefjYMjNqNA2A+ -6ybw0T5mhqcmMiXsBQad+XHPRGnjoZbtbbL02/C2OEIcrR5C2fTJ0PGxh3XV -ddDGrBxY3oNqggGiE+PRYerJnZkkO2gJPj437ZOzqze5/9LXfhlJuVHpDp5v -k53Oj2S5LRh/+FN9eSXO6AaJnBSPmqaiUKcpFxkIberS7T8g8UUP0J+q91oX -3ZpKbgfotc6/Y5mkqYRsqOqGso9cl7Jt4rbu+z7SfZxx9P0/9561iA== +1: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 +KMKklgvXsntsh5g0Bq0rLDwhOfq5rf8P5hOnHA== "]]}}, CreateCellID->True, DynamicEvaluationTimeout->60, @@ -52572,7 +27426,8 @@ FpG1n6WfSeLb27c2Volz+/dhBxtxrIPL2Ar/oQtZg16JsQ879Gyxx3vEuygx 0, 0, 255}}, {{255, 255, 255, 255}, {0, 0, 0, 255}, {255, 255, 255, 255}}}], "Byte", ColorSpace -> "RGB", ImageResolution -> {72, 72}, Interleaving -> True], "Hover" -> - Image[RawArray["UnsignedInteger8",{{{255, 255, 255, 255}, {0, 0, 0, + Image[ + RawArray["UnsignedInteger8",{{{255, 255, 255, 255}, {0, 0, 0, 255}, {255, 255, 255, 255}}, {{0, 0, 0, 255}, {0, 0, 0, 0}, {0, 0, 0, 255}}, {{255, 255, 255, 255}, {0, 0, 0, 255}, {255, 255, 255, 255}}}], "Byte", ColorSpace -> "RGB", @@ -53271,8 +28126,8 @@ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = 341138948110023950; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, - ReleaseHold[DefinitionNotebookClient`$ButtonCode = - HoldForm[ + ReleaseHold[ + DefinitionNotebookClient`$ButtonCode = HoldForm[ PacletResource`DefinitionNotebook`\ RefreshNotebookPacletFiles[RSNB`nbo, RSNB`cell]]]], @@ -54429,9 +29284,9 @@ RefreshNotebookPacletFiles[RSNB`nbo, RSNB`cell]]]], DefinitionNotebookClient`ButtonCodeID[ 341138948110023950]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; - Null]]]], CurrentValue[ - RSNB`cell, {TaggingRules, "Refreshing"}] = False]], - Appearance -> None, Enabled -> Dynamic[ + Null]]]], + CurrentValue[RSNB`cell, {TaggingRules, "Refreshing"}] = + False]], Appearance -> None, Enabled -> Dynamic[ Not[ CurrentValue[ EvaluationCell[], {TaggingRules, "Refreshing"}]]], @@ -54615,8 +29470,7 @@ GRPf1sw3cDj8VSOm/5G9w5vAHXKt3IZQ/0HDoQHBFwFFwBcEHxR9zQlGcP3o 16}], #}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, AutoDelete -> - False, - GridBoxItemSize -> { + False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"], FontColor -> RGBColor[0.86667, 0.06667, 0.], FontSize -> 13, FontFamily -> @@ -54842,9 +29696,8 @@ GRPf1sw3cDj8VSOm/5G9w5vAHXKt3IZQ/0HDoQHBFwFFwBcEHxR9zQlGcP3o And[ StringQ[ With[{RSNB`cell$ = First[ - Cells[ - RSNB`nbo, CellStyle -> "PacletDirectoryChooser", CellTags -> - "PacletManifestPanel"], $Failed]}, + Cells[RSNB`nbo, CellStyle -> "PacletDirectoryChooser", + CellTags -> "PacletManifestPanel"], $Failed]}, Replace[{ CurrentValue[ RSNB`cell$, {TaggingRules, "PacletDirectoryType"}], diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.7.5.md b/Resources/ChangeLogs/MaXrd_change_log_0.7.5.md new file mode 100644 index 0000000..29a4684 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.7.5.md @@ -0,0 +1,19 @@ + +# Change log + +## Version 0.7.5 + +- Changelog started. +- Documentation on `SystematicAbsentQ` fixed. +- Several functions belonging to the context `Crystallography` have been ascribed the new context `Physics`. +- `$PhysicalConstants` created. +- Wrong coefficients in `$ScatteringFactors` were corrected (At, Be, C, Ho, Ni, Tm, Zn). +- The space groups of `Silicon`, `Germanium` and `Diamond` are now set to use the alternative origin in `$CrystalData`. +- Added new alternative space group entries to `$SpaceGroups` (B1, C1, F1, I1, P1, A-1, B-1, C-1, F-1, I-1). `$XrayRedirect` was also updated. +- `SymmetryOperations` in `$SpaceGroups` have been flattened to a plain list structure. +- The following new functions were created: `InputCheck`, `LaueClass`. +- `StructureFactorTable` now sorts by decreasing structure factor by default. +- `ReflectionList` now sorts reflections from least to highest digit sum (ignoring sign), and has been extended with a `Keep` option. +- Added the option `ReflectionListKeep` to `StructureFactorTable`. +- Updated the documentation on `StructureFactor` and `StructureFactorTable`. +- Minor bug fixes. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.7.6.md b/Resources/ChangeLogs/MaXrd_change_log_0.7.6.md new file mode 100644 index 0000000..280280f --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.7.6.md @@ -0,0 +1,11 @@ + +# Change log + +## Version 0.7.6 + +- `$XrayVersion` and `$XrayChangelog` added. +- Minor fixes in documentation. +- Fixed some bugs in `AddCompoundToDataset`. +- Fixed a bug with `StructureFactorTable` that could give unit cell volumes to be imaginary. +- Updated `RefinedValues`. New tag available: `Wavelenght`. +- Updated `MergeLogs`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.7.7.md b/Resources/ChangeLogs/MaXrd_change_log_0.7.7.md new file mode 100644 index 0000000..c678177 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.7.7.md @@ -0,0 +1,18 @@ + +# Change log + +## Version 0.7.7 + +- Updated documentation on `CrystalMetric` and fixed a link in the `Xray` guide. +- Updated documentation on `StructureFactor`. +- Minor fixes in the code. +- Added `P21/n` and `P21/a` to `$XrayRedirect`. +- Contact e-mail added to main guide page. +- Updated documentation on `$ScatteringFactors`. References are now included. +- `Installation.nb` will no longer ask user to save changes. +- If structure factor equals zero, corresponding phases are now displayed as `--` in `StructureFactorTable`. +- `StructureFactor` now has an option for disabling units (the phase). Documentation updated. +- `$PointGroups` and `$SpaceGroups` now have the formatted symbol prepended to each entry. +- Minor bug fixes in `AddCompoundToDataset`. Updated the way output is presented. Changed the way ADP type information is stored in `$CrystalData` -- now the various atoms can be of different types. +- `CrystalMetric` updated to support input of lattice parameters directly. +- Introduced a `Limit` and a `Progress` option to `ReflectionList`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.7.8.md b/Resources/ChangeLogs/MaXrd_change_log_0.7.8.md new file mode 100644 index 0000000..4d53e27 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.7.8.md @@ -0,0 +1,13 @@ + +# Change log + +## Version 0.7.8 + +- Minor bug fixes and updated in the documentation. +- It is now possible to set values for the cutoff intensity and group width in `ReflectionSetInspection`. +- Updated `ToMiller` to return output with commas if any index is not an integer. +- New function added to the `Statistics` context: `NonlinearLeastSquares`. +- Fixed an error with `StructureFactor` causing it to not accept wavelength input. +- `AddCompoundToDataset` now adds the site symmetry order for each atom to `$CrystalData`. +- Updates on `StructureFactor` (handles occupation factor and site symmetry differently). +- Updated some functions to also use `InputCheck` for crystal names. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.7.9.md b/Resources/ChangeLogs/MaXrd_change_log_0.7.9.md new file mode 100644 index 0000000..28819c5 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.7.9.md @@ -0,0 +1,41 @@ + +# Change log + +## Version 0.7.9 + +- Updated `$SpaceGroups`: Space group entries now have a `Name` sub-key that extends support for more alternative settings. +- Created the function `UnitCellTransformation` for transforming entries in `$CrystalData` to different cell settings. +- Fixed minor formatting bugs in `$SpaceGroups`. +- Added *HermannMauguinFullAlt* entries to rhombohedral space groups (R3, R-3, R32, R3m, R3c, R-3m, R-3c) that include *:h* or *:r*. +- Also added *SymbolAlt*, *HermannMauguinShortAlt* and *HermannMauguinFullAlt* to space group entries with multiple cell origins. +- Fixed *I 41/a* (no. 88) entry in `$SpaceGroups`. +- `$XrayRedirect` updated to comply with changes of `$SpaceGroup`. +- Fixed a bug in `AddCompoundToDataset`; no *DisplacementParameters* were written if the cif-file were missing such data. +- Added the functionality to find “best fitting” space group formatting with `ToStandardSetting`. +- Fixed a bug in `AddCompoundToDataset` when a *label* was not explicitly given by the user. +- Added support for chemical formulas with decimals in `AddCompoundToDataset`. +- Updated `GetElements` with an option to ignore the charge of ions. +- Updated documentation on `UBtransformation`. +- Added support for string input in the `ToMiller` and `FromMiller` functions. +- Changed names of *SymmetryOperationsNotationA* to *SymmetryOperationsITA* and *SymmetryOperationsNotationB* to *SymmetryOperationsSeitz* in `$PointGroups`. +- Improved `MergeSymmetryEquivalent`. +- Minor fixes and updates in documentation. +- Created documentation on `RoundSignificants` and `ErrorPropagation`. +- Fixed a bug in `RoundSignificants` where output would not have a zero as second significant figure when expected. +- Created `SymmetryData`. +- Added the option `UseCentring` to `SymmetryEquivalentPositions`. +- Updated a bug in `InputCheck` where reflections containing negatives would not pass the function tests. +- Merged `ReflectionSetInspection` and `PeakTableHelper` to `PeakTableInspection`. +- Update documentation on `ReflectionConditionCheck`. +- Fixed bugs in `AddCompoundToDataset`: Procedure for finding the ADPs is now more robust. +- Updated `SymmetryData` with the option *UnambiguousSymbol*. +- Changed the name from `ReflectionConditionCheck` to `ReciprocalImageCheck`. +- Changed the name from `SimulateReciprocalSpace` to `ReciprocalSpaceSimulation`. +- Created the functions `BraggAngle` and `InterplanarSpacing`. +- Created the functions `ExtinctionDistance` and `DarwinWidth`. +- `$XrayRedirect` now supports concatenated versions of short Hermann--Mauguin symbols. +- Added the *HoldIndex* option in `ReflectionList`. Included this option in `ReciprocalSpaceSimulation`. +- Fixed a bug in `ReflectionList` where the incorrect resolution, based on the wavelength, was found. +- Added *CrystallographyToCartesian* to `$TransformationMatrices`. +- Updated `GetElements` with a *Tally* option. +- Created `$PeriodicTable`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.8.0.md b/Resources/ChangeLogs/MaXrd_change_log_0.8.0.md new file mode 100644 index 0000000..2c30320 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.8.0.md @@ -0,0 +1,61 @@ + +# Change log + +## Version 0.8.0 + +- Merged the separate package-sections into one notebook, and made a *Core* directory for the core elements of the package. The folder *ExampleFiles* could in theory be deleted without affecting the package. +- `$XrayPath` created, which is a path to the main directory of the package. All other paths should be set relative to this. +- Removed `$XrayExamples`. Easy enough to use `$XrayPath`. +- Miscellaneous updates of the documentation. +- Updated `$PointGroups`: The association is now using non-formatted keys, some keys have been adjusted and more symbol variations have been added. Schoenflies symbols and class names information has also been added. +- Miscellanous updates to `$SpaceGroups`. +- The `XrayChangelog` function was updated. The log is now presented in a new window/notebook. +- Created `ExportCrystalData`. +- Renamed `AddCompoundToDataset` and `RemoveCompoundFromDataset` to `ImportCrystalData` and `DeleteCrystalData`, respectively. +- Updated the default data in `$CrystalData`. +- Addded the option "Threshold" to `StructureFactor`. +- Added the option "IgnoreSystematicAbsence" to `StructureFactor`. +- Updated `ReflectionList` to use Tuples. Table will be used if "HoldIndex" option is applied. +- `ScatteringFactor` and `StructureFactor` are now effectively Listable in regards to reflections. +- Added subgroup data to `$PointGroups`. +- Fixed a bug in `SymmetryEquivalentPositions` where the non-centring sub-routine was not working properly. +- Renamed `ScatteringFactor` to `AtomicScatteringFactor`. +- Deleted `$ScatteringFactors`; its functionality has been incorporated with `AtomicScatteringFactor`. +- Fixed a bug in `SymmetryEquivalentPositions` where too many equivalent positions were generated when not taking centring into account. +- Fixed a bug in `StructureFactor`; the multiplicity reduction was incorrect. +- Length- and energy quantities may now be input in `StructureFactor`. +- `$PhysicalConstants` discontinued. +- Created *CromerLiberman.m* from all the anomalous correction dat-files. This is now the default source for calculating corrections to the scattering factor in `AtomScatteringFactor`. +- Information on Wyckoff position and site symmetry has been implemented in `$SpaceGroups`. +- Added *InternationalTablesC(3rd)* as a source for coefficients used for calculating the atomic scattering factor. +- Expanded *WaasmaierKirfel.m* with ions. +- Added tabulated data for calculating atomic scattering factors from the *DABAX* directory found at <http://ftp.esrf.eu/scisoft/DabaxFiles/>. +- `AtomicScatteringFactor` now extracts elements from the atom data and not the chemical formula, and elements from the periodic table may be input directly. +- Auto-complete is now updated for `ImportCrystalData` and `DeleteCrystalData` after each successful execution. +- Added more unconventional space group settings for the monoclinic, tetragonal and trigonal crystal systems. +- Added scattering cross section data from *xraylib*, which is applied in `AttenuationCoefficient`. +- Added anomalous scattering factors (correction terms) from *xraylib*. +- Added the option *RationaliseThreshold -> 0.001* in `SymmetryEquivalentPositions`. +- Updated local variables in `StructureFactor` to coincide with notation used in coreCIF. +- `ImportCrystalData` can now store both *SiteSymmetryOrder* and *SiteSymmetryMultiplicity*. +- Better handling of chemical formulas in `ImportCrystalData`. +- Added sub routines to `InputCheck` for retrieving formula untis stored in `$CrystalData` and converting energy or wavelength input to angstroms. +- Separated the "development code" from the *Definitions.nb* notebook. +- Changed name of *ExtinctionDistance* to `ExtinctionLength`. +- Separated out the geometrical factor of the normal procedure for `ExtinctionLength` and `DarwinWidth` (the experimental angles can also be put in). +- Removed `AlignUB`, `ErrorPropagation`, `ExportReflectionFile`, `ImgScript`, `ImportReflectionFile`, `IntensityTable`, `MergeLogs`, `MonitorIni`, `LeastSquaresFit`, `PeakTableInspection`, `RefinedValues`, `RoundSignificants`, `UnwarpLayerList` and `WeightedMean` from the package (not considered core functions to X-ray or diffraction topics). +- `ExtinctionLength` and `DarwinWidth` are now practically listable in terms of reflections. +- All data sources used in `AtomicScatteringFactor` have been truncated at lambda = 2.5 angstroms. +- The space groups of the crystals *Copper* and *Aluminium* were changed from *Fd-3m* to *Fm-3m*. +- Corrected a couple of Hall strings (`C 4 -2a` and `F -4 -2`). +- *OldHallString* and *OldSymbolAlt* added for space groups 39, 41, 64, 67 and 68. +- Added label *GetCentringVectors* to `InputCheck`. +- Added option *UseCentring* to `SymmetryOperations`. +- The tag *SpaceGroupQ* in `InputCheck` has been replaced with a more thorough *InterpretSpaceGroup*, which will return the interpreted space group symbol and abort with messages if not successful. +- Created `CrystalFormulaUnits`. Some functionality was transferred from `CrystalDensity`. +- `SymmetryEquivalentPositions` is now practically listable in terms of coordinates. +- Crystal names can now be input to `GetElements` in order to return a list of elements in its *ChemicalFormula* or *AtomData*. +- Created `GetScatteringCrossSection`. +- Extended `InputCheck` with the label *InterpretElement*. +- Added "IgnoreIonCharge" option to `ImportCrystalData`. +- Several functions now have the name *Get-* prepended to them: `GetAtomicScatteringFactor`, `GetCrystalMetric`, `GetLatticeParameters`, `GetLaueClass`, `GetScatteringCrossSection`, `GetSymmetryData`, `GetSymmetryOperations`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_0.9.0.md b/Resources/ChangeLogs/MaXrd_change_log_0.9.0.md new file mode 100644 index 0000000..e7db225 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_0.9.0.md @@ -0,0 +1,18 @@ + +# Change log + +## Version 0.9 + +- Refactored some code in `ImportCrystalData`; updated documentation. +- `GetAtomicScatteringFactor` restructured so to better handle crystal label with reflections input and element(s) with *sinlam* input. +- `InputCheck` procedures with *ProcessWavelength*, *GetCrystalWavelength* and *GetEnergyWavelength* were updated to let *-1* pass through without aborting evaluation. +- `ImportCrystalData` returns a message (but does not abort) if *neutron* radiation type is detected in .cif file. +- `InputCheck` with label *InterpretElement* now replaces *D* (deuterium) with *H*. +- Added the Hall symbol *-B 2ydav* to the space group *B 21/d*. +- Adding crystal data manually in dialogue windows is now possible with `ImportCrystalData`. +- Completed tutorials. +- Added the option *IgnoreHydrogen* to `CrystalFormulaUnits`. +- `$XrayChangelog` file is now formatted in Markdown language. +- `ImportCrystalData` now also counts the number of *atom_site_fract*_ to verify subdata length. +- Detailed information on how *f0* and *f1f2* data files were restructured for this package is now available in the tutorial page *Applying crystal data*. +- `GetAtomicScatteringFactor` now checks for source specific *sin(theta)/lambda* limits. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.0.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.0.0.md new file mode 100644 index 0000000..2d6a145 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.0.0.md @@ -0,0 +1,10 @@ + +# Change log + +## Version 1.0.0 + +Release date: 2018-08-25 + +- Package renamed from **Xray** to **MaXrd**! +- Renamed `$XrayFunctions` to `$MaXrdFunctions`, `$XrayChangelog` to `$MaXrdChangelog`, `$XrayPath` to `$MaXrdPath`, `$XrayRedirect` to `$GroupSymbolRedirect` and `$XrayVersion` to `$MaXrdVersion`. +- `GetAtomicScatteringFactor` and `GetScatteringCrossSection` renamed to `GetAtomicScatteringFactors` and `GetScatteringCrossSections`, respectively. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.0.1.md b/Resources/ChangeLogs/MaXrd_change_log_1.0.1.md new file mode 100644 index 0000000..6ccd2f3 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.0.1.md @@ -0,0 +1,15 @@ +# Change log + +## Version 1.0.1 + +Release date: 2018-09-06 + +- `Changelog.txt` changed extension to `Changelog.md`. +- Updated `$MaXrdChangelog`. +- The `MaXrd/Kernel/init.m` file was edited to allow for a more general package placement and correct auto-complete version requirement (thanks to Szabolcs Horvát). +- Minor revisions in the `README.md` file. +- Corrected version requirement from `10.0+` to `10.3+`. +- Changed the definition of `$MaXrdPath` to comply with a more general package placement. +- Fixed some hyperlink bugs in the main tutorial page. +- Corrected spelling errors in the documentation. +- Corrected a bug where `MillerNotationToString` did not work as expected with negative indices. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.0.2.md b/Resources/ChangeLogs/MaXrd_change_log_1.0.2.md new file mode 100644 index 0000000..ab08988 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.0.2.md @@ -0,0 +1,10 @@ +# Change log + +## Version 1.0.2 + +Release date: 2019-01-07 + +- Fixed a bug where `ReflectionList` and `ReciprocalSpaceSimulation` would not work with crystals that stored wavelength as a `Quantity`. +- Minor updates and changes in the documentation (thanks to Bianca Eifert for pointing out some of them). +- Added some missing auto-complete suggestions for `$CrystalData` (for the second argument). +- Added the option `AngleThreshold` to `BraggAngle` and `ReflectionList` for more efficient filtering by Bragg angle. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.1.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.1.0.md new file mode 100644 index 0000000..13426c1 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.1.0.md @@ -0,0 +1,10 @@ +# Change log + +## Version 1.1.0 + +Release date: 2019-02-02 + +- `SyntaxInformation` added for relevant functions. +- Minor changes to the guide page (main documentation page) and title of this change log. +- Updated documentation page for `SymmetryEquivalentReflections` (function can be called with one argument). +- Corrected option table for `StructureFactor`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.2.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.2.0.md new file mode 100644 index 0000000..777a9d4 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.2.0.md @@ -0,0 +1,23 @@ +# Change log + +## Version 1.2.0 + +Release date: 2019-03-16 + +- Replaced `Part` brackets with `\[LeftDoubleBracket]` and `\[RightDoubleBracket]` in definition code for better readability. +- Prepended `` Global` `` to the lattice parameter symbols in `TransformationMatrices.m` to avoid *Mathematica* treating these as `` Global`Private` ``. +- Added an example (with ferrocene) to the `$TransformationMatrices` documentation page. +- Added the option `"Space"` to `GetLatticeParameters` so lattice parameters can be obtained for both direct and reciprocal space. +- Fixed the `SyntaxInformation` for `SymmetryEquivalentPositions`. +- Minor documentation updates. +- Added the option `"ToCartesian"` to `GetCrystalMetric` that utilises the appropriate transformation matrix automatically. +- Functions that have options now simply have `OptionsPattern[]` instead of `OptionsPattern@<function_name>` in the definitions. +- Changed the space group of *CalciumFluoride* in `$CrystalData` from `Fd-3m` (# 227) to `Fm-3m` (# 225). +- Created the function `EquivalentIsotropicADP`. +- Created the function `CrystalPlot`. +- Created the function `ExportCrystalData`. +- Created the function `ExpandCrystal`. +- Created the function `EmbedStructure`. +- Updated `InputCheck[_, "GetPointSpaceGroupCrystal"]` to handle crystal instances in a temporary `$CrystalData` construct. +- Updated `PacletInfo.m`. +- Removed `Installation.nb` and updated installation instructions in `README.md`. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.3.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.3.0.md new file mode 100644 index 0000000..88b9af6 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.3.0.md @@ -0,0 +1,19 @@ +# Change log + +## Version 1.3.0 + +Release date: 2019-03-28 + +- Updated the example under *Scope* in the `UnitCellTransformation` documentation page to make use of `CrystalPlot`. +- Added `EmbedStructure` to the list in `AutoComplete.nb`. +- Added the option `"Space"` to `GetCrystalMetric` so lattice parameters can be used from either direct or reciprocal space. +- Fixed a bug in `ExportCrystalData[_, _, "DISCUS"]` where the structure size would not be included in the output file. +- Added the possibility to use `EmbedStructure` with list of conditions that dictate where to place embeddings. +- Updated `ExportCrystalData` with the option `"Flag"` which can be set to `"Simple"` (default) or `"Detailed"`. +- Added the Boolean option `"ExpandIntoNegative"` for `ExpandCrystal` which centres the origin at the middle of the new structure. Updated `EmbedStructure` to detect this change. +- Added the option `"TrimBoundary"` to `EmbedStructure` enabling a "trimming" of the structure after embedding. +- Created the option `"RandomDistortions"` for `EmbedCrystal` which can perform a random shift/distortion of units upon embedding. +- Removed `DeleteCrystalData`. Using `KeyDropFrom[$CrystalData, <label_to_delete>]` gives the same result. +- Created the option `"RandomRotations"` for `EmbedCrystal` analogous to `"RandomDistortions"`. +- Minor documentation updates. +- Changed all `Module`s with `Block` in the definitions for better performance. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.4.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.4.0.md new file mode 100644 index 0000000..a772dea --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.4.0.md @@ -0,0 +1,9 @@ +# Change log + +## Version 1.4.0 + +Release date: 2019-04-02 + +- Renamed the options `"RandomDistortions"` and `"RandomRotations"` to `"Distortions"` and `"Rotations"`, respectively, in `EmbedStructure` and made them more general by enabling the choice between set values or ranges. +- Added the option `"DistortionType"` which enables the function to interpret the given distortions either as ångströms in a `"Cartesian"` system or as fractions of the host unit cell in a `"Crystallographic"` setting. +- Added the option `"RotationOrder"` which lets the user specify the order of axes to rotate. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.5.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.5.0.md new file mode 100644 index 0000000..c6273bd --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.5.0.md @@ -0,0 +1,15 @@ +# Change log + +## Version 1.5.0 + +Release date: 2019-04-23 + +- Created the function `DISCUSPlot` which executes diffraction simulation in *DISCUS* automatically and plots the result. +- Fixed `GetCrystalMetric` so that the `"Space"` and `"ToCartesian"` options work when input is a list of lattice parameters. +- Updated `InterplanarSpacing` to use the `"Space"` option of `GetCrystalMetric`. +- Fixed a bug in `MillerNotationToList`. Numerical entries are now outputted as integers instead of strings. +- Fixed a bug where settings of `"Rotations"` in `EmbedStructure` would not work as expected. +- Very small numbers are no longer written in scientific notation in `ExportCrystalData`. +- Any ion charges are not carried through in the output of `ExportCrystalData`. +- Updated `RelatedFunctionsGraph` to comply with new option names in *Mathematica* version 12. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.5.1.md b/Resources/ChangeLogs/MaXrd_change_log_1.5.1.md new file mode 100644 index 0000000..3fcd930 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.5.1.md @@ -0,0 +1,8 @@ +# Change log + +## Version 1.5.1 + +Release date: 2019-04-27 + +- `DISCUSPlot` now works on *Windows* and checks whether *DISCUS* is installed. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.5.2.md b/Resources/ChangeLogs/MaXrd_change_log_1.5.2.md new file mode 100644 index 0000000..561d346 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.5.2.md @@ -0,0 +1,11 @@ +# Change log + +## Version 1.5.2 + +Release date: 2019-05-07 + +- Removed duplicate entries in the *Mathematica code* sections in the documentation pages. +- Added information on `UnitCellTransformation` option `"CustomP"` in the documentation. +- `DISCUSPLot` now recognises `"Void"` to be used as a vacancy/absence of embedding. +- `MillerNotationToString` now supports string input and supports negative indices written both as negative characters (`Times[-1, "a"]`) and strings where the character is preceded by a dash (`"-a"`). +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.6.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.6.0.md new file mode 100644 index 0000000..e7a0977 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.6.0.md @@ -0,0 +1,14 @@ +# Change log + +## Version 1.6.0 + +Release date: 2019-06-14 + +- `DISCUSPlot` now prints error messages from *DISCUS* if there are any (new option: `DISCUSPrint`). +- Improved structure size recognition for `DISCUSPlot`. +- `EmbedStructure` now recognises symbols of the chemical elements; single atoms of the given type will be used. +- Entries (keys) in `$CrystalData` are now sorted alphabetically after using `EmbedStructure` and `ExpandCrystal`. +- Fixed a bug where `ImportCrystalData` would not save manually created crystal entries. +- `ExportCrystalData` updated to use ADP value of zero if no such data is available. +- Created the function `DistortStructure`. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.7.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.7.0.md new file mode 100644 index 0000000..d0be7c6 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.7.0.md @@ -0,0 +1,23 @@ +# Change log + +## Version 1.7.0 + +Release date: 2019-08-08 + +### New content + +- Created the function `SynthesiseStructure`. +- Added the snippet `"Update$CrystalDataAutoCompletion"` to `InputCheck` and factorised functions that update `$CrystalData` to use this (`DistortStructure`, `EmbedStructure`, `ExpandCrystal` and `ImportCrystalData`). + +### Improvements to `EmbedStructure` + +- Option `"ShowProgress"` added to `EmbedStructure`. +- `EmbedStructure` is now capable of dealing with overlapping atoms (new options: `"OverlapPrecedence"` and `"OverlapRadius"`). +- `EmbedStructure` parameter identifiers *source* and *target* were renamed to *guest* and *host*, respectively, to avoid confusion. +- `EmbedStructure` now mutates the *hostCrystal* by default (and uses a new option `"NewLabel"` to create new crystal objects) to be more aligned with the usage of similar functions. + +### Miscellaneous + +- `$MaXrdChangelog` updated to handle headings/subsections in this changelog. +- `$MaXrdPath` updated to prioritise the standard location of packages in *Mathematica* (`.../Mathematica/Applications/`), as it can find the developing directory as well. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_1.8.0.md b/Resources/ChangeLogs/MaXrd_change_log_1.8.0.md new file mode 100644 index 0000000..457129a --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_1.8.0.md @@ -0,0 +1,25 @@ +# Change log + +## Version 1.8.0 + +Release date: 2019-10-15 + +### New content + +- Created the function `ConstructDomains`. +- Created the function `DomainPlot`. +- `InputCheck` updated with a `"DomainRotation"` and a `"GetCrystalFamilyMetric"` label. + +### Improvements to `EmbedStructure` + +- If conditional placement is used with `EmbedStructure` and a given coordinate tuple falls through without any match, nothing is inserted here (used to insert last entry in `guestUnits`). +- Fixed a bug with `EmbedStructure` where using `"Rotations"` did not assume numbers in degrees. +- Message is no longer given if conditions or random selections are such that nothing is embedded (`EmbedStructure::OnlyVoid`). +- A host structure is now considered to be placed in positive coordinates as long as no coordinates are below `-1.0` in any direction. +- `EmbedStructure` now updates the `"StructureSize"` of the resulting structure. + +### Miscellaneous + +- `SynthesiseStructure` now also supports the `"RotationMap"` and `"RotationPoint"` options akin to `DomainPlot`. Documentation page updated. +- Second argument of `ExpandCrystal` changed to `structureSize_List: {1, 1, 1}`. +- `ExportCrystalData`: Change third argument `format_String` to `format_String: "DISCUS"` (default value). diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.0.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.0.0.md new file mode 100644 index 0000000..cbbe282 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.0.0.md @@ -0,0 +1,40 @@ +# Change log + +## Version 2.0.0 + +Release date: 2020-01-05 + +### Changes + +- `InputCheck["DomainRotation"]` has been replaced with `InputCheck["RotationTransformation"]`, which is more versatile (now used in `DomainPlot`, `EmbedStructure` and `SynthesiseStructure`) and uses different rotation options (`"RotationAnchorReference"`, `"RotationAnchorShift"`, `"RotationAxes"`). +- Angular input parameters in `BraggAngle`, `DomainPlot`, `EmbedStructure`, `ReflectionList` and `SynthesiseStructure` are now expected to be in radians. This seems to be more universally adopted and makes it clearer when input is in degrees. +- `"DISCUSPlot"` changed name to `SimulateDiffractionPattern"`, as both `"DISCUS"` and `"DIFFUSE"` can now be used to generate simulations. +- Edited `init.m` to print message in case of insufficient *Mathematica* version. +- `InputCheck` declarations reorganised so snippet labels are always the first parameter (affected: `"CrystalQ"`, `"GetCentringVectors"`, `"GetCrystalFormulaUnits"`, `"GetCrystalSpaceGroup"`, `"GetCrystalWavelength"`, `"GetEnergyWavelength"`, `"GetPointSpaceGroupCrystal"`, `"InterpretElement"`, `"InterpretSpaceGroup"`, `"PointGroupQ"`, `"PointSpaceGroupQ"`, `"Polarisation"`). + +### New content + +- Added functionality to `ConstructDomains` that simplifies creation of sector domains/regions. +- `SynthesiseStructure` now has a designated routine for domains. +- `"OpacityMap"` option added to `CrystalPlot`. +- Created the tutorial *Using the rotation options* aimed at the usage of `DomainPlot`, `EmbedStructure` and `SynthesiseStructure`. +- `ExportCrystalData` now supports a new format: `"DIFFUSE"`. +- Implemented `"DIFFUSE"` as an alternative method of producing simulated diffraction patterns (through Darren Goossens' *ZMC* program). +- New snippet `"GetReciprocalImageOrientation"` added to `InputCheck`. +- Created the function `ResetCrystalData`. + +### Miscellaneous + +- `DistortStructure` now checks the dimensions of input. +- Fixed a bug where `GetCrystalMetric` had problems with lattice parameters expressed as quantities. +- Interstitial defect example added to `DistortStructure`. +- Minor documentation updates. +- Corrected misspelling of *AsymmetricUnitCellCount* in `ExpandCrystal`. +- Option `"Flag"` in `ExportCrystalData` changed to `"Detailed"` (now a Boolean type). +- `EmbedStructure` now calculates the (mean) number of atoms per unit cell for the new structure. +- Fixed a bug in `GetSymmetryData` where the label `"Setting"` would not work as expected. +- Renamed error message `GetElements::formula` to `GetElements::InvalidFormula` and `::invalid` to `::InvalidElement`. +- Error messages of `InputCheck` updated. +- A unit test for the package has been written. +- Reorganised internal layout of the package. +- Documentation pages updated. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.1.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.1.0.md new file mode 100644 index 0000000..e0799fe --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.1.0.md @@ -0,0 +1,19 @@ +# Change log + +## Version 2.1.0 + +Release date: 2020-01-12 + +### New content + +- Added the option `"IncludeStructureSizeInfo"` to `ExportCrystalData`. +- Added the option `"ScalingFactor"` to `SimulateDiffractionPattern`. + +### Improvements and fixes + +- Fixed a bug in `SimulateDiffractionPattern` where the use of *DISCUS* would not work correctly. +- Created a `UserData` directory in the package root and moved `CrystalData.m` here. `$CrystalData` and `ResetCrystalData` updated to conform with this change. +- `ImportCrystalData` now returns instead of aborting if user cancels import. +- Improved the package unit test. +- `$MaXrdPath` updated with support for *Windows*. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.1.1.md b/Resources/ChangeLogs/MaXrd_change_log_2.1.1.md new file mode 100644 index 0000000..006e12e --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.1.1.md @@ -0,0 +1,12 @@ +# Change log + +## Version 2.1.1 + +Release date: 2020-01-17 + +- Added more examples to the `SimulateDiffractionPattern` documentation page. +- When specifying a probability distribution of entities with `EmbedStructure`, the procedure now more closely fulfils that distribution instead of using `RandomChoice`. +- Updated `ImportCrystalData` to use the data file in the `UserData` directory by default (changed the `"DataFile"` option). +- Added `"DataFile"` option to `EmbedStructure` and `ExpandCrystal`. +- Factorised data file operations for `ImportCrystalData`, `EmbedStructure` and `ExpandCrystal` into a `InputCheck` snippet with label `"Update$CrystalDataFile"`. +- Minor updates in the documentation (`SimulateDiffractionPattern`, `EmbedStructure`) and in the package unit test. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.2.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.2.0.md new file mode 100644 index 0000000..ceba35b --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.2.0.md @@ -0,0 +1,19 @@ +# Change log + +## Version 2.2.0 + +Release date: 2020-07-02 + +- Added the Boolean option `"IgnoreSymmetry"` to `ExpandCrystal`. +- Fixed a bug in `SynthesiseStructure` that would occur if the input units did not have a *Notes* key. +- Improved assembly performance of `SynthesiseStructure`. +- Fixed bug encountered when using `SynthesiseStructure` with blocks not having size 1x1x1. +- Swapped sections 1C and 1D in the internal code for `UnitCellTransformation` to avoid an error for crystals missing notes. +- Added the Boolean option `"ReturnData"` to `SimulateDiffractionPattern`. +- Fixed a bug in `"RelatedFunctionsGraph"`. +- Added twin example to the documentation pages of `ReciprocalSpaceSimulation`. +- Added coordinate transformation example to the documentation pages of `GetCrystalMetric`. +- `docbuild.xml` file updated to work with both macOS and Windows. +- Updated references (`./Misc/References.bib`) +- `README.md` file updated with a *Functionality* section. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.3.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.3.0.md new file mode 100644 index 0000000..0585e3b --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.3.0.md @@ -0,0 +1,33 @@ +# Change log + +## Version 2.3.0 + +Release date: 2020-08-04 + +### New content + +- Option `"ShowProgress"` added to `ConstructDomain`. +- Option `"AtomRadiusType"` added to `CrystalPlot`. +- Added the possibility to filter `"Host"` or `"Guest"` atoms only with the `"OpacityMap"` option of `CrystalPlot`. +- Added another example to the `"SectorRegions"` in `ConstructDomains`. +- Added a modulation example to the `DistortStructure` documentation. +- Added the possibility for `ConstructDomains` to store and return the a complete collection of the states in every cycle, and `DomainPlot` to present such a series. + +### Improvements and fixes + +- Fixed broken hyperlinks in the *See Also* section in the documentation of `ExpandCrystal` and `CrystalPlot`. +- Fixed a bug where `ConstructDomains` would finish each iteration after only three cell visits. +- Set a default Windows path for *DIFFUSE* in `SimulateDiffractionPackage`. +- Altered `SimulateDiffractionPattern` to use `discus` through `discus_suite`. +- Fixed a bug in `SimulateDiffractionPattern["DISCUS", _, _]` where the structure size would not be correctly assessed. +- Fixed a bug where `"UnitCellAtomsCount"` would not be correctly updated when using `SynthesiseStructure`. +- Default plot options for `CrystalPlot` in cases of trigonal or hexagonal systems have changed *ViewPoint* to `{0, 0, Infinity}` and *ViewAngle* to `90°` for more intuitive visual representations. +- The use of `EmbedStructure` with guest and host parameters will now store a `"Component"` key in the atom data. +- Default/suggested paths for Linux added to the `"ProgramPaths"` option of `SimulateDiffractionPattern`. +- Fixed a bug in `SimulateDiffractionPattern["DISCUS", _, _]` where the procedure would not halt despite missing the *DISCUS* program. +- Fixed a bug with too long assembly list in `SynthesiseStructure`. +- `ConstructDomains` now exits early if a single domain reaches complete domination. +- Fixed an issue where `InputCheck["ProcessWavelength", _, _]` would not work as expected in combination with `BraggAngle`. +- `CrystalPlot` now exits more gracefully if the atom data list is empty. +- *AtomicMass* was renamed to *StandardAtomicWeight* in `$PeriodicTable` and affected functions updated to comply with this change. +- Minor documentation updates. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.4.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.4.0.md new file mode 100644 index 0000000..ae59bbc --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.4.0.md @@ -0,0 +1,45 @@ +# Change log + +## Version 2.4.0 + +Release date: 2020-09-03 + +### Improvements to `SynthesiseStructure` + +- Creating single element (or void) unit cells now possible with `SynthesiseStructure[<chemical symbol>, _, _]`. +- Added `"Shuffled"` as a possible setting to the `"SelectionMethod"` option in `SynthesiseStructure`. +- Added Boolean option `"Padding"` to `SynthesiseStructure` which utilises the `InputCheck["PadDomain", _, _]` snippet. +- Refactored `SynthesiseStructure`; when inputting a list of entities, an appropriate domain representation will be created and relayed to the function expecting a domain signature. +- `"UsePlacementBuffer"` option of `SynthesiseStructure` deprecated; `"Padding"` will now be used instead. +- If a domain is not covered in the mapping from integers to entities in `SynthesiseStructure`, empty cells will now be used instead of throwing an error. + +### Improvements to `EmbedStructure` + +- Enabled the possibility to embed in void (message `EmbedStructure::VoidHost` removed). + +### Improvements to space group database + +- Removed entries such as `HermannMauguinFullAlt` in space groups with multiple origins. +- For rhombohedral space groups, the note specifying obverse setting was moved to the alternative settings section. +- Regenerated `$GroupSymbolRedirect`. +- Minor error corrections. + +### New `InputCheck` snippets + +- Added snippet `InputCheck["GenerateTargetPositions", _]` (currently used in `ConstructDomains`, `DomainPlot`, `EmbedStructure`, `ExpandCrystal` and `SynthesiseStructure`). +- Added snippet `InputCheck["PadDomain", _, _]`. +- Added snippets `InputCheck["ShallowDisplayCrystal", _]` (employed in: `ImportCrystalData`, `UnitCellTransformation`). +- Added snippets `InputCheck["FilterSpecialLabels", _]` and `InputCheck["HandleSpecialLabels", _]` for processing chemical element symbols and `"Void"`. +- Added snippet `InputCheck["CrystalEntityQ", _]`. + +### Miscellaneous + +- Added the option `ImageDimensions` to `SimulateDiffractionPattern` for specifying the width and height of the produced image (`ExportCrystalData` and `InputCheck["GetReciprocalImageOrientation", __]` also updated to comply with this change). +- Appended a missing `_alt` to the CIF definition `_space_group_name_H-M` in the list of space group search keys in `ImportCrystalData`. +- Fixed errors in the `$GroupSymbolRedirect` data file (thanks to Tobias Hadamek for finding this). +- `ImportCrystalData` now takes away tildes (`~`) if they are present in the chemical formulas. +- Fixed a bug where `GetScatteringCrossSections` would not work on Windows due to different line break implementations (thanks to Tobias Hadamek for discovering this). +- An error is now given when attempting to use a chemical symbol or `"Void"` for the name a crystal to be imported from a `cif` file through `ImportCrystalData`. +- `CrystalPlot` will now plot empty structures without errors. +- Demo file `DemoBlocksAB.m` removed (these structures will now be generated on demand). +- Updated code part B.2 in `InputCheck["InterpretSpaceGroup", __]` to find origin choice automatically. diff --git a/Resources/ChangeLogs/MaXrd_change_log_2.5.0.md b/Resources/ChangeLogs/MaXrd_change_log_2.5.0.md new file mode 100644 index 0000000..b880a23 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_2.5.0.md @@ -0,0 +1,36 @@ +# Change log + +## Version 2.5.0 + +Release date: 2021-07-27 + +### New content + +- Reintroduced `ReciprocalImageCheck` and `FindPixelClusters`; now more efficiently integrated with MaXrd and more general purposed. +- Created a `GetAtomCoordinates` function which works with crystal labels and crystal plots. +- Changed the name of `EquivalentIsotropicADP` to `TransformAtomicDisplacementParameters` and added a method for transforming atomic displacement parameters given a transformation matrix *P*. +- Added `"AugmentedMatrix"` option to `GetSymmetryOperations`; `StructureFactor`, `SystematicAbsentQ` and `ToStandardSetting` updated to comply with changes. +- Added Boolean option `"IgnoreTranslations"` to `GetSymmetryOperations` in order to simplify use with `SymmetryEquivalentReflections`. +- Added the Boolean option `"Radians"` to `GetLatticeParameters`. +- Added the Boolean option `"Bonds"` to `CrystalPlot` along with configuration option `"BondRadius"`. +- Added the option `"AtomRadius"` to `CrystalPlot` that can be used to set a fixed radius for all atoms. This takes precedence over `"AtomRadiusType"`, but is ignored when it is set to a non-positive number. +- Created `InputCheck["GetAtomData", _]` for querying atom data of crystals. +- Added possibility to plot ellipsoids in `CrystalPlot` using stored ADPs. + +### Improvements and fixes + +- Misspelling of *SchoenfliesSymbol* in `$SpaceGroup[[71]]` (thanks to **ungerade**). +- Fixed a formatting bug on the `SynthesiseStructure` documentation page. +- When using the signature of `SynthesiseStructure` expecting *domain* input, the *map* now recognises more general replacement commands (*e.g.* `_Integer -> "SomeEntity"`). +- Merged `GetLatticeParameters` with `GetCrystalMetric`, and refactored the latter. +- Refactored `InputCheck["GetCentringVectors", _]` to also accept crystal entries and space group representations. +- Refactored `SymmetryEquivalentPositions` and `SymmetryEquivalentReflections` to use augmented matrix representations of symmetry operations. +- Altered `InputCheck["GetCrystalSpaceGroup", _]` to accept space group entries and return them. +- Updated `InputCheck["CrystalQ", _]` to also check for temporary crystal data. It now returns the crystal data as well. + +### Miscellaneous + +- Minimised large documentation files by clearing large output cells. +- Removed `SynthesiseStructure::DomainPatternMismatch` error check; input blocks/supercells now replace a single domain cell, regardless of block size. +- Wavelength values assume angstrom by default in the functions `AttenuationCoefficient`, `BraggAngle`, `DarwinWidth`, `ExtinctionLength`, `GetAtomicScatteringFactors`, `GetScatteringCrossSections`, `ImportCrystalData`, `ReciprocalSpaceSimulation`, `ReflectionList`, `StructureFactor` and `StructureFactorTable`; this is now made clear in the documentation pages (thanks to **Sterling Baird (sgbaird)**). +- Changed the way essential data are initialised. diff --git a/Resources/ChangeLogs/MaXrd_change_log_3.0.0.md b/Resources/ChangeLogs/MaXrd_change_log_3.0.0.md new file mode 100644 index 0000000..2deed34 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_3.0.0.md @@ -0,0 +1,58 @@ +# Change log + +## Version 3.0.0 + +Release date: 2022-05-17 + +### New content + +- Created a `MergeDomains` function for conveniently stacking multiple domains. +- Created the function `ResizeStructure` which can normalise the unit cell to the new dimensions after an embedding is completed, split the unit cell into sections, or translate the unit cell relative to its content. +- Factorised new snippet `InputCheck["RecognizeFractions", _]` (updated `SymmetryEquivalentPositions`). + +### Improvements to space group database + +- Reflection conditions added to `$SpaceGroups`. +- `SystematicAbsentQ` updated to make use of `"ReflectionConditions"` now stored in `$SpaceGroups`. +- `"PermutableIndices"` added to the `"Property"` association of relevant space groups, which will have values `"Cyclically"` (numbers 195–206) or `True` (numbers 207–230). + +### Improvements to `DistortStructure` and `EmbedStructure` + +- Changed `DistortStructure` to require a three-dimensional functional input instead. +- New option `"ReturnConverter"` added to `DistortStructure`. +- Added new option `"DistortHost"` to `EmbedStructure`. +- Refactored the permutation options in `EmbedStructure` and enabled random sampling of discrete values. +- Expanded the permutation options of `EmbedStructure` to accept conditions based on entity name. + +### Improvements to `ReciprocalImageCheck` + +- New options `"HighlightReflections"` and `"HighlightSymmetry"` added to `ReciprocalImageCheck` which are used to generate overlay of coloured disks indicating where the given reflections would be. +- `"RoundPixels"` option of `ReciprocalImageCheck` deprecated (always `True`). +- Option `"ShowLattice"` of `ReciprocalImageCheck` renamed to `"LatticeSize"` with default value `None`. +- Option `"GridThickness"` added. + +### Improvements to `ReciprocalSpaceSimulation` + +- `ReciprocalSpaceSimulation` now includes the option `"StructureFactorThreshold"` to filter away weak reflections. +- `ReciprocalSpaceSimulation`: added scaling of node radii by structure factor; option: `"IntensityScaling"`. + +### Structural changes + +- Deprecated `$MaXrdFunctions` since the same list can be obtained with `` ?MaXrd`* `` or `` Names["MaXrd`*"] ``. +- *Mathematica code* sections in documentation pages have been removed; all definitions are accessible in the main definition notebook (`MaXrd > Kernel > Definitions.nb`). +- Loading `MaXrd` will initialize the symbols `a`, `b`, `c`, `h`, `k`, `l`, `\[Alpha]`, `\[Beta]`, and `\[Gamma]` on the `` Global` `` context in the Wolfram Language session. +- Removed the `Messages.m` file; usage messages now stored in `Definitions.nb`. +- Deprecated `$MaXrdChangelog` (viewing the `Changelog.md` file is simple enough). + +### Miscellaneous + +- Snippet `InputCheck["CrystalQ", _]` now has a third Boolean option to control abortion. +- Updated documentation pages for `SystematicAbsentQ`, `StructureFactorTable` and `DistortStructure`. +- Option `"Threshold"` of `SystematicAbsentQ` deprecated. +- Refactored code in `InputCheck` snippet `"GetCentringVectors"` and added «reverse» setting `"r"`. +- Added another possible setting for the `"ExpandIntoNegative"` option in `ExpandCrystal`: `"PlanarOnly"`, which will only use the negative directions of *a* and *b*. +- Minor documentation improvements (`SynthesiseStructure`). +- Fixed a bug in `SynthesiseStructure` by improving `InputCheck` snippet `"RotationTransformation"` (anchors are now scalable with unit cell dimensions). +- Attempts at plotting a single atom/element with `CrystalPlot` which are not present in `$CrystalData` now gives an error and aborts the process. +- `StructureFactor` now aborts if input crystal label is not recognized. +- Fixed a bug where `SystematicAbsentQ` would fail if special positions were not given for a non-conventional space group setting. diff --git a/Resources/ChangeLogs/MaXrd_change_log_3.1.0.md b/Resources/ChangeLogs/MaXrd_change_log_3.1.0.md new file mode 100644 index 0000000..352fb90 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_3.1.0.md @@ -0,0 +1,9 @@ +# Change log + +## Version 3.1.0 + +Release date: 2023-02-05 + +- Added option `"ShowUnitVectorLabels"` to `CrystalPlot`. +- Fixed a bug with the `"HighlightReflections"` option of `ReciprocalImageCheck` where it would not filter away symmetry equivalent reflections that were in a plane different form the viewing plane. +- Minor documentation corrections and edits. diff --git a/Resources/ChangeLogs/MaXrd_change_log_4.0.0.md b/Resources/ChangeLogs/MaXrd_change_log_4.0.0.md new file mode 100644 index 0000000..06e5fa7 --- /dev/null +++ b/Resources/ChangeLogs/MaXrd_change_log_4.0.0.md @@ -0,0 +1,14 @@ +# Change log + +## Version 4.0.0 + +Release date: 2023-XX-YY + +- Converted paclet context with publisher ID to conform to Paclet Repository structure. +- Changed structure of optional second argument of `SymmetryEquivalentPositions` and `ExpandCrystal`. +- Fixed a string concatenation bug in `UnitCellTransformation`. +- Changed some local variable names to avoid confusion. +- Renamed various error message names and local variables to longer, more understandable names. +- Now using a `MaXrd.wl` file in stead of `Definitions.nb` master notebook, and each function is defined in its designated file. +- Renamed option `"ExtractSubdata"` to `"ExtractSubData"` of `ImportCrystalData`. +- Minor bug fixes. diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/COD_2203515.cif b/Resources/ExampleFiles/CIF/COD_2203515.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/COD_2203515.cif rename to Resources/ExampleFiles/CIF/COD_2203515.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif b/Resources/ExampleFiles/CIF/Default/Austenite.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Austenite.cif rename to Resources/ExampleFiles/CIF/Default/Austenite.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif b/Resources/ExampleFiles/CIF/Default/Ferrite.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Ferrite.cif rename to Resources/ExampleFiles/CIF/Default/Ferrite.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Ice.cif b/Resources/ExampleFiles/CIF/Default/Ice.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Ice.cif rename to Resources/ExampleFiles/CIF/Default/Ice.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif b/Resources/ExampleFiles/CIF/Default/LaB6.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LaB6.cif rename to Resources/ExampleFiles/CIF/Default/LaB6.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif b/Resources/ExampleFiles/CIF/Default/LiCoO2.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LiCoO2.cif rename to Resources/ExampleFiles/CIF/Default/LiCoO2.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif b/Resources/ExampleFiles/CIF/Default/LiMnO4P.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/LiMnO4P.cif rename to Resources/ExampleFiles/CIF/Default/LiMnO4P.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Perovskite.cif b/Resources/ExampleFiles/CIF/Default/Perovskite.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Perovskite.cif rename to Resources/ExampleFiles/CIF/Default/Perovskite.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Po.cif b/Resources/ExampleFiles/CIF/Default/Po.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Po.cif rename to Resources/ExampleFiles/CIF/Default/Po.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.cif b/Resources/ExampleFiles/CIF/Default/PrussianBlue.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/PrussianBlue.cif rename to Resources/ExampleFiles/CIF/Default/PrussianBlue.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif b/Resources/ExampleFiles/CIF/Default/Sodalite.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Sodalite.cif rename to Resources/ExampleFiles/CIF/Default/Sodalite.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/W.cif b/Resources/ExampleFiles/CIF/Default/W.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/W.cif rename to Resources/ExampleFiles/CIF/Default/W.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Zn.cif b/Resources/ExampleFiles/CIF/Default/Zn.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/Zn.cif rename to Resources/ExampleFiles/CIF/Default/Zn.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif b/Resources/ExampleFiles/CIF/Default/ZnS.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Default/ZnS.cif rename to Resources/ExampleFiles/CIF/Default/ZnS.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Ferrocene.cif b/Resources/ExampleFiles/CIF/Ferrocene.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Ferrocene.cif rename to Resources/ExampleFiles/CIF/Ferrocene.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_crystals.cif b/Resources/ExampleFiles/CIF/IUCr_produced_with_crystals.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/IUCr_produced_with_crystals.cif rename to Resources/ExampleFiles/CIF/IUCr_produced_with_crystals.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif b/Resources/ExampleFiles/CIF/ThioureaFerrocene.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/ThioureaFerrocene.cif rename to Resources/ExampleFiles/CIF/ThioureaFerrocene.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/CIF/Yoderite.cif b/Resources/ExampleFiles/CIF/Yoderite.cif similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/CIF/Yoderite.cif rename to Resources/ExampleFiles/CIF/Yoderite.cif diff --git a/MaXrd/Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_crystal.txt b/Resources/ExampleFiles/DIFFUSE/diffuse_input1_crystal.txt similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input1_crystal.txt rename to Resources/ExampleFiles/DIFFUSE/diffuse_input1_crystal.txt diff --git a/MaXrd/Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_setup.txt b/Resources/ExampleFiles/DIFFUSE/diffuse_input2_setup.txt similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DIFFUSE/diffuse_input2_setup.txt rename to Resources/ExampleFiles/DIFFUSE/diffuse_input2_setup.txt diff --git a/MaXrd/Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_5x5x1.stru b/Resources/ExampleFiles/DISCUS/ThioureaFerrocene_5x5x1.stru similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DISCUS/ThioureaFerrocene_5x5x1.stru rename to Resources/ExampleFiles/DISCUS/ThioureaFerrocene_5x5x1.stru diff --git a/MaXrd/Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat b/Resources/ExampleFiles/DISCUS/fourier_data.dat similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DISCUS/fourier_data.dat rename to Resources/ExampleFiles/DISCUS/fourier_data.dat diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk0.jpg b/Resources/ExampleFiles/DiffractionImages/Hexagonal_hk0.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk0.jpg rename to Resources/ExampleFiles/DiffractionImages/Hexagonal_hk0.jpg diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk2.8_165K.jpg b/Resources/ExampleFiles/DiffractionImages/Hexagonal_hk2.8_165K.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Hexagonal_hk2.8_165K.jpg rename to Resources/ExampleFiles/DiffractionImages/Hexagonal_hk2.8_165K.jpg diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Laue.png b/Resources/ExampleFiles/DiffractionImages/Laue.png similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Laue.png rename to Resources/ExampleFiles/DiffractionImages/Laue.png diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_h0l.jpg b/Resources/ExampleFiles/DiffractionImages/Monoclinic_h0l.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_h0l.jpg rename to Resources/ExampleFiles/DiffractionImages/Monoclinic_h0l.jpg diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_hk-2.jpg b/Resources/ExampleFiles/DiffractionImages/Monoclinic_hk-2.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Monoclinic_hk-2.jpg rename to Resources/ExampleFiles/DiffractionImages/Monoclinic_hk-2.jpg diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk0.jpg b/Resources/ExampleFiles/DiffractionImages/Trigonal_hk0.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk0.jpg rename to Resources/ExampleFiles/DiffractionImages/Trigonal_hk0.jpg diff --git a/MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk1.jpg b/Resources/ExampleFiles/DiffractionImages/Trigonal_hk1.jpg similarity index 100% rename from MaXrd/Kernel/Data/ExampleFiles/DiffractionImages/Trigonal_hk1.jpg rename to Resources/ExampleFiles/DiffractionImages/Trigonal_hk1.jpg diff --git a/Resources/Icons/MaXrd_PacletIcon.png b/Resources/Icons/MaXrd_PacletIcon.png new file mode 100644 index 0000000..1370ec2 Binary files /dev/null and b/Resources/Icons/MaXrd_PacletIcon.png differ diff --git a/Miscellaneous/Icons/icon1.png b/Resources/Icons/icon1.png similarity index 100% rename from Miscellaneous/Icons/icon1.png rename to Resources/Icons/icon1.png diff --git a/Miscellaneous/Icons/icon2.png b/Resources/Icons/icon2.png similarity index 100% rename from Miscellaneous/Icons/icon2.png rename to Resources/Icons/icon2.png diff --git a/Miscellaneous/Icons/icon3.png b/Resources/Icons/icon3.png similarity index 100% rename from Miscellaneous/Icons/icon3.png rename to Resources/Icons/icon3.png diff --git a/Miscellaneous/Icons/icon6.png b/Resources/Icons/icon6.png similarity index 100% rename from Miscellaneous/Icons/icon6.png rename to Resources/Icons/icon6.png diff --git a/Miscellaneous/MaXrd_demo_2023.nb b/Resources/MaXrd_demo_2023.nb similarity index 100% rename from Miscellaneous/MaXrd_demo_2023.nb rename to Resources/MaXrd_demo_2023.nb diff --git a/Miscellaneous/References.bib b/Resources/References.bib similarity index 100% rename from Miscellaneous/References.bib rename to Resources/References.bib